diff --git a/index.js b/index.js new file mode 100644 index 0000000..1463ed9 --- /dev/null +++ b/index.js @@ -0,0 +1,2097 @@ +const Express = require("express"); +const express = Express(); +const fs = require("fs"); +const bodyparser = require("body-parser"); +const worldstw = require("./responses/worldstw.json"); +const friendslist = require("./responses/friendslist.json"); +const friendslist2 = require("./responses/friendslist2.json"); +const Keychain = require("./responses/keychain.json"); +const contentpages = require("./responses/contentpages.json"); +express.use(bodyparser.json()); +express.use(bodyparser.urlencoded({extended:true})); +express.use(Express.static('public')); + +const port = process.env.PORT || 3551; +express.listen(port, console.log("Started listening on port", port)); + +express.get("/", async (req, res) => { + res.sendFile('index.html'); +}) + +express.get("/fortnite/api/storefront/v2/catalog", async (req, res) => { + res.json( + { + "refreshIntervalHrs": 24, + "dailyPurchaseHrs": 24, + "expiration": "2021-12-12T01:12:00Z", + "storefronts": [ + { + "name": "BRDailyStorefront", + "catalogEntries": [] + }, + { + "name": "BRWeeklyStorefront", + "catalogEntries": [] + } + ] + } + ); + res.status(200); + res.end(); +}); + +express.get("/purchase", async (req, res) => { + res.json({}); + res.status(200); + res.end(); +}) + +express.post("/fortnite/api/feedback/Bug", async (req, res) => { + res.json({}); + res.status(200); + res.end(); +}) + +express.get("/launcher/api/public/distributionpoints/", async (req, res) => { + res.json( + { + "distributions": [ + "https://download.epicgames.com/", + "https://download2.epicgames.com/", + "https://download3.epicgames.com/", + "https://download4.epicgames.com/", + "https://epicgames-download1.akamaized.net/" + ] + } + ); + res.status(200); + res.end(); +}) + +express.post("/fortnite/api/game/v2/tryPlayOnPlatform/account/*", async (req, res) => { + res.setHeader("Content-Type", "text/plain"); + res.send(true); + res.end(); +}) + +express.post("/fortnite/api/game/v2/grant_access/*", async (req, res) => { + res.json({}); + res.status(204); + res.end(); +}) + +express.post("/api/v1/user/setting", async (req, res) => { + res.json([]); + res.status(200); + res.end(); +}) + +express.get("/waitingroom/api/waitingroom", async (req, res) => { + res.status(204); + res.end(); +}) + +express.get("/socialban/api/public/v1/*", async (req, res) => { + res.json( + { + "bans": [], + "warnings": [] + } + ); + res.status(200); + res.end(); +}) + +express.get("/affiliate/api/public/affiliates/slug/:slug", async (req, res) => { + if (req.params.slug.toLowerCase() == "lawin") + { + return res.status(200).json( + { + "id": "Lawin", + "slug": "lawin", + "displayName": "Lawin", + "status": "ACTIVE", + "verified": false + }); + } + res.status(404); + res.json({}); +}) + +express.get("/party/api/v1/Fortnite/user/*", async (req, res) => { + res.json({}); + res.status(200); + res.end(); +}) + +express.post("/party/api/v1/Fortnite/user/*/pings/*", async (req, res) => { + res.json({}); + res.status(200); + res.end(); +}) + +express.get("/fortnite/api/game/v2/events/tournamentandhistory/*/EU/WindowsClient", async (req, res) => { + res.json({}); + res.status(200); + res.end(); +}) + +express.get("/catalog/api/shared/bulk/offers", async (req, res) => { + res.json({}); + res.status(200); + res.end(); +}) + +express.get("/fortnite/api/game/v2/events/tournamentandhistory/*/EU/WindowsClient", async (req, res) => { + res.json({}); + res.status(200); + res.end(); +}) + +express.get("/fortnite/api/matchmaking/session/findPlayer/*", async (req, res) => { + res.json(); + res.status(200); + res.end(); +}) + +express.get("/fortnite/api/statsv2/account/*", async (req, res) => { + res.json([]) + res.status(200); + res.end(); +}) + +express.get("/fortnite/api/game/v2/enabled_features", async (req, res) => { + res.json([]) + res.status(200); + res.end(); +}) + +express.get("/api/v1/events/Fortnite/download/*", async (req, res) => { + res.json({}) + res.status(200); + res.end(); +}) + +express.get("/lightswitch/api/service/bulk/status", async (req, res) => { + res.json( + [ + { + "serviceInstanceId": "fortnite", + "status": "UP", + "message": "fortnite is up.", + "maintenanceUri": null, + "overrideCatalogIds": [ + "a7f138b2e51945ffbfdacc1af0541053" + ], + "allowedActions": [ + "PLAY", + "DOWNLOAD" + ], + "banned": false, + "launcherInfoDTO": { + "appName": "Fortnite", + "catalogItemId": "4fe75bbc5a674f4f9b356b5c90567da5", + "namespace": "fn" + } + } + ] + ) + res.status(200); + res.end(); +}) + +express.get("/account/api/public/account", async (req, res) => { + res.json( + [ + { + "id": req.query.accountId, + "displayName": req.query.accountId, + "externalAuths": {} + }, + { + "id": "SubtoLawin_LOL123", + "displayName": "Subscribe to Lawin on YouTube!", + "externalAuths": { + "xbl": { + "type": "xbl", + "externalAuthIdType": "xuid", + "accountId": "SubtoLawin_LOL123", + "externalDisplayName": "YouTube-Lawin", + "authIds": [ + { + "id": "0", + "type": "xuid" + } + ] + }, + "psn": { + "type": "psn", + "externalAuthId": "0", + "externalAuthIdType": "psn_user_id", + "accountId": "SubtoLawin_LOL123", + "externalDisplayName": "YouTube-Lawin", + "authIds": [ + { + "id": "0", + "type": "psn_user_id" + } + ] + } + } + }, + { + "id": "Followlawin_LOL123", + "displayName": "Follow @lawin_010 on twitter!", + "externalAuths": { + "xbl": { + "type": "xbl", + "externalAuthIdType": "xuid", + "accountId": "Followlawin_LOL123", + "externalDisplayName": "Twitter-lawin_010", + "authIds": [ + { + "id": "0", + "type": "xuid" + } + ] + }, + "psn": { + "type": "psn", + "externalAuthId": "0", + "externalAuthIdType": "psn_user_id", + "accountId": "Followlawin_LOL123", + "externalDisplayName": "Twitter-lawin_010", + "authIds": [ + { + "id": "0", + "type": "psn_user_id" + } + ] + } + } + }, + { + "id": "NINJALOL_1238", + "displayName": "Ninja", + "externalAuths": { + "xbl": { + "type": "xbl", + "externalAuthIdType": "xuid", + "accountId": "NINJALOL_1238", + "externalDisplayName": "Ninja", + "authIds": [ + { + "id": "0", + "type": "xuid" + } + ] + }, + "psn": { + "type": "psn", + "externalAuthId": "0", + "externalAuthIdType": "psn_user_id", + "accountId": "NINJALOL_1238", + "externalDisplayName": "Ninja", + "authIds": [ + { + "id": "0", + "type": "psn_user_id" + } + ] + } + } + }, + { + "id": "TFUELOL_1238", + "displayName": "Tfue", + "externalAuths": { + "xbl": { + "type": "xbl", + "externalAuthIdType": "xuid", + "accountId": "TFUELOL_1238", + "externalDisplayName": "Tfue", + "authIds": [ + { + "id": "0", + "type": "xuid" + } + ] + }, + "psn": { + "type": "psn", + "externalAuthId": "0", + "externalAuthIdType": "psn_user_id", + "accountId": "TFUELOL_1238", + "externalDisplayName": "Tfue", + "authIds": [ + { + "id": "0", + "type": "psn_user_id" + } + ] + } + } + }, + { + "id": "ALIALOL_1238", + "displayName": "Ali-A", + "externalAuths": { + "xbl": { + "type": "xbl", + "externalAuthIdType": "xuid", + "accountId": "ALIALOL_1238", + "externalDisplayName": "Ali-A", + "authIds": [ + { + "id": "0", + "type": "xuid" + } + ] + }, + "psn": { + "type": "psn", + "externalAuthId": "0", + "externalAuthIdType": "psn_user_id", + "accountId": "ALIALOL_1238", + "externalDisplayName": "Ali-A", + "authIds": [ + { + "id": "0", + "type": "psn_user_id" + } + ] + } + } + }, + { + "id": "DAKOTAZLOL_1238", + "displayName": "Dark", + "externalAuths": { + "xbl": { + "type": "xbl", + "externalAuthIdType": "xuid", + "accountId": "DAKOTAZLOL_1238", + "externalDisplayName": "Dark", + "authIds": [ + { + "id": "0", + "type": "xuid" + } + ] + }, + "psn": { + "type": "psn", + "externalAuthId": "0", + "externalAuthIdType": "psn_user_id", + "accountId": "DAKOTAZLOL_1238", + "externalDisplayName": "Dark", + "authIds": [ + { + "id": "0", + "type": "psn_user_id" + } + ] + } + } + }, + { + "id": "SYPHERPKLOL_1238", + "displayName": "SypherPK", + "externalAuths": { + "xbl": { + "type": "xbl", + "externalAuthIdType": "xuid", + "accountId": "SYPHERPKLOL_1238", + "externalDisplayName": "SypherPK", + "authIds": [ + { + "id": "0", + "type": "xuid" + } + ] + }, + "psn": { + "type": "psn", + "externalAuthId": "0", + "externalAuthIdType": "psn_user_id", + "accountId": "SYPHERPKLOL_1238", + "externalDisplayName": "SypherPK", + "authIds": [ + { + "id": "0", + "type": "psn_user_id" + } + ] + } + } + }, + { + "id": "NICKEH30LOLL_2897669", + "displayName": "Nick Eh 30", + "externalAuths": { + "xbl": { + "type": "xbl", + "externalAuthIdType": "xuid", + "accountId": "NICKEH30LOLL_2897669", + "externalDisplayName": "Nick Eh 30", + "authIds": [ + { + "id": "0", + "type": "xuid" + } + ] + }, + "psn": { + "type": "psn", + "externalAuthId": "0", + "externalAuthIdType": "psn_user_id", + "accountId": "NICKEH30LOLL_2897669", + "externalDisplayName": "Nick Eh 30", + "authIds": [ + { + "id": "0", + "type": "psn_user_id" + } + ] + } + } + } + ] + ) + res.status(200); + res.end(); +}) + +express.get("/fortnite/api/game/v2/privacy/account/*", async (req, res) => { + res.json({}) + res.status(200); + res.end(); +}) + +express.get("/account/api/public/account/:accountId", async (req, res) => { + res.json( + { + "id": req.params.accountId, + "displayName": req.params.accountId, + "name": "Lawin", + "email": req.params.accountId + "@lawin.com", + "failedLoginAttempts": 0, + "lastLogin": new Date().toISOString(), + "numberOfDisplayNameChanges": 0, + "ageGroup": "UNKNOWN", + "headless": false, + "country": "US", + "lastName": "Server", + "preferredLanguage": "en", + "canUpdateDisplayName": false, + "tfaEnabled": false, + "emailVerified": true, + "minorVerified": false, + "minorExpected": false, + "minorStatus": "UNKNOWN" + } +) + res.status(200); + res.end(); + console.log("User logged in.") +}) + +express.get("/fortnite/api/v2/versioncheck/*", async (req, res) => { + res.json( + { + "type": "NO_UPDATE" + } + ) + res.status(200); + res.end(); +}) + +express.get("/fortnite/api/v2/versioncheck*", async (req, res) => { + res.json( + { + "type": "NO_UPDATE" + } + ) + res.status(200); + res.end(); +}) + +express.get("/fortnite/api/versioncheck*", async (req, res) => { + res.json( + { + "type": "NO_UPDATE" + } + ) + res.status(200); + res.end(); +}) + +express.get("/eulatracking/api/shared/agreements/fn*", async (req, res) => { + res.json({}) + res.status(200); + res.end(); +}) + +express.get("/fortnite/api/game/v2/friendcodes/*/epic", async (req, res) => { + res.json([]) + res.status(200); + res.end(); +}) + +express.get("/account/api/epicdomains/ssodomains", async (req, res) => { + res.json({}) + res.status(204); + res.end(); +}) + +express.get("/fortnite/api/game/v2/matchmakingservice/ticket/player/*", async (req, res) => { + res.json( + { + "serviceUrl": "wss://lawinserverfinal.herokuapp.com", + "ticketType": "mms-player", + "payload": "69=", + "signature": "420=" + } + ) + res.status(200); + res.end(); +}) + +express.get("/fortnite/api/game/v2/matchmaking/account/:accountId/session/:sessionId", async (req, res) => { + res.json( + { + "accountId": req.params.accountId, + "sessionId": req.params.sessionId, + "key": "AOJEv8uTFmUh7XM2328kq9rlAzeQ5xzWzPIiyKn2s7s=" + } + ) + res.status(200); + res.end(); +}) + +express.post("/fortnite/api/matchmaking/session/matchMakingRequest", async (req, res) => { + res.json([]) + res.status(200); + res.end(); +}) + +express.get("/account/api/public/account/*/externalAuths", async (req, res) => { + res.json([]) + res.status(200); + res.end(); +}) + +express.get("/fortnite/api/game/v2/twitch/*", async (req, res) => { + res.json(); + res.status(200); + res.end(); +}) + +express.get("/fortnite/api/stats/accountId/*/bulk/window/alltime", async (req, res) => { + res.json([]) + res.status(200); + res.end(); +}) + +express.delete("/account/api/oauth/sessions/kill", async (req, res) => { + res.status(204); + res.end(); +}) + +express.delete("/account/api/oauth/sessions/kill/*", async (req, res) => { + res.status(204); + res.end(); +}) + +express.post("/fortnite/api/game/v2/chat/*/recommendGeneralChatRooms/pc", async (req, res) => { + res.json({}) + res.status(200); + res.end(); +}) + +express.get("/friends/api/v1/*/settings", async (req, res) => { + res.json({}) + res.status(200); + res.end(); +}) + +express.get("/friends/api/v1/*/blocklist", async (req, res) => { + res.json([]) + res.status(200); + res.end(); +}) + +express.get("/presence/api/v1/_/*/last-online", async (req, res) => { + res.json({}) + res.status(200); + res.end(); +}) + +express.get("/fortnite/api/receipts/v1/account/*/receipts", async (req, res) => { + res.json([]) + res.status(200); + res.end(); +}) + +express.get("/fortnite/api/cloudstorage/system", async (req, res) => { + // patch 9.40 + if (req.headers["user-agent"].includes("7315705")) { + return res + .status(404) + .json() + } + // patch 9.41 + if (req.headers["user-agent"].includes("7463579")) { + return res + .status(404) + .json() + } + // patch 9.41 (2) + if (req.headers["user-agent"].includes("7609292")) { + return res + .status(404) + .json() + } + const seasonchecker = require("./seasonchecker.js"); + const seasondata = require("./season.json"); + seasonchecker(req, seasondata); + if (seasondata.season > 9) + { + return res.status(404).json(); + } + res.json([]) + res.status(200); + res.end(); +}) + +express.get("/fortnite/api/cloudstorage/user/*", async (req, res) => { + res.json([]) + res.status(200); + res.end(); +}) + +express.get("/fortnite/api/cloudstorage/user/*/*", async (req, res) => { + res.json([]) + res.status(204); + res.end(); +}) + +express.get("/fortnite/api/game/v2/leaderboards/cohort/*", async (req, res) => { + res.json({}) + res.status(200); + res.end(); +}) + +express.get("/friends/api/public/list/fortnite/*/recentPlayers", async (req, res) => { + res.json([]) + res.status(200); + res.end(); +}) + +express.get("/friends/api/public/friends/*", async (req, res) => { + res.json(friendslist) + res.status(200); + res.end(); +}) + +express.get("/friends/api/v1/*/summary", async (req, res) => { + res.json(friendslist2) + res.status(200); + res.end(); +}) + +express.get("/fortnite/api/calendar/v1/timeline", async (req, res) => { + const seasonchecker = require("./seasonchecker.js") + const seasondata = require("./season.json"); + seasonchecker(req, seasondata); + res.json( + { + "channels": { + "client-matchmaking": { + "states": [ + { + "validFrom": "2020-01-01T20:28:47.830Z", + "activeEvents": [], + "state": { + "region": { + "OCE": { + "eventFlagsForcedOn": [ + "Playlist_DefaultDuo" + ] + }, + "CN": { + "eventFlagsForcedOn": [ + "Playlist_DefaultDuo" + ] + }, + "NAE": { + "eventFlagsForcedOn": [ + "Playlist_DefaultDuo" + ] + }, + "NAW": { + "eventFlagsForcedOn": [ + "Playlist_DefaultDuo" + ] + }, + "EU": { + "eventFlagsForcedOn": [ + "Playlist_DefaultDuo" + ] + }, + "BR": { + "eventFlagsForcedOn": [ + "Playlist_DefaultDuo" + ] + }, + "ASIA": { + "eventFlagsForcedOn": [ + "Playlist_DefaultDuo" + ] + }, + "NA": { + "eventFlagsForcedOn": [ + "Playlist_DefaultDuo" + ] + } + } + } + } + ], + "cacheExpire": "9999-01-01T22:28:47.830Z" + }, + "client-events": { + "states": [ + { + "validFrom": "2020-01-01T20:28:47.830Z", + "activeEvents": [ + { + "eventType": `EventFlag.Season${seasondata.season}`, + "activeUntil": "9999-01-01T00:00:00.000Z", + "activeSince": "2020-01-01T00:00:00.000Z" + }, + { + "eventType": `EventFlag.${seasondata.lobby}`, + "activeUntil": "9999-01-01T14:00:00.000Z", + "activeSince": "2020-01-01T13:00:00.000Z" + } + ], + "state": { + "activeStorefronts": [], + "eventNamedWeights": {}, + "seasonNumber": seasondata.season, + "seasonTemplateId": `AthenaSeason:athenaseason${seasondata.season}`, + "matchXpBonusPoints": 0, + "seasonBegin": "2020-01-01T13:00:00Z", + "seasonEnd": "9999-01-01T14:00:00Z", + "seasonDisplayedEnd": "9999-01-01T07:30:00Z", + "weeklyStoreEnd": "9999-01-01T00:00:00Z", + "stwEventStoreEnd": "9999-01-01T00:00:00.000Z", + "stwWeeklyStoreEnd": "9999-01-01T00:00:00.000Z", + "dailyStoreEnd": "9999-01-01T00:00:00Z" + } + } + ], + "cacheExpire": "9999-01-01T22:28:47.830Z" + } + }, + "eventsTimeOffsetHrs": 0, + "cacheIntervalMins": 10, + "currentTime": "2020-01-01T18:13:41.770Z" + } + ); + res.status(200); + res.end(); +}) + +express.get("/friends/api/public/blocklist/*", async (req, res) => { + res.json( + { + "blockedUsers": [] + } + ) + res.status(200); + res.end(); +}) + +express.get("/content/api/pages/fortnite-game", async (req, res) => { + const seasonchecker = require("./seasonchecker.js"); + const seasondata = require("./season.json"); + seasonchecker(req, seasondata); + if (seasondata.season == 9) + { + contentpages.dynamicbackgrounds.backgrounds.backgrounds[0].stage = "season9" + contentpages.dynamicbackgrounds.backgrounds.backgrounds[1].stage = "season9" + } + if (seasondata.season == 10) + { + contentpages.dynamicbackgrounds.backgrounds.backgrounds[0].stage = "seasonx" + contentpages.dynamicbackgrounds.backgrounds.backgrounds[1].stage = "seasonx" + } + if (seasondata.season == 11) + { + contentpages.dynamicbackgrounds.backgrounds.backgrounds[0].stage = "season11" + contentpages.dynamicbackgrounds.backgrounds.backgrounds[1].stage = "season11" + } + if (seasondata.season == 12) + { + contentpages.dynamicbackgrounds.backgrounds.backgrounds[0].stage = "season12" + contentpages.dynamicbackgrounds.backgrounds.backgrounds[1].stage = "season12" + } + if (seasondata.season == 13) + { + contentpages.dynamicbackgrounds.backgrounds.backgrounds[0].stage = "season13" + contentpages.dynamicbackgrounds.backgrounds.backgrounds[1].stage = "season13" + } + if (seasondata.season == 14) + { + contentpages.dynamicbackgrounds.backgrounds.backgrounds[0].stage = "season14" + contentpages.dynamicbackgrounds.backgrounds.backgrounds[1].stage = "season14" + } + if (seasondata.season == 15) + { + contentpages.dynamicbackgrounds.backgrounds.backgrounds[0].stage = "season15" + contentpages.dynamicbackgrounds.backgrounds.backgrounds[1].stage = "season15" + } + res.json(contentpages) + res.status(200); + res.end(); +}) + +express.put("/fortnite/api/cloudstorage/user/*/*", async (req, res) => { + res.status(204); + res.end(); +}) + +express.get("/fortnite/api/game/v2/world/info", async (req, res) => { + res.json(worldstw) + res.status(200); + res.end(); +}) + +express.get("/fortnite/api/storefront/v2/keychain", async (req, res) => { + res.json(Keychain) + res.status(200); + res.end(); +}) + +express.get("/account/api/oauth/verify", async (req, res) => { + res.json({}) + res.status(200); + res.end(); +}) + +express.post("/datarouter/api/v1/public/data", async (req, res) => { + res.json(); + res.status(204); + res.end(); +}) + +express.post("/account/api/oauth/token", async (req, res) => { + res.json( + { + "access_token": "lawinstokenlol", + "expires_in": 28800, + "expires_at": "9999-12-02T01:12:01.100Z", + "token_type": "bearer", + "refresh_token": "lawinstokenlol", + "refresh_expires": 86400, + "refresh_expires_at": "9999-12-02T01:12:01.100Z", + "account_id": req.body.username || "Invalid", + "client_id": "lawinsclientidlol", + "internal_client": true, + "client_service": "fortnite", + "displayName": req.body.username || "Invalid", + "app": "fortnite", + "in_app_id": req.body.username || "Invalid", + "device_id": "lawinsdeviceidlol" + } + ) + res.status(200); + res.end(); +}) + + // MCP BELOW + + express.post("/fortnite/api/game/v2/profile/*/client/SetAffiliateName", async (req, res) => { + if (req.headers["user-agent"].includes("Mozilla")) { + return res + .status(405) + .json( + { + "errorCode":"errors.com.epicgames.common.method_not_allowed", + "errorMessage":"Sorry the resource you were trying to access cannot be accessed with the HTTP method you used.", + "numericErrorCode":1009, + "originatingService":"fortnite", + "intent":"prod-live" + }) + } + const profile = require(`./profiles/${req.query.profileId || "common_core"}.json`); + if (profile.profileId == "athena") { + const seasonchecker = require("./seasonchecker.js"); + const seasondata = require("./season.json"); + seasonchecker(req, seasondata); + profile.stats.attributes.season_num = seasondata.season; + } + if (req.body.affiliateName.toLowerCase() == "lawin" && profile.profileId == "common_core") + { + profile.stats.attributes.mtx_affiliate_set_time = new Date().toISOString(); + profile.stats.attributes.mtx_affiliate = req.body.affiliateName || ""; + profile.rvn += 1; + profile.commandRevision += 1; + fs.writeFile(`./profiles/${req.query.profileId || "common_core"}.json`, JSON.stringify(profile, null, 2), function(err) { + if (err) + { + console.log('error:', err) + }; + }); + } + res.json( + { + "profileRevision": profile.rvn || 1, + "profileId": req.query.profileId || "common_core", + "profileChangesBaseRevision": profile.rvn || 1, + "profileChanges": [ + { + "changeType": "fullProfileUpdate", + "profile": profile + } + ], + "profileCommandRevision": profile.commandRevision || 0, + "serverTime": new Date().toISOString(), + "responseVersion": 1 + } + ) + res.status(200); + res.end(); + }); + + express.post("/fortnite/api/game/v2/profile/*/client/SetHomebaseBanner", async (req, res) => { + if (req.headers["user-agent"].includes("Mozilla")) { + return res + .status(405) + .json( + { + "errorCode":"errors.com.epicgames.common.method_not_allowed", + "errorMessage":"Sorry the resource you were trying to access cannot be accessed with the HTTP method you used.", + "numericErrorCode":1009, + "originatingService":"fortnite", + "intent":"prod-live" + }) + } + const profile = require(`./profiles/${req.query.profileId || "profile0"}.json`); + if (profile.profileId == "athena") { + const seasonchecker = require("./seasonchecker.js"); + const seasondata = require("./season.json"); + seasonchecker(req, seasondata); + profile.stats.attributes.season_num = seasondata.season; + } + if (req.query.profileId == "profile0") + { + profile.stats.attributes.homebase.bannerIconId = req.body.homebaseBannerIconId || ""; + profile.stats.attributes.homebase.bannerColorId = req.body.homebaseBannerColorId || ""; + profile.rvn += 1; + profile.commandRevision += 1; + fs.writeFile(`./profiles/${req.query.profileId || "profile0"}.json`, JSON.stringify(profile, null, 2), function(err) { + if (err) + { + console.log('error:', err) + }; + }); + } + if (req.query.profileId == "common_public") + { + profile.stats.attributes.banner_icon = req.body.homebaseBannerIconId || ""; + profile.stats.attributes.banner_color = req.body.homebaseBannerColorId || ""; + profile.rvn += 1; + profile.commandRevision += 1; + fs.writeFile(`./profiles/${req.query.profileId || "profile0"}.json`, JSON.stringify(profile, null, 2), function(err) { + if (err) + { + console.log('error:', err) + }; + }); + } + res.json( + { + "profileRevision": profile.rvn || 1, + "profileId": req.query.profileId || "profile0", + "profileChangesBaseRevision": profile.rvn || 1, + "profileChanges": [ + { + "changeType": "fullProfileUpdate", + "profile": profile + } + ], + "profileCommandRevision": profile.commandRevision || 0, + "serverTime": new Date().toISOString(), + "responseVersion": 1 + } + ) + res.status(200); + res.end(); + }); + + express.post("/fortnite/api/game/v2/profile/*/client/PurchaseHomebaseNode", async (req, res) => { + if (req.headers["user-agent"].includes("Mozilla")) { + return res + .status(405) + .json( + { + "errorCode":"errors.com.epicgames.common.method_not_allowed", + "errorMessage":"Sorry the resource you were trying to access cannot be accessed with the HTTP method you used.", + "numericErrorCode":1009, + "originatingService":"fortnite", + "intent":"prod-live" + }) + } + function makeid(length) { + var result = ''; + var characters = '0123456789abcdefghiklmnopqrstuvwxyz'; + var charactersLength = characters.length; + for ( var i = 0; i < length; i++ ) { + result += characters.charAt(Math.floor(Math.random() * charactersLength)); + } + return result; + } + const profile = require(`./profiles/${req.query.profileId || "profile0"}.json`); + if (profile.profileId == "athena") { + const seasonchecker = require("./seasonchecker.js"); + const seasondata = require("./season.json"); + seasonchecker(req, seasondata); + profile.stats.attributes.season_num = seasondata.season; + } + profile.items[makeid(5) + "-" + makeid(4) + "-" + makeid(6) + "-" + makeid(4)] = {"templateId":`HomebaseNode:${req.body.nodeId || "no"}`,"attributes":{"item_seen":true},"quantity":1}; + profile.rvn += 1; + profile.commandRevision += 1; + fs.writeFile(`./profiles/${req.query.profileId || "profile0"}.json`, JSON.stringify(profile, null, 2), function(err) { + if (err) + { + console.log('error:', err) + }; + }); + res.json( + { + "profileRevision": profile.rvn || 1, + "profileId": req.query.profileId || "profile0", + "profileChangesBaseRevision": profile.rvn || 1, + "profileChanges": [ + { + "changeType": "fullProfileUpdate", + "profile": profile + } + ], + "profileCommandRevision": profile.commandRevision || 0, + "serverTime": new Date().toISOString(), + "responseVersion": 1 + } + ) + res.status(200); + res.end(); + }); + + express.post("/fortnite/api/game/v2/profile/*/client/SetPinnedQuests", async (req, res) => { + if (req.headers["user-agent"].includes("Mozilla")) { + return res + .status(405) + .json( + { + "errorCode":"errors.com.epicgames.common.method_not_allowed", + "errorMessage":"Sorry the resource you were trying to access cannot be accessed with the HTTP method you used.", + "numericErrorCode":1009, + "originatingService":"fortnite", + "intent":"prod-live" + }) + } + const profile = require(`./profiles/${req.query.profileId || "campaign"}.json`); + if (profile.profileId == "athena") { + const seasonchecker = require("./seasonchecker.js"); + const seasondata = require("./season.json"); + seasonchecker(req, seasondata); + profile.stats.attributes.season_num = seasondata.season; + } + profile.stats.attributes.client_settings.pinnedQuestInstances = req.body.pinnedQuestIds || []; + profile.rvn += 1; + profile.commandRevision += 1; + fs.writeFile(`./profiles/${req.query.profileId || "campaign"}.json`, JSON.stringify(profile, null, 2), function(err) { + if (err) + { + console.log('error:', err) + }; + }); + res.json( + { + "profileRevision": profile.rvn || 1, + "profileId": req.query.profileId || "campaign", + "profileChangesBaseRevision": profile.rvn || 1, + "profileChanges": [ + { + "changeType": "fullProfileUpdate", + "profile": profile + } + ], + "profileCommandRevision": profile.commandRevision || 0, + "serverTime": new Date().toISOString(), + "responseVersion": 1 + } + ) + res.status(200); + res.end(); + }); + + express.post("/fortnite/api/game/v2/profile/*/client/ClaimLoginReward", async (req, res) => { + if (req.headers["user-agent"].includes("Mozilla")) { + return res + .status(405) + .json( + { + "errorCode":"errors.com.epicgames.common.method_not_allowed", + "errorMessage":"Sorry the resource you were trying to access cannot be accessed with the HTTP method you used.", + "numericErrorCode":1009, + "originatingService":"fortnite", + "intent":"prod-live" + }) + } + const profile = require(`./profiles/${req.query.profileId || "campaign"}.json`); + if (profile.profileId == "athena") { + const seasonchecker = require("./seasonchecker.js"); + const seasondata = require("./season.json"); + seasonchecker(req, seasondata); + profile.stats.attributes.season_num = seasondata.season; + } + profile.stats.attributes.daily_rewards.nextDefaultReward += 1; + profile.stats.attributes.daily_rewards.totalDaysLoggedIn += 1; + profile.stats.attributes.daily_rewards.lastClaimDate = new Date().toISOString(); + profile.stats.attributes.daily_rewards.additionalSchedules.founderspackdailyrewardtoken.rewardsClaimed += 1; + profile.rvn += 1; + profile.commandRevision += 1; + fs.writeFile(`./profiles/${req.query.profileId || "campaign"}.json`, JSON.stringify(profile, null, 2), function(err) { + if (err) + { + console.log('error:', err) + }; + }); + res.json( + { + "profileRevision": profile.rvn || 1, + "profileId": req.query.profileId || "campaign", + "profileChangesBaseRevision": profile.rvn || 1, + "profileChanges": [ + { + "changeType": "fullProfileUpdate", + "profile": profile + } + ], + "profileCommandRevision": profile.commandRevision || 0, + "serverTime": new Date().toISOString(), + "responseVersion": 1 + } + ) + res.status(200); + res.end(); + }); + + express.post("/fortnite/api/game/v2/profile/*/client/AssignTeamPerkToLoadout", async (req, res) => { + if (req.headers["user-agent"].includes("Mozilla")) { + return res + .status(405) + .json( + { + "errorCode":"errors.com.epicgames.common.method_not_allowed", + "errorMessage":"Sorry the resource you were trying to access cannot be accessed with the HTTP method you used.", + "numericErrorCode":1009, + "originatingService":"fortnite", + "intent":"prod-live" + }) + } + const profile = require(`./profiles/${req.query.profileId || "campaign"}.json`); + if (profile.profileId == "athena") { + const seasonchecker = require("./seasonchecker.js"); + const seasondata = require("./season.json"); + seasonchecker(req, seasondata); + profile.stats.attributes.season_num = seasondata.season; + } + profile.items[req.body.loadoutId].attributes.team_perk = req.body.teamPerkId || ""; + profile.rvn += 1; + profile.commandRevision += 1; + fs.writeFile(`./profiles/${req.query.profileId || "campaign"}.json`, JSON.stringify(profile, null, 2), function(err) { + if (err) + { + console.log('error:', err) + }; + }); + res.json( + { + "profileRevision": profile.rvn || 1, + "profileId": req.query.profileId || "campaign", + "profileChangesBaseRevision": profile.rvn || 1, + "profileChanges": [ + { + "changeType": "fullProfileUpdate", + "profile": profile + } + ], + "profileCommandRevision": profile.commandRevision || 0, + "serverTime": new Date().toISOString(), + "responseVersion": 1 + } + ) + res.status(200); + res.end(); + }); + + express.post("/fortnite/api/game/v2/profile/*/client/AssignGadgetToLoadout", async (req, res) => { + if (req.headers["user-agent"].includes("Mozilla")) { + return res + .status(405) + .json( + { + "errorCode":"errors.com.epicgames.common.method_not_allowed", + "errorMessage":"Sorry the resource you were trying to access cannot be accessed with the HTTP method you used.", + "numericErrorCode":1009, + "originatingService":"fortnite", + "intent":"prod-live" + }) + } + const profile = require(`./profiles/${req.query.profileId || "campaign"}.json`); + if (profile.profileId == "athena") { + const seasonchecker = require("./seasonchecker.js"); + const seasondata = require("./season.json"); + seasonchecker(req, seasondata); + profile.stats.attributes.season_num = seasondata.season; + } + if (req.body.slotIndex == 0) + { + profile.items[req.body.loadoutId].attributes.gadgets = [{"gadget":req.body.gadgetId || "","slot_index":0},profile.items[req.body.loadoutId].attributes.gadgets[1]]; + profile.rvn += 1; + profile.commandRevision += 1; + fs.writeFile(`./profiles/${req.query.profileId || "campaign"}.json`, JSON.stringify(profile, null, 2), function(err) { + if (err) + { + console.log('error:', err) + }; + }); + } + if (req.body.slotIndex == 1) + { + profile.items[req.body.loadoutId].attributes.gadgets = [profile.items[req.body.loadoutId].attributes.gadgets[0],{"gadget":req.body.gadgetId || "","slot_index":1}]; + profile.rvn += 1; + profile.commandRevision += 1; + fs.writeFile(`./profiles/${req.query.profileId || "campaign"}.json`, JSON.stringify(profile, null, 2), function(err) { + if (err) + { + console.log('error:', err) + }; + }); + } + res.json( + { + "profileRevision": profile.rvn || 1, + "profileId": req.query.profileId || "campaign", + "profileChangesBaseRevision": profile.rvn || 1, + "profileChanges": [ + { + "changeType": "fullProfileUpdate", + "profile": profile + } + ], + "profileCommandRevision": profile.commandRevision || 0, + "serverTime": new Date().toISOString(), + "responseVersion": 1 + } + ) + res.status(200); + res.end(); + }); + + express.post("/fortnite/api/game/v2/profile/*/client/AssignWorkerToSquad", async (req, res) => { + if (req.headers["user-agent"].includes("Mozilla")) { + return res + .status(405) + .json( + { + "errorCode":"errors.com.epicgames.common.method_not_allowed", + "errorMessage":"Sorry the resource you were trying to access cannot be accessed with the HTTP method you used.", + "numericErrorCode":1009, + "originatingService":"fortnite", + "intent":"prod-live" + }) + } + const profile = require(`./profiles/${req.query.profileId || "profile0"}.json`); + if (profile.profileId == "athena") { + const seasonchecker = require("./seasonchecker.js"); + const seasondata = require("./season.json"); + seasonchecker(req, seasondata); + profile.stats.attributes.season_num = seasondata.season; + } + profile.items[req.body.characterId].attributes.squad_id = req.body.squadId || ""; + profile.rvn += 1; + profile.commandRevision += 1; + fs.writeFile(`./profiles/${req.query.profileId || "profile0"}.json`, JSON.stringify(profile, null, 2), function(err) { + if (err) + { + console.log('error:', err) + }; + }); + res.json( + { + "profileRevision": profile.rvn || 1, + "profileId": req.query.profileId || "profile0", + "profileChangesBaseRevision": profile.rvn || 1, + "profileChanges": [ + { + "changeType": "fullProfileUpdate", + "profile": profile + } + ], + "profileCommandRevision": profile.commandRevision || 0, + "serverTime": new Date().toISOString(), + "responseVersion": 1 + } + ) + res.status(200); + res.end(); + }); + + express.post("/fortnite/api/game/v2/profile/*/client/ClaimQuestReward", async (req, res) => { + if (req.headers["user-agent"].includes("Mozilla")) { + return res + .status(405) + .json( + { + "errorCode":"errors.com.epicgames.common.method_not_allowed", + "errorMessage":"Sorry the resource you were trying to access cannot be accessed with the HTTP method you used.", + "numericErrorCode":1009, + "originatingService":"fortnite", + "intent":"prod-live" + }) + } + const profile = require(`./profiles/${req.query.profileId || "campaign"}.json`); + if (profile.profileId == "athena") { + const seasonchecker = require("./seasonchecker.js"); + const seasondata = require("./season.json"); + seasonchecker(req, seasondata); + profile.stats.attributes.season_num = seasondata.season; + } + profile.items[req.body.questId].attributes.quest_state = "Claimed"; + profile.items[req.body.questId].attributes.last_state_change_time = new Date().toISOString(); + profile.rvn += 1; + profile.commandRevision += 1; + fs.writeFile(`./profiles/${req.query.profileId || "campaign"}.json`, JSON.stringify(profile, null, 2), function(err) { + if (err) + { + console.log('error:', err) + }; + }); + res.json( + { + "profileRevision": profile.rvn || 1, + "profileId": req.query.profileId || "campaign", + "profileChangesBaseRevision": profile.rvn || 1, + "profileChanges": [ + { + "changeType": "fullProfileUpdate", + "profile": profile + } + ], + "profileCommandRevision": profile.commandRevision || 0, + "serverTime": new Date().toISOString(), + "responseVersion": 1 + } + ) + res.status(200); + res.end(); + }); + + express.post("/fortnite/api/game/v2/profile/*/client/EquipBattleRoyaleCustomization", async (req, res) => { + if (req.headers["user-agent"].includes("Mozilla")) { + return res + .status(405) + .json( + { + "errorCode":"errors.com.epicgames.common.method_not_allowed", + "errorMessage":"Sorry the resource you were trying to access cannot be accessed with the HTTP method you used.", + "numericErrorCode":1009, + "originatingService":"fortnite", + "intent":"prod-live" + }) + } + if (req.query.profileId != "athena") + { + return res + .status(403) + .json( + { + "errorCode":"errors.com.epicgames.common.wrong_profile", + "errorMessage":"Sorry, this endpoint requires the athena profile.", + "numericErrorCode":1009, + "originatingService":"fortnite", + "intent":"prod-live" + }) + } + const profile = require(`./profiles/${req.query.profileId || "athena"}.json`); + if (profile.profileId == "athena") { + const seasonchecker = require("./seasonchecker.js"); + const seasondata = require("./season.json"); + seasonchecker(req, seasondata); + profile.stats.attributes.season_num = seasondata.season; + } + if (req.body.slotName == "Character") + { + profile.stats.attributes.favorite_character = req.body.itemToSlot || ""; + console.log(`Character changed to: ${req.body.itemToSlot || ""}`); + if (req.body.variantUpdates) + { + if (req.body.itemToSlot != "" && req.body.itemToSlot.toLowerCase() != "athenacharacter:cid_random") + { + profile.items[req.body.itemToSlot].attributes.variants = req.body.variantUpdates || []; + } + } + profile.rvn += 1; + profile.commandRevision += 1; + fs.writeFile(`./profiles/${req.query.profileId || "athena"}.json`, JSON.stringify(profile, null, 2), function(err) { + if (err) + { + console.log('error:', err) + }; + }); + } + if (req.body.slotName == "Backpack") + { + profile.stats.attributes.favorite_backpack = req.body.itemToSlot || ""; + console.log(`Backpack changed to: ${req.body.itemToSlot || ""}`); + if (req.body.variantUpdates) + { + if (req.body.itemToSlot != "" && req.body.itemToSlot.toLowerCase() != "athenabackpack:bid_random") + { + profile.items[req.body.itemToSlot].attributes.variants = req.body.variantUpdates || []; + } + } + profile.rvn += 1; + profile.commandRevision += 1; + fs.writeFile(`./profiles/${req.query.profileId || "athena"}.json`, JSON.stringify(profile, null, 2), function(err) { + if (err) + { + console.log('error:', err) + }; + }); + } + if (req.body.slotName == "Pickaxe") + { + profile.stats.attributes.favorite_pickaxe = req.body.itemToSlot || ""; + console.log(`Pickaxe changed to: ${req.body.itemToSlot || ""}`); + if (req.body.variantUpdates) + { + if (req.body.itemToSlot != "" && req.body.itemToSlot.toLowerCase() != "athenapickaxe:pickaxe_random") + { + profile.items[req.body.itemToSlot].attributes.variants = req.body.variantUpdates || []; + } + } + profile.rvn += 1; + profile.commandRevision += 1; + fs.writeFile(`./profiles/${req.query.profileId || "athena"}.json`, JSON.stringify(profile, null, 2), function(err) { + if (err) + { + console.log('error:', err) + }; + }); + } + if (req.body.slotName == "Glider") + { + profile.stats.attributes.favorite_glider = req.body.itemToSlot || ""; + console.log(`Glider changed to: ${req.body.itemToSlot || ""}`); + if (req.body.variantUpdates) + { + if (req.body.itemToSlot != "" && req.body.itemToSlot.toLowerCase() != "athenaglider:glider_random") + { + profile.items[req.body.itemToSlot].attributes.variants = req.body.variantUpdates || []; + } + } + profile.rvn += 1; + profile.commandRevision += 1; + fs.writeFile(`./profiles/${req.query.profileId || "athena"}.json`, JSON.stringify(profile, null, 2), function(err) { + if (err) + { + console.log('error:', err) + }; + }); + } + if (req.body.slotName == "SkyDiveContrail") + { + profile.stats.attributes.favorite_skydivecontrail = req.body.itemToSlot || ""; + console.log(`SkyDiveContrail changed to: ${req.body.itemToSlot || ""}`); + if (req.body.variantUpdates) + { + if (req.body.itemToSlot != "" && req.body.itemToSlot.toLowerCase() != "athenaskydivecontrail:trails_random") + { + profile.items[req.body.itemToSlot].attributes.variants = req.body.variantUpdates || []; + } + } + profile.rvn += 1; + profile.commandRevision += 1; + fs.writeFile(`./profiles/${req.query.profileId || "athena"}.json`, JSON.stringify(profile, null, 2), function(err) { + if (err) + { + console.log('error:', err) + }; + }); + } + if (req.body.slotName == "MusicPack") + { + profile.stats.attributes.favorite_musicpack = req.body.itemToSlot || ""; + console.log(`MusicPack changed to: ${req.body.itemToSlot || ""}`); + if (req.body.variantUpdates) + { + if (req.body.itemToSlot != "" && req.body.itemToSlot.toLowerCase() != "athenamusicpack:musicpack_random") + { + profile.items[req.body.itemToSlot].attributes.variants = req.body.variantUpdates || []; + } + } + profile.rvn += 1; + profile.commandRevision += 1; + fs.writeFile(`./profiles/${req.query.profileId || "athena"}.json`, JSON.stringify(profile, null, 2), function(err) { + if (err) + { + console.log('error:', err) + }; + }); + } + if (req.body.slotName == "LoadingScreen") + { + profile.stats.attributes.favorite_loadingscreen = req.body.itemToSlot || ""; + console.log(`LoadingScreen changed to: ${req.body.itemToSlot || ""}`); + if (req.body.variantUpdates) + { + if (req.body.itemToSlot != "" && req.body.itemToSlot.toLowerCase() != "athenaloadingscreen:lsid_random") + { + profile.items[req.body.itemToSlot].attributes.variants = req.body.variantUpdates || []; + } + } + profile.rvn += 1; + profile.commandRevision += 1; + fs.writeFile(`./profiles/${req.query.profileId || "athena"}.json`, JSON.stringify(profile, null, 2), function(err) { + if (err) + { + console.log('error:', err) + }; + }); + } + if (req.body.slotName == "Dance") + { + var indexwithinslot = req.body.indexWithinSlot || 0; + + if (indexwithinslot == 0) + { + profile.stats.attributes.favorite_dance[0] = req.body.itemToSlot || ""; + } + if (indexwithinslot == 1) + { + profile.stats.attributes.favorite_dance[1] = req.body.itemToSlot || ""; + } + if (indexwithinslot == 2) + { + profile.stats.attributes.favorite_dance[2] = req.body.itemToSlot || ""; + } + if (indexwithinslot == 3) + { + profile.stats.attributes.favorite_dance[3] = req.body.itemToSlot || ""; + } + if (indexwithinslot == 4) + { + profile.stats.attributes.favorite_dance[4] = req.body.itemToSlot || ""; + } + if (indexwithinslot == 5) + { + profile.stats.attributes.favorite_dance[5] = req.body.itemToSlot || ""; + } + + console.log(`Dance slot ${indexwithinslot} changed to: ${req.body.itemToSlot || ""}`); + if (req.body.variantUpdates) + { + if (req.body.itemToSlot != "") + { + profile.items[req.body.itemToSlot].attributes.variants = req.body.variantUpdates || []; + } + } + profile.rvn += 1; + profile.commandRevision += 1; + fs.writeFile(`./profiles/${req.query.profileId || "athena"}.json`, JSON.stringify(profile, null, 2), function(err) { + if (err) + { + console.log('error:', err) + }; + }); + } + if (req.body.slotName == "ItemWrap") + { + var indexwithinslot = req.body.indexWithinSlot || 0; + + if (indexwithinslot == 0) + { + profile.stats.attributes.favorite_itemwraps[0] = req.body.itemToSlot || ""; + } + if (indexwithinslot == 1) + { + profile.stats.attributes.favorite_itemwraps[1] = req.body.itemToSlot || ""; + } + if (indexwithinslot == 2) + { + profile.stats.attributes.favorite_itemwraps[2] = req.body.itemToSlot || ""; + } + if (indexwithinslot == 3) + { + profile.stats.attributes.favorite_itemwraps[3] = req.body.itemToSlot || ""; + } + if (indexwithinslot == 4) + { + profile.stats.attributes.favorite_itemwraps[4] = req.body.itemToSlot || ""; + } + if (indexwithinslot == 5) + { + profile.stats.attributes.favorite_itemwraps[5] = req.body.itemToSlot || ""; + } + if (indexwithinslot == 6) + { + profile.stats.attributes.favorite_itemwraps[6] = req.body.itemToSlot || ""; + } + if (indexwithinslot == -1) + { + profile.stats.attributes.favorite_itemwraps[0] = req.body.itemToSlot || ""; + profile.stats.attributes.favorite_itemwraps[1] = req.body.itemToSlot || ""; + profile.stats.attributes.favorite_itemwraps[2] = req.body.itemToSlot || ""; + profile.stats.attributes.favorite_itemwraps[3] = req.body.itemToSlot || ""; + profile.stats.attributes.favorite_itemwraps[4] = req.body.itemToSlot || ""; + profile.stats.attributes.favorite_itemwraps[5] = req.body.itemToSlot || ""; + profile.stats.attributes.favorite_itemwraps[6] = req.body.itemToSlot || ""; + } + + var poggers = `ItemWrap slot ${indexwithinslot} changed to: ${req.body.itemToSlot || ""}` + if (indexwithinslot == -1) + { + poggers = `All ItemWrap slots changed to: ${req.body.itemToSlot || ""}`; + } + console.log(poggers); + if (req.body.variantUpdates) + { + if (req.body.itemToSlot != "" && req.body.itemToSlot.toLowerCase() != "athenaitemwrap:wrap_random") + { + profile.items[req.body.itemToSlot].attributes.variants = req.body.variantUpdates || []; + } + } + profile.rvn += 1; + profile.commandRevision += 1; + fs.writeFile(`./profiles/${req.query.profileId || "athena"}.json`, JSON.stringify(profile, null, 2), function(err) { + if (err) + { + console.log('error:', err) + }; + }); + } + res.json( + { + "profileRevision": profile.rvn || 1, + "profileId": req.query.profileId || "athena", + "profileChangesBaseRevision": profile.rvn || 1, + "profileChanges": [ + { + "changeType": "fullProfileUpdate", + "profile": profile + } + ], + "profileCommandRevision": profile.commandRevision || 0, + "serverTime": new Date().toISOString(), + "responseVersion": 1 + } + ) + res.status(200); + res.end(); + }); + + express.post("/fortnite/api/game/v2/profile/*/client/SetBattleRoyaleBanner", async (req, res) => { + if (req.headers["user-agent"].includes("Mozilla")) { + return res + .status(405) + .json( + { + "errorCode":"errors.com.epicgames.common.method_not_allowed", + "errorMessage":"Sorry the resource you were trying to access cannot be accessed with the HTTP method you used.", + "numericErrorCode":1009, + "originatingService":"fortnite", + "intent":"prod-live" + }) + } + if (req.query.profileId != "athena") + { + return res + .status(403) + .json( + { + "errorCode":"errors.com.epicgames.common.wrong_profile", + "errorMessage":"Sorry, this endpoint requires the athena profile.", + "numericErrorCode":1009, + "originatingService":"fortnite", + "intent":"prod-live" + }) + } + const profile = require(`./profiles/${req.query.profileId || "athena"}.json`); + if (profile.profileId == "athena") { + const seasonchecker = require("./seasonchecker.js"); + const seasondata = require("./season.json"); + seasonchecker(req, seasondata); + profile.stats.attributes.season_num = seasondata.season; + } + profile.stats.attributes.banner_icon = req.body.homebaseBannerIconId || "BRSeason01"; + profile.stats.attributes.banner_color = req.body.homebaseBannerColorId || "DefaultColor1"; + profile.rvn += 1; + profile.commandRevision += 1; + fs.writeFile(`./profiles/${req.query.profileId || "athena"}.json`, JSON.stringify(profile, null, 2), function(err) { + if (err) + { + console.log('error:', err) + }; + }); + res.json( + { + "profileRevision": profile.rvn || 1, + "profileId": req.query.profileId || "athena", + "profileChangesBaseRevision": profile.rvn || 1, + "profileChanges": [ + { + "changeType": "fullProfileUpdate", + "profile": profile + } + ], + "profileCommandRevision": profile.commandRevision || 0, + "serverTime": new Date().toISOString(), + "responseVersion": 1 + } + ) + res.status(200); + res.end(); + }); + + express.post("/fortnite/api/game/v2/profile/*/client/SetCosmeticLockerSlot", async (req, res) => { + if (req.headers["user-agent"].includes("Mozilla")) { + return res + .status(405) + .json( + { + "errorCode":"errors.com.epicgames.common.method_not_allowed", + "errorMessage":"Sorry the resource you were trying to access cannot be accessed with the HTTP method you used.", + "numericErrorCode":1009, + "originatingService":"fortnite", + "intent":"prod-live" + }) + } + const profile = require(`./profiles/${req.query.profileId || "athena"}.json`); + if (profile.profileId == "athena") { + const seasonchecker = require("./seasonchecker.js"); + const seasondata = require("./season.json"); + seasonchecker(req, seasondata); + profile.stats.attributes.season_num = seasondata.season; + } + if (req.body.category == "Character") + { + profile.items[req.body.lockerItem].attributes.locker_slots_data.slots.Character.items = [req.body.itemToSlot || ""]; + if (req.body.variantUpdates && profile.profileId != "campaign") + { + if (req.body.itemToSlot != "" && req.body.itemToSlot.toLowerCase() != "athenacharacter:cid_random") + { + profile.items[req.body.itemToSlot].attributes.variants = req.body.variantUpdates || []; + } + } + profile.rvn += 1; + profile.commandRevision += 1; + fs.writeFile(`./profiles/${req.query.profileId || "athena"}.json`, JSON.stringify(profile, null, 2), function(err) { + if (err) + { + console.log('error:', err) + }; + }); + } + if (req.body.category == "Backpack") + { + profile.items[req.body.lockerItem].attributes.locker_slots_data.slots.Backpack.items = [req.body.itemToSlot || ""]; + if (req.body.variantUpdates && profile.profileId != "campaign") + { + if (req.body.itemToSlot != "" && req.body.itemToSlot.toLowerCase() != "athenabackpack:bid_random") + { + profile.items[req.body.itemToSlot].attributes.variants = req.body.variantUpdates || []; + } + } + profile.rvn += 1; + profile.commandRevision += 1; + fs.writeFile(`./profiles/${req.query.profileId || "athena"}.json`, JSON.stringify(profile, null, 2), function(err) { + if (err) + { + console.log('error:', err) + }; + }); + } + if (req.body.category == "Pickaxe") + { + profile.items[req.body.lockerItem].attributes.locker_slots_data.slots.Pickaxe.items = [req.body.itemToSlot || ""]; + if (req.body.variantUpdates && profile.profileId != "campaign") + { + if (req.body.itemToSlot != "" && req.body.itemToSlot.toLowerCase() != "athenapickaxe:pickaxe_random") + { + profile.items[req.body.itemToSlot].attributes.variants = req.body.variantUpdates || []; + } + } + profile.rvn += 1; + profile.commandRevision += 1; + fs.writeFile(`./profiles/${req.query.profileId || "athena"}.json`, JSON.stringify(profile, null, 2), function(err) { + if (err) + { + console.log('error:', err) + }; + }); + } + if (req.body.category == "Glider") + { + profile.items[req.body.lockerItem].attributes.locker_slots_data.slots.Glider.items = [req.body.itemToSlot || ""]; + if (req.body.variantUpdates && profile.profileId != "campaign") + { + if (req.body.itemToSlot != "" && req.body.itemToSlot.toLowerCase() != "athenaglider:glider_random") + { + profile.items[req.body.itemToSlot].attributes.variants = req.body.variantUpdates || []; + } + } + profile.rvn += 1; + profile.commandRevision += 1; + fs.writeFile(`./profiles/${req.query.profileId || "athena"}.json`, JSON.stringify(profile, null, 2), function(err) { + if (err) + { + console.log('error:', err) + }; + }); + } + if (req.body.category == "SkyDiveContrail") + { + profile.items[req.body.lockerItem].attributes.locker_slots_data.slots.SkyDiveContrail.items = [req.body.itemToSlot || ""]; + if (req.body.variantUpdates && profile.profileId != "campaign") + { + if (req.body.itemToSlot != "" && req.body.itemToSlot.toLowerCase() != "athenaskydivecontrail:trails_random") + { + profile.items[req.body.itemToSlot].attributes.variants = req.body.variantUpdates || []; + } + } + profile.rvn += 1; + profile.commandRevision += 1; + fs.writeFile(`./profiles/${req.query.profileId || "athena"}.json`, JSON.stringify(profile, null, 2), function(err) { + if (err) + { + console.log('error:', err) + }; + }); + } + if (req.body.category == "MusicPack") + { + profile.items[req.body.lockerItem].attributes.locker_slots_data.slots.MusicPack.items = [req.body.itemToSlot || ""]; + if (req.body.variantUpdates && profile.profileId != "campaign") + { + if (req.body.itemToSlot != "" && req.body.itemToSlot.toLowerCase() != "athenamusicpack:musicpack_random") + { + profile.items[req.body.itemToSlot].attributes.variants = req.body.variantUpdates || []; + } + } + profile.rvn += 1; + profile.commandRevision += 1; + fs.writeFile(`./profiles/${req.query.profileId || "athena"}.json`, JSON.stringify(profile, null, 2), function(err) { + if (err) + { + console.log('error:', err) + }; + }); + } + if (req.body.category == "LoadingScreen") + { + profile.items[req.body.lockerItem].attributes.locker_slots_data.slots.LoadingScreen.items = [req.body.itemToSlot || ""]; + if (req.body.variantUpdates && profile.profileId != "campaign") + { + if (req.body.itemToSlot != "" && req.body.itemToSlot.toLowerCase() != "athenaloadingscreen:lsid_random") + { + profile.items[req.body.itemToSlot].attributes.variants = req.body.variantUpdates || []; + } + } + profile.rvn += 1; + profile.commandRevision += 1; + fs.writeFile(`./profiles/${req.query.profileId || "athena"}.json`, JSON.stringify(profile, null, 2), function(err) { + if (err) + { + console.log('error:', err) + }; + }); + } + if (req.body.category == "Dance") + { + var indexwithinslot = req.body.slotIndex || 0; + + if (indexwithinslot == 0) + { + profile.items[req.body.lockerItem].attributes.locker_slots_data.slots.Dance.items[0] = req.body.itemToSlot || ""; + } + if (indexwithinslot == 1) + { + profile.items[req.body.lockerItem].attributes.locker_slots_data.slots.Dance.items[1] = req.body.itemToSlot || ""; + } + if (indexwithinslot == 2) + { + profile.items[req.body.lockerItem].attributes.locker_slots_data.slots.Dance.items[2] = req.body.itemToSlot || ""; + } + if (indexwithinslot == 3) + { + profile.items[req.body.lockerItem].attributes.locker_slots_data.slots.Dance.items[3] = req.body.itemToSlot || ""; + } + if (indexwithinslot == 4) + { + profile.items[req.body.lockerItem].attributes.locker_slots_data.slots.Dance.items[4] = req.body.itemToSlot || ""; + } + if (indexwithinslot == 5) + { + profile.items[req.body.lockerItem].attributes.locker_slots_data.slots.Dance.items[5] = req.body.itemToSlot || ""; + } + + if (req.body.variantUpdates && profile.profileId != "campaign") + { + if (req.body.itemToSlot != "") + { + profile.items[req.body.itemToSlot].attributes.variants = req.body.variantUpdates || []; + } + } + + profile.rvn += 1; + profile.commandRevision += 1; + fs.writeFile(`./profiles/${req.query.profileId || "athena"}.json`, JSON.stringify(profile, null, 2), function(err) { + if (err) + { + console.log('error:', err) + }; + }); + } + if (req.body.category == "ItemWrap") + { + var indexwithinslot = req.body.slotIndex || 0; + + if (indexwithinslot == 0) + { + profile.items[req.body.lockerItem].attributes.locker_slots_data.slots.ItemWrap.items[0] = req.body.itemToSlot || ""; + } + if (indexwithinslot == 1) + { + profile.items[req.body.lockerItem].attributes.locker_slots_data.slots.ItemWrap.items[1] = req.body.itemToSlot || ""; + } + if (indexwithinslot == 2) + { + profile.items[req.body.lockerItem].attributes.locker_slots_data.slots.ItemWrap.items[2] = req.body.itemToSlot || ""; + } + if (indexwithinslot == 3) + { + profile.items[req.body.lockerItem].attributes.locker_slots_data.slots.ItemWrap.items[3] = req.body.itemToSlot || ""; + } + if (indexwithinslot == 4) + { + profile.items[req.body.lockerItem].attributes.locker_slots_data.slots.ItemWrap.items[4] = req.body.itemToSlot || ""; + } + if (indexwithinslot == 5) + { + profile.items[req.body.lockerItem].attributes.locker_slots_data.slots.ItemWrap.items[5] = req.body.itemToSlot || ""; + } + if (indexwithinslot == 6) + { + profile.items[req.body.lockerItem].attributes.locker_slots_data.slots.ItemWrap.items[6] = req.body.itemToSlot || ""; + } + if (indexwithinslot == -1) + { + profile.items[req.body.lockerItem].attributes.locker_slots_data.slots.ItemWrap.items[0] = req.body.itemToSlot || ""; + profile.items[req.body.lockerItem].attributes.locker_slots_data.slots.ItemWrap.items[1] = req.body.itemToSlot || ""; + profile.items[req.body.lockerItem].attributes.locker_slots_data.slots.ItemWrap.items[2] = req.body.itemToSlot || ""; + profile.items[req.body.lockerItem].attributes.locker_slots_data.slots.ItemWrap.items[3] = req.body.itemToSlot || ""; + profile.items[req.body.lockerItem].attributes.locker_slots_data.slots.ItemWrap.items[4] = req.body.itemToSlot || ""; + profile.items[req.body.lockerItem].attributes.locker_slots_data.slots.ItemWrap.items[5] = req.body.itemToSlot || ""; + profile.items[req.body.lockerItem].attributes.locker_slots_data.slots.ItemWrap.items[6] = req.body.itemToSlot || ""; + } + + if (req.body.variantUpdates && profile.profileId != "campaign") + { + if (req.body.itemToSlot != "" && req.body.itemToSlot.toLowerCase() != "athenaitemwrap:wrap_random") + { + profile.items[req.body.itemToSlot].attributes.variants = req.body.variantUpdates || []; + } + } + + profile.rvn += 1; + profile.commandRevision += 1; + fs.writeFile(`./profiles/${req.query.profileId || "athena"}.json`, JSON.stringify(profile, null, 2), function(err) { + if (err) + { + console.log('error:', err) + }; + }); + } + res.json( + { + "profileRevision": profile.rvn || 1, + "profileId": req.query.profileId || "athena", + "profileChangesBaseRevision": profile.rvn || 1, + "profileChanges": [ + { + "changeType": "fullProfileUpdate", + "profile": profile + } + ], + "profileCommandRevision": profile.commandRevision || 0, + "serverTime": new Date().toISOString(), + "responseVersion": 1 + } + ) + res.status(200); + res.end(); + }); + + express.post("/fortnite/api/game/v2/profile/*/client/*", async (req, res) => { + if (req.headers["user-agent"].includes("Mozilla")) { + return res + .status(405) + .json( + { + "errorCode":"errors.com.epicgames.common.method_not_allowed", + "errorMessage":"Sorry the resource you were trying to access cannot be accessed with the HTTP method you used.", + "numericErrorCode":1009, + "originatingService":"fortnite", + "intent":"prod-live" + }) + } + const profile = require(`./profiles/${req.query.profileId || "athena"}.json`); + if (profile.profileId == "athena") { + const seasonchecker = require("./seasonchecker.js"); + const seasondata = require("./season.json"); + seasonchecker(req, seasondata); + profile.stats.attributes.season_num = seasondata.season; + } + if (req.headers["user-agent"].includes("3724489")) { + if (req.query.profileId == "profile0") { + return res + .status(200) + .json({}) + } + } + res.json( + { + "profileRevision": profile.rvn || 1, + "profileId": req.query.profileId || "athena", + "profileChangesBaseRevision": profile.rvn || 1, + "profileChanges": [ + { + "changeType": "fullProfileUpdate", + "profile": profile + } + ], + "profileCommandRevision": profile.commandRevision || 0, + "serverTime": new Date().toISOString(), + "responseVersion": 1 + } + ) + res.status(200); + res.end(); + }); \ No newline at end of file diff --git a/install_packages.bat b/install_packages.bat new file mode 100644 index 0000000..59a8e22 --- /dev/null +++ b/install_packages.bat @@ -0,0 +1 @@ +npm i \ No newline at end of file diff --git a/package-lock.json b/package-lock.json new file mode 100644 index 0000000..93ac075 --- /dev/null +++ b/package-lock.json @@ -0,0 +1,379 @@ +{ + "name": "lawinserverfinal", + "version": "0.0.1", + "lockfileVersion": 1, + "requires": true, + "dependencies": { + "accepts": { + "version": "1.3.7", + "resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.7.tgz", + "integrity": "sha512-Il80Qs2WjYlJIBNzNkK6KYqlVMTbZLXgHx2oT0pU/fjRHyEp+PEfEPY0R3WCwAGVOtauxh1hOxNgIf5bv7dQpA==", + "requires": { + "mime-types": "~2.1.24", + "negotiator": "0.6.2" + } + }, + "array-flatten": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz", + "integrity": "sha1-ml9pkFGx5wczKPKgCJaLZOopVdI=" + }, + "body-parser": { + "version": "1.19.0", + "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.19.0.tgz", + "integrity": "sha512-dhEPs72UPbDnAQJ9ZKMNTP6ptJaionhP5cBb541nXPlW60Jepo9RV/a4fX4XWW9CuFNK22krhrj1+rgzifNCsw==", + "requires": { + "bytes": "3.1.0", + "content-type": "~1.0.4", + "debug": "2.6.9", + "depd": "~1.1.2", + "http-errors": "1.7.2", + "iconv-lite": "0.4.24", + "on-finished": "~2.3.0", + "qs": "6.7.0", + "raw-body": "2.4.0", + "type-is": "~1.6.17" + } + }, + "bytes": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.0.tgz", + "integrity": "sha512-zauLjrfCG+xvoyaqLoV8bLVXXNGC4JqlxFCutSDWA6fJrTo2ZuvLYTqZ7aHBLZSMOopbzwv8f+wZcVzfVTI2Dg==" + }, + "content-disposition": { + "version": "0.5.3", + "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.3.tgz", + "integrity": "sha512-ExO0774ikEObIAEV9kDo50o+79VCUdEB6n6lzKgGwupcVeRlhrj3qGAfwq8G6uBJjkqLrhT0qEYFcWng8z1z0g==", + "requires": { + "safe-buffer": "5.1.2" + } + }, + "content-type": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.4.tgz", + "integrity": "sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA==" + }, + "cookie": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.4.0.tgz", + "integrity": "sha512-+Hp8fLp57wnUSt0tY0tHEXh4voZRDnoIrZPqlo3DPiI4y9lwg/jqx+1Om94/W6ZaPDOUbnjOt/99w66zk+l1Xg==" + }, + "cookie-signature": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz", + "integrity": "sha1-4wOogrNCzD7oylE6eZmXNNqzriw=" + }, + "debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "requires": { + "ms": "2.0.0" + } + }, + "depd": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz", + "integrity": "sha1-m81S4UwJd2PnSbJ0xDRu0uVgtak=" + }, + "destroy": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/destroy/-/destroy-1.0.4.tgz", + "integrity": "sha1-l4hXRCxEdJ5CBmE+N5RiBYJqvYA=" + }, + "ee-first": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz", + "integrity": "sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=" + }, + "encodeurl": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz", + "integrity": "sha1-rT/0yG7C0CkyL1oCw6mmBslbP1k=" + }, + "escape-html": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz", + "integrity": "sha1-Aljq5NPQwJdN4cFpGI7wBR0dGYg=" + }, + "etag": { + "version": "1.8.1", + "resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz", + "integrity": "sha1-Qa4u62XvpiJorr/qg6x9eSmbCIc=" + }, + "express": { + "version": "4.17.1", + "resolved": "https://registry.npmjs.org/express/-/express-4.17.1.tgz", + "integrity": "sha512-mHJ9O79RqluphRrcw2X/GTh3k9tVv8YcoyY4Kkh4WDMUYKRZUq0h1o0w2rrrxBqM7VoeUVqgb27xlEMXTnYt4g==", + "requires": { + "accepts": "~1.3.7", + "array-flatten": "1.1.1", + "body-parser": "1.19.0", + "content-disposition": "0.5.3", + "content-type": "~1.0.4", + "cookie": "0.4.0", + "cookie-signature": "1.0.6", + "debug": "2.6.9", + "depd": "~1.1.2", + "encodeurl": "~1.0.2", + "escape-html": "~1.0.3", + "etag": "~1.8.1", + "finalhandler": "~1.1.2", + "fresh": "0.5.2", + "merge-descriptors": "1.0.1", + "methods": "~1.1.2", + "on-finished": "~2.3.0", + "parseurl": "~1.3.3", + "path-to-regexp": "0.1.7", + "proxy-addr": "~2.0.5", + "qs": "6.7.0", + "range-parser": "~1.2.1", + "safe-buffer": "5.1.2", + "send": "0.17.1", + "serve-static": "1.14.1", + "setprototypeof": "1.1.1", + "statuses": "~1.5.0", + "type-is": "~1.6.18", + "utils-merge": "1.0.1", + "vary": "~1.1.2" + } + }, + "finalhandler": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.1.2.tgz", + "integrity": "sha512-aAWcW57uxVNrQZqFXjITpW3sIUQmHGG3qSb9mUah9MgMC4NeWhNOlNjXEYq3HjRAvL6arUviZGGJsBg6z0zsWA==", + "requires": { + "debug": "2.6.9", + "encodeurl": "~1.0.2", + "escape-html": "~1.0.3", + "on-finished": "~2.3.0", + "parseurl": "~1.3.3", + "statuses": "~1.5.0", + "unpipe": "~1.0.0" + } + }, + "forwarded": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/forwarded/-/forwarded-0.1.2.tgz", + "integrity": "sha1-mMI9qxF1ZXuMBXPozszZGw/xjIQ=" + }, + "fresh": { + "version": "0.5.2", + "resolved": "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz", + "integrity": "sha1-PYyt2Q2XZWn6g1qx+OSyOhBWBac=" + }, + "fs": { + "version": "0.0.1-security", + "resolved": "https://registry.npmjs.org/fs/-/fs-0.0.1-security.tgz", + "integrity": "sha1-invTcYa23d84E/I4WLV+yq9eQdQ=" + }, + "http-errors": { + "version": "1.7.2", + "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.7.2.tgz", + "integrity": "sha512-uUQBt3H/cSIVfch6i1EuPNy/YsRSOUBXTVfZ+yR7Zjez3qjBz6i9+i4zjNaoqcoFVI4lQJ5plg63TvGfRSDCRg==", + "requires": { + "depd": "~1.1.2", + "inherits": "2.0.3", + "setprototypeof": "1.1.1", + "statuses": ">= 1.5.0 < 2", + "toidentifier": "1.0.0" + } + }, + "iconv-lite": { + "version": "0.4.24", + "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz", + "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==", + "requires": { + "safer-buffer": ">= 2.1.2 < 3" + } + }, + "inherits": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", + "integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=" + }, + "ipaddr.js": { + "version": "1.9.1", + "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.9.1.tgz", + "integrity": "sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==" + }, + "media-typer": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz", + "integrity": "sha1-hxDXrwqmJvj/+hzgAWhUUmMlV0g=" + }, + "merge-descriptors": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.1.tgz", + "integrity": "sha1-sAqqVW3YtEVoFQ7J0blT8/kMu2E=" + }, + "methods": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/methods/-/methods-1.1.2.tgz", + "integrity": "sha1-VSmk1nZUE07cxSZmVoNbD4Ua/O4=" + }, + "mime": { + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz", + "integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==" + }, + "mime-db": { + "version": "1.44.0", + "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.44.0.tgz", + "integrity": "sha512-/NOTfLrsPBVeH7YtFPgsVWveuL+4SjjYxaQ1xtM1KMFj7HdxlBlxeyNLzhyJVx7r4rZGJAZ/6lkKCitSc/Nmpg==" + }, + "mime-types": { + "version": "2.1.27", + "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.27.tgz", + "integrity": "sha512-JIhqnCasI9yD+SsmkquHBxTSEuZdQX5BuQnS2Vc7puQQQ+8yiP5AY5uWhpdv4YL4VM5c6iliiYWPgJ/nJQLp7w==", + "requires": { + "mime-db": "1.44.0" + } + }, + "ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" + }, + "negotiator": { + "version": "0.6.2", + "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.2.tgz", + "integrity": "sha512-hZXc7K2e+PgeI1eDBe/10Ard4ekbfrrqG8Ep+8Jmf4JID2bNg7NvCPOZN+kfF574pFQI7mum2AUqDidoKqcTOw==" + }, + "on-finished": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.3.0.tgz", + "integrity": "sha1-IPEzZIGwg811M3mSoWlxqi2QaUc=", + "requires": { + "ee-first": "1.1.1" + } + }, + "parseurl": { + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz", + "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==" + }, + "path-to-regexp": { + "version": "0.1.7", + "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.7.tgz", + "integrity": "sha1-32BBeABfUi8V60SQ5yR6G/qmf4w=" + }, + "proxy-addr": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.6.tgz", + "integrity": "sha512-dh/frvCBVmSsDYzw6n926jv974gddhkFPfiN8hPOi30Wax25QZyZEGveluCgliBnqmuM+UJmBErbAUFIoDbjOw==", + "requires": { + "forwarded": "~0.1.2", + "ipaddr.js": "1.9.1" + } + }, + "qs": { + "version": "6.7.0", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.7.0.tgz", + "integrity": "sha512-VCdBRNFTX1fyE7Nb6FYoURo/SPe62QCaAyzJvUjwRaIsc+NePBEniHlvxFmmX56+HZphIGtV0XeCirBtpDrTyQ==" + }, + "range-parser": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz", + "integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==" + }, + "raw-body": { + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.4.0.tgz", + "integrity": "sha512-4Oz8DUIwdvoa5qMJelxipzi/iJIi40O5cGV1wNYp5hvZP8ZN0T+jiNkL0QepXs+EsQ9XJ8ipEDoiH70ySUJP3Q==", + "requires": { + "bytes": "3.1.0", + "http-errors": "1.7.2", + "iconv-lite": "0.4.24", + "unpipe": "1.0.0" + } + }, + "safe-buffer": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" + }, + "safer-buffer": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", + "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==" + }, + "send": { + "version": "0.17.1", + "resolved": "https://registry.npmjs.org/send/-/send-0.17.1.tgz", + "integrity": "sha512-BsVKsiGcQMFwT8UxypobUKyv7irCNRHk1T0G680vk88yf6LBByGcZJOTJCrTP2xVN6yI+XjPJcNuE3V4fT9sAg==", + "requires": { + "debug": "2.6.9", + "depd": "~1.1.2", + "destroy": "~1.0.4", + "encodeurl": "~1.0.2", + "escape-html": "~1.0.3", + "etag": "~1.8.1", + "fresh": "0.5.2", + "http-errors": "~1.7.2", + "mime": "1.6.0", + "ms": "2.1.1", + "on-finished": "~2.3.0", + "range-parser": "~1.2.1", + "statuses": "~1.5.0" + }, + "dependencies": { + "ms": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.1.tgz", + "integrity": "sha512-tgp+dl5cGk28utYktBsrFqA7HKgrhgPsg6Z/EfhWI4gl1Hwq8B/GmY/0oXZ6nF8hDVesS/FpnYaD/kOWhYQvyg==" + } + } + }, + "serve-static": { + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.14.1.tgz", + "integrity": "sha512-JMrvUwE54emCYWlTI+hGrGv5I8dEwmco/00EvkzIIsR7MqrHonbD9pO2MOfFnpFntl7ecpZs+3mW+XbQZu9QCg==", + "requires": { + "encodeurl": "~1.0.2", + "escape-html": "~1.0.3", + "parseurl": "~1.3.3", + "send": "0.17.1" + } + }, + "setprototypeof": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.1.1.tgz", + "integrity": "sha512-JvdAWfbXeIGaZ9cILp38HntZSFSo3mWg6xGcJJsd+d4aRMOqauag1C63dJfDw7OaMYwEbHMOxEZ1lqVRYP2OAw==" + }, + "statuses": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/statuses/-/statuses-1.5.0.tgz", + "integrity": "sha1-Fhx9rBd2Wf2YEfQ3cfqZOBR4Yow=" + }, + "toidentifier": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.0.tgz", + "integrity": "sha512-yaOH/Pk/VEhBWWTlhI+qXxDFXlejDGcQipMlyxda9nthulaxLZUNcUqFxokp0vcYnvteJln5FNQDRrxj3YcbVw==" + }, + "type-is": { + "version": "1.6.18", + "resolved": "https://registry.npmjs.org/type-is/-/type-is-1.6.18.tgz", + "integrity": "sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==", + "requires": { + "media-typer": "0.3.0", + "mime-types": "~2.1.24" + } + }, + "unpipe": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz", + "integrity": "sha1-sr9O6FFKrmFltIF4KdIbLvSZBOw=" + }, + "utils-merge": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/utils-merge/-/utils-merge-1.0.1.tgz", + "integrity": "sha1-n5VxD1CiZ5R7LMwSR0HBAoQn5xM=" + }, + "vary": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz", + "integrity": "sha1-IpnwLG3tMNSllhsLn3RSShj2NPw=" + } + } +} diff --git a/package.json b/package.json new file mode 100644 index 0000000..dc4beb1 --- /dev/null +++ b/package.json @@ -0,0 +1,25 @@ +{ + "name": "lawinserverfinal", + "version": "0.0.1", + "description": "A simple Node app built on Express, instantly up and running.", + "main": "index.js", + "scripts": { + "start": "node index.js" + }, + "dependencies": { + "express": "^4.17.1", + "fs": "^0.0.1-security" + }, + "engines": { + "node": "8.x" + }, + "repository": { + "url": "https://github.com/Lawin0129/LawinServer" + }, + "license": "GNU", + "keywords": [ + "node", + "express", + "fortnite" + ] +} diff --git a/profiles/athena.json b/profiles/athena.json new file mode 100644 index 0000000..5d13b2c --- /dev/null +++ b/profiles/athena.json @@ -0,0 +1,50779 @@ +{ + "created": "2020-01-01T17:22:28.023Z", + "updated": "2020-01-02T19:03:01.738Z", + "rvn": 6887, + "wipeNumber": 1, + "accountId": "LawinServer", + "profileId": "athena", + "version": "no_version", + "items": { + "ettrr4h-2wedfgbn-8i9jsghj-lpw9t2to-loadout1": { + "templateId": "CosmeticLocker:cosmeticlocker_athena", + "attributes": { + "locker_slots_data": { + "slots": { + "MusicPack": { + "items": [ + "" + ] + }, + "Character": { + "items": [ + "" + ], + "activeVariants": [ + null + ] + }, + "Backpack": { + "items": [ + "" + ], + "activeVariants": [ + null + ] + }, + "SkyDiveContrail": { + "items": [ + "" + ], + "activeVariants": [ + null + ] + }, + "Dance": { + "items": [ + "", + "", + "", + "", + "", + "" + ] + }, + "LoadingScreen": { + "items": [ + "" + ] + }, + "Pickaxe": { + "items": [ + "AthenaPickaxe:DefaultPickaxe" + ], + "activeVariants": [ + null + ] + }, + "Glider": { + "items": [ + "AthenaGlider:DefaultGlider" + ], + "activeVariants": [ + null + ] + }, + "ItemWrap": { + "items": [ + "", + "", + "", + "", + "", + "", + "" + ], + "activeVariants": [ + null, + null, + null, + null, + null, + null, + null, + null + ] + } + } + }, + "use_count": 0, + "banner_icon_template": "StandardBanner1", + "banner_color_template": "DefaultColor1", + "locker_name": "LawinServer", + "item_seen": false, + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_233_DevilRock": { + "templateId": "AthenaBackpack:BID_233_DevilRock", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_392_Hostile": { + "templateId": "AthenaPickaxe:Pickaxe_ID_392_Hostile", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_165_SkeletonHunter": { + "templateId": "AthenaItemWrap:Wrap_165_SkeletonHunter", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_036_AuroraGlow": { + "templateId": "AthenaGlider:Glider_ID_036_AuroraGlow", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_279_Athena_Commando_M_TacticalSanta": { + "templateId": "AthenaCharacter:CID_279_Athena_Commando_M_TacticalSanta", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_454_Gummi": { + "templateId": "AthenaBackpack:BID_454_Gummi", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_029_Assassin": { + "templateId": "AthenaPickaxe:Pickaxe_ID_029_Assassin", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPet:PetID_006_Gingerbread": { + "templateId": "AthenaPet:PetID_006_Gingerbread", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_667_StarsMale": { + "templateId": "AthenaBackpack:BID_667_StarsMale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_273_StreetFashionRed": { + "templateId": "AthenaPickaxe:Pickaxe_ID_273_StreetFashionRed", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_985_Athena_Commando_M_TipToe_5L424": { + "templateId": "AthenaCharacter:CID_985_Athena_Commando_M_TipToe_5L424", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_104_Math": { + "templateId": "AthenaGlider:Glider_ID_104_Math", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_119_VampireFemale": { + "templateId": "AthenaBackpack:BID_119_VampireFemale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaMusicPack:MusicPack_023_OG": { + "templateId": "AthenaMusicPack:MusicPack_023_OG", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_337_WingedFuryFemale": { + "templateId": "AthenaPickaxe:Pickaxe_ID_337_WingedFuryFemale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_688_Athena_Commando_F_AgentRogue": { + "templateId": "AthenaCharacter:CID_688_Athena_Commando_F_AgentRogue", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_024_Graffiti": { + "templateId": "AthenaLoadingScreen:LSID_024_Graffiti", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_108_KnightRemix": { + "templateId": "AthenaItemWrap:Wrap_108_KnightRemix", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_Moonwalking": { + "templateId": "AthenaDance:EID_Moonwalking", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_508_DonutDish": { + "templateId": "AthenaBackpack:BID_508_DonutDish", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_785_Athena_Commando_F_Python": { + "templateId": "AthenaCharacter:CID_785_Athena_Commando_F_Python", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_533_Athena_Commando_M_StreetUrchin": { + "templateId": "AthenaCharacter:CID_533_Athena_Commando_M_StreetUrchin", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_205_StrawberryPilot": { + "templateId": "AthenaPickaxe:Pickaxe_ID_205_StrawberryPilot", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_HandstandLegDab": { + "templateId": "AthenaDance:EID_HandstandLegDab", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_TourBus": { + "templateId": "AthenaDance:EID_TourBus", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_226_Donut": { + "templateId": "AthenaItemWrap:Wrap_226_Donut", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_227_LlamaStormCenter": { + "templateId": "AthenaLoadingScreen:LSID_227_LlamaStormCenter", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_067_GGSnowman": { + "templateId": "AthenaSpray:SPID_067_GGSnowman", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_085_ShareTheLove_A": { + "templateId": "AthenaSpray:SPID_085_ShareTheLove_A", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_054_Athena_Commando_M_SkiDude_USA": { + "templateId": "AthenaCharacter:CID_054_Athena_Commando_M_SkiDude_USA", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_RageQuit": { + "templateId": "AthenaDance:EID_RageQuit", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_423_GreenJacketFemale1H": { + "templateId": "AthenaPickaxe:Pickaxe_ID_423_GreenJacketFemale1H", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_214_SeasonSpray2": { + "templateId": "AthenaSpray:SPID_214_SeasonSpray2", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_626_Athena_Commando_M_PinkTrooper": { + "templateId": "AthenaCharacter:CID_626_Athena_Commando_M_PinkTrooper", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_263_JonesyCube": { + "templateId": "AthenaPickaxe:Pickaxe_ID_263_JonesyCube", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_349_StreetRatMale1H": { + "templateId": "AthenaPickaxe:Pickaxe_ID_349_StreetRatMale1H", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_208_ShootingStar": { + "templateId": "AthenaItemWrap:Wrap_208_ShootingStar", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_LetsBegin": { + "templateId": "AthenaDance:EID_LetsBegin", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_SandwichBop": { + "templateId": "AthenaDance:EID_SandwichBop", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_199_AgentAce": { + "templateId": "AthenaItemWrap:Wrap_199_AgentAce", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_045_TacticalJungle": { + "templateId": "AthenaBackpack:BID_045_TacticalJungle", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_390_SoccerZombieMale": { + "templateId": "AthenaBackpack:BID_390_SoccerZombieMale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_060_Cowgirl": { + "templateId": "AthenaLoadingScreen:LSID_060_Cowgirl", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_352_Athena_Commando_F_Shiny": { + "templateId": "AthenaCharacter:CID_352_Athena_Commando_F_Shiny", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_476_Athena_Commando_F_FutureBiker": { + "templateId": "AthenaCharacter:CID_476_Athena_Commando_F_FutureBiker", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_211_Athena_Commando_F_FootballGirlB": { + "templateId": "AthenaCharacter:CID_211_Athena_Commando_F_FootballGirlB", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_423_Athena_Commando_F_Painter": { + "templateId": "AthenaCharacter:CID_423_Athena_Commando_F_Painter", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_TP": { + "templateId": "AthenaEmoji:Emoji_TP", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_124_Syko": { + "templateId": "AthenaItemWrap:Wrap_124_Syko", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaMusicPack:MusicPack_006_Twist": { + "templateId": "AthenaMusicPack:MusicPack_006_Twist", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_054_Jaguar": { + "templateId": "AthenaItemWrap:Wrap_054_Jaguar", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_155_AKDrift": { + "templateId": "AthenaLoadingScreen:LSID_155_AKDrift", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_022_Athena_Commando_F": { + "templateId": "AthenaCharacter:CID_022_Athena_Commando_F", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_656_Athena_Commando_M_TeriyakiFishFreezerBurn": { + "templateId": "AthenaCharacter:CID_656_Athena_Commando_M_TeriyakiFishFreezerBurn", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_298_Embers": { + "templateId": "AthenaItemWrap:Wrap_298_Embers", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_OctoPirate": { + "templateId": "AthenaEmoji:Emoji_OctoPirate", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_154_Feathers": { + "templateId": "AthenaBackpack:BID_154_Feathers", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_290_Sheath1H": { + "templateId": "AthenaPickaxe:Pickaxe_ID_290_Sheath1H", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_269_Stars": { + "templateId": "AthenaGlider:Glider_ID_269_Stars", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_CattusRoar": { + "templateId": "AthenaDance:EID_CattusRoar", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_Spyglass": { + "templateId": "AthenaDance:EID_Spyglass", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_236_OceanRider": { + "templateId": "AthenaLoadingScreen:LSID_236_OceanRider", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_666_TeriyakiFishElf": { + "templateId": "AthenaBackpack:BID_666_TeriyakiFishElf", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_065_CarbideBlack": { + "templateId": "AthenaBackpack:BID_065_CarbideBlack", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_HiLowWave": { + "templateId": "AthenaDance:EID_HiLowWave", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_056_FighterPilot": { + "templateId": "AthenaBackpack:BID_056_FighterPilot", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_CatBurglarGameplay": { + "templateId": "AthenaItemWrap:Wrap_CatBurglarGameplay", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_228_SciOpsMale": { + "templateId": "AthenaBackpack:BID_228_SciOpsMale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_270_HightowerMango": { + "templateId": "AthenaItemWrap:Wrap_270_HightowerMango", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_064_Biker": { + "templateId": "AthenaGlider:Glider_ID_064_Biker", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_Doublesnap": { + "templateId": "AthenaDance:EID_Doublesnap", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_441_HolidayPJ": { + "templateId": "AthenaBackpack:BID_441_HolidayPJ", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_178_Angel": { + "templateId": "AthenaBackpack:BID_178_Angel", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_263_Masako": { + "templateId": "AthenaBackpack:BID_263_Masako", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_596_Athena_Commando_F_SoccerZombieD": { + "templateId": "AthenaCharacter:CID_596_Athena_Commando_F_SoccerZombieD", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_507_FutureSamuraiMale1H": { + "templateId": "AthenaPickaxe:Pickaxe_ID_507_FutureSamuraiMale1H", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_507_Athena_Commando_M_StarWalker": { + "templateId": "AthenaCharacter:CID_507_Athena_Commando_M_StarWalker", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_806_Athena_Commando_F_GreenJacket": { + "templateId": "AthenaCharacter:CID_806_Athena_Commando_F_GreenJacket", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_679_Athena_Commando_M_ModernMilitaryEclipse": { + "templateId": "AthenaCharacter:CID_679_Athena_Commando_M_ModernMilitaryEclipse", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_Venom": { + "templateId": "AthenaGlider:Glider_Venom", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_109_SkullTrooper": { + "templateId": "AthenaPickaxe:Pickaxe_ID_109_SkullTrooper", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_049_TacticalWoodland": { + "templateId": "AthenaBackpack:BID_049_TacticalWoodland", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_081_Blackout2": { + "templateId": "AthenaItemWrap:Wrap_081_Blackout2", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_NPC_Athena_Commando_M_Fallback": { + "templateId": "AthenaCharacter:CID_NPC_Athena_Commando_M_Fallback", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_351_TigerFashionFemale1H": { + "templateId": "AthenaPickaxe:Pickaxe_ID_351_TigerFashionFemale1H", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_740_Athena_Commando_F_CardboardCrew": { + "templateId": "AthenaCharacter:CID_740_Athena_Commando_F_CardboardCrew", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_044_Bling": { + "templateId": "AthenaSpray:SPID_044_Bling", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_120_Athena_Commando_F_Graffiti": { + "templateId": "AthenaCharacter:CID_120_Athena_Commando_F_Graffiti", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_434_MilitaryFashionSummerMale1H": { + "templateId": "AthenaPickaxe:Pickaxe_ID_434_MilitaryFashionSummerMale1H", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_S14_Elastic_Spider": { + "templateId": "AthenaEmoji:Emoji_S14_Elastic_Spider", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_432_Athena_Commando_M_BalloonHead": { + "templateId": "AthenaCharacter:CID_432_Athena_Commando_M_BalloonHead", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_522_FrostbyteMale": { + "templateId": "AthenaPickaxe:Pickaxe_ID_522_FrostbyteMale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_105_Scarecrow": { + "templateId": "AthenaPickaxe:Pickaxe_ID_105_Scarecrow", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_225_S14_HighTowerTomato": { + "templateId": "AthenaSpray:SPID_225_S14_HighTowerTomato", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_132_Pirate01Octopus": { + "templateId": "AthenaGlider:Glider_ID_132_Pirate01Octopus", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_247_HighTowerGrape": { + "templateId": "AthenaLoadingScreen:LSID_247_HighTowerGrape", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_265_SpinningStars": { + "templateId": "AthenaItemWrap:Wrap_265_SpinningStars", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_ArmUpDance": { + "templateId": "AthenaDance:EID_ArmUpDance", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_204_IceBreaker": { + "templateId": "AthenaItemWrap:Wrap_204_IceBreaker", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_150_Athena_Commando_F_SoccerGirlC": { + "templateId": "AthenaCharacter:CID_150_Athena_Commando_F_SoccerGirlC", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_307_Bani": { + "templateId": "AthenaBackpack:BID_307_Bani", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_AutumnTea": { + "templateId": "AthenaDance:EID_AutumnTea", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_288_Athena_Commando_M_IceKing": { + "templateId": "AthenaCharacter:CID_288_Athena_Commando_M_IceKing", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_127_Rhino": { + "templateId": "AthenaPickaxe:Pickaxe_ID_127_Rhino", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_061_Athena_Commando_F_SkiGirl": { + "templateId": "AthenaCharacter:CID_061_Athena_Commando_F_SkiGirl", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_146_Rocket": { + "templateId": "AthenaSpray:SPID_146_Rocket", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaMusicPack:MusicPack_027_LasagnaDope": { + "templateId": "AthenaMusicPack:MusicPack_027_LasagnaDope", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_383_Athena_Commando_F_Cacti": { + "templateId": "AthenaCharacter:CID_383_Athena_Commando_F_Cacti", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_134_S9Cumulative04": { + "templateId": "AthenaLoadingScreen:LSID_134_S9Cumulative04", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_VictoryRoyale": { + "templateId": "AthenaEmoji:Emoji_VictoryRoyale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_613_Athena_Commando_M_Columbus_7Y4QE": { + "templateId": "AthenaCharacter:CID_613_Athena_Commando_M_Columbus_7Y4QE", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_365_SpyTechHackerMale": { + "templateId": "AthenaPickaxe:Pickaxe_ID_365_SpyTechHackerMale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_753_Athena_Commando_F_Hostile": { + "templateId": "AthenaCharacter:CID_753_Athena_Commando_F_Hostile", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_312_JetSkiMale1H": { + "templateId": "AthenaPickaxe:Pickaxe_ID_312_JetSkiMale1H", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_206_EyeballOctopus": { + "templateId": "AthenaSpray:SPID_206_EyeballOctopus", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_150_IceQueen": { + "templateId": "AthenaPickaxe:Pickaxe_ID_150_IceQueen", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_MVP": { + "templateId": "AthenaEmoji:Emoji_MVP", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_946_Athena_Commando_F_Football20_E_EFKP3": { + "templateId": "AthenaCharacter:CID_946_Athena_Commando_F_Football20_E_EFKP3", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_080_S7Lvl100": { + "templateId": "AthenaSpray:SPID_080_S7Lvl100", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_490_AnarchyAcresFarmer": { + "templateId": "AthenaBackpack:BID_490_AnarchyAcresFarmer", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_TapShuffle": { + "templateId": "AthenaDance:EID_TapShuffle", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_208_MechanicalEngineer": { + "templateId": "AthenaSpray:SPID_208_MechanicalEngineer", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_182_Athena_Commando_M_ModernMilitary": { + "templateId": "AthenaCharacter:CID_182_Athena_Commando_M_ModernMilitary", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_410_ShirtlessWarpaint": { + "templateId": "AthenaBackpack:BID_410_ShirtlessWarpaint", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_SecurityGuard": { + "templateId": "AthenaDance:EID_SecurityGuard", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_265_SpaceFighter": { + "templateId": "AthenaLoadingScreen:LSID_265_SpaceFighter", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_005_HolidaySweater": { + "templateId": "AthenaGlider:Glider_ID_005_HolidaySweater", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_064_Athena_Commando_F_SkiGirl_GBR": { + "templateId": "AthenaCharacter:CID_064_Athena_Commando_F_SkiGirl_GBR", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_NPC_Athena_HenchmanBadShorts": { + "templateId": "AthenaCharacter:CID_NPC_Athena_HenchmanBadShorts", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_082_ScubaFemale": { + "templateId": "AthenaBackpack:BID_082_ScubaFemale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_798_Athena_Commando_M_JonesyVagabond": { + "templateId": "AthenaCharacter:CID_798_Athena_Commando_M_JonesyVagabond", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_221_S14_HighTowerMango": { + "templateId": "AthenaSpray:SPID_221_S14_HighTowerMango", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_660_Athena_Commando_F_BandageNinjaBlue": { + "templateId": "AthenaCharacter:CID_660_Athena_Commando_F_BandageNinjaBlue", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_292_TacticalFisherman1H": { + "templateId": "AthenaPickaxe:Pickaxe_ID_292_TacticalFisherman1H", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_167_Athena_Commando_M_TacticalBadass": { + "templateId": "AthenaCharacter:CID_167_Athena_Commando_M_TacticalBadass", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_324_NorthPole": { + "templateId": "AthenaPickaxe:Pickaxe_ID_324_NorthPole", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_STWHero": { + "templateId": "AthenaBackpack:BID_STWHero", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_461_SkullBriteCube": { + "templateId": "AthenaPickaxe:Pickaxe_ID_461_SkullBriteCube", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_282_UrbanScavenger": { + "templateId": "AthenaBackpack:BID_282_UrbanScavenger", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_446_SeaSalt": { + "templateId": "AthenaPickaxe:Pickaxe_ID_446_SeaSalt", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_SummerDays": { + "templateId": "AthenaEmoji:Emoji_SummerDays", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_Plotting": { + "templateId": "AthenaEmoji:Emoji_Plotting", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_S14_HighTowerSquash": { + "templateId": "AthenaEmoji:Emoji_S14_HighTowerSquash", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_LifePreserver": { + "templateId": "AthenaEmoji:Emoji_LifePreserver", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSkyDiveContrail:Trails_ID_078_SlurpMonster": { + "templateId": "AthenaSkyDiveContrail:Trails_ID_078_SlurpMonster", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_228_Athena_Commando_M_Vampire": { + "templateId": "AthenaCharacter:CID_228_Athena_Commando_M_Vampire", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_HNYGoodRiddance": { + "templateId": "AthenaDance:EID_HNYGoodRiddance", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaMusicPack:MusicPack_003_OGRemix": { + "templateId": "AthenaMusicPack:MusicPack_003_OGRemix", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_194_Krampus": { + "templateId": "AthenaBackpack:BID_194_Krampus", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_Backspin_R3NAI": { + "templateId": "AthenaDance:EID_Backspin_R3NAI", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_437_TNTina": { + "templateId": "AthenaBackpack:BID_437_TNTina", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_116_Emotigun": { + "templateId": "AthenaItemWrap:Wrap_116_Emotigun", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_018_ShadowOps": { + "templateId": "AthenaSpray:SPID_018_ShadowOps", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_145_StormTracker": { + "templateId": "AthenaGlider:Glider_ID_145_StormTracker", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_577_RaiderPink": { + "templateId": "AthenaBackpack:BID_577_RaiderPink", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_HiFive_SyncOwned": { + "templateId": "AthenaDance:EID_HiFive_SyncOwned", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaMusicPack:MusicPack_044_S12Cine": { + "templateId": "AthenaMusicPack:MusicPack_044_S12Cine", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_330_AstronautEvilUpgrade": { + "templateId": "AthenaBackpack:BID_330_AstronautEvilUpgrade", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_130_Athena_Commando_M_Merman": { + "templateId": "AthenaCharacter:CID_130_Athena_Commando_M_Merman", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_121_Athena_Commando_M_Graffiti": { + "templateId": "AthenaCharacter:CID_121_Athena_Commando_M_Graffiti", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_560_Athena_Commando_M_RebirthDefaultA": { + "templateId": "AthenaCharacter:CID_560_Athena_Commando_M_RebirthDefaultA", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_973_Athena_Commando_F_Mechstructor": { + "templateId": "AthenaCharacter:CID_973_Athena_Commando_F_Mechstructor", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSkyDiveContrail:Trails_ID_003_Fire": { + "templateId": "AthenaSkyDiveContrail:Trails_ID_003_Fire", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_GrooveJam": { + "templateId": "AthenaDance:EID_GrooveJam", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSkyDiveContrail:Trails_ID_097_HightowerSpeedlines": { + "templateId": "AthenaSkyDiveContrail:Trails_ID_097_HightowerSpeedlines", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_329_Athena_Commando_F_SnowNinja": { + "templateId": "AthenaCharacter:CID_329_Athena_Commando_F_SnowNinja", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_227_3rdBirthday": { + "templateId": "AthenaSpray:SPID_227_3rdBirthday", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSkyDiveContrail:Trails_ID_083_AlphabetSoup": { + "templateId": "AthenaSkyDiveContrail:Trails_ID_083_AlphabetSoup", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_816_Athena_Commando_F_DirtyDocks": { + "templateId": "AthenaCharacter:CID_816_Athena_Commando_F_DirtyDocks", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPetCarrier:PetCarrier_006_Gingerbread": { + "templateId": "AthenaPetCarrier:PetCarrier_006_Gingerbread", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_930_Athena_Commando_M_NauticalPajamas_D": { + "templateId": "AthenaCharacter:CID_930_Athena_Commando_M_NauticalPajamas_D", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_218_TeamUp": { + "templateId": "AthenaLoadingScreen:LSID_218_TeamUp", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_298_Athena_Commando_F_IceMaiden": { + "templateId": "AthenaCharacter:CID_298_Athena_Commando_F_IceMaiden", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_264_SpaceWandererGlider": { + "templateId": "AthenaItemWrap:Wrap_264_SpaceWandererGlider", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_610_ElasticHologram": { + "templateId": "AthenaBackpack:BID_610_ElasticHologram", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_MindBlown": { + "templateId": "AthenaDance:EID_MindBlown", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_512_Athena_Commando_F_CubePaintRedKnight": { + "templateId": "AthenaCharacter:CID_512_Athena_Commando_F_CubePaintRedKnight", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_506_DonutCup": { + "templateId": "AthenaBackpack:BID_506_DonutCup", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_083_LifeguardMale": { + "templateId": "AthenaBackpack:BID_083_LifeguardMale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_631_Athena_Commando_M_GalileoKayak_VXLDB": { + "templateId": "AthenaCharacter:CID_631_Athena_Commando_M_GalileoKayak_VXLDB", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_317_KnightRemix": { + "templateId": "AthenaBackpack:BID_317_KnightRemix", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_225_LoveAndWar_War": { + "templateId": "AthenaLoadingScreen:LSID_225_LoveAndWar_War", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_371_Sheath": { + "templateId": "AthenaBackpack:BID_371_Sheath", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_039_SpaceBlackFemale": { + "templateId": "AthenaBackpack:BID_039_SpaceBlackFemale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_038_Deco": { + "templateId": "AthenaGlider:Glider_ID_038_Deco", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSkyDiveContrail:Trails_ID_081_MissingLink": { + "templateId": "AthenaSkyDiveContrail:Trails_ID_081_MissingLink", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_044_Robo": { + "templateId": "AthenaBackpack:BID_044_Robo", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_469_Athena_Commando_F_BattleSuit": { + "templateId": "AthenaCharacter:CID_469_Athena_Commando_F_BattleSuit", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_015_Brite": { + "templateId": "AthenaGlider:Glider_ID_015_Brite", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_066_SpeedyRed": { + "templateId": "AthenaBackpack:BID_066_SpeedyRed", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_463_StreetRat": { + "templateId": "AthenaBackpack:BID_463_StreetRat", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_154_IJCuddle": { + "templateId": "AthenaLoadingScreen:LSID_154_IJCuddle", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_093_TechMage": { + "templateId": "AthenaItemWrap:Wrap_093_TechMage", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_516_RaveNinja": { + "templateId": "AthenaBackpack:BID_516_RaveNinja", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_035_Prismatic": { + "templateId": "AthenaPickaxe:Pickaxe_ID_035_Prismatic", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSkyDiveContrail:Trails_ID_008_Lightning": { + "templateId": "AthenaSkyDiveContrail:Trails_ID_008_Lightning", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_224_SpaceWandererFemale": { + "templateId": "AthenaGlider:Glider_ID_224_SpaceWandererFemale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_CosmosPet": { + "templateId": "AthenaDance:EID_CosmosPet", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_209_RobotTroubleMale": { + "templateId": "AthenaBackpack:BID_209_RobotTroubleMale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_217_Athena_Commando_M_Medic": { + "templateId": "AthenaCharacter:CID_217_Athena_Commando_M_Medic", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_169_VoyagerRemix": { + "templateId": "AthenaGlider:Glider_ID_169_VoyagerRemix", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_TBD_Athena_Commando_M_ConstructorTest": { + "templateId": "AthenaCharacter:CID_TBD_Athena_Commando_M_ConstructorTest", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_222_Athena_Commando_F_DarkViking": { + "templateId": "AthenaCharacter:CID_222_Athena_Commando_F_DarkViking", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_422_GolfSummerFemale": { + "templateId": "AthenaPickaxe:Pickaxe_ID_422_GolfSummerFemale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_062_Werewolf": { + "templateId": "AthenaSpray:SPID_062_Werewolf", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_200_BuffCat": { + "templateId": "AthenaItemWrap:Wrap_200_BuffCat", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_152_Athena_Commando_F_CarbideOrange": { + "templateId": "AthenaCharacter:CID_152_Athena_Commando_F_CarbideOrange", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_473_Photographer": { + "templateId": "AthenaBackpack:BID_473_Photographer", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_822_Athena_Commando_F_Angler": { + "templateId": "AthenaCharacter:CID_822_Athena_Commando_F_Angler", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_181_S11Cumulative02": { + "templateId": "AthenaLoadingScreen:LSID_181_S11Cumulative02", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_608_Athena_Commando_F_ModernWitch": { + "templateId": "AthenaCharacter:CID_608_Athena_Commando_F_ModernWitch", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_859_Athena_Commando_M_Elastic_E": { + "templateId": "AthenaCharacter:CID_859_Athena_Commando_M_Elastic_E", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_080_Blackout1": { + "templateId": "AthenaItemWrap:Wrap_080_Blackout1", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_Backflip": { + "templateId": "AthenaDance:EID_Backflip", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_522_Athena_Commando_M_Bullseye": { + "templateId": "AthenaCharacter:CID_522_Athena_Commando_M_Bullseye", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_249_NexusWar": { + "templateId": "AthenaGlider:Glider_ID_249_NexusWar", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_654_Athena_Commando_F_GiftWrap": { + "templateId": "AthenaCharacter:CID_654_Athena_Commando_F_GiftWrap", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaMusicPack:MusicPack_013_RoboTrack": { + "templateId": "AthenaMusicPack:MusicPack_013_RoboTrack", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_235_MechanicalEngineer": { + "templateId": "AthenaLoadingScreen:LSID_235_MechanicalEngineer", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_068_Athena_Commando_F_SkiGirl_KOR": { + "templateId": "AthenaCharacter:CID_068_Athena_Commando_F_SkiGirl_KOR", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_CrazyFeet": { + "templateId": "AthenaDance:EID_CrazyFeet", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_215_Athena_Commando_M_FootballReferee": { + "templateId": "AthenaCharacter:CID_215_Athena_Commando_M_FootballReferee", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_STW003_HitTheRoad_MTL": { + "templateId": "AthenaLoadingScreen:LSID_STW003_HitTheRoad_MTL", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_218_Athena_Commando_M_GreenBeret": { + "templateId": "AthenaCharacter:CID_218_Athena_Commando_M_GreenBeret", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_205_ArLamp": { + "templateId": "AthenaSpray:SPID_205_ArLamp", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBattleBus:BBID_BusUpgrade1": { + "templateId": "AthenaBattleBus:BBID_BusUpgrade1", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBattleBus:BBID_BusUpgrade3": { + "templateId": "AthenaBattleBus:BBID_BusUpgrade3", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBattleBus:BBID_BusUpgrade2": { + "templateId": "AthenaBattleBus:BBID_BusUpgrade2", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_147_Smoothie": { + "templateId": "AthenaSpray:SPID_147_Smoothie", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_445_Athena_Commando_F_BannerD": { + "templateId": "AthenaCharacter:CID_445_Athena_Commando_F_BannerD", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_034_RockerPunk": { + "templateId": "AthenaPickaxe:Pickaxe_ID_034_RockerPunk", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_232_PeelyBhangra": { + "templateId": "AthenaSpray:SPID_232_PeelyBhangra", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_238_Athena_Commando_F_FootballGirlD": { + "templateId": "AthenaCharacter:CID_238_Athena_Commando_F_FootballGirlD", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_072_Luchador": { + "templateId": "AthenaPickaxe:Pickaxe_ID_072_Luchador", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_Calculated": { + "templateId": "AthenaDance:EID_Calculated", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_OnFire": { + "templateId": "AthenaEmoji:Emoji_OnFire", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_NPC_Athena_HenchmanGoodShorts": { + "templateId": "AthenaCharacter:CID_NPC_Athena_HenchmanGoodShorts", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_114_BadassCowboyCowSkull": { + "templateId": "AthenaPickaxe:Pickaxe_ID_114_BadassCowboyCowSkull", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_033_Valor": { + "templateId": "AthenaGlider:Glider_ID_033_Valor", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_669_Athena_Commando_M_ArcticCamo_Slate": { + "templateId": "AthenaCharacter:CID_669_Athena_Commando_M_ArcticCamo_Slate", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_CallMe": { + "templateId": "AthenaDance:EID_CallMe", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_147_CODSquadPlaid": { + "templateId": "AthenaItemWrap:Wrap_147_CODSquadPlaid", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_NeonCatSpy": { + "templateId": "AthenaDance:EID_NeonCatSpy", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_198_BountyBunny": { + "templateId": "AthenaPickaxe:Pickaxe_ID_198_BountyBunny", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_092_BananaPeel": { + "templateId": "AthenaSpray:SPID_092_BananaPeel", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_247_Athena_Commando_M_GuanYu": { + "templateId": "AthenaCharacter:CID_247_Athena_Commando_M_GuanYu", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_809_Athena_Commando_M_Seaweed_IXRLQ": { + "templateId": "AthenaCharacter:CID_809_Athena_Commando_M_Seaweed_IXRLQ", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_861_Athena_Commando_F_Elastic_B": { + "templateId": "AthenaCharacter:CID_861_Athena_Commando_F_Elastic_B", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_089_RavenQuill": { + "templateId": "AthenaPickaxe:Pickaxe_ID_089_RavenQuill", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_058_DJConcept": { + "templateId": "AthenaLoadingScreen:LSID_058_DJConcept", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_921_Athena_Commando_F_ParcelPetal": { + "templateId": "AthenaCharacter:CID_921_Athena_Commando_F_ParcelPetal", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_545_RenegadeRaiderFire": { + "templateId": "AthenaBackpack:BID_545_RenegadeRaiderFire", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_049_Lifeguard": { + "templateId": "AthenaGlider:Glider_ID_049_Lifeguard", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_065_DiscoBaller": { + "templateId": "AthenaSpray:SPID_065_DiscoBaller", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_ScoreCardBurger": { + "templateId": "AthenaDance:EID_ScoreCardBurger", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_159_TechMage": { + "templateId": "AthenaGlider:Glider_ID_159_TechMage", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_103_SprayCollage": { + "templateId": "AthenaLoadingScreen:LSID_103_SprayCollage", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_287_AztecFemaleEclipse": { + "templateId": "AthenaBackpack:BID_287_AztecFemaleEclipse", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_Worm": { + "templateId": "AthenaDance:EID_Worm", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_675_Athena_Commando_M_TheGoldenSkeleton": { + "templateId": "AthenaCharacter:CID_675_Athena_Commando_M_TheGoldenSkeleton", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_VIP_Athena_Commando_M_GalileoFerry_SG": { + "templateId": "AthenaCharacter:CID_VIP_Athena_Commando_M_GalileoFerry_SG", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_BlowingBubbles": { + "templateId": "AthenaDance:EID_BlowingBubbles", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_195_StreetRat": { + "templateId": "AthenaItemWrap:Wrap_195_StreetRat", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_356_CandyMale": { + "templateId": "AthenaPickaxe:Pickaxe_ID_356_CandyMale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_068_Drift": { + "templateId": "AthenaPickaxe:Pickaxe_ID_068_Drift", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_543_Athena_Commando_M_LlamaHero": { + "templateId": "AthenaCharacter:CID_543_Athena_Commando_M_LlamaHero", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_127_Aztec": { + "templateId": "AthenaGlider:Glider_ID_127_Aztec", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_230_NeonGreen": { + "templateId": "AthenaGlider:Glider_ID_230_NeonGreen", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_584_Athena_Commando_M_Nosh": { + "templateId": "AthenaCharacter:CID_584_Athena_Commando_M_Nosh", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_Snowflake": { + "templateId": "AthenaEmoji:Emoji_Snowflake", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_380_TargetPracticeMale": { + "templateId": "AthenaPickaxe:Pickaxe_ID_380_TargetPracticeMale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_S13_FNCS": { + "templateId": "AthenaEmoji:Emoji_S13_FNCS", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_435_TeriyakiAtlantisMale1H": { + "templateId": "AthenaPickaxe:Pickaxe_ID_435_TeriyakiAtlantisMale1H", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_530_BlackKnightFemale": { + "templateId": "AthenaBackpack:BID_530_BlackKnightFemale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_S12_TNTina": { + "templateId": "AthenaEmoji:Emoji_S12_TNTina", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_188_GalileoRocket_G7OKI": { + "templateId": "AthenaGlider:Glider_ID_188_GalileoRocket_G7OKI", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_036_Drift": { + "templateId": "AthenaLoadingScreen:LSID_036_Drift", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_331_DarkNinjaWhite": { + "templateId": "AthenaBackpack:BID_331_DarkNinjaWhite", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_236_S15_SpaceFighter": { + "templateId": "AthenaSpray:SPID_236_S15_SpaceFighter", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_ChickenMoves": { + "templateId": "AthenaDance:EID_ChickenMoves", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_121_TechOpsBlue": { + "templateId": "AthenaItemWrap:Wrap_121_TechOpsBlue", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_213_IceCream": { + "templateId": "AthenaBackpack:BID_213_IceCream", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_813_Athena_Commando_M_TeriyakiAtlantis": { + "templateId": "AthenaCharacter:CID_813_Athena_Commando_M_TeriyakiAtlantis", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_607_Athena_Commando_M_JetSki": { + "templateId": "AthenaCharacter:CID_607_Athena_Commando_M_JetSki", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_226_ThreeMeowscles": { + "templateId": "AthenaLoadingScreen:LSID_226_ThreeMeowscles", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_409_MechanicalEngineer1H": { + "templateId": "AthenaPickaxe:Pickaxe_ID_409_MechanicalEngineer1H", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_272_AssassinSuitFemale": { + "templateId": "AthenaBackpack:BID_272_AssassinSuitFemale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_AlienSupport": { + "templateId": "AthenaDance:EID_AlienSupport", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_DriftHead": { + "templateId": "AthenaEmoji:Emoji_DriftHead", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_274_Athena_Commando_M_Feathers": { + "templateId": "AthenaCharacter:CID_274_Athena_Commando_M_Feathers", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_400_HalloweenAlt": { + "templateId": "AthenaBackpack:BID_400_HalloweenAlt", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_070_Athena_Commando_M_Cupid": { + "templateId": "AthenaCharacter:CID_070_Athena_Commando_M_Cupid", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_Flex02": { + "templateId": "AthenaDance:EID_Flex02", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_194_DumpsterFire": { + "templateId": "AthenaSpray:SPID_194_DumpsterFire", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_221_TwinDark": { + "templateId": "AthenaItemWrap:Wrap_221_TwinDark", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_188_StreetAssassin": { + "templateId": "AthenaPickaxe:Pickaxe_ID_188_StreetAssassin", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPet:BID_TBD_MechanicalEngineer_Owl": { + "templateId": "AthenaPet:BID_TBD_MechanicalEngineer_Owl", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_783_Athena_Commando_M_AquaJacket": { + "templateId": "AthenaCharacter:CID_783_Athena_Commando_M_AquaJacket", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_281_LongShorts": { + "templateId": "AthenaItemWrap:Wrap_281_LongShorts", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaMusicPack:MusicPack_066_ComicBookTrack": { + "templateId": "AthenaMusicPack:MusicPack_066_ComicBookTrack", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_244_DarkVikingFire": { + "templateId": "AthenaBackpack:BID_244_DarkVikingFire", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSkyDiveContrail:Trails_ID_066_TacticalHUD": { + "templateId": "AthenaSkyDiveContrail:Trails_ID_066_TacticalHUD", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_S11_Sweater": { + "templateId": "AthenaEmoji:Emoji_S11_Sweater", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_811_Athena_Commando_F_CandySummer": { + "templateId": "AthenaCharacter:CID_811_Athena_Commando_F_CandySummer", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_SecretHandshake": { + "templateId": "AthenaDance:EID_SecretHandshake", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_234_SpeedyMidnight": { + "templateId": "AthenaBackpack:BID_234_SpeedyMidnight", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_334_Athena_Commando_M_Scrapyard": { + "templateId": "AthenaCharacter:CID_334_Athena_Commando_M_Scrapyard", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_199_ShinyHammer": { + "templateId": "AthenaPickaxe:Pickaxe_ID_199_ShinyHammer", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_S12_AdventureGirl": { + "templateId": "AthenaEmoji:Emoji_S12_AdventureGirl", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_182_Sheath": { + "templateId": "AthenaGlider:Glider_ID_182_Sheath", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_093_AnimalJackets": { + "templateId": "AthenaGlider:Glider_ID_093_AnimalJackets", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_559_Athena_Commando_F_RebirthDefaultD": { + "templateId": "AthenaCharacter:CID_559_Athena_Commando_F_RebirthDefaultD", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_210_Athena_Commando_F_FootballGirlA": { + "templateId": "AthenaCharacter:CID_210_Athena_Commando_F_FootballGirlA", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_124_Goat": { + "templateId": "AthenaSpray:SPID_124_Goat", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_362_BlackMondayHouston_2I53G": { + "templateId": "AthenaBackpack:BID_362_BlackMondayHouston_2I53G", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_251_TapDanceFemale": { + "templateId": "AthenaGlider:Glider_ID_251_TapDanceFemale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_064_S6Cumulative03": { + "templateId": "AthenaLoadingScreen:LSID_064_S6Cumulative03", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_091_HoverSurfboard": { + "templateId": "AthenaItemWrap:Wrap_091_HoverSurfboard", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_259_Ashton_SaltLake": { + "templateId": "AthenaBackpack:BID_259_Ashton_SaltLake", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_RoadTrip": { + "templateId": "AthenaGlider:Glider_RoadTrip", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_ScoreCard": { + "templateId": "AthenaDance:EID_ScoreCard", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_733_Athena_Commando_M_BannerRed": { + "templateId": "AthenaCharacter:CID_733_Athena_Commando_M_BannerRed", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_909_Athena_Commando_M_York_E": { + "templateId": "AthenaCharacter:CID_909_Athena_Commando_M_York_E", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_124_ScarecrowMale": { + "templateId": "AthenaBackpack:BID_124_ScarecrowMale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_558_PunkDevilSummer": { + "templateId": "AthenaBackpack:BID_558_PunkDevilSummer", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_336_Athena_Commando_M_DragonMask": { + "templateId": "AthenaCharacter:CID_336_Athena_Commando_M_DragonMask", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_672_Athena_Commando_F_ArcticCamo_Gray": { + "templateId": "AthenaCharacter:CID_672_Athena_Commando_F_ArcticCamo_Gray", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_162_Athena_Commando_F_StreetRacer": { + "templateId": "AthenaCharacter:CID_162_Athena_Commando_F_StreetRacer", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSkyDiveContrail:Trails_ID_020_RavenQuill": { + "templateId": "AthenaSkyDiveContrail:Trails_ID_020_RavenQuill", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_083_Exercise": { + "templateId": "AthenaPickaxe:Pickaxe_ID_083_Exercise", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_Mime": { + "templateId": "AthenaDance:EID_Mime", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_359_CycloneMale": { + "templateId": "AthenaPickaxe:Pickaxe_ID_359_CycloneMale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_084_DurrburgerHero": { + "templateId": "AthenaPickaxe:Pickaxe_ID_084_DurrburgerHero", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_438_Athena_Commando_M_WinterGhoulEclipse": { + "templateId": "AthenaCharacter:CID_438_Athena_Commando_M_WinterGhoulEclipse", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_059_DurrburgerHero": { + "templateId": "AthenaGlider:Glider_ID_059_DurrburgerHero", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_061_PurpleSplatter": { + "templateId": "AthenaItemWrap:Wrap_061_PurpleSplatter", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_192_JUWiggle": { + "templateId": "AthenaLoadingScreen:LSID_192_JUWiggle", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_065_S6Cumulative04": { + "templateId": "AthenaLoadingScreen:LSID_065_S6Cumulative04", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_138_SparkleSpecialist": { + "templateId": "AthenaSpray:SPID_138_SparkleSpecialist", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_STW001_HitTheRoad": { + "templateId": "AthenaLoadingScreen:LSID_STW001_HitTheRoad", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_138_Celestial": { + "templateId": "AthenaBackpack:BID_138_Celestial", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_910_Athena_Commando_F_York": { + "templateId": "AthenaCharacter:CID_910_Athena_Commando_F_York", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_Random": { + "templateId": "AthenaItemWrap:Wrap_Random", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_081_StreetRacerCobra": { + "templateId": "AthenaPickaxe:Pickaxe_ID_081_StreetRacerCobra", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPetCarrier:PetCarrier_002_Chameleon": { + "templateId": "AthenaPetCarrier:PetCarrier_002_Chameleon", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_252_Athena_Commando_M_Muertos": { + "templateId": "AthenaCharacter:CID_252_Athena_Commando_M_Muertos", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_189_HolidayWrapping": { + "templateId": "AthenaItemWrap:Wrap_189_HolidayWrapping", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_054_JailbirdFemale": { + "templateId": "AthenaBackpack:BID_054_JailbirdFemale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Squad_Umbrella": { + "templateId": "AthenaGlider:Squad_Umbrella", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_144_WaterBalloonLTM": { + "templateId": "AthenaLoadingScreen:LSID_144_WaterBalloonLTM", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_466_CavalryFemale1H": { + "templateId": "AthenaPickaxe:Pickaxe_ID_466_CavalryFemale1H", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_267_S15SeasonalA": { + "templateId": "AthenaLoadingScreen:LSID_267_S15SeasonalA", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_253_StarWalker": { + "templateId": "AthenaPickaxe:Pickaxe_ID_253_StarWalker", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_248_MechPilot": { + "templateId": "AthenaPickaxe:Pickaxe_ID_248_MechPilot", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_210_BunkerMan": { + "templateId": "AthenaPickaxe:Pickaxe_ID_210_BunkerMan", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_528_Athena_Commando_M_BlackMondayHouston_7DGBT": { + "templateId": "AthenaCharacter:CID_528_Athena_Commando_M_BlackMondayHouston_7DGBT", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_353_Athena_Commando_F_Bandolier": { + "templateId": "AthenaCharacter:CID_353_Athena_Commando_F_Bandolier", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_047_CarbideBlue": { + "templateId": "AthenaPickaxe:Pickaxe_ID_047_CarbideBlue", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_116_DieselpunkFemale": { + "templateId": "AthenaBackpack:BID_116_DieselpunkFemale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_362_Athena_Commando_F_BandageNinja": { + "templateId": "AthenaCharacter:CID_362_Athena_Commando_F_BandageNinja", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_595_Athena_Commando_F_SoccerZombieC": { + "templateId": "AthenaCharacter:CID_595_Athena_Commando_F_SoccerZombieC", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_257_WaffleCone": { + "templateId": "AthenaItemWrap:Wrap_257_WaffleCone", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_742_Athena_Commando_M_ChocoBunny": { + "templateId": "AthenaCharacter:CID_742_Athena_Commando_M_ChocoBunny", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSkyDiveContrail:Trails_ID_047_AmmoBelt": { + "templateId": "AthenaSkyDiveContrail:Trails_ID_047_AmmoBelt", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_575_Athena_Commando_F_BulletBlue": { + "templateId": "AthenaCharacter:CID_575_Athena_Commando_F_BulletBlue", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_106_GarageBandMale": { + "templateId": "AthenaBackpack:BID_106_GarageBandMale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_412_CavalryBandit": { + "templateId": "AthenaBackpack:BID_412_CavalryBandit", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_SuckerPunch": { + "templateId": "AthenaDance:EID_SuckerPunch", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_378_Athena_Commando_M_FurnaceFace": { + "templateId": "AthenaCharacter:CID_378_Athena_Commando_M_FurnaceFace", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_286_FishermanFemale1H": { + "templateId": "AthenaPickaxe:Pickaxe_ID_286_FishermanFemale1H", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_268_Athena_Commando_M_RockerPunk": { + "templateId": "AthenaCharacter:CID_268_Athena_Commando_M_RockerPunk", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_STW006_Tier_7": { + "templateId": "AthenaPickaxe:Pickaxe_ID_STW006_Tier_7", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSkyDiveContrail:Trails_ID_013_ShootingStar": { + "templateId": "AthenaSkyDiveContrail:Trails_ID_013_ShootingStar", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_039_Venus": { + "templateId": "AthenaGlider:Glider_ID_039_Venus", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_137_SleepyTime": { + "templateId": "AthenaItemWrap:Wrap_137_SleepyTime", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_HotDawg": { + "templateId": "AthenaEmoji:Emoji_HotDawg", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_496_ParcelGoldMale1H": { + "templateId": "AthenaPickaxe:Pickaxe_ID_496_ParcelGoldMale1H", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_803_Athena_Commando_F_SharkSuit": { + "templateId": "AthenaCharacter:CID_803_Athena_Commando_F_SharkSuit", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_187_Athena_Commando_F_FuzzyBearPanda": { + "templateId": "AthenaCharacter:CID_187_Athena_Commando_F_FuzzyBearPanda", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_AshtonTurbo": { + "templateId": "AthenaEmoji:Emoji_AshtonTurbo", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_021_Pirate": { + "templateId": "AthenaItemWrap:Wrap_021_Pirate", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_089_S7Cumulative06": { + "templateId": "AthenaLoadingScreen:LSID_089_S7Cumulative06", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_644_StreetFashionDiamond": { + "templateId": "AthenaBackpack:BID_644_StreetFashionDiamond", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_110_Rooster": { + "templateId": "AthenaSpray:SPID_110_Rooster", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_110_Vampire": { + "templateId": "AthenaPickaxe:Pickaxe_ID_110_Vampire", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_WhereIsMatt": { + "templateId": "AthenaDance:EID_WhereIsMatt", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSkyDiveContrail:Trails_ID_021_Bling": { + "templateId": "AthenaSkyDiveContrail:Trails_ID_021_Bling", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_057_Banana": { + "templateId": "AthenaItemWrap:Wrap_057_Banana", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_BreakDance": { + "templateId": "AthenaDance:EID_BreakDance", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_564_Athena_Commando_M_TacticalFisherman": { + "templateId": "AthenaCharacter:CID_564_Athena_Commando_M_TacticalFisherman", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_311_JetSkiFemale1H": { + "templateId": "AthenaPickaxe:Pickaxe_ID_311_JetSkiFemale1H", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_983_Athena_Commando_F_CupidWinter": { + "templateId": "AthenaCharacter:CID_983_Athena_Commando_F_CupidWinter", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_391_GraffitiAssassinFemale": { + "templateId": "AthenaPickaxe:Pickaxe_ID_391_GraffitiAssassinFemale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_LasagnaFlex": { + "templateId": "AthenaDance:EID_LasagnaFlex", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_011_Athena_Commando_M": { + "templateId": "AthenaCharacter:CID_011_Athena_Commando_M", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_049_PajamaPartyGreen": { + "templateId": "AthenaItemWrap:Wrap_049_PajamaPartyGreen", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_481_Athena_Commando_F_Geode": { + "templateId": "AthenaCharacter:CID_481_Athena_Commando_F_Geode", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_111_ClownFemale": { + "templateId": "AthenaBackpack:BID_111_ClownFemale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_483_DurrburgerSkull1H": { + "templateId": "AthenaPickaxe:Pickaxe_ID_483_DurrburgerSkull1H", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_605_Soy_Y0DW7": { + "templateId": "AthenaBackpack:BID_605_Soy_Y0DW7", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_214_LoveLlama": { + "templateId": "AthenaBackpack:BID_214_LoveLlama", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_407_HeistShadow": { + "templateId": "AthenaPickaxe:Pickaxe_ID_407_HeistShadow", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_414_Athena_Commando_F_MilitaryFashion": { + "templateId": "AthenaCharacter:CID_414_Athena_Commando_F_MilitaryFashion", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_125_ClockWork": { + "templateId": "AthenaItemWrap:Wrap_125_ClockWork", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_361_BlackMondayFemale_R0P2N": { + "templateId": "AthenaBackpack:BID_361_BlackMondayFemale_R0P2N", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_265_BattleSuit": { + "templateId": "AthenaBackpack:BID_265_BattleSuit", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_437_Athena_Commando_F_AztecEclipse": { + "templateId": "AthenaCharacter:CID_437_Athena_Commando_F_AztecEclipse", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_289_Banner": { + "templateId": "AthenaBackpack:BID_289_Banner", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_170_MathFemale": { + "templateId": "AthenaBackpack:BID_170_MathFemale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_003_RedKnight": { + "templateId": "AthenaBackpack:BID_003_RedKnight", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_094_HolidaySpecial": { + "templateId": "AthenaLoadingScreen:LSID_094_HolidaySpecial", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_326_GalileoFerry1H_F5IUA": { + "templateId": "AthenaPickaxe:Pickaxe_ID_326_GalileoFerry1H_F5IUA", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_350_TacticalBiker": { + "templateId": "AthenaBackpack:BID_350_TacticalBiker", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_585_TipToe_V1T3M": { + "templateId": "AthenaBackpack:BID_585_TipToe_V1T3M", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_S10Lvl100": { + "templateId": "AthenaEmoji:Emoji_S10Lvl100", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_151_SushiChefFemale": { + "templateId": "AthenaBackpack:BID_151_SushiChefFemale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_248_York": { + "templateId": "AthenaGlider:Glider_ID_248_York", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_LivingLarge": { + "templateId": "AthenaDance:EID_LivingLarge", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_300_Athena_Commando_F_Angel": { + "templateId": "AthenaCharacter:CID_300_Athena_Commando_F_Angel", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_128_Athena_Commando_F_Hazmat": { + "templateId": "AthenaCharacter:CID_128_Athena_Commando_F_Hazmat", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_355_Jumpstart": { + "templateId": "AthenaBackpack:BID_355_Jumpstart", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_190_ICMechaTeam": { + "templateId": "AthenaLoadingScreen:LSID_190_ICMechaTeam", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Umbrella_Platinum": { + "templateId": "AthenaGlider:Umbrella_Platinum", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_TBD_Athena_Commando_F_ConstructorTest": { + "templateId": "AthenaCharacter:CID_TBD_Athena_Commando_F_ConstructorTest", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaMusicPack:MusicPack_034_SXRocketEventRaisin": { + "templateId": "AthenaMusicPack:MusicPack_034_SXRocketEventRaisin", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_339_CODSquadHoodie": { + "templateId": "AthenaPickaxe:Pickaxe_ID_339_CODSquadHoodie", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_039_Yummy": { + "templateId": "AthenaSpray:SPID_039_Yummy", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_091_Hacivat": { + "templateId": "AthenaPickaxe:Pickaxe_ID_091_Hacivat", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_146_Athena_Commando_M_SoccerDudeC": { + "templateId": "AthenaCharacter:CID_146_Athena_Commando_M_SoccerDudeC", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPetCarrier:PetCarrier_011_Dog_Raptor": { + "templateId": "AthenaPetCarrier:PetCarrier_011_Dog_Raptor", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_017_SkiGirl_GBR": { + "templateId": "AthenaBackpack:BID_017_SkiGirl_GBR", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_HightowerMango": { + "templateId": "AthenaDance:EID_HightowerMango", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaMusicPack:MusicPack_009_StarPower": { + "templateId": "AthenaMusicPack:MusicPack_009_StarPower", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_KeeperDreamChorus": { + "templateId": "AthenaDance:EID_KeeperDreamChorus", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_055_PSBurnout": { + "templateId": "AthenaBackpack:BID_055_PSBurnout", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_167_SparkleRemix": { + "templateId": "AthenaGlider:Glider_ID_167_SparkleRemix", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_965_Athena_Commando_F_SpaceFighter": { + "templateId": "AthenaCharacter:CID_965_Athena_Commando_F_SpaceFighter", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_342_GummiMale1H": { + "templateId": "AthenaPickaxe:Pickaxe_ID_342_GummiMale1H", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_248_HighTowerHoneyDew": { + "templateId": "AthenaLoadingScreen:LSID_248_HighTowerHoneyDew", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_016_CuddleTeam": { + "templateId": "AthenaItemWrap:Wrap_016_CuddleTeam", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_076_DieselPunk": { + "templateId": "AthenaGlider:Glider_ID_076_DieselPunk", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_Paws": { + "templateId": "AthenaDance:EID_Paws", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_165_MasterKey": { + "templateId": "AthenaPickaxe:Pickaxe_ID_165_MasterKey", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_142_AshtonSaltLake": { + "templateId": "AthenaGlider:Glider_ID_142_AshtonSaltLake", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:SpikyPickaxe": { + "templateId": "AthenaPickaxe:SpikyPickaxe", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_571_Athena_Commando_F_Sheath": { + "templateId": "AthenaCharacter:CID_571_Athena_Commando_F_Sheath", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_186_S11Cumulative07": { + "templateId": "AthenaLoadingScreen:LSID_186_S11Cumulative07", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_189_Athena_Commando_F_Exercise": { + "templateId": "AthenaCharacter:CID_189_Athena_Commando_F_Exercise", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_382_Athena_Commando_M_BaseballKitbash": { + "templateId": "AthenaCharacter:CID_382_Athena_Commando_M_BaseballKitbash", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_123_HornedMask": { + "templateId": "AthenaPickaxe:Pickaxe_ID_123_HornedMask", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_484_FamineMale": { + "templateId": "AthenaPickaxe:Pickaxe_ID_484_FamineMale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_124_AirRoyale": { + "templateId": "AthenaLoadingScreen:LSID_124_AirRoyale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_Rekt": { + "templateId": "AthenaEmoji:Emoji_Rekt", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_052_Athena_Commando_F_PSBlue": { + "templateId": "AthenaCharacter:CID_052_Athena_Commando_F_PSBlue", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_270_StreetDemon": { + "templateId": "AthenaBackpack:BID_270_StreetDemon", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_MyIdol": { + "templateId": "AthenaDance:EID_MyIdol", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_165_BlueBadassFemale": { + "templateId": "AthenaBackpack:BID_165_BlueBadassFemale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_SwitchTheWitch": { + "templateId": "AthenaDance:EID_SwitchTheWitch", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_PartyJazzTwinkleToes": { + "templateId": "AthenaDance:EID_PartyJazzTwinkleToes", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_267_RaptorBlackOps": { + "templateId": "AthenaPickaxe:Pickaxe_ID_267_RaptorBlackOps", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_166_S11_CrazyEight": { + "templateId": "AthenaSpray:SPID_166_S11_CrazyEight", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_AmazingForever_Q68W0": { + "templateId": "AthenaDance:EID_AmazingForever_Q68W0", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_023_SkiBoot": { + "templateId": "AthenaPickaxe:Pickaxe_ID_023_SkiBoot", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_143_BattleSuit": { + "templateId": "AthenaGlider:Glider_ID_143_BattleSuit", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_006_SkiDude": { + "templateId": "AthenaBackpack:BID_006_SkiDude", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_247_StreetAssassin": { + "templateId": "AthenaBackpack:BID_247_StreetAssassin", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_FlamingRage": { + "templateId": "AthenaEmoji:Emoji_FlamingRage", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_761_Athena_Commando_M_CycloneSpace": { + "templateId": "AthenaCharacter:CID_761_Athena_Commando_M_CycloneSpace", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_267_PlumRetro_R2CYE": { + "templateId": "AthenaGlider:Glider_ID_267_PlumRetro_R2CYE", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_085_Athena_Commando_M_Twitch": { + "templateId": "AthenaCharacter:CID_085_Athena_Commando_M_Twitch", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_057_Athena_Commando_M_SkiDude_FRA": { + "templateId": "AthenaCharacter:CID_057_Athena_Commando_M_SkiDude_FRA", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_379_TailorMale1H": { + "templateId": "AthenaPickaxe:Pickaxe_ID_379_TailorMale1H", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_157_Athena_Commando_M_StarsAndStripes": { + "templateId": "AthenaCharacter:CID_157_Athena_Commando_M_StarsAndStripes", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_012_TeddyBear": { + "templateId": "AthenaGlider:Glider_ID_012_TeddyBear", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_SleighIt": { + "templateId": "AthenaDance:EID_SleighIt", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_106_FortniteDJ": { + "templateId": "AthenaGlider:Glider_ID_106_FortniteDJ", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_038_Sushi": { + "templateId": "AthenaSpray:SPID_038_Sushi", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_196_AMRockstar": { + "templateId": "AthenaLoadingScreen:LSID_196_AMRockstar", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_008_SkiDude_CAN": { + "templateId": "AthenaBackpack:BID_008_SkiDude_CAN", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_101_TacticalSanta": { + "templateId": "AthenaGlider:Glider_ID_101_TacticalSanta", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_086_Biker": { + "templateId": "AthenaPickaxe:Pickaxe_ID_086_Biker", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaToy:TOY_020_Bottle_Fancy": { + "templateId": "AthenaToy:TOY_020_Bottle_Fancy", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_Jupiter_7JZ9R": { + "templateId": "AthenaDance:EID_Jupiter_7JZ9R", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_ClapPapayaComms": { + "templateId": "AthenaDance:EID_ClapPapayaComms", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_276_BlackMondayFemale1H_1V4HE": { + "templateId": "AthenaPickaxe:Pickaxe_ID_276_BlackMondayFemale1H_1V4HE", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_126_Athena_Commando_M_AuroraGlow": { + "templateId": "AthenaCharacter:CID_126_Athena_Commando_M_AuroraGlow", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_322_VoyagerRemix": { + "templateId": "AthenaBackpack:BID_322_VoyagerRemix", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_342_LemonLime": { + "templateId": "AthenaBackpack:BID_342_LemonLime", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_860_Athena_Commando_F_Elastic": { + "templateId": "AthenaCharacter:CID_860_Athena_Commando_F_Elastic", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_234_CyberKarate": { + "templateId": "AthenaPickaxe:Pickaxe_ID_234_CyberKarate", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_PumpkinDance": { + "templateId": "AthenaDance:EID_PumpkinDance", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_Vertigo": { + "templateId": "AthenaDance:EID_Vertigo", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_SwingDance": { + "templateId": "AthenaDance:EID_SwingDance", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_055_WallCrawler": { + "templateId": "AthenaSpray:SPID_055_WallCrawler", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_589_LadyAtlantis": { + "templateId": "AthenaBackpack:BID_589_LadyAtlantis", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_415_TechLlama": { + "templateId": "AthenaBackpack:BID_415_TechLlama", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_198_TechOps": { + "templateId": "AthenaBackpack:BID_198_TechOps", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaToy:TOY_005_GolfballElite": { + "templateId": "AthenaToy:TOY_005_GolfballElite", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_228_MaleGlowBro": { + "templateId": "AthenaPickaxe:Pickaxe_ID_228_MaleGlowBro", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_222_Banner": { + "templateId": "AthenaPickaxe:Pickaxe_ID_222_Banner", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_225_Nebula": { + "templateId": "AthenaItemWrap:Wrap_225_Nebula", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_232_HightowerDate": { + "templateId": "AthenaGlider:Glider_ID_232_HightowerDate", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_290_Butterfly": { + "templateId": "AthenaBackpack:BID_290_Butterfly", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaToy:TOY_018_FancyFlyingDisc": { + "templateId": "AthenaToy:TOY_018_FancyFlyingDisc", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_192_MetalLights": { + "templateId": "AthenaItemWrap:Wrap_192_MetalLights", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_043_DarkNinja": { + "templateId": "AthenaGlider:Glider_ID_043_DarkNinja", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_RoastingMarshmallow": { + "templateId": "AthenaDance:EID_RoastingMarshmallow", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_665_Athena_Commando_F_NeonGraffiti": { + "templateId": "AthenaCharacter:CID_665_Athena_Commando_F_NeonGraffiti", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_CrazyDanceRaisin": { + "templateId": "AthenaDance:EID_CrazyDanceRaisin", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaMusicPack:MusicPack_022_DayDream": { + "templateId": "AthenaMusicPack:MusicPack_022_DayDream", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_862_Athena_Commando_F_Elastic_C": { + "templateId": "AthenaCharacter:CID_862_Athena_Commando_F_Elastic_C", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_136_Punchy": { + "templateId": "AthenaItemWrap:Wrap_136_Punchy", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_457_HightowerSquash1H": { + "templateId": "AthenaPickaxe:Pickaxe_ID_457_HightowerSquash1H", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_Meet": { + "templateId": "AthenaEmoji:Emoji_Meet", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_256_HorizontalBands": { + "templateId": "AthenaItemWrap:Wrap_256_HorizontalBands", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSkyDiveContrail:Trails_ID_101_ParcelPrank": { + "templateId": "AthenaSkyDiveContrail:Trails_ID_101_ParcelPrank", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_474_Athena_Commando_M_Lasagna": { + "templateId": "AthenaCharacter:CID_474_Athena_Commando_M_Lasagna", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_S13_BlackKnight": { + "templateId": "AthenaEmoji:Emoji_S13_BlackKnight", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_035_Athena_Commando_M_Medieval": { + "templateId": "AthenaCharacter:CID_035_Athena_Commando_M_Medieval", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_545_Athena_Commando_F_SushiNinja": { + "templateId": "AthenaCharacter:CID_545_Athena_Commando_F_SushiNinja", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_431_GalileoFlatbed_JV1DD": { + "templateId": "AthenaBackpack:BID_431_GalileoFlatbed_JV1DD", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_425_Kane": { + "templateId": "AthenaBackpack:BID_425_Kane", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_083_PlasticArmyGrey": { + "templateId": "AthenaItemWrap:Wrap_083_PlasticArmyGrey", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_061_Werewolf": { + "templateId": "AthenaLoadingScreen:LSID_061_Werewolf", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_068_EvilTree": { + "templateId": "AthenaSpray:SPID_068_EvilTree", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_242_FurnaceFace": { + "templateId": "AthenaBackpack:BID_242_FurnaceFace", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_Shiny": { + "templateId": "AthenaDance:EID_Shiny", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_Loofah": { + "templateId": "AthenaDance:EID_Loofah", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_842_Athena_Commando_F_HightowerHoneydew": { + "templateId": "AthenaCharacter:CID_842_Athena_Commando_F_HightowerHoneydew", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_151_AlienFishhead": { + "templateId": "AthenaPickaxe:Pickaxe_ID_151_AlienFishhead", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaToy:TOY_002_Golfball": { + "templateId": "AthenaToy:TOY_002_Golfball", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_212_RosesAreRed": { + "templateId": "AthenaItemWrap:Wrap_212_RosesAreRed", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_338_StarWalker": { + "templateId": "AthenaBackpack:BID_338_StarWalker", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_513_GraffitiAssassin": { + "templateId": "AthenaBackpack:BID_513_GraffitiAssassin", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_127_PlagueMale": { + "templateId": "AthenaBackpack:BID_127_PlagueMale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_APlus": { + "templateId": "AthenaEmoji:Emoji_APlus", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_416_SpaceWandererFemale1H": { + "templateId": "AthenaPickaxe:Pickaxe_ID_416_SpaceWandererFemale1H", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_095_RavenQuillFemale": { + "templateId": "AthenaBackpack:BID_095_RavenQuillFemale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_631_PumpkinPunkMale": { + "templateId": "AthenaBackpack:BID_631_PumpkinPunkMale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_051_Athena_Commando_M_HolidayElf": { + "templateId": "AthenaCharacter:CID_051_Athena_Commando_M_HolidayElf", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_AirHorn": { + "templateId": "AthenaDance:EID_AirHorn", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_671_Mechstructor": { + "templateId": "AthenaBackpack:BID_671_Mechstructor", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_059_Athena_Commando_M_SkiDude_CHN": { + "templateId": "AthenaCharacter:CID_059_Athena_Commando_M_SkiDude_CHN", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_520_Athena_Commando_M_PaddedArmor": { + "templateId": "AthenaCharacter:CID_520_Athena_Commando_M_PaddedArmor", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_641_Jekyll": { + "templateId": "AthenaBackpack:BID_641_Jekyll", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_582_ParcelGold": { + "templateId": "AthenaBackpack:BID_582_ParcelGold", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_233_Birthday2019": { + "templateId": "AthenaPickaxe:Pickaxe_ID_233_Birthday2019", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_RoosterMech": { + "templateId": "AthenaDance:EID_RoosterMech", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_127_SummerDays01": { + "templateId": "AthenaSpray:SPID_127_SummerDays01", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_320_RustLordRemix": { + "templateId": "AthenaBackpack:BID_320_RustLordRemix", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_608_SamuraiArmorUltra_Corrupt": { + "templateId": "AthenaBackpack:BID_608_SamuraiArmorUltra_Corrupt", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_027_Athena_Commando_F": { + "templateId": "AthenaCharacter:CID_027_Athena_Commando_F", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_BlackCat": { + "templateId": "AthenaEmoji:Emoji_BlackCat", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_TeamRobot": { + "templateId": "AthenaDance:EID_TeamRobot", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_612_Athena_Commando_F_StreetOpsPink": { + "templateId": "AthenaCharacter:CID_612_Athena_Commando_F_StreetOpsPink", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSkyDiveContrail:Trails_ID_056_StormTracker": { + "templateId": "AthenaSkyDiveContrail:Trails_ID_056_StormTracker", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_074_Athena_Commando_F_Stripe": { + "templateId": "AthenaCharacter:CID_074_Athena_Commando_F_Stripe", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_FlowerPOwer": { + "templateId": "AthenaGlider:Glider_FlowerPOwer", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_046_Demon": { + "templateId": "AthenaItemWrap:Wrap_046_Demon", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_052_EmoticonCollage": { + "templateId": "AthenaLoadingScreen:LSID_052_EmoticonCollage", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_117_NoSymbol": { + "templateId": "AthenaSpray:SPID_117_NoSymbol", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_264_Flapjack": { + "templateId": "AthenaLoadingScreen:LSID_264_Flapjack", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_522_TechExplorer": { + "templateId": "AthenaBackpack:BID_522_TechExplorer", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_914_Athena_Commando_F_York_E": { + "templateId": "AthenaCharacter:CID_914_Athena_Commando_F_York_E", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_027_Lucky": { + "templateId": "AthenaItemWrap:Wrap_027_Lucky", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_016_SkiGirl_CAN": { + "templateId": "AthenaBackpack:BID_016_SkiGirl_CAN", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_008_Athena_Commando_M_Default": { + "templateId": "AthenaCharacter:CID_008_Athena_Commando_M_Default", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_988_Athena_Commando_M_Tiramisu_5KHZP": { + "templateId": "AthenaCharacter:CID_988_Athena_Commando_M_Tiramisu_5KHZP", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_689_Athena_Commando_M_SpyTechHacker": { + "templateId": "AthenaCharacter:CID_689_Athena_Commando_M_SpyTechHacker", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_979_Athena_Commando_M_Snowboarder": { + "templateId": "AthenaCharacter:CID_979_Athena_Commando_M_Snowboarder", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaMusicPack:MusicPack_STW001_CannyValley": { + "templateId": "AthenaMusicPack:MusicPack_STW001_CannyValley", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_128_FragmentedGlowEclipse": { + "templateId": "AthenaItemWrap:Wrap_128_FragmentedGlowEclipse", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_Jaywalking": { + "templateId": "AthenaDance:EID_Jaywalking", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_CrackshotDance": { + "templateId": "AthenaDance:EID_CrackshotDance", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_257_FNCS_CuddleTeam": { + "templateId": "AthenaLoadingScreen:LSID_257_FNCS_CuddleTeam", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_223_SpaceSuit": { + "templateId": "AthenaGlider:Glider_ID_223_SpaceSuit", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_212_CyberScavenger": { + "templateId": "AthenaPickaxe:Pickaxe_ID_212_CyberScavenger", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_147_Raptor": { + "templateId": "AthenaGlider:Glider_ID_147_Raptor", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_144_MadCommanderFemale": { + "templateId": "AthenaBackpack:BID_144_MadCommanderFemale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_TacoTimeDance": { + "templateId": "AthenaDance:EID_TacoTimeDance", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_142_Athena_Commando_M_WWIIPilot": { + "templateId": "AthenaCharacter:CID_142_Athena_Commando_M_WWIIPilot", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_046_PixelRaven": { + "templateId": "AthenaSpray:SPID_046_PixelRaven", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_062_StreetRacerWhite": { + "templateId": "AthenaGlider:Glider_ID_062_StreetRacerWhite", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_Lexa": { + "templateId": "AthenaDance:EID_Lexa", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaMusicPack:MusicPack_018_Glitter": { + "templateId": "AthenaMusicPack:MusicPack_018_Glitter", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:PreSeasonGlider_Elite": { + "templateId": "AthenaGlider:PreSeasonGlider_Elite", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_187_FurnaceFace": { + "templateId": "AthenaPickaxe:Pickaxe_ID_187_FurnaceFace", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaMusicPack:MusicPack_072_HolidayEuroDiscoRemix": { + "templateId": "AthenaMusicPack:MusicPack_072_HolidayEuroDiscoRemix", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_487_Athena_Commando_M_DJRemix": { + "templateId": "AthenaCharacter:CID_487_Athena_Commando_M_DJRemix", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_216_BananaAgent": { + "templateId": "AthenaItemWrap:Wrap_216_BananaAgent", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_Headshot": { + "templateId": "AthenaEmoji:Emoji_Headshot", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_143_MadCommanderMale": { + "templateId": "AthenaBackpack:BID_143_MadCommanderMale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_621_Poison": { + "templateId": "AthenaBackpack:BID_621_Poison", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_312_Stealth": { + "templateId": "AthenaBackpack:BID_312_Stealth", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_725_Athena_Commando_F_AgentX": { + "templateId": "AthenaCharacter:CID_725_Athena_Commando_F_AgentX", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_454_Athena_Commando_M_GlowBro": { + "templateId": "AthenaCharacter:CID_454_Athena_Commando_M_GlowBro", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Dev_Test_Pickaxe": { + "templateId": "AthenaPickaxe:Dev_Test_Pickaxe", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_129_FragmentedGlowFire": { + "templateId": "AthenaItemWrap:Wrap_129_FragmentedGlowFire", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaMusicPack:MusicPack_STW001_Holdfast": { + "templateId": "AthenaMusicPack:MusicPack_STW001_Holdfast", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_103_Athena_Commando_M_Bunny": { + "templateId": "AthenaCharacter:CID_103_Athena_Commando_M_Bunny", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_057_Bunnies": { + "templateId": "AthenaLoadingScreen:LSID_057_Bunnies", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_SomethingStinks": { + "templateId": "AthenaDance:EID_SomethingStinks", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_015_Snowboard": { + "templateId": "AthenaItemWrap:Wrap_015_Snowboard", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_208_BadEggMale": { + "templateId": "AthenaGlider:Glider_ID_208_BadEggMale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_OstrichSpin": { + "templateId": "AthenaDance:EID_OstrichSpin", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_662_Athena_Commando_M_FlameSkull": { + "templateId": "AthenaCharacter:CID_662_Athena_Commando_M_FlameSkull", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_025_Athena_Commando_M": { + "templateId": "AthenaCharacter:CID_025_Athena_Commando_M", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_120_Werewolf": { + "templateId": "AthenaBackpack:BID_120_Werewolf", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_001_Athena_Commando_F_Default": { + "templateId": "AthenaCharacter:CID_001_Athena_Commando_F_Default", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_459_HightowerTomato1H": { + "templateId": "AthenaPickaxe:Pickaxe_ID_459_HightowerTomato1H", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_TwistRaisin": { + "templateId": "AthenaDance:EID_TwistRaisin", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_215_CarnavalCycle": { + "templateId": "AthenaItemWrap:Wrap_215_CarnavalCycle", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Umbrella_AssassinSuit": { + "templateId": "AthenaGlider:Umbrella_AssassinSuit", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_188_WrappingPaper": { + "templateId": "AthenaItemWrap:Wrap_188_WrappingPaper", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_Camper": { + "templateId": "AthenaEmoji:Emoji_Camper", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_HipHopS7": { + "templateId": "AthenaDance:EID_HipHopS7", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_119_ReaperFrozen": { + "templateId": "AthenaGlider:Glider_ID_119_ReaperFrozen", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_164_S11_PinkTeeth": { + "templateId": "AthenaSpray:SPID_164_S11_PinkTeeth", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_924_Athena_Commando_M_Embers": { + "templateId": "AthenaCharacter:CID_924_Athena_Commando_M_Embers", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_118_Athena_Commando_F_Valor": { + "templateId": "AthenaCharacter:CID_118_Athena_Commando_F_Valor", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_HipHopS5": { + "templateId": "AthenaDance:EID_HipHopS5", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_087_GuanYu": { + "templateId": "AthenaGlider:Glider_ID_087_GuanYu", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_628_FlowerSkeletonMale": { + "templateId": "AthenaBackpack:BID_628_FlowerSkeletonMale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_Sweaty": { + "templateId": "AthenaEmoji:Emoji_Sweaty", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_171_DevilRock": { + "templateId": "AthenaGlider:Glider_ID_171_DevilRock", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_TechOpsBlue": { + "templateId": "AthenaEmoji:Emoji_TechOpsBlue", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_656_AncientGladiatorMale": { + "templateId": "AthenaBackpack:BID_656_AncientGladiatorMale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_058_Basketball": { + "templateId": "AthenaPickaxe:Pickaxe_ID_058_Basketball", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_951_Athena_Commando_M_Football20Referee_E_QBIBA": { + "templateId": "AthenaCharacter:CID_951_Athena_Commando_M_Football20Referee_E_QBIBA", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_201_JMInferno": { + "templateId": "AthenaLoadingScreen:LSID_201_JMInferno", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_217_Meowscles": { + "templateId": "AthenaLoadingScreen:LSID_217_Meowscles", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_202_BananaAgent": { + "templateId": "AthenaGlider:Glider_ID_202_BananaAgent", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_004_ChalkOutline": { + "templateId": "AthenaSpray:SPID_004_ChalkOutline", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_1HP": { + "templateId": "AthenaEmoji:Emoji_1HP", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_366_Athena_Commando_M_Tropical": { + "templateId": "AthenaCharacter:CID_366_Athena_Commando_M_Tropical", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaMusicPack:MusicPack_Random": { + "templateId": "AthenaMusicPack:MusicPack_Random", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_201_WavyManMale": { + "templateId": "AthenaBackpack:BID_201_WavyManMale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaToy:TOY_015_Bottle": { + "templateId": "AthenaToy:TOY_015_Bottle", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaConsumableEmote:EID_GunShow": { + "templateId": "AthenaConsumableEmote:EID_GunShow", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_452_Athena_Commando_F_CyberFu": { + "templateId": "AthenaCharacter:CID_452_Athena_Commando_F_CyberFu", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_593_Athena_Commando_F_SoccerZombieA": { + "templateId": "AthenaCharacter:CID_593_Athena_Commando_F_SoccerZombieA", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_TimetravelBackflip": { + "templateId": "AthenaDance:EID_TimetravelBackflip", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_Intensity": { + "templateId": "AthenaDance:EID_Intensity", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_DarkFireLegends": { + "templateId": "AthenaDance:EID_DarkFireLegends", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_138_Taco": { + "templateId": "AthenaItemWrap:Wrap_138_Taco", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_143_Athena_Commando_F_DarkNinja": { + "templateId": "AthenaCharacter:CID_143_Athena_Commando_F_DarkNinja", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_VikingHorn": { + "templateId": "AthenaDance:EID_VikingHorn", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_SquishyMedley": { + "templateId": "AthenaDance:EID_SquishyMedley", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_117_Squishy": { + "templateId": "AthenaLoadingScreen:LSID_117_Squishy", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_193_JMHollowhead": { + "templateId": "AthenaLoadingScreen:LSID_193_JMHollowhead", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_201_Swashbuckler": { + "templateId": "AthenaPickaxe:Pickaxe_ID_201_Swashbuckler", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_462_Athena_Commando_M_HeistSummer": { + "templateId": "AthenaCharacter:CID_462_Athena_Commando_M_HeistSummer", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_TimeOut": { + "templateId": "AthenaDance:EID_TimeOut", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_636_RavenQuillSkull": { + "templateId": "AthenaBackpack:BID_636_RavenQuillSkull", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_287_Athena_Commando_M_ArcticSniper": { + "templateId": "AthenaCharacter:CID_287_Athena_Commando_M_ArcticSniper", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_048_S5Cumulative9": { + "templateId": "AthenaLoadingScreen:LSID_048_S5Cumulative9", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_124_Feathers": { + "templateId": "AthenaPickaxe:Pickaxe_ID_124_Feathers", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_143_Drift": { + "templateId": "AthenaSpray:SPID_143_Drift", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_489_TwinDark": { + "templateId": "AthenaBackpack:BID_489_TwinDark", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_086_StandardBlueCamo": { + "templateId": "AthenaItemWrap:Wrap_086_StandardBlueCamo", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_100APlus": { + "templateId": "AthenaEmoji:Emoji_100APlus", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_836_Athena_Commando_M_JonesyFlare": { + "templateId": "AthenaCharacter:CID_836_Athena_Commando_M_JonesyFlare", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_535_SandCastle": { + "templateId": "AthenaBackpack:BID_535_SandCastle", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_088_Athena_Commando_M_SpaceBlack": { + "templateId": "AthenaCharacter:CID_088_Athena_Commando_M_SpaceBlack", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_590_MaskedDancer": { + "templateId": "AthenaBackpack:BID_590_MaskedDancer", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_126_Farmer": { + "templateId": "AthenaGlider:Glider_ID_126_Farmer", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_141_S10Level100": { + "templateId": "AthenaSpray:SPID_141_S10Level100", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSkyDiveContrail:Trails_ID_091_Longshorts": { + "templateId": "AthenaSkyDiveContrail:Trails_ID_091_Longshorts", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_219_Athena_Commando_M_Hacivat": { + "templateId": "AthenaCharacter:CID_219_Athena_Commando_M_Hacivat", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_077_WeGame": { + "templateId": "AthenaBackpack:BID_077_WeGame", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_259_Athena_Commando_M_StreetOps": { + "templateId": "AthenaCharacter:CID_259_Athena_Commando_M_StreetOps", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_094_Football": { + "templateId": "AthenaPickaxe:Pickaxe_ID_094_Football", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_287_RockClimber1H": { + "templateId": "AthenaPickaxe:Pickaxe_ID_287_RockClimber1H", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_145_Doggus": { + "templateId": "AthenaLoadingScreen:LSID_145_Doggus", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_950_Athena_Commando_M_Football20Referee_D_MIHME": { + "templateId": "AthenaCharacter:CID_950_Athena_Commando_M_Football20Referee_D_MIHME", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_108_Blingmale": { + "templateId": "AthenaBackpack:BID_108_Blingmale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_146_WorldCup2019": { + "templateId": "AthenaLoadingScreen:LSID_146_WorldCup2019", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_109_RustRemix": { + "templateId": "AthenaItemWrap:Wrap_109_RustRemix", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_592_JunkSamurai": { + "templateId": "AthenaBackpack:BID_592_JunkSamurai", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_365_Athena_Commando_M_LuckyRider": { + "templateId": "AthenaCharacter:CID_365_Athena_Commando_M_LuckyRider", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_314_WeepingWoodsMale1H": { + "templateId": "AthenaPickaxe:Pickaxe_ID_314_WeepingWoodsMale1H", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_SnowGlobe": { + "templateId": "AthenaDance:EID_SnowGlobe", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_315_Athena_Commando_M_TeriyakiFish": { + "templateId": "AthenaCharacter:CID_315_Athena_Commando_M_TeriyakiFish", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_866_Athena_Commando_F_Myth": { + "templateId": "AthenaCharacter:CID_866_Athena_Commando_F_Myth", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_204_NTBear": { + "templateId": "AthenaLoadingScreen:LSID_204_NTBear", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_030_Luchador": { + "templateId": "AthenaSpray:SPID_030_Luchador", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_952_Athena_Commando_F_Football20Referee_ZX4IC": { + "templateId": "AthenaCharacter:CID_952_Athena_Commando_F_Football20Referee_ZX4IC", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaMusicPack:MusicPack_038_Crackdown": { + "templateId": "AthenaMusicPack:MusicPack_038_Crackdown", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_180_Athena_Commando_M_Scuba": { + "templateId": "AthenaCharacter:CID_180_Athena_Commando_M_Scuba", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_171_Rose": { + "templateId": "AthenaSpray:SPID_171_Rose", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_206_Athena_Commando_M_Bling": { + "templateId": "AthenaCharacter:CID_206_Athena_Commando_M_Bling", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_430_GalileoSpeedBoat_9RXE3": { + "templateId": "AthenaBackpack:BID_430_GalileoSpeedBoat_9RXE3", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_Elastic": { + "templateId": "AthenaDance:EID_Elastic", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_WhiteFlag": { + "templateId": "AthenaEmoji:Emoji_WhiteFlag", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_030_S5Cumulative4": { + "templateId": "AthenaLoadingScreen:LSID_030_S5Cumulative4", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_132_BlackWidowMale": { + "templateId": "AthenaBackpack:BID_132_BlackWidowMale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_341_FrogmanFemale1H": { + "templateId": "AthenaPickaxe:Pickaxe_ID_341_FrogmanFemale1H", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_145_Kurohomura": { + "templateId": "AthenaItemWrap:Wrap_145_Kurohomura", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_272_HightowerTapas": { + "templateId": "AthenaItemWrap:Wrap_272_HightowerTapas", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_045_Valor": { + "templateId": "AthenaPickaxe:Pickaxe_ID_045_Valor", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_283_CODSquadPlaidMale": { + "templateId": "AthenaPickaxe:Pickaxe_ID_283_CODSquadPlaidMale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_157_BarbequeLarryMask": { + "templateId": "AthenaSpray:SPID_157_BarbequeLarryMask", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_252_Dazzle": { + "templateId": "AthenaItemWrap:Wrap_252_Dazzle", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSkyDiveContrail:Trails_ID_085_Candy": { + "templateId": "AthenaSkyDiveContrail:Trails_ID_085_Candy", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_205_AMEternal": { + "templateId": "AthenaLoadingScreen:LSID_205_AMEternal", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_837_Athena_Commando_M_MaskedDancer": { + "templateId": "AthenaCharacter:CID_837_Athena_Commando_M_MaskedDancer", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_948_Athena_Commando_M_Football20Referee_B_QPXTH": { + "templateId": "AthenaCharacter:CID_948_Athena_Commando_M_Football20Referee_B_QPXTH", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_736_Athena_Commando_F_DonutDish": { + "templateId": "AthenaCharacter:CID_736_Athena_Commando_F_DonutDish", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_367_WinterHunter": { + "templateId": "AthenaPickaxe:Pickaxe_ID_367_WinterHunter", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_338_BandageNinjaBlue1H": { + "templateId": "AthenaPickaxe:Pickaxe_ID_338_BandageNinjaBlue1H", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_192_Athena_Commando_M_Hippie": { + "templateId": "AthenaCharacter:CID_192_Athena_Commando_M_Hippie", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_407_Athena_Commando_M_BattleSuit": { + "templateId": "AthenaCharacter:CID_407_Athena_Commando_M_BattleSuit", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_435_Athena_Commando_M_MunitionsExpertGreenPlastic": { + "templateId": "AthenaCharacter:CID_435_Athena_Commando_M_MunitionsExpertGreenPlastic", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_327_Athena_Commando_M_BlueMystery": { + "templateId": "AthenaCharacter:CID_327_Athena_Commando_M_BlueMystery", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_241_BlackKnightFemale": { + "templateId": "AthenaItemWrap:Wrap_241_BlackKnightFemale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_659_FlapjackWrangler": { + "templateId": "AthenaBackpack:BID_659_FlapjackWrangler", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_098_BlueSamuraiMale": { + "templateId": "AthenaBackpack:BID_098_BlueSamuraiMale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_130_GameJam2019": { + "templateId": "AthenaSpray:SPID_130_GameJam2019", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_170_Quokka": { + "templateId": "AthenaSpray:SPID_170_Quokka", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_138_BomberPlane": { + "templateId": "AthenaGlider:Glider_ID_138_BomberPlane", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_749_Athena_Commando_F_GraffitiAssassin": { + "templateId": "AthenaCharacter:CID_749_Athena_Commando_F_GraffitiAssassin", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_043_Pizza": { + "templateId": "AthenaBackpack:BID_043_Pizza", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaMusicPack:MusicPack_008_Coral": { + "templateId": "AthenaMusicPack:MusicPack_008_Coral", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_Texting": { + "templateId": "AthenaDance:EID_Texting", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_266_PaddedArmor": { + "templateId": "AthenaPickaxe:Pickaxe_ID_266_PaddedArmor", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_Bollywood": { + "templateId": "AthenaDance:EID_Bollywood", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_100_DarkPaintballer": { + "templateId": "AthenaBackpack:BID_100_DarkPaintballer", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_ArtGiant": { + "templateId": "AthenaDance:EID_ArtGiant", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_013_Athena_Commando_F": { + "templateId": "AthenaCharacter:CID_013_Athena_Commando_F", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_200m": { + "templateId": "AthenaEmoji:Emoji_200m", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_SpyMale": { + "templateId": "AthenaDance:EID_SpyMale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_238_Pirate02Male": { + "templateId": "AthenaBackpack:BID_238_Pirate02Male", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_148_Athena_Commando_F_SoccerGirlA": { + "templateId": "AthenaCharacter:CID_148_Athena_Commando_F_SoccerGirlA", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_JulyBooks": { + "templateId": "AthenaDance:EID_JulyBooks", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_Wizard": { + "templateId": "AthenaDance:EID_Wizard", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_196_CarnavalA": { + "templateId": "AthenaSpray:SPID_196_CarnavalA", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_229_MountainBase": { + "templateId": "AthenaLoadingScreen:LSID_229_MountainBase", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_027_Satelite": { + "templateId": "AthenaGlider:Glider_ID_027_Satelite", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_071_S6Cumulative10": { + "templateId": "AthenaLoadingScreen:LSID_071_S6Cumulative10", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_060_Athena_Commando_M_SkiDude_KOR": { + "templateId": "AthenaCharacter:CID_060_Athena_Commando_M_SkiDude_KOR", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_030_ArtDeco": { + "templateId": "AthenaPickaxe:Pickaxe_ID_030_ArtDeco", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_PopLock": { + "templateId": "AthenaDance:EID_PopLock", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_636_Athena_Commando_M_GalileoGondola_78MFZ": { + "templateId": "AthenaCharacter:CID_636_Athena_Commando_M_GalileoGondola_78MFZ", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_045_CarbideBlack": { + "templateId": "AthenaGlider:Glider_ID_045_CarbideBlack", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSkyDiveContrail:Trails_ID_033_Snowflakes": { + "templateId": "AthenaSkyDiveContrail:Trails_ID_033_Snowflakes", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_456_HightowerMango1H": { + "templateId": "AthenaPickaxe:Pickaxe_ID_456_HightowerMango1H", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_343_CubeRedKnight": { + "templateId": "AthenaBackpack:BID_343_CubeRedKnight", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_063_S6Cumulative02": { + "templateId": "AthenaLoadingScreen:LSID_063_S6Cumulative02", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPetCarrier:PetCarrier_012_Drift_Fox": { + "templateId": "AthenaPetCarrier:PetCarrier_012_Drift_Fox", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_S14_Elastic_Ducky": { + "templateId": "AthenaEmoji:Emoji_S14_Elastic_Ducky", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_DurrburgerHead": { + "templateId": "AthenaEmoji:Emoji_DurrburgerHead", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_502_Athena_Commando_F_Reverb": { + "templateId": "AthenaCharacter:CID_502_Athena_Commando_F_Reverb", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_262_Cherry_Y3GIU": { + "templateId": "AthenaGlider:Glider_ID_262_Cherry_Y3GIU", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaMusicPack:MusicPack_041_Slick": { + "templateId": "AthenaMusicPack:MusicPack_041_Slick", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_245_VoyagerRemix1H": { + "templateId": "AthenaPickaxe:Pickaxe_ID_245_VoyagerRemix1H", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_529_TiptoeMale_MQ5UM": { + "templateId": "AthenaPickaxe:Pickaxe_ID_529_TiptoeMale_MQ5UM", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_675_WombatMale_X18U5": { + "templateId": "AthenaBackpack:BID_675_WombatMale_X18U5", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_050_TomatoTemple": { + "templateId": "AthenaLoadingScreen:LSID_050_TomatoTemple", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_Embarrassed": { + "templateId": "AthenaEmoji:Emoji_Embarrassed", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_571_Tiki": { + "templateId": "AthenaBackpack:BID_571_Tiki", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaMusicPack:MusicPack_032_GrooveJam": { + "templateId": "AthenaMusicPack:MusicPack_032_GrooveJam", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_093_S7Cumulative10": { + "templateId": "AthenaLoadingScreen:LSID_093_S7Cumulative10", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_Photographer": { + "templateId": "AthenaDance:EID_Photographer", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_504_Athena_Commando_M_Lopex": { + "templateId": "AthenaCharacter:CID_504_Athena_Commando_M_Lopex", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_FingerGunsV2": { + "templateId": "AthenaDance:EID_FingerGunsV2", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_096_Zodiac": { + "templateId": "AthenaItemWrap:Wrap_096_Zodiac", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_134_Fingerprint": { + "templateId": "AthenaItemWrap:Wrap_134_Fingerprint", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_132_BlackKnight": { + "templateId": "AthenaSpray:SPID_132_BlackKnight", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_179_HolidayPJs": { + "templateId": "AthenaItemWrap:Wrap_179_HolidayPJs", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_298_ZodiacFemale": { + "templateId": "AthenaBackpack:BID_298_ZodiacFemale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_PogoTraversal": { + "templateId": "AthenaDance:EID_PogoTraversal", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_233_ElectricBurst": { + "templateId": "AthenaItemWrap:Wrap_233_ElectricBurst", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSkyDiveContrail:Trails_ID_057_BattleSuit": { + "templateId": "AthenaSkyDiveContrail:Trails_ID_057_BattleSuit", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBattleBus:BBID_BirthdayBus2nd": { + "templateId": "AthenaBattleBus:BBID_BirthdayBus2nd", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_573_TV": { + "templateId": "AthenaBackpack:BID_573_TV", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_124_Athena_Commando_F_AuroraGlow": { + "templateId": "AthenaCharacter:CID_124_Athena_Commando_F_AuroraGlow", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_RockGuitar": { + "templateId": "AthenaDance:EID_RockGuitar", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_271_AssassinSuitMale": { + "templateId": "AthenaBackpack:BID_271_AssassinSuitMale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_642_Athena_Commando_F_ConstellationStar": { + "templateId": "AthenaCharacter:CID_642_Athena_Commando_F_ConstellationStar", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_165_S11_AlterEgoLogo": { + "templateId": "AthenaSpray:SPID_165_S11_AlterEgoLogo", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_920_Athena_Commando_M_PartyTrooper": { + "templateId": "AthenaCharacter:CID_920_Athena_Commando_M_PartyTrooper", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_AshtonBoardwalk": { + "templateId": "AthenaDance:EID_AshtonBoardwalk", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_008_Hearts": { + "templateId": "AthenaSpray:SPID_008_Hearts", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_107_GarageBandFemale": { + "templateId": "AthenaBackpack:BID_107_GarageBandFemale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_747_Athena_Commando_M_BadEgg": { + "templateId": "AthenaCharacter:CID_747_Athena_Commando_M_BadEgg", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_RaiseTheRoof": { + "templateId": "AthenaDance:EID_RaiseTheRoof", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_193_Midas": { + "templateId": "AthenaSpray:SPID_193_Midas", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_947_Athena_Commando_M_Football20Referee_IN7EY": { + "templateId": "AthenaCharacter:CID_947_Athena_Commando_M_Football20Referee_IN7EY", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_000_TestSpray": { + "templateId": "AthenaSpray:SPID_000_TestSpray", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_176_DevilRock": { + "templateId": "AthenaPickaxe:Pickaxe_ID_176_DevilRock", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_GG": { + "templateId": "AthenaEmoji:Emoji_GG", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_663_Athena_Commando_F_Frogman": { + "templateId": "AthenaCharacter:CID_663_Athena_Commando_F_Frogman", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_109_StrawberryPilot": { + "templateId": "AthenaSpray:SPID_109_StrawberryPilot", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_254_S14SeasonalA": { + "templateId": "AthenaLoadingScreen:LSID_254_S14SeasonalA", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_263_FancyCandyMale": { + "templateId": "AthenaGlider:Glider_ID_263_FancyCandyMale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_922_Athena_Commando_M_ParcelPrank": { + "templateId": "AthenaCharacter:CID_922_Athena_Commando_M_ParcelPrank", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_DJYonder": { + "templateId": "AthenaEmoji:Emoji_DJYonder", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_110_TeriyakiFish": { + "templateId": "AthenaGlider:Glider_ID_110_TeriyakiFish", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_104_YellowZip": { + "templateId": "AthenaBackpack:BID_104_YellowZip", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_WitchsBrew": { + "templateId": "AthenaEmoji:Emoji_WitchsBrew", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_650_Athena_Commando_F_HolidayPJ_B": { + "templateId": "AthenaCharacter:CID_650_Athena_Commando_F_HolidayPJ_B", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_075_TacticalBadass": { + "templateId": "AthenaBackpack:BID_075_TacticalBadass", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_160_BlackMonday02_PM0U6": { + "templateId": "AthenaSpray:SPID_160_BlackMonday02_PM0U6", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_BreakYou": { + "templateId": "AthenaDance:EID_BreakYou", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaMusicPack:MusicPack_016_WorldCup": { + "templateId": "AthenaMusicPack:MusicPack_016_WorldCup", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_PoutyClap": { + "templateId": "AthenaDance:EID_PoutyClap", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_070_S6Cumulative09": { + "templateId": "AthenaLoadingScreen:LSID_070_S6Cumulative09", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_447_SpaceWandererMale": { + "templateId": "AthenaPickaxe:Pickaxe_ID_447_SpaceWandererMale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_521_Athena_Commando_M_TacticalBiker": { + "templateId": "AthenaCharacter:CID_521_Athena_Commando_M_TacticalBiker", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_115_DieselpunkMale": { + "templateId": "AthenaBackpack:BID_115_DieselpunkMale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_Bendy": { + "templateId": "AthenaDance:EID_Bendy", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_253_HoppityHeist": { + "templateId": "AthenaBackpack:BID_253_HoppityHeist", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_106_DJRemix": { + "templateId": "AthenaItemWrap:Wrap_106_DJRemix", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_521_FestiveMoose": { + "templateId": "AthenaPickaxe:Pickaxe_ID_521_FestiveMoose", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_133_GuanYu": { + "templateId": "AthenaBackpack:BID_133_GuanYu", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_226_S14_HighTowerWasabi": { + "templateId": "AthenaSpray:SPID_226_S14_HighTowerWasabi", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_633_FrankieFemale": { + "templateId": "AthenaBackpack:BID_633_FrankieFemale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_309_Storm": { + "templateId": "AthenaPickaxe:Pickaxe_ID_309_Storm", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_200_JUDrift": { + "templateId": "AthenaLoadingScreen:LSID_200_JUDrift", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_150_IceDragon": { + "templateId": "AthenaSpray:SPID_150_IceDragon", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_294_GlowBroMale": { + "templateId": "AthenaBackpack:BID_294_GlowBroMale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_190_GolfClub": { + "templateId": "AthenaPickaxe:Pickaxe_ID_190_GolfClub", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_297_FlowerSkeletonFemale1H": { + "templateId": "AthenaPickaxe:Pickaxe_ID_297_FlowerSkeletonFemale1H", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_S6Lvl100": { + "templateId": "AthenaEmoji:Emoji_S6Lvl100", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_UnicycleTraversal": { + "templateId": "AthenaDance:EID_UnicycleTraversal", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_299_Holo": { + "templateId": "AthenaItemWrap:Wrap_299_Holo", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_094_Athena_Commando_M_Rider": { + "templateId": "AthenaCharacter:CID_094_Athena_Commando_M_Rider", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_S15_SpaceFighter": { + "templateId": "AthenaEmoji:Emoji_S15_SpaceFighter", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_142_TeriyakiFish": { + "templateId": "AthenaPickaxe:Pickaxe_ID_142_TeriyakiFish", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSkyDiveContrail:DefaultContrail": { + "templateId": "AthenaSkyDiveContrail:DefaultContrail", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_559_GreenJacket": { + "templateId": "AthenaBackpack:BID_559_GreenJacket", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_019_Athena_Commando_M": { + "templateId": "AthenaCharacter:CID_019_Athena_Commando_M", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_958_Athena_Commando_M_PieMan": { + "templateId": "AthenaCharacter:CID_958_Athena_Commando_M_PieMan", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_Breakdance2": { + "templateId": "AthenaDance:EID_Breakdance2", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_243_Myth": { + "templateId": "AthenaGlider:Glider_ID_243_Myth", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_495_NauticalPajamasUnderwaterMale": { + "templateId": "AthenaPickaxe:Pickaxe_ID_495_NauticalPajamasUnderwaterMale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSkyDiveContrail:Trails_ID_068_Popcorn": { + "templateId": "AthenaSkyDiveContrail:Trails_ID_068_Popcorn", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_418_BulletBlueMale": { + "templateId": "AthenaBackpack:BID_418_BulletBlueMale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_EgyptianDance": { + "templateId": "AthenaDance:EID_EgyptianDance", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_056_Venus": { + "templateId": "AthenaPickaxe:Pickaxe_ID_056_Venus", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_082_Ornament": { + "templateId": "AthenaSpray:SPID_082_Ornament", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_LlamaRider_Glitter": { + "templateId": "AthenaDance:EID_LlamaRider_Glitter", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_281_Athena_Commando_F_SnowBoard": { + "templateId": "AthenaCharacter:CID_281_Athena_Commando_F_SnowBoard", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_546_Athena_Commando_F_TacticalRed": { + "templateId": "AthenaCharacter:CID_546_Athena_Commando_F_TacticalRed", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaMusicPack:MusicPack_028_LlamaBell": { + "templateId": "AthenaMusicPack:MusicPack_028_LlamaBell", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_Placeholder": { + "templateId": "AthenaEmoji:Emoji_Placeholder", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_071_Football": { + "templateId": "AthenaGlider:Glider_ID_071_Football", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_AcrobaticSuperhero": { + "templateId": "AthenaDance:EID_AcrobaticSuperhero", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_282_CODSquadPlaidFemale": { + "templateId": "AthenaPickaxe:Pickaxe_ID_282_CODSquadPlaidFemale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_077_Baited": { + "templateId": "AthenaSpray:SPID_077_Baited", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_229_Angler": { + "templateId": "AthenaGlider:Glider_ID_229_Angler", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_614_Athena_Commando_M_MissingLink": { + "templateId": "AthenaCharacter:CID_614_Athena_Commando_M_MissingLink", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_202_AshtonBoardwalk": { + "templateId": "AthenaPickaxe:Pickaxe_ID_202_AshtonBoardwalk", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_Warthog": { + "templateId": "AthenaGlider:Glider_Warthog", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_204_TennisFemale": { + "templateId": "AthenaBackpack:BID_204_TennisFemale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_BuildASnowman": { + "templateId": "AthenaDance:EID_BuildASnowman", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_004_Athena_Commando_F_Default": { + "templateId": "AthenaCharacter:CID_004_Athena_Commando_F_Default", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_171_Athena_Commando_M_SharpDresser": { + "templateId": "AthenaCharacter:CID_171_Athena_Commando_M_SharpDresser", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_509_ChocoBunny": { + "templateId": "AthenaBackpack:BID_509_ChocoBunny", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_228_CelestialFemale": { + "templateId": "AthenaGlider:Glider_ID_228_CelestialFemale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_014_WinterCamo": { + "templateId": "AthenaPickaxe:Pickaxe_ID_014_WinterCamo", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_Shaka": { + "templateId": "AthenaDance:EID_Shaka", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_154_Haunt": { + "templateId": "AthenaItemWrap:Wrap_154_Haunt", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_039_Jailbirds": { + "templateId": "AthenaLoadingScreen:LSID_039_Jailbirds", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_113_Muertos": { + "templateId": "AthenaPickaxe:Pickaxe_ID_113_Muertos", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_070_Hohoho": { + "templateId": "AthenaSpray:SPID_070_Hohoho", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSkyDiveContrail:Trails_ID_065_DJRemix": { + "templateId": "AthenaSkyDiveContrail:Trails_ID_065_DJRemix", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_Angel": { + "templateId": "AthenaEmoji:Emoji_Angel", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_277_NeonJellyfish": { + "templateId": "AthenaItemWrap:Wrap_277_NeonJellyfish", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_436_AnglerFemale1H": { + "templateId": "AthenaPickaxe:Pickaxe_ID_436_AnglerFemale1H", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_205_DesertOpsCamo": { + "templateId": "AthenaGlider:Glider_ID_205_DesertOpsCamo", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_236_Athena_Commando_F_Scarecrow": { + "templateId": "AthenaCharacter:CID_236_Athena_Commando_F_Scarecrow", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_PartyJazzWigglyDance": { + "templateId": "AthenaDance:EID_PartyJazzWigglyDance", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_400_Athena_Commando_M_AshtonSaltLake": { + "templateId": "AthenaCharacter:CID_400_Athena_Commando_M_AshtonSaltLake", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_093_Athena_Commando_M_Dinosaur": { + "templateId": "AthenaCharacter:CID_093_Athena_Commando_M_Dinosaur", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_201_CatBurglar": { + "templateId": "AthenaItemWrap:Wrap_201_CatBurglar", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_097_PowerChord": { + "templateId": "AthenaLoadingScreen:LSID_097_PowerChord", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_258_Celestial": { + "templateId": "AthenaItemWrap:Wrap_258_Celestial", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_FancyFeet": { + "templateId": "AthenaDance:EID_FancyFeet", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_Flex": { + "templateId": "AthenaDance:EID_Flex", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_Storm": { + "templateId": "AthenaEmoji:Emoji_Storm", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_Go": { + "templateId": "AthenaEmoji:Emoji_Go", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_491_Athena_Commando_M_BoneWasp": { + "templateId": "AthenaCharacter:CID_491_Athena_Commando_M_BoneWasp", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_032_Tactical": { + "templateId": "AthenaPickaxe:Pickaxe_ID_032_Tactical", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_304_Athena_Commando_M_Gnome": { + "templateId": "AthenaCharacter:CID_304_Athena_Commando_M_Gnome", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_043_Bandolette": { + "templateId": "AthenaItemWrap:Wrap_043_Bandolette", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_TorchSnuffer": { + "templateId": "AthenaDance:EID_TorchSnuffer", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_428_GalileoFerry_28UZ3": { + "templateId": "AthenaBackpack:BID_428_GalileoFerry_28UZ3", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_135_LicoriceSwirl": { + "templateId": "AthenaItemWrap:Wrap_135_LicoriceSwirl", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_Cartwheel": { + "templateId": "AthenaDance:EID_Cartwheel", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_129_Birthday2019": { + "templateId": "AthenaSpray:SPID_129_Birthday2019", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_HotChocolate": { + "templateId": "AthenaEmoji:Emoji_HotChocolate", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_212_AquaJacketMale": { + "templateId": "AthenaGlider:Glider_ID_212_AquaJacketMale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaMusicPack:MusicPack_011_GetFunky": { + "templateId": "AthenaMusicPack:MusicPack_011_GetFunky", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_S9Lvl100": { + "templateId": "AthenaEmoji:Emoji_S9Lvl100", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_066_SamuraiBlue": { + "templateId": "AthenaGlider:Glider_ID_066_SamuraiBlue", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_587_TripleScoop": { + "templateId": "AthenaBackpack:BID_587_TripleScoop", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_IndigoApple": { + "templateId": "AthenaDance:EID_IndigoApple", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_104_Athena_Commando_F_Bunny": { + "templateId": "AthenaCharacter:CID_104_Athena_Commando_F_Bunny", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_PoolParty": { + "templateId": "AthenaEmoji:Emoji_PoolParty", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_301_HeistSummer": { + "templateId": "AthenaBackpack:BID_301_HeistSummer", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_449_Athena_Commando_M_BannerD": { + "templateId": "AthenaCharacter:CID_449_Athena_Commando_M_BannerD", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_164_Athena_Commando_M_Viking": { + "templateId": "AthenaCharacter:CID_164_Athena_Commando_M_Viking", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_219_OceanRiderFemale": { + "templateId": "AthenaGlider:Glider_ID_219_OceanRiderFemale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_213_AssassinSuitSledgehammer": { + "templateId": "AthenaPickaxe:Pickaxe_ID_213_AssassinSuitSledgehammer", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_111_Ark": { + "templateId": "AthenaSpray:SPID_111_Ark", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_100_Athena_Commando_M_CuChulainn": { + "templateId": "AthenaCharacter:CID_100_Athena_Commando_M_CuChulainn", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_751_Athena_Commando_F_NeonCatSpy": { + "templateId": "AthenaCharacter:CID_751_Athena_Commando_F_NeonCatSpy", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_328_WildWest": { + "templateId": "AthenaBackpack:BID_328_WildWest", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_092_Sarong": { + "templateId": "AthenaItemWrap:Wrap_092_Sarong", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_MiG": { + "templateId": "AthenaGlider:Glider_MiG", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_059_BattleSuit": { + "templateId": "AthenaItemWrap:Wrap_059_BattleSuit", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_S14_PS_PlusPack_11": { + "templateId": "AthenaEmoji:Emoji_S14_PS_PlusPack_11", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_771_Athena_Commando_F_OceanRider": { + "templateId": "AthenaCharacter:CID_771_Athena_Commando_F_OceanRider", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_078_Athena_Commando_M_Camo": { + "templateId": "AthenaCharacter:CID_078_Athena_Commando_M_Camo", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_364_Athena_Commando_F_SciOps": { + "templateId": "AthenaCharacter:CID_364_Athena_Commando_F_SciOps", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_935_Athena_Commando_F_Eternity": { + "templateId": "AthenaCharacter:CID_935_Athena_Commando_F_Eternity", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSkyDiveContrail:Trails_ID_088_Informer": { + "templateId": "AthenaSkyDiveContrail:Trails_ID_088_Informer", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_576_Islander": { + "templateId": "AthenaBackpack:BID_576_Islander", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_372_StreetFashionEmeraldFemale1H": { + "templateId": "AthenaPickaxe:Pickaxe_ID_372_StreetFashionEmeraldFemale1H", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_312_ConfettiLights": { + "templateId": "AthenaItemWrap:Wrap_312_ConfettiLights", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_GoatDance": { + "templateId": "AthenaDance:EID_GoatDance", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_221_Midas": { + "templateId": "AthenaLoadingScreen:LSID_221_Midas", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_179_SXKey": { + "templateId": "AthenaLoadingScreen:LSID_179_SXKey", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_625_Athena_Commando_F_PinkTrooper": { + "templateId": "AthenaCharacter:CID_625_Athena_Commando_F_PinkTrooper", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_168_EyeballOctopus": { + "templateId": "AthenaItemWrap:Wrap_168_EyeballOctopus", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_Teknique": { + "templateId": "AthenaEmoji:Emoji_Teknique", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_183_NutcrackerFemale": { + "templateId": "AthenaBackpack:BID_183_NutcrackerFemale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_096_HornedMask": { + "templateId": "AthenaGlider:Glider_ID_096_HornedMask", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_670_NeonFemale": { + "templateId": "AthenaBackpack:BID_670_NeonFemale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_887_Athena_Commando_M_ChOneSpitfire": { + "templateId": "AthenaCharacter:CID_887_Athena_Commando_M_ChOneSpitfire", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_941_Athena_Commando_M_Football20_E_KNWUY": { + "templateId": "AthenaCharacter:CID_941_Athena_Commando_M_Football20_E_KNWUY", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_SecretHandshake_Owned_Follower": { + "templateId": "AthenaDance:EID_SecretHandshake_Owned_Follower", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_240_GraffitiRemix1H": { + "templateId": "AthenaPickaxe:Pickaxe_ID_240_GraffitiRemix1H", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_954_Athena_Commando_F_Football20Referee_C_NAQ0G": { + "templateId": "AthenaCharacter:CID_954_Athena_Commando_F_Football20Referee_C_NAQ0G", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_Hopper": { + "templateId": "AthenaDance:EID_Hopper", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_457_HoodieBandit": { + "templateId": "AthenaBackpack:BID_457_HoodieBandit", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSkyDiveContrail:Trails_ID_089_BlackKnight": { + "templateId": "AthenaSkyDiveContrail:Trails_ID_089_BlackKnight", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_162_PumpkinPattern": { + "templateId": "AthenaItemWrap:Wrap_162_PumpkinPattern", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_025_CrazyCastle": { + "templateId": "AthenaSpray:SPID_025_CrazyCastle", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_037_BunnyMale": { + "templateId": "AthenaBackpack:BID_037_BunnyMale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_177_Banner": { + "templateId": "AthenaItemWrap:Wrap_177_Banner", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_003_AnodizedRed": { + "templateId": "AthenaItemWrap:Wrap_003_AnodizedRed", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_272_Athena_Commando_M_HornedMask": { + "templateId": "AthenaCharacter:CID_272_Athena_Commando_M_HornedMask", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_182_PirateWheel": { + "templateId": "AthenaPickaxe:Pickaxe_ID_182_PirateWheel", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_026_DarkViking": { + "templateId": "AthenaSpray:SPID_026_DarkViking", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_Flamingo": { + "templateId": "AthenaPickaxe:Pickaxe_Flamingo", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_624_Palespooky": { + "templateId": "AthenaBackpack:BID_624_Palespooky", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaMusicPack:MusicPack_STW001_Starlight": { + "templateId": "AthenaMusicPack:MusicPack_STW001_Starlight", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_596_HightowerTomato": { + "templateId": "AthenaBackpack:BID_596_HightowerTomato", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_097_FireElf": { + "templateId": "AthenaSpray:SPID_097_FireElf", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_201_TNTinaFemale": { + "templateId": "AthenaGlider:Glider_ID_201_TNTinaFemale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_SecretHandshake_Sync": { + "templateId": "AthenaDance:EID_SecretHandshake_Sync", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_066_Llamalaxy": { + "templateId": "AthenaSpray:SPID_066_Llamalaxy", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_099_Moth": { + "templateId": "AthenaGlider:Glider_ID_099_Moth", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_300_StreetSigns": { + "templateId": "AthenaItemWrap:Wrap_300_StreetSigns", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_022_Gemstone": { + "templateId": "AthenaItemWrap:Wrap_022_Gemstone", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_121_BriteBomberDeluxe": { + "templateId": "AthenaGlider:Glider_ID_121_BriteBomberDeluxe", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_590_Athena_Commando_M_SoccerZombieB": { + "templateId": "AthenaCharacter:CID_590_Athena_Commando_M_SoccerZombieB", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_RideThePonyTwo": { + "templateId": "AthenaDance:EID_RideThePonyTwo", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_398_WildCatFemale": { + "templateId": "AthenaPickaxe:Pickaxe_ID_398_WildCatFemale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_247_BoneWasp": { + "templateId": "AthenaPickaxe:Pickaxe_ID_247_BoneWasp", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_525_RavenQuillDonut": { + "templateId": "AthenaBackpack:BID_525_RavenQuillDonut", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_176_Storm": { + "templateId": "AthenaSpray:SPID_176_Storm", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPet:PetID_007_Woodsy": { + "templateId": "AthenaPet:PetID_007_Woodsy", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_719_Athena_Commando_F_Blonde": { + "templateId": "AthenaCharacter:CID_719_Athena_Commando_F_Blonde", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_067_PSBurnout": { + "templateId": "AthenaGlider:Glider_ID_067_PSBurnout", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_044_BattlePlane": { + "templateId": "AthenaItemWrap:Wrap_044_BattlePlane", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_931_Athena_Commando_M_NauticalPajamas_E": { + "templateId": "AthenaCharacter:CID_931_Athena_Commando_M_NauticalPajamas_E", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaMusicPack:MusicPack_056_S14_Cine": { + "templateId": "AthenaMusicPack:MusicPack_056_S14_Cine", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_194_TheBomb": { + "templateId": "AthenaPickaxe:Pickaxe_ID_194_TheBomb", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_760_Athena_Commando_F_NeonTightSuit": { + "templateId": "AthenaCharacter:CID_760_Athena_Commando_F_NeonTightSuit", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_Dumbbell_Lift": { + "templateId": "AthenaDance:EID_Dumbbell_Lift", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_183_S11Cumulative04": { + "templateId": "AthenaLoadingScreen:LSID_183_S11Cumulative04", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_190_Athena_Commando_M_StreetRacerWhite": { + "templateId": "AthenaCharacter:CID_190_Athena_Commando_M_StreetRacerWhite", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_728_Athena_Commando_M_MinotaurLuck": { + "templateId": "AthenaCharacter:CID_728_Athena_Commando_M_MinotaurLuck", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_040_Birthday2018": { + "templateId": "AthenaSpray:SPID_040_Birthday2018", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_HightowerSquash": { + "templateId": "AthenaDance:EID_HightowerSquash", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_587_Athena_Commando_M_DevilRock": { + "templateId": "AthenaCharacter:CID_587_Athena_Commando_M_DevilRock", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_341_AngelEclipse": { + "templateId": "AthenaBackpack:BID_341_AngelEclipse", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_016_Athena_Commando_F": { + "templateId": "AthenaCharacter:CID_016_Athena_Commando_F", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaMusicPack:MusicPack_050_BillyBounce": { + "templateId": "AthenaMusicPack:MusicPack_050_BillyBounce", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_142_RaptorArcticCamo": { + "templateId": "AthenaBackpack:BID_142_RaptorArcticCamo", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_892_Athena_Commando_F_VampireCasual": { + "templateId": "AthenaCharacter:CID_892_Athena_Commando_F_VampireCasual", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_068_GumshoeDark": { + "templateId": "AthenaBackpack:BID_068_GumshoeDark", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_476_DarkBomberSummerFemale": { + "templateId": "AthenaPickaxe:Pickaxe_ID_476_DarkBomberSummerFemale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_104_Durrburger": { + "templateId": "AthenaGlider:Glider_ID_104_Durrburger", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_079_CatGirl": { + "templateId": "AthenaSpray:SPID_079_CatGirl", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_902_Athena_Commando_M_PumpkinPunk": { + "templateId": "AthenaCharacter:CID_902_Athena_Commando_M_PumpkinPunk", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_480_PoisonFemale": { + "templateId": "AthenaPickaxe:Pickaxe_ID_480_PoisonFemale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_263_RainbowLava": { + "templateId": "AthenaItemWrap:Wrap_263_RainbowLava", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_253_FishKite": { + "templateId": "AthenaItemWrap:Wrap_253_FishKite", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_KEagle": { + "templateId": "AthenaDance:EID_KEagle", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_157_CuddleTeamDark": { + "templateId": "AthenaItemWrap:Wrap_157_CuddleTeamDark", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_YouBoreMe": { + "templateId": "AthenaDance:EID_YouBoreMe", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_076_Medics": { + "templateId": "AthenaLoadingScreen:LSID_076_Medics", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_007_TacticalCommando": { + "templateId": "AthenaLoadingScreen:LSID_007_TacticalCommando", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_568_BananaSummer": { + "templateId": "AthenaBackpack:BID_568_BananaSummer", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_579_FloatillaCaptain": { + "templateId": "AthenaBackpack:BID_579_FloatillaCaptain", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_130_SciOps": { + "templateId": "AthenaGlider:Glider_ID_130_SciOps", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_745_Athena_Commando_M_RavenQuill": { + "templateId": "AthenaCharacter:CID_745_Athena_Commando_M_RavenQuill", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_TripleScoop": { + "templateId": "AthenaDance:EID_TripleScoop", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_Positivity": { + "templateId": "AthenaEmoji:Emoji_Positivity", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_017_Splattershot": { + "templateId": "AthenaSpray:SPID_017_Splattershot", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_SkeletonDance": { + "templateId": "AthenaDance:EID_SkeletonDance", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_305_StarAndStripesFemale": { + "templateId": "AthenaBackpack:BID_305_StarAndStripesFemale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_108_Fate": { + "templateId": "AthenaSpray:SPID_108_Fate", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_HackySack": { + "templateId": "AthenaDance:EID_HackySack", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPet:PetID_012_Drift_Fox": { + "templateId": "AthenaPet:PetID_012_Drift_Fox", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_585_Athena_Commando_F_FlowerSkeleton": { + "templateId": "AthenaCharacter:CID_585_Athena_Commando_F_FlowerSkeleton", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_472_Athena_Commando_F_CyberKarate": { + "templateId": "AthenaCharacter:CID_472_Athena_Commando_F_CyberKarate", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_201_DonutA": { + "templateId": "AthenaSpray:SPID_201_DonutA", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_944_Athena_Commando_F_Football20_C_FO6IY": { + "templateId": "AthenaCharacter:CID_944_Athena_Commando_F_Football20_C_FO6IY", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_962_Athena_Commando_M_FlapjackWrangler": { + "templateId": "AthenaCharacter:CID_962_Athena_Commando_M_FlapjackWrangler", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaToy:TOY_012_AmericanFootball": { + "templateId": "AthenaToy:TOY_012_AmericanFootball", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_133_BandageNinja": { + "templateId": "AthenaGlider:Glider_ID_133_BandageNinja", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_322_Athena_Commando_M_TechOps": { + "templateId": "AthenaCharacter:CID_322_Athena_Commando_M_TechOps", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_099_PirateTheme": { + "templateId": "AthenaLoadingScreen:LSID_099_PirateTheme", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_009_SkiDude_GBR": { + "templateId": "AthenaBackpack:BID_009_SkiDude_GBR", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_121_RobotRed": { + "templateId": "AthenaPickaxe:Pickaxe_ID_121_RobotRed", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_604_Athena_Commando_F_Razor": { + "templateId": "AthenaCharacter:CID_604_Athena_Commando_F_Razor", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_657_LexaFemale": { + "templateId": "AthenaBackpack:BID_657_LexaFemale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_155_SniperHoodMale": { + "templateId": "AthenaBackpack:BID_155_SniperHoodMale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_221_SkullBriteEclipse": { + "templateId": "AthenaPickaxe:Pickaxe_ID_221_SkullBriteEclipse", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_428_SharkSuitMale1H": { + "templateId": "AthenaPickaxe:Pickaxe_ID_428_SharkSuitMale1H", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_858_Athena_Commando_M_Elastic_D": { + "templateId": "AthenaCharacter:CID_858_Athena_Commando_M_Elastic_D", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_YoureAwesome": { + "templateId": "AthenaDance:EID_YoureAwesome", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPet:PetID_009_Cat": { + "templateId": "AthenaPet:PetID_009_Cat", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_028_S5Cumulative2": { + "templateId": "AthenaLoadingScreen:LSID_028_S5Cumulative2", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_465_Athena_Commando_M_PuffyVest": { + "templateId": "AthenaCharacter:CID_465_Athena_Commando_M_PuffyVest", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_536_Athena_Commando_F_DurrburgerWorker": { + "templateId": "AthenaCharacter:CID_536_Athena_Commando_F_DurrburgerWorker", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_151_DarkVoyager": { + "templateId": "AthenaSpray:SPID_151_DarkVoyager", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_053_SupplyLlama": { + "templateId": "AthenaLoadingScreen:LSID_053_SupplyLlama", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_035_Scathach": { + "templateId": "AthenaBackpack:BID_035_Scathach", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_147_LilKev": { + "templateId": "AthenaBackpack:BID_147_LilKev", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_030_TacticalRogue": { + "templateId": "AthenaBackpack:BID_030_TacticalRogue", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_424_HeartBreakerFemale1H": { + "templateId": "AthenaPickaxe:Pickaxe_ID_424_HeartBreakerFemale1H", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_125_ScarecrowFemale": { + "templateId": "AthenaBackpack:BID_125_ScarecrowFemale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_541_Athena_Commando_M_GraffitiGold": { + "templateId": "AthenaCharacter:CID_541_Athena_Commando_M_GraffitiGold", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_647_NauticalPajamas_Underwater": { + "templateId": "AthenaBackpack:BID_647_NauticalPajamas_Underwater", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_708_Athena_Commando_M_SoldierSlurp": { + "templateId": "AthenaCharacter:CID_708_Athena_Commando_M_SoldierSlurp", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_069_Athena_Commando_F_PinkBear": { + "templateId": "AthenaCharacter:CID_069_Athena_Commando_F_PinkBear", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_531_Turkey1H": { + "templateId": "AthenaPickaxe:Pickaxe_ID_531_Turkey1H", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_206_Photographer": { + "templateId": "AthenaItemWrap:Wrap_206_Photographer", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_037_Tomatohead": { + "templateId": "AthenaLoadingScreen:LSID_037_Tomatohead", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_NeedToGo": { + "templateId": "AthenaDance:EID_NeedToGo", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_638_DurrburgerSkull": { + "templateId": "AthenaBackpack:BID_638_DurrburgerSkull", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_473_Athena_Commando_M_CyberKarate": { + "templateId": "AthenaCharacter:CID_473_Athena_Commando_M_CyberKarate", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_SupDood": { + "templateId": "AthenaEmoji:Emoji_SupDood", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_552_ConstellationSun": { + "templateId": "AthenaBackpack:BID_552_ConstellationSun", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_561_Athena_Commando_M_RebirthDefaultB": { + "templateId": "AthenaCharacter:CID_561_Athena_Commando_M_RebirthDefaultB", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_277_BlackMondayMale_5TLSD": { + "templateId": "AthenaPickaxe:Pickaxe_ID_277_BlackMondayMale_5TLSD", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_071_NeonCat": { + "templateId": "AthenaSpray:SPID_071_NeonCat", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_Everytime": { + "templateId": "AthenaDance:EID_Everytime", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_890_Athena_Commando_F_ChOneHeadhunter": { + "templateId": "AthenaCharacter:CID_890_Athena_Commando_F_ChOneHeadhunter", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_370_RebirthMedic": { + "templateId": "AthenaBackpack:BID_370_RebirthMedic", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_012_S4Cumulative4": { + "templateId": "AthenaLoadingScreen:LSID_012_S4Cumulative4", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_081_Athena_Commando_F_Space": { + "templateId": "AthenaCharacter:CID_081_Athena_Commando_F_Space", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_Explosion": { + "templateId": "AthenaEmoji:Emoji_Explosion", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_601_Venus": { + "templateId": "AthenaBackpack:BID_601_Venus", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_258_JupiterMale_LB0TE": { + "templateId": "AthenaGlider:Glider_ID_258_JupiterMale_LB0TE", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_045_Athena_Commando_M_HolidaySweater": { + "templateId": "AthenaCharacter:CID_045_Athena_Commando_M_HolidaySweater", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_514_SnowmanFashion": { + "templateId": "AthenaPickaxe:Pickaxe_ID_514_SnowmanFashion", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_472_DesertOpsCamo": { + "templateId": "AthenaBackpack:BID_472_DesertOpsCamo", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_236_Multibot1H": { + "templateId": "AthenaPickaxe:Pickaxe_ID_236_Multibot1H", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_121_RedRiding": { + "templateId": "AthenaBackpack:BID_121_RedRiding", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_224_S14_HighTowerTapas": { + "templateId": "AthenaSpray:SPID_224_S14_HighTowerTapas", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_DealWithIt": { + "templateId": "AthenaEmoji:Emoji_DealWithIt", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_208_Athena_Commando_M_FootballDudeB": { + "templateId": "AthenaCharacter:CID_208_Athena_Commando_M_FootballDudeB", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_AirHornRaisin": { + "templateId": "AthenaDance:EID_AirHornRaisin", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_164_Scarecrow_Male": { + "templateId": "AthenaItemWrap:Wrap_164_Scarecrow_Male", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_828_Athena_Commando_F_Valet": { + "templateId": "AthenaCharacter:CID_828_Athena_Commando_F_Valet", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_013_PSBlue": { + "templateId": "AthenaGlider:Glider_ID_013_PSBlue", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_BoogieDown": { + "templateId": "AthenaDance:EID_BoogieDown", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_141_Krampus": { + "templateId": "AthenaPickaxe:Pickaxe_ID_141_Krampus", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_021_DoIt": { + "templateId": "AthenaSpray:SPID_021_DoIt", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_066_Athena_Commando_F_SkiGirl_GER": { + "templateId": "AthenaCharacter:CID_066_Athena_Commando_F_SkiGirl_GER", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_ElectroSwing": { + "templateId": "AthenaDance:EID_ElectroSwing", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_151_JMSparkle": { + "templateId": "AthenaLoadingScreen:LSID_151_JMSparkle", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_540_Python": { + "templateId": "AthenaBackpack:BID_540_Python", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_131_BlackWidowfemale": { + "templateId": "AthenaBackpack:BID_131_BlackWidowfemale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_100_Salty": { + "templateId": "AthenaSpray:SPID_100_Salty", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_HeartHands": { + "templateId": "AthenaEmoji:Emoji_HeartHands", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_S12_Ego": { + "templateId": "AthenaEmoji:Emoji_S12_Ego", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_170_Athena_Commando_F_Luchador": { + "templateId": "AthenaCharacter:CID_170_Athena_Commando_F_Luchador", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_GoodVibes": { + "templateId": "AthenaDance:EID_GoodVibes", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_316_Athena_Commando_F_WinterHoliday": { + "templateId": "AthenaCharacter:CID_316_Athena_Commando_F_WinterHoliday", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_683_CupidWinterFemale": { + "templateId": "AthenaBackpack:BID_683_CupidWinterFemale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_440_FloatillaCaptainMale1H": { + "templateId": "AthenaPickaxe:Pickaxe_ID_440_FloatillaCaptainMale1H", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_107_HalloweenTomato": { + "templateId": "AthenaPickaxe:Pickaxe_ID_107_HalloweenTomato", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_254_Syko": { + "templateId": "AthenaPickaxe:Pickaxe_ID_254_Syko", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_794_Athena_Commando_M_HenchmanBadShorts_D": { + "templateId": "AthenaCharacter:CID_794_Athena_Commando_M_HenchmanBadShorts_D", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_684_HolidayLightsMale": { + "templateId": "AthenaBackpack:BID_684_HolidayLightsMale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_273_Athena_Commando_F_HornedMask": { + "templateId": "AthenaCharacter:CID_273_Athena_Commando_F_HornedMask", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_911_Athena_Commando_F_York_B": { + "templateId": "AthenaCharacter:CID_911_Athena_Commando_F_York_B", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_153_KnightRemix": { + "templateId": "AthenaSpray:SPID_153_KnightRemix", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_032_FounderMale": { + "templateId": "AthenaBackpack:BID_032_FounderMale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_SkepticalFishstix": { + "templateId": "AthenaEmoji:Emoji_SkepticalFishstix", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_464_LongShortsMale": { + "templateId": "AthenaPickaxe:Pickaxe_ID_464_LongShortsMale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_183_BaseballBat2018": { + "templateId": "AthenaPickaxe:Pickaxe_ID_183_BaseballBat2018", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_538_StreetRacerCobraGold": { + "templateId": "AthenaBackpack:BID_538_StreetRacerCobraGold", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaMusicPack:MusicPack_039_Envy": { + "templateId": "AthenaMusicPack:MusicPack_039_Envy", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaToy:TOY_006_BeachBallElite": { + "templateId": "AthenaToy:TOY_006_BeachBallElite", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_009_NewYears": { + "templateId": "AthenaItemWrap:Wrap_009_NewYears", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_600_HightowerTapas": { + "templateId": "AthenaBackpack:BID_600_HightowerTapas", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_537_Athena_Commando_M_Jumpstart": { + "templateId": "AthenaCharacter:CID_537_Athena_Commando_M_Jumpstart", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_014_Raven": { + "templateId": "AthenaSpray:SPID_014_Raven", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_145_IceMaiden": { + "templateId": "AthenaPickaxe:Pickaxe_ID_145_IceMaiden", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_BadMood": { + "templateId": "AthenaDance:EID_BadMood", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_143_RainbowStrike": { + "templateId": "AthenaItemWrap:Wrap_143_RainbowStrike", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_135_SnowNinja": { + "templateId": "AthenaPickaxe:Pickaxe_ID_135_SnowNinja", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_392_Freak": { + "templateId": "AthenaBackpack:BID_392_Freak", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_038_PilotSkull": { + "templateId": "AthenaItemWrap:Wrap_038_PilotSkull", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_380_Athena_Commando_F_DarkViking_Fire": { + "templateId": "AthenaCharacter:CID_380_Athena_Commando_F_DarkViking_Fire", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_104_Bubblegum": { + "templateId": "AthenaItemWrap:Wrap_104_Bubblegum", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_181_RockClimber": { + "templateId": "AthenaGlider:Glider_ID_181_RockClimber", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_102_RedRiding": { + "templateId": "AthenaPickaxe:Pickaxe_ID_102_RedRiding", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_011_S4Cumulative3": { + "templateId": "AthenaLoadingScreen:LSID_011_S4Cumulative3", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_Plunger": { + "templateId": "AthenaEmoji:Emoji_Plunger", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_042_BandageNinja": { + "templateId": "AthenaItemWrap:Wrap_042_BandageNinja", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_366_SpyMale1H": { + "templateId": "AthenaPickaxe:Pickaxe_ID_366_SpyMale1H", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_254_CosmosMale": { + "templateId": "AthenaGlider:Glider_ID_254_CosmosMale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_337_MascotMilitiaTomato": { + "templateId": "AthenaBackpack:BID_337_MascotMilitiaTomato", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_013_S4Cumulative5": { + "templateId": "AthenaLoadingScreen:LSID_013_S4Cumulative5", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_894_Athena_Commando_M_Palespooky": { + "templateId": "AthenaCharacter:CID_894_Athena_Commando_M_Palespooky", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_S14_Elastic_Fire": { + "templateId": "AthenaEmoji:Emoji_S14_Elastic_Fire", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_618_Athena_Commando_M_ForestDweller": { + "templateId": "AthenaCharacter:CID_618_Athena_Commando_M_ForestDweller", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_693_Athena_Commando_M_BuffCat": { + "templateId": "AthenaCharacter:CID_693_Athena_Commando_M_BuffCat", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_Chicken": { + "templateId": "AthenaDance:EID_Chicken", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_459_CODSquad_Hoodie": { + "templateId": "AthenaBackpack:BID_459_CODSquad_Hoodie", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Umbrella_Gold": { + "templateId": "AthenaGlider:Umbrella_Gold", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_CrabDance": { + "templateId": "AthenaDance:EID_CrabDance", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_197_BarbarianFemale": { + "templateId": "AthenaBackpack:BID_197_BarbarianFemale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_323_PinkTrooperMale1H": { + "templateId": "AthenaPickaxe:Pickaxe_ID_323_PinkTrooperMale1H", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_682_CherryFemale_RXEIW": { + "templateId": "AthenaBackpack:BID_682_CherryFemale_RXEIW", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBattleBus:BBID_DonutBus": { + "templateId": "AthenaBattleBus:BBID_DonutBus", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_032_Athena_Commando_M_Medieval": { + "templateId": "AthenaCharacter:CID_032_Athena_Commando_M_Medieval", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_527_Stars": { + "templateId": "AthenaPickaxe:Pickaxe_ID_527_Stars", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_306_PunkDevil": { + "templateId": "AthenaPickaxe:Pickaxe_ID_306_PunkDevil", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_430_DirtyDocksFemale": { + "templateId": "AthenaPickaxe:Pickaxe_ID_430_DirtyDocksFemale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_256_Corrupted": { + "templateId": "AthenaLoadingScreen:LSID_256_Corrupted", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_680_Athena_Commando_M_StreetRat": { + "templateId": "AthenaCharacter:CID_680_Athena_Commando_M_StreetRat", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_MartialArts": { + "templateId": "AthenaDance:EID_MartialArts", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_040_Pizza": { + "templateId": "AthenaPickaxe:Pickaxe_ID_040_Pizza", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_722_Athena_Commando_M_TeriyakiFishAssassin": { + "templateId": "AthenaCharacter:CID_722_Athena_Commando_M_TeriyakiFishAssassin", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_734_Athena_Commando_F_BannerRed": { + "templateId": "AthenaCharacter:CID_734_Athena_Commando_F_BannerRed", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_230_Donut": { + "templateId": "AthenaLoadingScreen:LSID_230_Donut", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_528_StreetFashionHolidayFemale": { + "templateId": "AthenaPickaxe:Pickaxe_ID_528_StreetFashionHolidayFemale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_179_DemonMale": { + "templateId": "AthenaBackpack:BID_179_DemonMale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_038_Carrot": { + "templateId": "AthenaPickaxe:Pickaxe_ID_038_Carrot", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_796_Athena_Commando_F_Tank": { + "templateId": "AthenaCharacter:CID_796_Athena_Commando_F_Tank", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_149_FishermanAlterEgo": { + "templateId": "AthenaItemWrap:Wrap_149_FishermanAlterEgo", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_033_TropicalGirl": { + "templateId": "AthenaItemWrap:Wrap_033_TropicalGirl", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_876_Athena_Commando_M_RebirthDefaultH": { + "templateId": "AthenaCharacter:CID_876_Athena_Commando_M_RebirthDefaultH", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_062_Gumshoe": { + "templateId": "AthenaBackpack:BID_062_Gumshoe", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_453_HightowerDate": { + "templateId": "AthenaPickaxe:Pickaxe_ID_453_HightowerDate", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_517_Splinter": { + "templateId": "AthenaBackpack:BID_517_Splinter", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_978_Athena_Commando_M_FancyCandy": { + "templateId": "AthenaCharacter:CID_978_Athena_Commando_M_FancyCandy", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_045_Angel": { + "templateId": "AthenaItemWrap:Wrap_045_Angel", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_072_Mothhead": { + "templateId": "AthenaSpray:SPID_072_Mothhead", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_046_Athena_Commando_F_HolidaySweater": { + "templateId": "AthenaCharacter:CID_046_Athena_Commando_F_HolidaySweater", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_574_Athena_Commando_F_CubeRockerPunk": { + "templateId": "AthenaCharacter:CID_574_Athena_Commando_F_CubeRockerPunk", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_NPC_Athena_Commando_F_HenchmanSpyDark": { + "templateId": "AthenaCharacter:CID_NPC_Athena_Commando_F_HenchmanSpyDark", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_087_ShareTheLove_C": { + "templateId": "AthenaSpray:SPID_087_ShareTheLove_C", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_788_Athena_Commando_M_Mastermind_Ghost": { + "templateId": "AthenaCharacter:CID_788_Athena_Commando_M_Mastermind_Ghost", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_169_S10Cumulative05": { + "templateId": "AthenaLoadingScreen:LSID_169_S10Cumulative05", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_Hilda": { + "templateId": "AthenaDance:EID_Hilda", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_028_Durrr": { + "templateId": "AthenaSpray:SPID_028_Durrr", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_936_Athena_Commando_F_RaiderSilver": { + "templateId": "AthenaCharacter:CID_936_Athena_Commando_F_RaiderSilver", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_Sucker": { + "templateId": "AthenaEmoji:Emoji_Sucker", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_838_Athena_Commando_M_JunkSamurai": { + "templateId": "AthenaCharacter:CID_838_Athena_Commando_M_JunkSamurai", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_Salty": { + "templateId": "AthenaEmoji:Emoji_Salty", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_303_Athena_Commando_F_SnowFairy": { + "templateId": "AthenaCharacter:CID_303_Athena_Commando_F_SnowFairy", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_335_Athena_Commando_F_Scrapyard": { + "templateId": "AthenaCharacter:CID_335_Athena_Commando_F_Scrapyard", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_157_MothMale": { + "templateId": "AthenaBackpack:BID_157_MothMale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_160_IceCream": { + "templateId": "AthenaPickaxe:Pickaxe_ID_160_IceCream", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_002_RoyaleKnight": { + "templateId": "AthenaBackpack:BID_002_RoyaleKnight", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_161_S11_StandardLogo": { + "templateId": "AthenaSpray:SPID_161_S11_StandardLogo", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaMusicPack:MusicPack_045_Carnaval": { + "templateId": "AthenaMusicPack:MusicPack_045_Carnaval", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBattleBus:BBID_WinterBus": { + "templateId": "AthenaBattleBus:BBID_WinterBus", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_006_Minigun": { + "templateId": "AthenaLoadingScreen:LSID_006_Minigun", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_LlamaMarch": { + "templateId": "AthenaDance:EID_LlamaMarch", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_504_VertigoMale": { + "templateId": "AthenaPickaxe:Pickaxe_ID_504_VertigoMale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_375_BulletBlueFemale": { + "templateId": "AthenaBackpack:BID_375_BulletBlueFemale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_DivinePose": { + "templateId": "AthenaDance:EID_DivinePose", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_791_Athena_Commando_M_HenchmanGoodShorts_D": { + "templateId": "AthenaCharacter:CID_791_Athena_Commando_M_HenchmanGoodShorts_D", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_InLove": { + "templateId": "AthenaEmoji:Emoji_InLove", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_166_SpookyFace": { + "templateId": "AthenaItemWrap:Wrap_166_SpookyFace", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_182_NeonAnimal": { + "templateId": "AthenaItemWrap:Wrap_182_NeonAnimal", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_063_StrawberryPilot": { + "templateId": "AthenaItemWrap:Wrap_063_StrawberryPilot", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_DontBeSquare": { + "templateId": "AthenaDance:EID_DontBeSquare", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_Pizzatime": { + "templateId": "AthenaDance:EID_Pizzatime", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_372_Viper": { + "templateId": "AthenaBackpack:BID_372_Viper", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_971_Athena_Commando_M_Jupiter_S0Z6M": { + "templateId": "AthenaCharacter:CID_971_Athena_Commando_M_Jupiter_S0Z6M", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_SwipeIt": { + "templateId": "AthenaDance:EID_SwipeIt", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_316_BigChuggus": { + "templateId": "AthenaPickaxe:Pickaxe_ID_316_BigChuggus", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_Birthday2019": { + "templateId": "AthenaEmoji:Emoji_Birthday2019", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_Birthday2018": { + "templateId": "AthenaEmoji:Emoji_Birthday2018", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_514_NeonCatSpy": { + "templateId": "AthenaBackpack:BID_514_NeonCatSpy", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_SuperheroBackflip": { + "templateId": "AthenaDance:EID_SuperheroBackflip", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_S14_HighTowerGrape": { + "templateId": "AthenaEmoji:Emoji_S14_HighTowerGrape", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_780_Athena_Commando_M_HenchmanBadShorts": { + "templateId": "AthenaCharacter:CID_780_Athena_Commando_M_HenchmanBadShorts", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_260_AncientGladiator": { + "templateId": "AthenaLoadingScreen:LSID_260_AncientGladiator", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_634_York_Female": { + "templateId": "AthenaBackpack:BID_634_York_Female", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_605_Athena_Commando_M_TourBus": { + "templateId": "AthenaCharacter:CID_605_Athena_Commando_M_TourBus", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_Boneless": { + "templateId": "AthenaDance:EID_Boneless", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_440_Athena_Commando_F_BullseyeGreenPlastic": { + "templateId": "AthenaCharacter:CID_440_Athena_Commando_F_BullseyeGreenPlastic", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_850_Athena_Commando_F_SkullBriteCube": { + "templateId": "AthenaCharacter:CID_850_Athena_Commando_F_SkullBriteCube", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_649_ShockWave": { + "templateId": "AthenaBackpack:BID_649_ShockWave", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_NPC_Athena_Commando_M_HenchmanGood": { + "templateId": "AthenaCharacter:CID_NPC_Athena_Commando_M_HenchmanGood", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_686_TiramisuMale_1YMN4": { + "templateId": "AthenaBackpack:BID_686_TiramisuMale_1YMN4", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_884_Athena_Commando_F_ChOneRamirez": { + "templateId": "AthenaCharacter:CID_884_Athena_Commando_F_ChOneRamirez", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_388_DonutDish1H": { + "templateId": "AthenaPickaxe:Pickaxe_ID_388_DonutDish1H", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_STW007_Basic": { + "templateId": "AthenaPickaxe:Pickaxe_ID_STW007_Basic", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_S12_Midas": { + "templateId": "AthenaEmoji:Emoji_S12_Midas", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_084_Festivus": { + "templateId": "AthenaSpray:SPID_084_Festivus", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_176_Athena_Commando_M_Lifeguard": { + "templateId": "AthenaCharacter:CID_176_Athena_Commando_M_Lifeguard", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaMusicPack:MusicPack_015_GoodVibes": { + "templateId": "AthenaMusicPack:MusicPack_015_GoodVibes", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaMusicPack:MusicPack_055_Switchstep": { + "templateId": "AthenaMusicPack:MusicPack_055_Switchstep", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_038_HighExplosives": { + "templateId": "AthenaLoadingScreen:LSID_038_HighExplosives", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_378_SpyTechMale1H": { + "templateId": "AthenaPickaxe:Pickaxe_ID_378_SpyTechMale1H", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_059_Vampire": { + "templateId": "AthenaLoadingScreen:LSID_059_Vampire", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_107_Plague": { + "templateId": "AthenaPickaxe:Pickaxe_ID_107_Plague", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_Whirlwind": { + "templateId": "AthenaDance:EID_Whirlwind", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_HappyBirthday": { + "templateId": "AthenaDance:EID_HappyBirthday", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_197_CarnavalB": { + "templateId": "AthenaSpray:SPID_197_CarnavalB", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_494_StreetFashionEmerald": { + "templateId": "AthenaBackpack:BID_494_StreetFashionEmerald", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_LetsPlay": { + "templateId": "AthenaDance:EID_LetsPlay", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_503_RaiderSilverFemale": { + "templateId": "AthenaPickaxe:Pickaxe_ID_503_RaiderSilverFemale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_Robot": { + "templateId": "AthenaDance:EID_Robot", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_SexyFlip": { + "templateId": "AthenaDance:EID_SexyFlip", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_220_ProfessorPup": { + "templateId": "AthenaGlider:Glider_ID_220_ProfessorPup", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_797_Athena_Commando_F_Taco": { + "templateId": "AthenaCharacter:CID_797_Athena_Commando_F_Taco", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_014_Athena_Commando_F": { + "templateId": "AthenaCharacter:CID_014_Athena_Commando_F", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_GothDance": { + "templateId": "AthenaDance:EID_GothDance", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_146_Masako": { + "templateId": "AthenaGlider:Glider_ID_146_Masako", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSkyDiveContrail:Trails_ID_027_Sands": { + "templateId": "AthenaSkyDiveContrail:Trails_ID_027_Sands", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_BillyBounce": { + "templateId": "AthenaDance:EID_BillyBounce", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_176_BlackMondayCape_GrapplerAsset": { + "templateId": "AthenaGlider:Glider_ID_176_BlackMondayCape_GrapplerAsset", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:DefaultGlider": { + "templateId": "AthenaGlider:DefaultGlider", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_034_Waypoint": { + "templateId": "AthenaItemWrap:Wrap_034_Waypoint", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_496_Athena_Commando_M_SurvivalSpecialist": { + "templateId": "AthenaCharacter:CID_496_Athena_Commando_M_SurvivalSpecialist", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_486_Athena_Commando_F_StreetRacerDrift": { + "templateId": "AthenaCharacter:CID_486_Athena_Commando_F_StreetRacerDrift", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_Cyclone": { + "templateId": "AthenaDance:EID_Cyclone", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_083_Winter": { + "templateId": "AthenaSpray:SPID_083_Winter", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_645_NauticalPajamas": { + "templateId": "AthenaBackpack:BID_645_NauticalPajamas", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_415_Athena_Commando_F_AssassinSuit": { + "templateId": "AthenaCharacter:CID_415_Athena_Commando_F_AssassinSuit", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_088_SushiChefMale": { + "templateId": "AthenaBackpack:BID_088_SushiChefMale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_308_SpookyNeonMale": { + "templateId": "AthenaPickaxe:Pickaxe_ID_308_SpookyNeonMale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_010_S4Cumulative2": { + "templateId": "AthenaLoadingScreen:LSID_010_S4Cumulative2", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_WindmillFloss": { + "templateId": "AthenaDance:EID_WindmillFloss", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_597_Athena_Commando_M_Freak": { + "templateId": "AthenaCharacter:CID_597_Athena_Commando_M_Freak", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_454_HightowerGrapeMale1H": { + "templateId": "AthenaPickaxe:Pickaxe_ID_454_HightowerGrapeMale1H", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_Popcorn": { + "templateId": "AthenaEmoji:Emoji_Popcorn", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_832_Athena_Commando_F_AntiLlama": { + "templateId": "AthenaCharacter:CID_832_Athena_Commando_F_AntiLlama", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_820_Athena_Commando_F_NeonTightSuit_C": { + "templateId": "AthenaCharacter:CID_820_Athena_Commando_F_NeonTightSuit_C", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_075_LineSwirl": { + "templateId": "AthenaItemWrap:Wrap_075_LineSwirl", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_165_KnightRemix": { + "templateId": "AthenaGlider:Glider_ID_165_KnightRemix", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_041_PilotBee": { + "templateId": "AthenaItemWrap:Wrap_041_PilotBee", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_TaiChi": { + "templateId": "AthenaDance:EID_TaiChi", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_629_Athena_Commando_M_SnowGlobe": { + "templateId": "AthenaCharacter:CID_629_Athena_Commando_M_SnowGlobe", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_122_Athena_Commando_M_Metal": { + "templateId": "AthenaCharacter:CID_122_Athena_Commando_M_Metal", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_189_SkullDude": { + "templateId": "AthenaSpray:SPID_189_SkullDude", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_475_AgentAce": { + "templateId": "AthenaBackpack:BID_475_AgentAce", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_TwistEternity_Sync_Follower": { + "templateId": "AthenaDance:EID_TwistEternity_Sync_Follower", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_Ghost": { + "templateId": "AthenaEmoji:Emoji_Ghost", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_939_Athena_Commando_M_Football20_C_9OP0F": { + "templateId": "AthenaCharacter:CID_939_Athena_Commando_M_Football20_C_9OP0F", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_878_Athena_Commando_F_RebirthDefault_E": { + "templateId": "AthenaCharacter:CID_878_Athena_Commando_F_RebirthDefault_E", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_HiFive_Sync": { + "templateId": "AthenaDance:EID_HiFive_Sync", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_674_Athena_Commando_F_HoodieBandit": { + "templateId": "AthenaCharacter:CID_674_Athena_Commando_F_HoodieBandit", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_619_Athena_Commando_F_TechLlama": { + "templateId": "AthenaCharacter:CID_619_Athena_Commando_F_TechLlama", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPetCarrier:PetCarrier_003_Dragon": { + "templateId": "AthenaPetCarrier:PetCarrier_003_Dragon", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_259_Dummeez": { + "templateId": "AthenaItemWrap:Wrap_259_Dummeez", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_485_FrankieFemale1H": { + "templateId": "AthenaPickaxe:Pickaxe_ID_485_FrankieFemale1H", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_299_BriteBomberSummer": { + "templateId": "AthenaBackpack:BID_299_BriteBomberSummer", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_599_HightowerDate": { + "templateId": "AthenaBackpack:BID_599_HightowerDate", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_511_BadEgg": { + "templateId": "AthenaBackpack:BID_511_BadEgg", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_661_SpaceFighter": { + "templateId": "AthenaBackpack:BID_661_SpaceFighter", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_184_Athena_Commando_M_DurrburgerWorker": { + "templateId": "AthenaCharacter:CID_184_Athena_Commando_M_DurrburgerWorker", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_S14_HighTowerMango": { + "templateId": "AthenaEmoji:Emoji_S14_HighTowerMango", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_874_Athena_Commando_M_RebirthDefaultF": { + "templateId": "AthenaCharacter:CID_874_Athena_Commando_M_RebirthDefaultF", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_Flapper": { + "templateId": "AthenaDance:EID_Flapper", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_020_Athena_Commando_M": { + "templateId": "AthenaCharacter:CID_020_Athena_Commando_M", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_227_SharkSuit": { + "templateId": "AthenaGlider:Glider_ID_227_SharkSuit", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_318_BulletBlueMale": { + "templateId": "AthenaPickaxe:Pickaxe_ID_318_BulletBlueMale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_668_StarsFemale": { + "templateId": "AthenaBackpack:BID_668_StarsFemale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_750_Athena_Commando_M_Hurricane": { + "templateId": "AthenaCharacter:CID_750_Athena_Commando_M_Hurricane", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_598_HightowerGrape": { + "templateId": "AthenaBackpack:BID_598_HightowerGrape", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_093_HippieMale": { + "templateId": "AthenaBackpack:BID_093_HippieMale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_136_S9Cumulative06": { + "templateId": "AthenaLoadingScreen:LSID_136_S9Cumulative06", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_NPC_Athena_PaddedArmor": { + "templateId": "AthenaCharacter:CID_NPC_Athena_PaddedArmor", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_210_Thermal": { + "templateId": "AthenaItemWrap:Wrap_210_Thermal", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_179_Athena_Commando_F_Scuba": { + "templateId": "AthenaCharacter:CID_179_Athena_Commando_F_Scuba", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_100_Yeti": { + "templateId": "AthenaGlider:Glider_ID_100_Yeti", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_557_SharkSuitFemale": { + "templateId": "AthenaBackpack:BID_557_SharkSuitFemale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_496_TeriyakiFishAssassin": { + "templateId": "AthenaBackpack:BID_496_TeriyakiFishAssassin", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_CycloneHeadBang": { + "templateId": "AthenaDance:EID_CycloneHeadBang", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_469_MythFemale": { + "templateId": "AthenaPickaxe:Pickaxe_ID_469_MythFemale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_678_CardboardCrewHolidayMale": { + "templateId": "AthenaBackpack:BID_678_CardboardCrewHolidayMale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_885_Athena_Commando_M_ChOneHawk": { + "templateId": "AthenaCharacter:CID_885_Athena_Commando_M_ChOneHawk", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_135_Baseball": { + "templateId": "AthenaGlider:Glider_ID_135_Baseball", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_281_BulletBlueFemale": { + "templateId": "AthenaPickaxe:Pickaxe_ID_281_BulletBlueFemale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_011_Looted": { + "templateId": "AthenaSpray:SPID_011_Looted", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_400_AquaJacketMale": { + "templateId": "AthenaPickaxe:Pickaxe_ID_400_AquaJacketMale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_Teamwork": { + "templateId": "AthenaEmoji:Emoji_Teamwork", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_565_Athena_Commando_F_RockClimber": { + "templateId": "AthenaCharacter:CID_565_Athena_Commando_F_RockClimber", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_042_CircuitBreaker": { + "templateId": "AthenaPickaxe:Pickaxe_ID_042_CircuitBreaker", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_SoccerJuggling": { + "templateId": "AthenaDance:EID_SoccerJuggling", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_499_Athena_Commando_F_AstronautEvil": { + "templateId": "AthenaCharacter:CID_499_Athena_Commando_F_AstronautEvil", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_416_Athena_Commando_M_AssassinSuit": { + "templateId": "AthenaCharacter:CID_416_Athena_Commando_M_AssassinSuit", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_249_Athena_Commando_F_BlackWidow": { + "templateId": "AthenaCharacter:CID_249_Athena_Commando_F_BlackWidow", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_185_PolarBear": { + "templateId": "AthenaSpray:SPID_185_PolarBear", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_630_Famine": { + "templateId": "AthenaBackpack:BID_630_Famine", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_812_Athena_Commando_F_RedRidingSummer": { + "templateId": "AthenaCharacter:CID_812_Athena_Commando_F_RedRidingSummer", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_949_Athena_Commando_M_Football20Referee_C_SMMEY": { + "templateId": "AthenaCharacter:CID_949_Athena_Commando_M_Football20Referee_C_SMMEY", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_465_VirtualShadow": { + "templateId": "AthenaBackpack:BID_465_VirtualShadow", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_481_SpookyNeonFemale1H": { + "templateId": "AthenaPickaxe:Pickaxe_ID_481_SpookyNeonFemale1H", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_243_Gator": { + "templateId": "AthenaItemWrap:Wrap_243_Gator", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_110_MedicFemale": { + "templateId": "AthenaBackpack:BID_110_MedicFemale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_081_Bananas": { + "templateId": "AthenaSpray:SPID_081_Bananas", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_505_AncientGladiatorMale1H": { + "templateId": "AthenaPickaxe:Pickaxe_ID_505_AncientGladiatorMale1H", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPetCarrier:PetCarrier_004_Hamster": { + "templateId": "AthenaPetCarrier:PetCarrier_004_Hamster", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_FistBump": { + "templateId": "AthenaEmoji:Emoji_FistBump", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_692_Athena_Commando_M_HenchmanTough": { + "templateId": "AthenaCharacter:CID_692_Athena_Commando_M_HenchmanTough", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSkyDiveContrail:Trails_ID_036_FiberOptics": { + "templateId": "AthenaSkyDiveContrail:Trails_ID_036_FiberOptics", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_CheerPapayaComms": { + "templateId": "AthenaDance:EID_CheerPapayaComms", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_371_PineappleBandit1H": { + "templateId": "AthenaPickaxe:Pickaxe_ID_371_PineappleBandit1H", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_S14_HighTowerDate": { + "templateId": "AthenaEmoji:Emoji_S14_HighTowerDate", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_075_MeltingSnowman": { + "templateId": "AthenaSpray:SPID_075_MeltingSnowman", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_743_Athena_Commando_M_Handyman": { + "templateId": "AthenaCharacter:CID_743_Athena_Commando_M_Handyman", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_293_GlowBroFemale": { + "templateId": "AthenaBackpack:BID_293_GlowBroFemale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_606_BlackwidowFemale_Corrupt": { + "templateId": "AthenaBackpack:BID_606_BlackwidowFemale_Corrupt", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_696_Athena_Commando_F_DarkHeart": { + "templateId": "AthenaCharacter:CID_696_Athena_Commando_F_DarkHeart", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_817_Athena_Commando_M_DirtyDocks": { + "templateId": "AthenaCharacter:CID_817_Athena_Commando_M_DirtyDocks", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_054_Scuba": { + "templateId": "AthenaLoadingScreen:LSID_054_Scuba", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_387_PunkDevil": { + "templateId": "AthenaBackpack:BID_387_PunkDevil", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_099_CyberKarate": { + "templateId": "AthenaItemWrap:Wrap_099_CyberKarate", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_RedKnight": { + "templateId": "AthenaEmoji:Emoji_RedKnight", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_258_RockerPunkCube1H": { + "templateId": "AthenaPickaxe:Pickaxe_ID_258_RockerPunkCube1H", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_185_S11Cumulative06": { + "templateId": "AthenaLoadingScreen:LSID_185_S11Cumulative06", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_146_AnimalJacketsFemale": { + "templateId": "AthenaBackpack:BID_146_AnimalJacketsFemale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_413_ForestQueen": { + "templateId": "AthenaBackpack:BID_413_ForestQueen", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_017_DragonNinja": { + "templateId": "AthenaItemWrap:Wrap_017_DragonNinja", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_430_Athena_Commando_M_StormSoldier": { + "templateId": "AthenaCharacter:CID_430_Athena_Commando_M_StormSoldier", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_351_Athena_Commando_F_FireElf": { + "templateId": "AthenaCharacter:CID_351_Athena_Commando_F_FireElf", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_074_SharpDresser": { + "templateId": "AthenaPickaxe:Pickaxe_ID_074_SharpDresser", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_159_RobotTrouble": { + "templateId": "AthenaPickaxe:Pickaxe_ID_159_RobotTrouble", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_259_LexaFemale": { + "templateId": "AthenaGlider:Glider_ID_259_LexaFemale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_052_Rhino": { + "templateId": "AthenaItemWrap:Wrap_052_Rhino", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_707_Athena_Commando_M_HenchmanGood": { + "templateId": "AthenaCharacter:CID_707_Athena_Commando_M_HenchmanGood", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_360_Athena_Commando_M_TechOpsBlue": { + "templateId": "AthenaCharacter:CID_360_Athena_Commando_M_TechOpsBlue", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_Stealthy": { + "templateId": "AthenaEmoji:Emoji_Stealthy", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_268_SnowGlobeMint": { + "templateId": "AthenaGlider:Glider_ID_268_SnowGlobeMint", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSkyDiveContrail:Trails_ID_037_Glyphs": { + "templateId": "AthenaSkyDiveContrail:Trails_ID_037_Glyphs", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_Rabid": { + "templateId": "AthenaEmoji:Emoji_Rabid", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_539_Athena_Commando_F_StreetGothCandy": { + "templateId": "AthenaCharacter:CID_539_Athena_Commando_F_StreetGothCandy", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_207_Athena_Commando_M_FootballDudeA": { + "templateId": "AthenaCharacter:CID_207_Athena_Commando_M_FootballDudeA", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_233_HightowerDefault": { + "templateId": "AthenaGlider:Glider_ID_233_HightowerDefault", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_023_Aztec": { + "templateId": "AthenaItemWrap:Wrap_023_Aztec", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_Exclamation": { + "templateId": "AthenaEmoji:Emoji_Exclamation", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_CandyDance": { + "templateId": "AthenaDance:EID_CandyDance", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_ScreamingWukong": { + "templateId": "AthenaEmoji:Emoji_ScreamingWukong", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_319_CavalryBanditFemale1H": { + "templateId": "AthenaPickaxe:Pickaxe_ID_319_CavalryBanditFemale1H", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_393_Athena_Commando_M_Shiny": { + "templateId": "AthenaCharacter:CID_393_Athena_Commando_M_Shiny", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_120_SamuraiUltraArmor": { + "templateId": "AthenaPickaxe:Pickaxe_ID_120_SamuraiUltraArmor", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_269_RaptorFemale": { + "templateId": "AthenaBackpack:BID_269_RaptorFemale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_335_TacticalBearMale1H": { + "templateId": "AthenaPickaxe:Pickaxe_ID_335_TacticalBearMale1H", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_Sprinkler": { + "templateId": "AthenaDance:EID_Sprinkler", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_477_DeliSandwichMale1H": { + "templateId": "AthenaPickaxe:Pickaxe_ID_477_DeliSandwichMale1H", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_111_Athena_Commando_F_Robo": { + "templateId": "AthenaCharacter:CID_111_Athena_Commando_F_Robo", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_031_Squeak": { + "templateId": "AthenaPickaxe:Pickaxe_ID_031_Squeak", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_515_Athena_Commando_M_BarbequeLarry": { + "templateId": "AthenaCharacter:CID_515_Athena_Commando_M_BarbequeLarry", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_912_Athena_Commando_F_York_C": { + "templateId": "AthenaCharacter:CID_912_Athena_Commando_F_York_C", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_651_Athena_Commando_F_HolidayPJ_C": { + "templateId": "AthenaCharacter:CID_651_Athena_Commando_F_HolidayPJ_C", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_891_Athena_Commando_M_LunchBox": { + "templateId": "AthenaCharacter:CID_891_Athena_Commando_M_LunchBox", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_823_Athena_Commando_F_Islander": { + "templateId": "AthenaCharacter:CID_823_Athena_Commando_F_Islander", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_143_FlintlockWinter": { + "templateId": "AthenaPickaxe:Pickaxe_ID_143_FlintlockWinter", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_204_Athena_Commando_M_GarageBand": { + "templateId": "AthenaCharacter:CID_204_Athena_Commando_M_GarageBand", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_073_DustyDepot": { + "templateId": "AthenaLoadingScreen:LSID_073_DustyDepot", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_504_Handyman": { + "templateId": "AthenaBackpack:BID_504_Handyman", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_019_Tiger": { + "templateId": "AthenaItemWrap:Wrap_019_Tiger", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_375_AgentXFemale1H": { + "templateId": "AthenaPickaxe:Pickaxe_ID_375_AgentXFemale1H", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_139_EarthDay": { + "templateId": "AthenaGlider:Glider_ID_139_EarthDay", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_Random": { + "templateId": "AthenaCharacter:CID_Random", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_103_Mermaid": { + "templateId": "AthenaSpray:SPID_103_Mermaid", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_435_Constellation": { + "templateId": "AthenaBackpack:BID_435_Constellation", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_131_Athena_Commando_M_Warpaint": { + "templateId": "AthenaCharacter:CID_131_Athena_Commando_M_Warpaint", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_Random": { + "templateId": "AthenaPickaxe:Pickaxe_Random", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_123_StreetPink": { + "templateId": "AthenaItemWrap:Wrap_123_StreetPink", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_148_CyberScavenger": { + "templateId": "AthenaGlider:Glider_ID_148_CyberScavenger", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_084_Athena_Commando_M_Assassin": { + "templateId": "AthenaCharacter:CID_084_Athena_Commando_M_Assassin", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_408_MastermindShadow": { + "templateId": "AthenaPickaxe:Pickaxe_ID_408_MastermindShadow", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_443_WingedFury": { + "templateId": "AthenaBackpack:BID_443_WingedFury", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_273_AssassinSuitCoin": { + "templateId": "AthenaBackpack:BID_273_AssassinSuitCoin", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_255_MoonlightAssassin": { + "templateId": "AthenaBackpack:BID_255_MoonlightAssassin", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_217_UrbanScavenger1H": { + "templateId": "AthenaPickaxe:Pickaxe_ID_217_UrbanScavenger1H", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_831_Athena_Commando_F_PIzzaPitMascot": { + "templateId": "AthenaCharacter:CID_831_Athena_Commando_F_PIzzaPitMascot", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_414_RacerZero": { + "templateId": "AthenaPickaxe:Pickaxe_ID_414_RacerZero", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_232_BadEgg": { + "templateId": "AthenaItemWrap:Wrap_232_BadEgg", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_681_DriftWinterFox": { + "templateId": "AthenaBackpack:BID_681_DriftWinterFox", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_080_StreetRacerCobraMale": { + "templateId": "AthenaBackpack:BID_080_StreetRacerCobraMale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_S11_Kiss": { + "templateId": "AthenaEmoji:Emoji_S11_Kiss", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_030_CircuitBreaker": { + "templateId": "AthenaGlider:Glider_ID_030_CircuitBreaker", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPetCarrier:PetCarrier_010_RoboKitty": { + "templateId": "AthenaPetCarrier:PetCarrier_010_RoboKitty", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_126_CircleFade": { + "templateId": "AthenaItemWrap:Wrap_126_CircleFade", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_786_Athena_Commando_F_CavalryBandit_Ghost": { + "templateId": "AthenaCharacter:CID_786_Athena_Commando_F_CavalryBandit_Ghost", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_645_Athena_Commando_F_Wolly": { + "templateId": "AthenaCharacter:CID_645_Athena_Commando_F_Wolly", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_S14_RebootAFriend": { + "templateId": "AthenaEmoji:Emoji_S14_RebootAFriend", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_072_WinterLauncher": { + "templateId": "AthenaLoadingScreen:LSID_072_WinterLauncher", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaMusicPack:MusicPack_064_FortniteFright": { + "templateId": "AthenaMusicPack:MusicPack_064_FortniteFright", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_148_RobotRed": { + "templateId": "AthenaBackpack:BID_148_RobotRed", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_164_SMCrackshot": { + "templateId": "AthenaLoadingScreen:LSID_164_SMCrackshot", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_525_Athena_Commando_F_LemonLime": { + "templateId": "AthenaCharacter:CID_525_Athena_Commando_F_LemonLime", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_115_PlasticArmyRed": { + "templateId": "AthenaItemWrap:Wrap_115_PlasticArmyRed", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_049_CactusMaze": { + "templateId": "AthenaSpray:SPID_049_CactusMaze", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_002_XMark": { + "templateId": "AthenaSpray:SPID_002_XMark", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_PresentOpening": { + "templateId": "AthenaDance:EID_PresentOpening", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_Bush": { + "templateId": "AthenaEmoji:Emoji_Bush", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_133_Athena_Commando_F_Deco": { + "templateId": "AthenaCharacter:CID_133_Athena_Commando_F_Deco", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaMusicPack:MusicPack_030_BlackMonday_X91ZH": { + "templateId": "AthenaMusicPack:MusicPack_030_BlackMonday_X91ZH", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_421_Athena_Commando_M_MaskedWarrior": { + "templateId": "AthenaCharacter:CID_421_Athena_Commando_M_MaskedWarrior", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_079_Plane": { + "templateId": "AthenaLoadingScreen:LSID_079_Plane", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_SkullBrite": { + "templateId": "AthenaEmoji:Emoji_SkullBrite", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_233_S15_Lexa": { + "templateId": "AthenaSpray:SPID_233_S15_Lexa", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_060_Rooster": { + "templateId": "AthenaItemWrap:Wrap_060_Rooster", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_012_DragonMask": { + "templateId": "AthenaItemWrap:Wrap_012_DragonMask", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_087_Athena_Commando_F_RedSilk": { + "templateId": "AthenaCharacter:CID_087_Athena_Commando_F_RedSilk", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_166_RavenWinterMale": { + "templateId": "AthenaBackpack:BID_166_RavenWinterMale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_350_TheGoldenSkeleton": { + "templateId": "AthenaPickaxe:Pickaxe_ID_350_TheGoldenSkeleton", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_CactusTPose": { + "templateId": "AthenaDance:EID_CactusTPose", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_239_Athena_Commando_M_FootballDudeD": { + "templateId": "AthenaCharacter:CID_239_Athena_Commando_M_FootballDudeD", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_898_Athena_Commando_M_FlowerSkeleton": { + "templateId": "AthenaCharacter:CID_898_Athena_Commando_M_FlowerSkeleton", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_145_AnimalJacketsMale": { + "templateId": "AthenaBackpack:BID_145_AnimalJacketsMale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_058_Athena_Commando_M_SkiDude_GER": { + "templateId": "AthenaCharacter:CID_058_Athena_Commando_M_SkiDude_GER", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_Phew": { + "templateId": "AthenaDance:EID_Phew", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_422_SnufflesLeader": { + "templateId": "AthenaBackpack:BID_422_SnufflesLeader", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_158_Athena_Commando_F_StarsAndStripes": { + "templateId": "AthenaCharacter:CID_158_Athena_Commando_F_StarsAndStripes", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_213_SkullBrite": { + "templateId": "AthenaItemWrap:Wrap_213_SkullBrite", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_623_Athena_Commando_M_Frogman": { + "templateId": "AthenaCharacter:CID_623_Athena_Commando_M_Frogman", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_382_Donut1H": { + "templateId": "AthenaPickaxe:Pickaxe_ID_382_Donut1H", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_166_Athena_Commando_F_Lifeguard": { + "templateId": "AthenaCharacter:CID_166_Athena_Commando_F_Lifeguard", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_WiggleRaisin": { + "templateId": "AthenaDance:EID_WiggleRaisin", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_ArmFlex": { + "templateId": "AthenaEmoji:Emoji_ArmFlex", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_140_ShatterFly": { + "templateId": "AthenaGlider:Glider_ID_140_ShatterFly", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_STW001_Tier_1": { + "templateId": "AthenaPickaxe:Pickaxe_ID_STW001_Tier_1", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_042_LlamaControllers": { + "templateId": "AthenaSpray:SPID_042_LlamaControllers", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_105_Athena_Commando_F_SpaceBlack": { + "templateId": "AthenaCharacter:CID_105_Athena_Commando_F_SpaceBlack", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_306_StarAndStripesMale": { + "templateId": "AthenaBackpack:BID_306_StarAndStripesMale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_251_SpaceBunny": { + "templateId": "AthenaBackpack:BID_251_SpaceBunny", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_178_BlackMonday_S815X": { + "templateId": "AthenaLoadingScreen:LSID_178_BlackMonday_S815X", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_302_Athena_Commando_F_Nutcracker": { + "templateId": "AthenaCharacter:CID_302_Athena_Commando_F_Nutcracker", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaToy:TOY_014_BouncyBall": { + "templateId": "AthenaToy:TOY_014_BouncyBall", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_067_S6Cumulative06": { + "templateId": "AthenaLoadingScreen:LSID_067_S6Cumulative06", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_640_Athena_Commando_M_TacticalBear": { + "templateId": "AthenaCharacter:CID_640_Athena_Commando_M_TacticalBear", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_361_HenchmanMale1H": { + "templateId": "AthenaPickaxe:Pickaxe_ID_361_HenchmanMale1H", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_STW002_StormKing": { + "templateId": "AthenaLoadingScreen:LSID_STW002_StormKing", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_Trap": { + "templateId": "AthenaEmoji:Emoji_Trap", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_440_MsAlpine": { + "templateId": "AthenaBackpack:BID_440_MsAlpine", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_500_SpyTech": { + "templateId": "AthenaBackpack:BID_500_SpyTech", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_292_Bones": { + "templateId": "AthenaItemWrap:Wrap_292_Bones", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_638_Athena_Commando_M_NeonAnimal": { + "templateId": "AthenaCharacter:CID_638_Athena_Commando_M_NeonAnimal", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_215_Pug": { + "templateId": "AthenaPickaxe:Pickaxe_ID_215_Pug", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_010_Athena_Commando_M": { + "templateId": "AthenaCharacter:CID_010_Athena_Commando_M", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_239_GlowCamo": { + "templateId": "AthenaItemWrap:Wrap_239_GlowCamo", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_161_SnowBoardFemale": { + "templateId": "AthenaBackpack:BID_161_SnowBoardFemale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_066_S6Cumulative05": { + "templateId": "AthenaLoadingScreen:LSID_066_S6Cumulative05", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_134_Snowman": { + "templateId": "AthenaPickaxe:Pickaxe_ID_134_Snowman", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_244_MechanicalEngineer": { + "templateId": "AthenaItemWrap:Wrap_244_MechanicalEngineer", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_330_Athena_Commando_F_IceQueen": { + "templateId": "AthenaCharacter:CID_330_Athena_Commando_F_IceQueen", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_177_EvilSuit": { + "templateId": "AthenaPickaxe:Pickaxe_ID_177_EvilSuit", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_144_Angel": { + "templateId": "AthenaPickaxe:Pickaxe_ID_144_Angel", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_295_Jellyfish": { + "templateId": "AthenaBackpack:BID_295_Jellyfish", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_095_Prisoner": { + "templateId": "AthenaLoadingScreen:LSID_095_Prisoner", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_031_Pixels": { + "templateId": "AthenaSpray:SPID_031_Pixels", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_Potion": { + "templateId": "AthenaEmoji:Emoji_Potion", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_003_Arrow": { + "templateId": "AthenaSpray:SPID_003_Arrow", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_077_CarbideWhite": { + "templateId": "AthenaPickaxe:Pickaxe_ID_077_CarbideWhite", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_254_NeonBands": { + "templateId": "AthenaItemWrap:Wrap_254_NeonBands", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_119_DragonTag": { + "templateId": "AthenaItemWrap:Wrap_119_DragonTag", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_243_Floatilla": { + "templateId": "AthenaLoadingScreen:LSID_243_Floatilla", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_275_Athena_Commando_M_SniperHood": { + "templateId": "AthenaCharacter:CID_275_Athena_Commando_M_SniperHood", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_223_S14_HighTowerSquash": { + "templateId": "AthenaSpray:SPID_223_S14_HighTowerSquash", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_MakeItRain": { + "templateId": "AthenaDance:EID_MakeItRain", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_364_PhotographerFemale1H": { + "templateId": "AthenaPickaxe:Pickaxe_ID_364_PhotographerFemale1H", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_431_DirtyDocksMale1H": { + "templateId": "AthenaPickaxe:Pickaxe_ID_431_DirtyDocksMale1H", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_252_MascotMilitiaTomato": { + "templateId": "AthenaPickaxe:Pickaxe_ID_252_MascotMilitiaTomato", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_795_Athena_Commando_M_Dummeez": { + "templateId": "AthenaCharacter:CID_795_Athena_Commando_M_Dummeez", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_IceKing": { + "templateId": "AthenaDance:EID_IceKing", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_209_OceanRider": { + "templateId": "AthenaSpray:SPID_209_OceanRider", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_239_Sandcastle": { + "templateId": "AthenaLoadingScreen:LSID_239_Sandcastle", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_213_BlackKnightFemale": { + "templateId": "AthenaGlider:Glider_ID_213_BlackKnightFemale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSkyDiveContrail:Trails_ID_104_FlapjackWrangler": { + "templateId": "AthenaSkyDiveContrail:Trails_ID_104_FlapjackWrangler", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_S14_Elastic_Disguise": { + "templateId": "AthenaEmoji:Emoji_S14_Elastic_Disguise", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_S13_ProfessorPup": { + "templateId": "AthenaEmoji:Emoji_S13_ProfessorPup", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_105_Gingerbread": { + "templateId": "AthenaGlider:Glider_ID_105_Gingerbread", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_412_Athena_Commando_F_Raptor": { + "templateId": "AthenaCharacter:CID_412_Athena_Commando_F_Raptor", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_485_Athena_Commando_F_SparkleRemix": { + "templateId": "AthenaCharacter:CID_485_Athena_Commando_F_SparkleRemix", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_152_HornedMaskMale": { + "templateId": "AthenaBackpack:BID_152_HornedMaskMale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_138_Gnome": { + "templateId": "AthenaPickaxe:Pickaxe_ID_138_Gnome", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_141_Athena_Commando_M_DarkEagle": { + "templateId": "AthenaCharacter:CID_141_Athena_Commando_M_DarkEagle", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_627_DeliSandwich": { + "templateId": "AthenaBackpack:BID_627_DeliSandwich", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_963_Athena_Commando_F_Lexa": { + "templateId": "AthenaCharacter:CID_963_Athena_Commando_F_Lexa", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_389_GoatRobe": { + "templateId": "AthenaBackpack:BID_389_GoatRobe", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_493_BlueFlamesFemale": { + "templateId": "AthenaBackpack:BID_493_BlueFlamesFemale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_552_Athena_Commando_F_TaxiUpgrade": { + "templateId": "AthenaCharacter:CID_552_Athena_Commando_F_TaxiUpgrade", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_227_SignalInterference": { + "templateId": "AthenaItemWrap:Wrap_227_SignalInterference", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_139_Prismatic": { + "templateId": "AthenaItemWrap:Wrap_139_Prismatic", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_880_Athena_Commando_F_RebirthDefault_G": { + "templateId": "AthenaCharacter:CID_880_Athena_Commando_F_RebirthDefault_G", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_107_S8Cumulative01": { + "templateId": "AthenaLoadingScreen:LSID_107_S8Cumulative01", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_310_Athena_Commando_F_StreetGoth": { + "templateId": "AthenaCharacter:CID_310_Athena_Commando_F_StreetGoth", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSkyDiveContrail:Trails_ID_059_Sony2": { + "templateId": "AthenaSkyDiveContrail:Trails_ID_059_Sony2", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_592_Athena_Commando_M_SoccerZombieD": { + "templateId": "AthenaCharacter:CID_592_Athena_Commando_M_SoccerZombieD", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_234_BlackKnight": { + "templateId": "AthenaLoadingScreen:LSID_234_BlackKnight", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_HightowerDate_NPC": { + "templateId": "AthenaDance:EID_HightowerDate_NPC", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_497_ParcelPetalFemale": { + "templateId": "AthenaPickaxe:Pickaxe_ID_497_ParcelPetalFemale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaToy:TOY_004_BasketballElite": { + "templateId": "AthenaToy:TOY_004_BasketballElite", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_695_Athena_Commando_F_DesertOpsCamo": { + "templateId": "AthenaCharacter:CID_695_Athena_Commando_F_DesertOpsCamo", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_248_Pilots": { + "templateId": "AthenaBackpack:BID_248_Pilots", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_630_Athena_Commando_M_Kane": { + "templateId": "AthenaCharacter:CID_630_Athena_Commando_M_Kane", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_929_Athena_Commando_M_NauticalPajamas_C": { + "templateId": "AthenaCharacter:CID_929_Athena_Commando_M_NauticalPajamas_C", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_085_Beach": { + "templateId": "AthenaItemWrap:Wrap_085_Beach", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_103_Nautilus": { + "templateId": "AthenaGlider:Glider_ID_103_Nautilus", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:PreSeasonGlider": { + "templateId": "AthenaGlider:PreSeasonGlider", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_007_SmileGG": { + "templateId": "AthenaSpray:SPID_007_SmileGG", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_334_BannerMale": { + "templateId": "AthenaBackpack:BID_334_BannerMale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_617_StreetFashionGarnet": { + "templateId": "AthenaBackpack:BID_617_StreetFashionGarnet", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_311_Multibot": { + "templateId": "AthenaBackpack:BID_311_Multibot", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_200_SnowNinjaFemale": { + "templateId": "AthenaBackpack:BID_200_SnowNinjaFemale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSkyDiveContrail:Trails_ID_077_Billiards": { + "templateId": "AthenaSkyDiveContrail:Trails_ID_077_Billiards", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_446_Barefoot": { + "templateId": "AthenaBackpack:BID_446_Barefoot", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_047_SpeedyRed": { + "templateId": "AthenaGlider:Glider_ID_047_SpeedyRed", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_177_BlackMondayFemale_HO3A9": { + "templateId": "AthenaGlider:Glider_ID_177_BlackMondayFemale_HO3A9", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_176_NautilusMale": { + "templateId": "AthenaBackpack:BID_176_NautilusMale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_BabySeal": { + "templateId": "AthenaEmoji:Emoji_BabySeal", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_883_Athena_Commando_M_ChOneJonesy": { + "templateId": "AthenaCharacter:CID_883_Athena_Commando_M_ChOneJonesy", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_453_Athena_Commando_F_GlowBro": { + "templateId": "AthenaCharacter:CID_453_Athena_Commando_F_GlowBro", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_421_TeriyakiWarrior": { + "templateId": "AthenaBackpack:BID_421_TeriyakiWarrior", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_022_BriteGunner": { + "templateId": "AthenaLoadingScreen:LSID_022_BriteGunner", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_602_DarkNinjaPurple_Female": { + "templateId": "AthenaBackpack:BID_602_DarkNinjaPurple_Female", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_268_CyberScavengerFemale": { + "templateId": "AthenaBackpack:BID_268_CyberScavengerFemale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_800_Athena_Commando_M_Robro": { + "templateId": "AthenaCharacter:CID_800_Athena_Commando_M_Robro", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_053_GGPotion": { + "templateId": "AthenaSpray:SPID_053_GGPotion", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_377_Athena_Commando_F_DarkShaman": { + "templateId": "AthenaCharacter:CID_377_Athena_Commando_F_DarkShaman", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_957_Athena_Commando_F_Ponytail": { + "templateId": "AthenaCharacter:CID_957_Athena_Commando_F_Ponytail", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_174_Athena_Commando_F_CarbideWhite": { + "templateId": "AthenaCharacter:CID_174_Athena_Commando_F_CarbideWhite", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSkyDiveContrail:Trails_Random": { + "templateId": "AthenaSkyDiveContrail:Trails_Random", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_419_Frogman": { + "templateId": "AthenaBackpack:BID_419_Frogman", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_334_SweaterWeatherMale": { + "templateId": "AthenaPickaxe:Pickaxe_ID_334_SweaterWeatherMale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_HeadBangRaisin": { + "templateId": "AthenaDance:EID_HeadBangRaisin", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_BangThePan": { + "templateId": "AthenaDance:EID_BangThePan", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_224_TechOpsBlue": { + "templateId": "AthenaBackpack:BID_224_TechOpsBlue", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_386_CometMale": { + "templateId": "AthenaPickaxe:Pickaxe_ID_386_CometMale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_191_PineTree": { + "templateId": "AthenaGlider:Glider_ID_191_PineTree", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_527_Athena_Commando_F_StreetFashionRed": { + "templateId": "AthenaCharacter:CID_527_Athena_Commando_F_StreetFashionRed", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_169_Farmer": { + "templateId": "AthenaPickaxe:Pickaxe_ID_169_Farmer", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_113_NanaNana": { + "templateId": "AthenaSpray:SPID_113_NanaNana", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_HulaHoop": { + "templateId": "AthenaDance:EID_HulaHoop", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_Football20Flag_C3QEE": { + "templateId": "AthenaDance:EID_Football20Flag_C3QEE", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_130_VampireMale02": { + "templateId": "AthenaBackpack:BID_130_VampireMale02", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_657_Athena_Commando_F_TechOpsBlue": { + "templateId": "AthenaCharacter:CID_657_Athena_Commando_F_TechOpsBlue", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_685_PlumRetro_EY7ZM": { + "templateId": "AthenaBackpack:BID_685_PlumRetro_EY7ZM", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_Aerobics": { + "templateId": "AthenaDance:EID_Aerobics", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_PlayerEleven": { + "templateId": "AthenaDance:EID_PlayerEleven", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_135_S9Cumulative05": { + "templateId": "AthenaLoadingScreen:LSID_135_S9Cumulative05", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_583_Athena_Commando_F_NoshHunter": { + "templateId": "AthenaCharacter:CID_583_Athena_Commando_F_NoshHunter", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_211_RacerZero": { + "templateId": "AthenaSpray:SPID_211_RacerZero", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_237_S15_Cosmos": { + "templateId": "AthenaSpray:SPID_237_S15_Cosmos", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_572_Chair": { + "templateId": "AthenaBackpack:BID_572_Chair", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_134_DustyDepot": { + "templateId": "AthenaSpray:SPID_134_DustyDepot", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_079_RedRiding": { + "templateId": "AthenaGlider:Glider_ID_079_RedRiding", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_043_RedKnight": { + "templateId": "AthenaLoadingScreen:LSID_043_RedKnight", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_040_Lifeguard": { + "templateId": "AthenaLoadingScreen:LSID_040_Lifeguard", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_456_CloakedMale": { + "templateId": "AthenaBackpack:BID_456_CloakedMale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_449_MrIceGuy": { + "templateId": "AthenaBackpack:BID_449_MrIceGuy", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_247_Skull": { + "templateId": "AthenaGlider:Glider_ID_247_Skull", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSkyDiveContrail:Trails_ID_043_DiscoBalls": { + "templateId": "AthenaSkyDiveContrail:Trails_ID_043_DiscoBalls", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_903_Athena_Commando_F_Frankie": { + "templateId": "AthenaCharacter:CID_903_Athena_Commando_F_Frankie", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_442_LadyAtlantisFemale": { + "templateId": "AthenaPickaxe:Pickaxe_ID_442_LadyAtlantisFemale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_209_BattleSuit": { + "templateId": "AthenaPickaxe:Pickaxe_ID_209_BattleSuit", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_588_Athena_Commando_M_GoatRobe": { + "templateId": "AthenaCharacter:CID_588_Athena_Commando_M_GoatRobe", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_246_BaseballKitbashMale": { + "templateId": "AthenaBackpack:BID_246_BaseballKitbashMale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_063_Vuvuzela": { + "templateId": "AthenaPickaxe:Pickaxe_ID_063_Vuvuzela", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_043_Athena_Commando_F_Stealth": { + "templateId": "AthenaCharacter:CID_043_Athena_Commando_F_Stealth", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_373_TeriyakiFishAssassin1H": { + "templateId": "AthenaPickaxe:Pickaxe_ID_373_TeriyakiFishAssassin1H", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_109_Athena_Commando_M_Pizza": { + "templateId": "AthenaCharacter:CID_109_Athena_Commando_M_Pizza", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_220_Spectrum": { + "templateId": "AthenaItemWrap:Wrap_220_Spectrum", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_191_Athena_Commando_M_SushiChef": { + "templateId": "AthenaCharacter:CID_191_Athena_Commando_M_SushiChef", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_133_MetalTri": { + "templateId": "AthenaItemWrap:Wrap_133_MetalTri", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_085_Wukong": { + "templateId": "AthenaPickaxe:Pickaxe_ID_085_Wukong", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_027_S5Cumulative1": { + "templateId": "AthenaLoadingScreen:LSID_027_S5Cumulative1", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_123_Athena_Commando_F_Metal": { + "templateId": "AthenaCharacter:CID_123_Athena_Commando_F_Metal", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSkyDiveContrail:Trails_ID_099_HightowerTapas": { + "templateId": "AthenaSkyDiveContrail:Trails_ID_099_HightowerTapas", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_180_IceMaiden": { + "templateId": "AthenaBackpack:BID_180_IceMaiden", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_266_BunkerMan": { + "templateId": "AthenaBackpack:BID_266_BunkerMan", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_SwimDance": { + "templateId": "AthenaDance:EID_SwimDance", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_PickAxe": { + "templateId": "AthenaEmoji:Emoji_PickAxe", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_267_HightowerDate": { + "templateId": "AthenaItemWrap:Wrap_267_HightowerDate", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_S15_FutureSamurai": { + "templateId": "AthenaEmoji:Emoji_S15_FutureSamurai", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_AshtonChicago": { + "templateId": "AthenaEmoji:Emoji_AshtonChicago", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_Broomstick": { + "templateId": "AthenaGlider:Glider_Broomstick", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_402_TourBus": { + "templateId": "AthenaBackpack:BID_402_TourBus", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_011_JollyRoger": { + "templateId": "AthenaGlider:Glider_ID_011_JollyRoger", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_474_DarkHeart": { + "templateId": "AthenaBackpack:BID_474_DarkHeart", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_344_CubeWildCard": { + "templateId": "AthenaBackpack:BID_344_CubeWildCard", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_230_Athena_Commando_M_Werewolf": { + "templateId": "AthenaCharacter:CID_230_Athena_Commando_M_Werewolf", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_DustOffShoulders": { + "templateId": "AthenaDance:EID_DustOffShoulders", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_LineDance": { + "templateId": "AthenaDance:EID_LineDance", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_AfroHouse": { + "templateId": "AthenaDance:EID_AfroHouse", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_381_Athena_Commando_F_BaseballKitbash": { + "templateId": "AthenaCharacter:CID_381_Athena_Commando_F_BaseballKitbash", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_567_MsWhip": { + "templateId": "AthenaBackpack:BID_567_MsWhip", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_NPC_Athena_MadCommander": { + "templateId": "AthenaCharacter:CID_NPC_Athena_MadCommander", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_802_Athena_Commando_F_HeartBreaker": { + "templateId": "AthenaCharacter:CID_802_Athena_Commando_F_HeartBreaker", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_410_OceanRiderFemale1H": { + "templateId": "AthenaPickaxe:Pickaxe_ID_410_OceanRiderFemale1H", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_166_Shiny": { + "templateId": "AthenaPickaxe:Pickaxe_ID_166_Shiny", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_441_IslanderFemale": { + "templateId": "AthenaPickaxe:Pickaxe_ID_441_IslanderFemale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_007_Athena_Commando_M_Default": { + "templateId": "AthenaCharacter:CID_007_Athena_Commando_M_Default", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_140_Athena_Commando_M_Visitor": { + "templateId": "AthenaCharacter:CID_140_Athena_Commando_M_Visitor", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_419_JonesyVagabondMale1H": { + "templateId": "AthenaPickaxe:Pickaxe_ID_419_JonesyVagabondMale1H", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_510_Athena_Commando_F_AngelEclipse": { + "templateId": "AthenaCharacter:CID_510_Athena_Commando_F_AngelEclipse", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_171_OrangeCamo": { + "templateId": "AthenaPickaxe:Pickaxe_ID_171_OrangeCamo", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_673_ElfFemale": { + "templateId": "AthenaBackpack:BID_673_ElfFemale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_JazzDance": { + "templateId": "AthenaDance:EID_JazzDance", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_022_RockerPunk": { + "templateId": "AthenaGlider:Glider_ID_022_RockerPunk", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_450_Iceflake": { + "templateId": "AthenaBackpack:BID_450_Iceflake", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_196_EvilBunny": { + "templateId": "AthenaPickaxe:Pickaxe_ID_196_EvilBunny", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaMusicPack:MusicPack_047_FreestylinClubRemix": { + "templateId": "AthenaMusicPack:MusicPack_047_FreestylinClubRemix", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_309_FlapjackWrangler": { + "templateId": "AthenaItemWrap:Wrap_309_FlapjackWrangler", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_046_Candy": { + "templateId": "AthenaPickaxe:Pickaxe_ID_046_Candy", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_002_Raptor": { + "templateId": "AthenaLoadingScreen:LSID_002_Raptor", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSkyDiveContrail:Trails_ID_094_WaterSpray": { + "templateId": "AthenaSkyDiveContrail:Trails_ID_094_WaterSpray", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_029_PajamaParty": { + "templateId": "AthenaGlider:Glider_ID_029_PajamaParty", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_269_HightowerHoneydew": { + "templateId": "AthenaItemWrap:Wrap_269_HightowerHoneydew", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_Spicy": { + "templateId": "AthenaEmoji:Emoji_Spicy", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_128_SummerDays02": { + "templateId": "AthenaSpray:SPID_128_SummerDays02", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_210_NDoggo": { + "templateId": "AthenaLoadingScreen:LSID_210_NDoggo", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_047_S5Cumulative8": { + "templateId": "AthenaLoadingScreen:LSID_047_S5Cumulative8", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_174_SleepyTime": { + "templateId": "AthenaGlider:Glider_ID_174_SleepyTime", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_SitPapayaComms": { + "templateId": "AthenaDance:EID_SitPapayaComms", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_BuffCat": { + "templateId": "AthenaDance:EID_BuffCat", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_068_S6Cumulative07": { + "templateId": "AthenaLoadingScreen:LSID_068_S6Cumulative07", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_120_IceCream": { + "templateId": "AthenaGlider:Glider_ID_120_IceCream", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_216_PirateProgressive": { + "templateId": "AthenaBackpack:BID_216_PirateProgressive", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_455_HightowerHoneydew1H": { + "templateId": "AthenaPickaxe:Pickaxe_ID_455_HightowerHoneydew1H", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_928_Athena_Commando_M_NauticalPajamas_B": { + "templateId": "AthenaCharacter:CID_928_Athena_Commando_M_NauticalPajamas_B", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_403_JetSkiFemale": { + "templateId": "AthenaBackpack:BID_403_JetSkiFemale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_Dab": { + "templateId": "AthenaDance:EID_Dab", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_207_InformerMale": { + "templateId": "AthenaGlider:Glider_ID_207_InformerMale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_102_TriceraOps": { + "templateId": "AthenaLoadingScreen:LSID_102_TriceraOps", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_199_LlamaHero": { + "templateId": "AthenaGlider:Glider_ID_199_LlamaHero", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_056_Fate": { + "templateId": "AthenaLoadingScreen:LSID_056_Fate", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_236_HightowerTapasMale": { + "templateId": "AthenaGlider:Glider_ID_236_HightowerTapasMale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_977_Athena_Commando_M_Wombat_R7Q8K": { + "templateId": "AthenaCharacter:CID_977_Athena_Commando_M_Wombat_R7Q8K", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_408_Athena_Commando_F_StrawberryPilot": { + "templateId": "AthenaCharacter:CID_408_Athena_Commando_F_StrawberryPilot", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_339_Athena_Commando_M_RobotTrouble": { + "templateId": "AthenaCharacter:CID_339_Athena_Commando_M_RobotTrouble", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSkyDiveContrail:Trails_ID_011_Glitch": { + "templateId": "AthenaSkyDiveContrail:Trails_ID_011_Glitch", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_352_CupidFemale": { + "templateId": "AthenaBackpack:BID_352_CupidFemale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_153_Athena_Commando_F_CarbideBlack": { + "templateId": "AthenaCharacter:CID_153_Athena_Commando_F_CarbideBlack", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_270_Jumpstart": { + "templateId": "AthenaPickaxe:Pickaxe_ID_270_Jumpstart", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_221_PythonFemale": { + "templateId": "AthenaGlider:Glider_ID_221_PythonFemale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_231_TropicalFemale": { + "templateId": "AthenaBackpack:BID_231_TropicalFemale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_JustHome": { + "templateId": "AthenaDance:EID_JustHome", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_387_DonutCup": { + "templateId": "AthenaPickaxe:Pickaxe_ID_387_DonutCup", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_Camera": { + "templateId": "AthenaEmoji:Emoji_Camera", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_807_Athena_Commando_M_CandyApple_B1U7X": { + "templateId": "AthenaCharacter:CID_807_Athena_Commando_M_CandyApple_B1U7X", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_208_CupidDarkMale": { + "templateId": "AthenaBackpack:BID_208_CupidDarkMale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_942_Athena_Commando_F_Football20_YQUPK": { + "templateId": "AthenaCharacter:CID_942_Athena_Commando_F_Football20_YQUPK", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_220_ForkKnife1H": { + "templateId": "AthenaPickaxe:Pickaxe_ID_220_ForkKnife1H", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_118_StreetOps": { + "templateId": "AthenaPickaxe:Pickaxe_ID_118_StreetOps", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_792_Athena_Commando_M_HenchmanBadShorts_B": { + "templateId": "AthenaCharacter:CID_792_Athena_Commando_M_HenchmanBadShorts_B", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_433_LawnGnome": { + "templateId": "AthenaPickaxe:Pickaxe_ID_433_LawnGnome", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_S14_Elastic_Bomb": { + "templateId": "AthenaEmoji:Emoji_S14_Elastic_Bomb", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_172_Shaka": { + "templateId": "AthenaSpray:SPID_172_Shaka", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_258_AshtonBoardwalk": { + "templateId": "AthenaBackpack:BID_258_AshtonBoardwalk", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_739_Athena_Commando_M_CardboardCrew": { + "templateId": "AthenaCharacter:CID_739_Athena_Commando_M_CardboardCrew", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_202_DonutB": { + "templateId": "AthenaSpray:SPID_202_DonutB", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_568_Athena_Commando_M_RebirthSoldier": { + "templateId": "AthenaCharacter:CID_568_Athena_Commando_M_RebirthSoldier", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_135_MuertosFemale": { + "templateId": "AthenaBackpack:BID_135_MuertosFemale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_349_RaptorBlackOps": { + "templateId": "AthenaBackpack:BID_349_RaptorBlackOps", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_S14_RLxFN": { + "templateId": "AthenaEmoji:Emoji_S14_RLxFN", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Umbrella_PaperParasol": { + "templateId": "AthenaGlider:Umbrella_PaperParasol", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_Dunk": { + "templateId": "AthenaDance:EID_Dunk", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_573_Athena_Commando_M_Haunt": { + "templateId": "AthenaCharacter:CID_573_Athena_Commando_M_Haunt", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_Mittens": { + "templateId": "AthenaEmoji:Emoji_Mittens", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_542_Athena_Commando_F_CarbideFrostMystery": { + "templateId": "AthenaCharacter:CID_542_Athena_Commando_F_CarbideFrostMystery", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_HolidayCracker": { + "templateId": "AthenaDance:EID_HolidayCracker", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_267_Athena_Commando_M_RobotRed": { + "templateId": "AthenaCharacter:CID_267_Athena_Commando_M_RobotRed", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_010_Tunnel": { + "templateId": "AthenaSpray:SPID_010_Tunnel", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_126_FloorIsLava": { + "templateId": "AthenaLoadingScreen:LSID_126_FloorIsLava", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_LunchBox": { + "templateId": "AthenaDance:EID_LunchBox", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_652_Athena_Commando_F_HolidayPJ_D": { + "templateId": "AthenaCharacter:CID_652_Athena_Commando_F_HolidayPJ_D", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_294_PumpkinPunk": { + "templateId": "AthenaItemWrap:Wrap_294_PumpkinPunk", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_844_Athena_Commando_F_HightowerMango": { + "templateId": "AthenaCharacter:CID_844_Athena_Commando_F_HightowerMango", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_904_Athena_Commando_M_Jekyll": { + "templateId": "AthenaCharacter:CID_904_Athena_Commando_M_Jekyll", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_283_Plasticine": { + "templateId": "AthenaItemWrap:Wrap_283_Plasticine", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_926_Athena_Commando_F_StreetFashionDiamond": { + "templateId": "AthenaCharacter:CID_926_Athena_Commando_F_StreetFashionDiamond", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_488_PumpkinSpice1H": { + "templateId": "AthenaPickaxe:Pickaxe_ID_488_PumpkinSpice1H", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_660_Shapeshifter": { + "templateId": "AthenaBackpack:BID_660_Shapeshifter", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_981_Athena_Commando_M_JonesyHoliday": { + "templateId": "AthenaCharacter:CID_981_Athena_Commando_M_JonesyHoliday", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_224_Butterfly": { + "templateId": "AthenaPickaxe:Pickaxe_ID_224_Butterfly", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_197_HenchmanMale": { + "templateId": "AthenaGlider:Glider_ID_197_HenchmanMale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_426_GalileoKayak_NS67T": { + "templateId": "AthenaBackpack:BID_426_GalileoKayak_NS67T", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_193_Athena_Commando_F_Hippie": { + "templateId": "AthenaCharacter:CID_193_Athena_Commando_F_Hippie", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_357_Athena_Commando_M_OrangeCamo": { + "templateId": "AthenaCharacter:CID_357_Athena_Commando_M_OrangeCamo", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_021_Leviathan": { + "templateId": "AthenaLoadingScreen:LSID_021_Leviathan", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_004_TacticalShotgun": { + "templateId": "AthenaLoadingScreen:LSID_004_TacticalShotgun", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_448_Athena_Commando_M_BannerC": { + "templateId": "AthenaCharacter:CID_448_Athena_Commando_M_BannerC", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_208_Masako": { + "templateId": "AthenaPickaxe:Pickaxe_ID_208_Masako", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_105_GhostPortal": { + "templateId": "AthenaBackpack:BID_105_GhostPortal", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_361_Athena_Commando_M_BandageNinja": { + "templateId": "AthenaCharacter:CID_361_Athena_Commando_M_BandageNinja", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_Hype": { + "templateId": "AthenaDance:EID_Hype", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_218_MechanicalEngineerFemale": { + "templateId": "AthenaGlider:Glider_ID_218_MechanicalEngineerFemale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_003_Athena_Commando_F_Default": { + "templateId": "AthenaCharacter:CID_003_Athena_Commando_F_Default", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_AshtonSaltLake": { + "templateId": "AthenaDance:EID_AshtonSaltLake", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_354_StreetFashionRed": { + "templateId": "AthenaBackpack:BID_354_StreetFashionRed", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_558_Athena_Commando_F_RebirthDefaultC": { + "templateId": "AthenaCharacter:CID_558_Athena_Commando_F_RebirthDefaultC", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_986_Athena_Commando_M_PlumRetro_4AJA2": { + "templateId": "AthenaCharacter:CID_986_Athena_Commando_M_PlumRetro_4AJA2", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_301_CosmicPulse": { + "templateId": "AthenaItemWrap:Wrap_301_CosmicPulse", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_764_Athena_Commando_F_Loofah": { + "templateId": "AthenaCharacter:CID_764_Athena_Commando_F_Loofah", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_293_Athena_Commando_M_RavenWinter": { + "templateId": "AthenaCharacter:CID_293_Athena_Commando_M_RavenWinter", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_Laugh": { + "templateId": "AthenaDance:EID_Laugh", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_313_MetalFlakes": { + "templateId": "AthenaItemWrap:Wrap_313_MetalFlakes", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_131_SpeedyMidnight": { + "templateId": "AthenaGlider:Glider_ID_131_SpeedyMidnight", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_192_Present": { + "templateId": "AthenaGlider:Glider_ID_192_Present", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_156_SniperHoodFemale": { + "templateId": "AthenaBackpack:BID_156_SniperHoodFemale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_AirGuitar": { + "templateId": "AthenaDance:EID_AirGuitar", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_262_Lexa": { + "templateId": "AthenaLoadingScreen:LSID_262_Lexa", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_923_Athena_Commando_M_ParcelGold": { + "templateId": "AthenaCharacter:CID_923_Athena_Commando_M_ParcelGold", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_376_CODSquad_Plaid": { + "templateId": "AthenaBackpack:BID_376_CODSquad_Plaid", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_270_Athena_Commando_F_Witch": { + "templateId": "AthenaCharacter:CID_270_Athena_Commando_F_Witch", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_165_S10Cumulative01": { + "templateId": "AthenaLoadingScreen:LSID_165_S10Cumulative01", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_462_ModernMilitaryEclipse": { + "templateId": "AthenaBackpack:BID_462_ModernMilitaryEclipse", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPetCarrier:PetCarrier_014_HightowerRadish": { + "templateId": "AthenaPetCarrier:PetCarrier_014_HightowerRadish", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_HolidayCracker_Sync_Owned_Follower": { + "templateId": "AthenaDance:EID_HolidayCracker_Sync_Owned_Follower", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_016_LlamaSniper": { + "templateId": "AthenaLoadingScreen:LSID_016_LlamaSniper", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_308_CyberKarateFemale": { + "templateId": "AthenaBackpack:BID_308_CyberKarateFemale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSkyDiveContrail:Trails_ID_090_Constellation": { + "templateId": "AthenaSkyDiveContrail:Trails_ID_090_Constellation", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_680_DriftWinter": { + "templateId": "AthenaBackpack:BID_680_DriftWinter", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_428_Athena_Commando_M_UrbanScavenger": { + "templateId": "AthenaCharacter:CID_428_Athena_Commando_M_UrbanScavenger", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_HuskWow": { + "templateId": "AthenaEmoji:Emoji_HuskWow", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_584_AntiLlama": { + "templateId": "AthenaBackpack:BID_584_AntiLlama", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_173_ThumbsUp": { + "templateId": "AthenaSpray:SPID_173_ThumbsUp", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_088_ShareTheLove_D": { + "templateId": "AthenaSpray:SPID_088_ShareTheLove_D", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_GlowstickDance": { + "templateId": "AthenaDance:EID_GlowstickDance", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_953_Athena_Commando_F_Football20Referee_B_5SV7Q": { + "templateId": "AthenaCharacter:CID_953_Athena_Commando_F_Football20Referee_B_5SV7Q", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_055_Lion": { + "templateId": "AthenaItemWrap:Wrap_055_Lion", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_137_S9Cumulative07": { + "templateId": "AthenaLoadingScreen:LSID_137_S9Cumulative07", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_WaveDance": { + "templateId": "AthenaDance:EID_WaveDance", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Umbrella_Snowflake": { + "templateId": "AthenaGlider:Umbrella_Snowflake", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_118_OctoberfestFemale": { + "templateId": "AthenaBackpack:BID_118_OctoberfestFemale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_143_SummerDays": { + "templateId": "AthenaLoadingScreen:LSID_143_SummerDays", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_617_Athena_Commando_F_ForestQueen": { + "templateId": "AthenaCharacter:CID_617_Athena_Commando_F_ForestQueen", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_759_Athena_Commando_F_RapVillainess": { + "templateId": "AthenaCharacter:CID_759_Athena_Commando_F_RapVillainess", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_555_HeartBreaker": { + "templateId": "AthenaBackpack:BID_555_HeartBreaker", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_616_Cavalry": { + "templateId": "AthenaBackpack:BID_616_Cavalry", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_Boombox": { + "templateId": "AthenaDance:EID_Boombox", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_937_Athena_Commando_M_Football20_UIC2Q": { + "templateId": "AthenaCharacter:CID_937_Athena_Commando_M_Football20_UIC2Q", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_230_Drift1H": { + "templateId": "AthenaPickaxe:Pickaxe_ID_230_Drift1H", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_321_RustLordRemixScavenger": { + "templateId": "AthenaBackpack:BID_321_RustLordRemixScavenger", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_269_WWIIPilotSciFi": { + "templateId": "AthenaPickaxe:Pickaxe_ID_269_WWIIPilotSciFi", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_547_Athena_Commando_F_Meteorwoman": { + "templateId": "AthenaCharacter:CID_547_Athena_Commando_F_Meteorwoman", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_249_StreetOpsStealth": { + "templateId": "AthenaBackpack:BID_249_StreetOpsStealth", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_108_Krampus": { + "templateId": "AthenaGlider:Glider_ID_108_Krampus", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_235_Athena_Commando_M_Scarecrow": { + "templateId": "AthenaCharacter:CID_235_Athena_Commando_M_Scarecrow", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_330_HolidayTimeMale": { + "templateId": "AthenaPickaxe:Pickaxe_ID_330_HolidayTimeMale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_115_PixelJonesy": { + "templateId": "AthenaSpray:SPID_115_PixelJonesy", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_197_ToxinBubbles": { + "templateId": "AthenaItemWrap:Wrap_197_ToxinBubbles", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_231_S15_AncientGladiator": { + "templateId": "AthenaSpray:SPID_231_S15_AncientGladiator", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_049_Athena_Commando_M_HolidayGingerbread": { + "templateId": "AthenaCharacter:CID_049_Athena_Commando_M_HolidayGingerbread", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_218_Anarchy_Acres_Farmer": { + "templateId": "AthenaItemWrap:Wrap_218_Anarchy_Acres_Farmer", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_098_DragonNinja": { + "templateId": "AthenaLoadingScreen:LSID_098_DragonNinja", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_064_FuzzyBearInd": { + "templateId": "AthenaBackpack:BID_064_FuzzyBearInd", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_052_HazmatFemale": { + "templateId": "AthenaBackpack:BID_052_HazmatFemale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_171_BoneSnake": { + "templateId": "AthenaItemWrap:Wrap_171_BoneSnake", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_003_District": { + "templateId": "AthenaGlider:Glider_ID_003_District", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_Hoarder": { + "templateId": "AthenaEmoji:Emoji_Hoarder", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_203_Athena_Commando_M_CloakedStar": { + "templateId": "AthenaCharacter:CID_203_Athena_Commando_M_CloakedStar", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_211_TNTina": { + "templateId": "AthenaItemWrap:Wrap_211_TNTina", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_411_PartyGoldMale": { + "templateId": "AthenaPickaxe:Pickaxe_ID_411_PartyGoldMale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_060_DarkNinja": { + "templateId": "AthenaPickaxe:Pickaxe_ID_060_DarkNinja", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_Wow": { + "templateId": "AthenaEmoji:Emoji_Wow", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_637_Athena_Commando_M_GalileoOutrigger_7Q0YU": { + "templateId": "AthenaCharacter:CID_637_Athena_Commando_M_GalileoOutrigger_7Q0YU", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_TBD_Athena_Commando_M_Nutcracker_CINE": { + "templateId": "AthenaCharacter:CID_TBD_Athena_Commando_M_Nutcracker_CINE", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_591_MultibotStealth": { + "templateId": "AthenaBackpack:BID_591_MultibotStealth", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_LasagnaDance": { + "templateId": "AthenaDance:EID_LasagnaDance", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_HoldOnAMinute": { + "templateId": "AthenaDance:EID_HoldOnAMinute", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_172_RaptorBlackOps": { + "templateId": "AthenaGlider:Glider_ID_172_RaptorBlackOps", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_591_Athena_Commando_M_SoccerZombieC": { + "templateId": "AthenaCharacter:CID_591_Athena_Commando_M_SoccerZombieC", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSkyDiveContrail:Trails_ID_018_Runes": { + "templateId": "AthenaSkyDiveContrail:Trails_ID_018_Runes", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_PhoneWavePapayaComms": { + "templateId": "AthenaDance:EID_PhoneWavePapayaComms", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_242_SparkleRemix": { + "templateId": "AthenaPickaxe:Pickaxe_ID_242_SparkleRemix", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_329_WildWestFemale": { + "templateId": "AthenaBackpack:BID_329_WildWestFemale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_154_Athena_Commando_M_Gumshoe": { + "templateId": "AthenaCharacter:CID_154_Athena_Commando_M_Gumshoe", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_005_Raptor": { + "templateId": "AthenaBackpack:BID_005_Raptor", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_938_Athena_Commando_M_Football20_B_I18W6": { + "templateId": "AthenaCharacter:CID_938_Athena_Commando_M_Football20_B_I18W6", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_805_Athena_Commando_F_PunkDevilSummer": { + "templateId": "AthenaCharacter:CID_805_Athena_Commando_F_PunkDevilSummer", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_219_S14_HighTowerGrape": { + "templateId": "AthenaSpray:SPID_219_S14_HighTowerGrape", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_288_Amber": { + "templateId": "AthenaItemWrap:Wrap_288_Amber", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_GabbyHipHop_01": { + "templateId": "AthenaDance:EID_GabbyHipHop_01", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_083_Athena_Commando_F_Tactical": { + "templateId": "AthenaCharacter:CID_083_Athena_Commando_F_Tactical", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_427_GalileoSled_ZDWOV": { + "templateId": "AthenaBackpack:BID_427_GalileoSled_ZDWOV", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_782_Athena_Commando_M_BrightGunnerEclipse": { + "templateId": "AthenaCharacter:CID_782_Athena_Commando_M_BrightGunnerEclipse", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_S12_FNCS": { + "templateId": "AthenaEmoji:Emoji_S12_FNCS", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_036_Athena_Commando_M_WinterCamo": { + "templateId": "AthenaCharacter:CID_036_Athena_Commando_M_WinterCamo", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaToy:TOY_001_Basketball": { + "templateId": "AthenaToy:TOY_001_Basketball", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_264_StormTracker": { + "templateId": "AthenaBackpack:BID_264_StormTracker", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_181_SnowNinjaMale": { + "templateId": "AthenaBackpack:BID_181_SnowNinjaMale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_016_Ponytail": { + "templateId": "AthenaSpray:SPID_016_Ponytail", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_262_Athena_Commando_M_MadCommander": { + "templateId": "AthenaCharacter:CID_262_Athena_Commando_M_MadCommander", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_TrueLove": { + "templateId": "AthenaDance:EID_TrueLove", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_405_Athena_Commando_F_Masako": { + "templateId": "AthenaCharacter:CID_405_Athena_Commando_F_Masako", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_524_Neon": { + "templateId": "AthenaPickaxe:Pickaxe_ID_524_Neon", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_340_Athena_Commando_F_RobotTrouble": { + "templateId": "AthenaCharacter:CID_340_Athena_Commando_F_RobotTrouble", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_514_Athena_Commando_F_ToxicKitty": { + "templateId": "AthenaCharacter:CID_514_Athena_Commando_F_ToxicKitty", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPet:PetID_TBD_HightowerRadish": { + "templateId": "AthenaPet:PetID_TBD_HightowerRadish", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_081_ScubaMale": { + "templateId": "AthenaBackpack:BID_081_ScubaMale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_164_SnowmanMale": { + "templateId": "AthenaBackpack:BID_164_SnowmanMale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_092_Bling": { + "templateId": "AthenaPickaxe:Pickaxe_ID_092_Bling", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaToy:TOY_010_IcePuck": { + "templateId": "AthenaToy:TOY_010_IcePuck", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_106_Athena_Commando_F_Taxi": { + "templateId": "AthenaCharacter:CID_106_Athena_Commando_F_Taxi", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSkyDiveContrail:Trails_ID_074_DriftLightning": { + "templateId": "AthenaSkyDiveContrail:Trails_ID_074_DriftLightning", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_StepBreakdance": { + "templateId": "AthenaDance:EID_StepBreakdance", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_682_Athena_Commando_M_VirtualShadow": { + "templateId": "AthenaCharacter:CID_682_Athena_Commando_M_VirtualShadow", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPet:PetID_001_Dog": { + "templateId": "AthenaPet:PetID_001_Dog", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_397_TechExplorerMale1H": { + "templateId": "AthenaPickaxe:Pickaxe_ID_397_TechExplorerMale1H", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_326_Athena_Commando_F_WavyMan": { + "templateId": "AthenaCharacter:CID_326_Athena_Commando_F_WavyMan", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_168_Athena_Commando_M_Shark": { + "templateId": "AthenaCharacter:CID_168_Athena_Commando_M_Shark", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_031_HeistHeart": { + "templateId": "AthenaItemWrap:Wrap_031_HeistHeart", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_681_Athena_Commando_M_MartialArtist": { + "templateId": "AthenaCharacter:CID_681_Athena_Commando_M_MartialArtist", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_EngagedWalk": { + "templateId": "AthenaDance:EID_EngagedWalk", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_306_Shapeshifter": { + "templateId": "AthenaItemWrap:Wrap_306_Shapeshifter", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_250_EmbersMale": { + "templateId": "AthenaGlider:Glider_ID_250_EmbersMale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_FistPump": { + "templateId": "AthenaDance:EID_FistPump", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_135_RiskyReels": { + "templateId": "AthenaSpray:SPID_135_RiskyReels", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_556_SharkSuit": { + "templateId": "AthenaBackpack:BID_556_SharkSuit", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_162_YetiMale": { + "templateId": "AthenaBackpack:BID_162_YetiMale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_GalileoShow_Cheer": { + "templateId": "AthenaDance:EID_GalileoShow_Cheer", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_793_Athena_Commando_M_HenchmanBadShorts_C": { + "templateId": "AthenaCharacter:CID_793_Athena_Commando_M_HenchmanBadShorts_C", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_HotStuff": { + "templateId": "AthenaDance:EID_HotStuff", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_051_NeonGlow": { + "templateId": "AthenaPickaxe:Pickaxe_ID_051_NeonGlow", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_452_DarkNinjaPurple1H": { + "templateId": "AthenaPickaxe:Pickaxe_ID_452_DarkNinjaPurple1H", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_401_Athena_Commando_M_Miner": { + "templateId": "AthenaCharacter:CID_401_Athena_Commando_M_Miner", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_001_Brite": { + "templateId": "AthenaLoadingScreen:LSID_001_Brite", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_281_DemonHunterMale": { + "templateId": "AthenaBackpack:BID_281_DemonHunterMale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_GetTheHorns": { + "templateId": "AthenaDance:EID_GetTheHorns", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_Bullseye": { + "templateId": "AthenaEmoji:Emoji_Bullseye", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_S12_BananaAgent": { + "templateId": "AthenaEmoji:Emoji_S12_BananaAgent", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_386_Athena_Commando_M_StreetOpsStealth": { + "templateId": "AthenaCharacter:CID_386_Athena_Commando_M_StreetOpsStealth", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_253_HighTowerWasabi": { + "templateId": "AthenaLoadingScreen:LSID_253_HighTowerWasabi", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_063_Athena_Commando_F_SkiGirl_CAN": { + "templateId": "AthenaCharacter:CID_063_Athena_Commando_F_SkiGirl_CAN", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_501_Athena_Commando_M_FrostMystery": { + "templateId": "AthenaCharacter:CID_501_Athena_Commando_M_FrostMystery", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_165_Athena_Commando_M_DarkViking": { + "templateId": "AthenaCharacter:CID_165_Athena_Commando_M_DarkViking", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_444_Athena_Commando_F_BannerC": { + "templateId": "AthenaCharacter:CID_444_Athena_Commando_F_BannerC", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_Skulltrooper": { + "templateId": "AthenaEmoji:Emoji_Skulltrooper", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_112_GuanYu": { + "templateId": "AthenaPickaxe:Pickaxe_ID_112_GuanYu", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_020_Fighter": { + "templateId": "AthenaGlider:Glider_ID_020_Fighter", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_173_ForestQueen": { + "templateId": "AthenaItemWrap:Wrap_173_ForestQueen", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaMusicPack:MusicPack_012_ElectroSwing": { + "templateId": "AthenaMusicPack:MusicPack_012_ElectroSwing", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_444_MultibotStealth1H": { + "templateId": "AthenaPickaxe:Pickaxe_ID_444_MultibotStealth1H", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_358_StreetUrchin": { + "templateId": "AthenaBackpack:BID_358_StreetUrchin", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaMusicPack:MusicPack_061_RLxFN": { + "templateId": "AthenaMusicPack:MusicPack_061_RLxFN", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_BasketballV2": { + "templateId": "AthenaDance:EID_BasketballV2", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_RockOn": { + "templateId": "AthenaEmoji:Emoji_RockOn", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_222_RacerZeroMale": { + "templateId": "AthenaGlider:Glider_ID_222_RacerZeroMale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_160_Athena_Commando_M_SpeedyRed": { + "templateId": "AthenaCharacter:CID_160_Athena_Commando_M_SpeedyRed", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_432_Dummeez": { + "templateId": "AthenaPickaxe:Pickaxe_ID_432_Dummeez", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_Boombox": { + "templateId": "AthenaEmoji:Emoji_Boombox", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_076_Yeti": { + "templateId": "AthenaSpray:SPID_076_Yeti", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_450_Athena_Commando_F_Butterfly": { + "templateId": "AthenaCharacter:CID_450_Athena_Commando_F_Butterfly", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_194_Athena_Commando_F_RavenQuill": { + "templateId": "AthenaCharacter:CID_194_Athena_Commando_F_RavenQuill", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_173_SciOps": { + "templateId": "AthenaPickaxe:Pickaxe_ID_173_SciOps", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_700_Athena_Commando_M_Candy": { + "templateId": "AthenaCharacter:CID_700_Athena_Commando_M_Candy", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_350_Athena_Commando_M_MasterKey": { + "templateId": "AthenaCharacter:CID_350_Athena_Commando_M_MasterKey", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_134_DarkVikingFire": { + "templateId": "AthenaGlider:Glider_ID_134_DarkVikingFire", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:BoltonPickaxe": { + "templateId": "AthenaPickaxe:BoltonPickaxe", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_967_Athena_Commando_M_AncientGladiator": { + "templateId": "AthenaCharacter:CID_967_Athena_Commando_M_AncientGladiator", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_219_NightSky": { + "templateId": "AthenaItemWrap:Wrap_219_NightSky", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_738_Athena_Commando_M_DonutCup": { + "templateId": "AthenaCharacter:CID_738_Athena_Commando_M_DonutCup", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_195_SpaceBunny": { + "templateId": "AthenaPickaxe:Pickaxe_ID_195_SpaceBunny", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_198_Kaboom": { + "templateId": "AthenaGlider:Glider_ID_198_Kaboom", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_162_H7OutfitsB": { + "templateId": "AthenaLoadingScreen:LSID_162_H7OutfitsB", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_340_WiseMaster": { + "templateId": "AthenaBackpack:BID_340_WiseMaster", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSkyDiveContrail:Trails_ID_019_PSBurnout": { + "templateId": "AthenaSkyDiveContrail:Trails_ID_019_PSBurnout", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_250_TheBomb": { + "templateId": "AthenaBackpack:BID_250_TheBomb", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_260_ShapeshifterFemale": { + "templateId": "AthenaGlider:Glider_ID_260_ShapeshifterFemale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_S14_Elastic_GreenSkull": { + "templateId": "AthenaEmoji:Emoji_S14_Elastic_GreenSkull", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPet:PetID_010_RoboKitty": { + "templateId": "AthenaPet:PetID_010_RoboKitty", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_202_Athena_Commando_F_DesertOps": { + "templateId": "AthenaCharacter:CID_202_Athena_Commando_F_DesertOps", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_451_DarkEaglePurple": { + "templateId": "AthenaPickaxe:Pickaxe_ID_451_DarkEaglePurple", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_227_SciOpsFemale": { + "templateId": "AthenaBackpack:BID_227_SciOpsFemale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_964_Athena_Commando_M_Historian_869BC": { + "templateId": "AthenaCharacter:CID_964_Athena_Commando_M_Historian_869BC", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_174_Tiger": { + "templateId": "AthenaSpray:SPID_174_Tiger", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_304_Duck": { + "templateId": "AthenaBackpack:BID_304_Duck", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_325_BoneWasp": { + "templateId": "AthenaBackpack:BID_325_BoneWasp", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_047_Bunny": { + "templateId": "AthenaItemWrap:Wrap_047_Bunny", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_199_BananaAgent": { + "templateId": "AthenaSpray:SPID_199_BananaAgent", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_037_Drift": { + "templateId": "AthenaSpray:SPID_037_Drift", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_518_CupidWinterFemale1H": { + "templateId": "AthenaPickaxe:Pickaxe_ID_518_CupidWinterFemale1H", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_256_Athena_Commando_M_Pumpkin": { + "templateId": "AthenaCharacter:CID_256_Athena_Commando_M_Pumpkin", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_311_Athena_Commando_M_Reindeer": { + "templateId": "AthenaCharacter:CID_311_Athena_Commando_M_Reindeer", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_627_Athena_Commando_F_SnufflesLeader": { + "templateId": "AthenaCharacter:CID_627_Athena_Commando_F_SnufflesLeader", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_160_ModernWitch": { + "templateId": "AthenaItemWrap:Wrap_160_ModernWitch", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_055_Stop": { + "templateId": "AthenaPickaxe:Pickaxe_ID_055_Stop", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_146_BulletBlue": { + "templateId": "AthenaItemWrap:Wrap_146_BulletBlue", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_041_Athena_Commando_F_District": { + "templateId": "AthenaCharacter:CID_041_Athena_Commando_F_District", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_140_StreetOpsMale": { + "templateId": "AthenaBackpack:BID_140_StreetOpsMale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_153_RoseLeader": { + "templateId": "AthenaPickaxe:Pickaxe_ID_153_RoseLeader", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_223_Jellyfish": { + "templateId": "AthenaPickaxe:Pickaxe_ID_223_Jellyfish", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_615_Athena_Commando_F_Bane": { + "templateId": "AthenaCharacter:CID_615_Athena_Commando_F_Bane", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_137_NutCracker": { + "templateId": "AthenaPickaxe:Pickaxe_ID_137_NutCracker", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_MakeItPlantain": { + "templateId": "AthenaDance:EID_MakeItPlantain", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_190_StreetGothFemale": { + "templateId": "AthenaBackpack:BID_190_StreetGothFemale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_119_Athena_Commando_F_Candy": { + "templateId": "AthenaCharacter:CID_119_Athena_Commando_F_Candy", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_090_Celestial": { + "templateId": "AthenaGlider:Glider_ID_090_Celestial", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_482_Athena_Commando_F_PizzaPit": { + "templateId": "AthenaCharacter:CID_482_Athena_Commando_F_PizzaPit", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_237_Athena_Commando_F_Cowgirl": { + "templateId": "AthenaCharacter:CID_237_Athena_Commando_F_Cowgirl", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_TBD_Athena_Commando_M_PaddedArmorOrder": { + "templateId": "AthenaCharacter:CID_TBD_Athena_Commando_M_PaddedArmorOrder", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_176_BlackMondayCape_4P79K": { + "templateId": "AthenaGlider:Glider_ID_176_BlackMondayCape_4P79K", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_886_Athena_Commando_M_ChOneRenegade": { + "templateId": "AthenaCharacter:CID_886_Athena_Commando_M_ChOneRenegade", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_NPC_Athena_Commando_M_HenchmanBad": { + "templateId": "AthenaCharacter:CID_NPC_Athena_Commando_M_HenchmanBad", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_697_Athena_Commando_F_GraffitiFuture": { + "templateId": "AthenaCharacter:CID_697_Athena_Commando_F_GraffitiFuture", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_HightowerTapas": { + "templateId": "AthenaDance:EID_HightowerTapas", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_711_Athena_Commando_M_LongShorts": { + "templateId": "AthenaCharacter:CID_711_Athena_Commando_M_LongShorts", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_250_Athena_Commando_M_EvilCowboy": { + "templateId": "AthenaCharacter:CID_250_Athena_Commando_M_EvilCowboy", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_053_Deco": { + "templateId": "AthenaPickaxe:Pickaxe_ID_053_Deco", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_284_Birthday2020": { + "templateId": "AthenaItemWrap:Wrap_284_Birthday2020", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_718_Athena_Commando_F_LuckyHero": { + "templateId": "AthenaCharacter:CID_718_Athena_Commando_F_LuckyHero", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_MicDrop": { + "templateId": "AthenaDance:EID_MicDrop", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_131_S9Cumulative01": { + "templateId": "AthenaLoadingScreen:LSID_131_S9Cumulative01", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_058_Cowgirl": { + "templateId": "AthenaSpray:SPID_058_Cowgirl", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_S12_Alter": { + "templateId": "AthenaEmoji:Emoji_S12_Alter", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_194_KTDeadfire": { + "templateId": "AthenaLoadingScreen:LSID_194_KTDeadfire", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_BreakfastCoffeeDance": { + "templateId": "AthenaDance:EID_BreakfastCoffeeDance", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_392_Athena_Commando_F_BountyBunny": { + "templateId": "AthenaCharacter:CID_392_Athena_Commando_F_BountyBunny", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_JazzHands": { + "templateId": "AthenaDance:EID_JazzHands", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_Schoolyard": { + "templateId": "AthenaDance:EID_Schoolyard", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_274_HightowerWasabi": { + "templateId": "AthenaItemWrap:Wrap_274_HightowerWasabi", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_460_SharkAttack": { + "templateId": "AthenaBackpack:BID_460_SharkAttack", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_079_Mash": { + "templateId": "AthenaItemWrap:Wrap_079_Mash", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_035_Candy": { + "templateId": "AthenaGlider:Glider_ID_035_Candy", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_Cry": { + "templateId": "AthenaDance:EID_Cry", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_528_SpaceWanderer": { + "templateId": "AthenaBackpack:BID_528_SpaceWanderer", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_155_BarbequeLarryBunnyHead": { + "templateId": "AthenaSpray:SPID_155_BarbequeLarryBunnyHead", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_019_TacticalJungle": { + "templateId": "AthenaLoadingScreen:LSID_019_TacticalJungle", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_134_Athena_Commando_M_Jailbird": { + "templateId": "AthenaCharacter:CID_134_Athena_Commando_M_Jailbird", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaMusicPack:MusicPack_052_S13Cine": { + "templateId": "AthenaMusicPack:MusicPack_052_S13Cine", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_833_Athena_Commando_F_TripleScoop": { + "templateId": "AthenaCharacter:CID_833_Athena_Commando_F_TripleScoop", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_204_S12_FNCS": { + "templateId": "AthenaSpray:SPID_204_S12_FNCS", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_790_Athena_Commando_M_HenchmanGoodShorts_C": { + "templateId": "AthenaCharacter:CID_790_Athena_Commando_M_HenchmanGoodShorts_C", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_HeelClick": { + "templateId": "AthenaDance:EID_HeelClick", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_532_Athena_Commando_F_Punchy": { + "templateId": "AthenaCharacter:CID_532_Athena_Commando_F_Punchy", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_023_Pinkbear": { + "templateId": "AthenaBackpack:BID_023_Pinkbear", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_TomatoHead": { + "templateId": "AthenaEmoji:Emoji_TomatoHead", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_191_Banana": { + "templateId": "AthenaPickaxe:Pickaxe_ID_191_Banana", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_241_BackspinMale_97LM4": { + "templateId": "AthenaGlider:Glider_ID_241_BackspinMale_97LM4", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_024_StealthBlack": { + "templateId": "AthenaItemWrap:Wrap_024_StealthBlack", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_223_Athena_Commando_M_Dieselpunk": { + "templateId": "AthenaCharacter:CID_223_Athena_Commando_M_Dieselpunk", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_427_Athena_Commando_M_DemonHunter": { + "templateId": "AthenaCharacter:CID_427_Athena_Commando_M_DemonHunter", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_131_NeonCat": { + "templateId": "AthenaPickaxe:Pickaxe_ID_131_NeonCat", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_107_Ashton_Jim": { + "templateId": "AthenaSpray:SPID_107_Ashton_Jim", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_757_Athena_Commando_F_WildCat": { + "templateId": "AthenaCharacter:CID_757_Athena_Commando_F_WildCat", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_183_NewYear2020": { + "templateId": "AthenaItemWrap:Wrap_183_NewYear2020", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_QuickSweeper": { + "templateId": "AthenaDance:EID_QuickSweeper", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_015_HolidayCandyCane": { + "templateId": "AthenaPickaxe:Pickaxe_ID_015_HolidayCandyCane", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaMusicPack:MusicPack_054_Fritter": { + "templateId": "AthenaMusicPack:MusicPack_054_Fritter", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_114_ModernMilitaryRed": { + "templateId": "AthenaBackpack:BID_114_ModernMilitaryRed", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_391_SoccerZombieFemale": { + "templateId": "AthenaBackpack:BID_391_SoccerZombieFemale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_486_JekyllMale1H": { + "templateId": "AthenaPickaxe:Pickaxe_ID_486_JekyllMale1H", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_331_Athena_Commando_M_Taxi": { + "templateId": "AthenaCharacter:CID_331_Athena_Commando_M_Taxi", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_417_BoneSnake": { + "templateId": "AthenaBackpack:BID_417_BoneSnake", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_225_Athena_Commando_M_Octoberfest": { + "templateId": "AthenaCharacter:CID_225_Athena_Commando_M_Octoberfest", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_357_CatBurglarMale": { + "templateId": "AthenaPickaxe:Pickaxe_ID_357_CatBurglarMale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_511_Athena_Commando_M_CubePaintWildCard": { + "templateId": "AthenaCharacter:CID_511_Athena_Commando_M_CubePaintWildCard", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_097_BikerFemale": { + "templateId": "AthenaBackpack:BID_097_BikerFemale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_473_VampireCasualFemale": { + "templateId": "AthenaPickaxe:Pickaxe_ID_473_VampireCasualFemale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_112_ClownMale": { + "templateId": "AthenaBackpack:BID_112_ClownMale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_191_GoldenSkeleton": { + "templateId": "AthenaItemWrap:Wrap_191_GoldenSkeleton", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_Chopsticks": { + "templateId": "AthenaDance:EID_Chopsticks", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_582_Athena_Commando_F_DarkDino": { + "templateId": "AthenaCharacter:CID_582_Athena_Commando_F_DarkDino", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_177_NautilusFemale": { + "templateId": "AthenaBackpack:BID_177_NautilusFemale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_132_S9Cumulative02": { + "templateId": "AthenaLoadingScreen:LSID_132_S9Cumulative02", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_091_Athena_Commando_M_RedShirt": { + "templateId": "AthenaCharacter:CID_091_Athena_Commando_M_RedShirt", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_799_Athena_Commando_F_CupidDark": { + "templateId": "AthenaCharacter:CID_799_Athena_Commando_F_CupidDark", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_Burpee": { + "templateId": "AthenaDance:EID_Burpee", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_DreamFeet": { + "templateId": "AthenaDance:EID_DreamFeet", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_036_CuChulainn": { + "templateId": "AthenaPickaxe:Pickaxe_ID_036_CuChulainn", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_108_PumpkinSlice": { + "templateId": "AthenaPickaxe:Pickaxe_ID_108_PumpkinSlice", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_634_Athena_Commando_F_GalileoRocket_ARVEH": { + "templateId": "AthenaCharacter:CID_634_Athena_Commando_F_GalileoRocket_ARVEH", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSkyDiveContrail:Trails_ID_082_HolidayGarland": { + "templateId": "AthenaSkyDiveContrail:Trails_ID_082_HolidayGarland", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [ + { + "channel": "Particle", + "active": "Particle1", + "owned": [] + } + ], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_069_Hacivat": { + "templateId": "AthenaGlider:Glider_ID_069_Hacivat", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_122_Valentines": { + "templateId": "AthenaGlider:Glider_ID_122_Valentines", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_NodHeadPapayaComms": { + "templateId": "AthenaDance:EID_NodHeadPapayaComms", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_648_Blonde": { + "templateId": "AthenaBackpack:BID_648_Blonde", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_875_Athena_Commando_M_RebirthDefaultG": { + "templateId": "AthenaCharacter:CID_875_Athena_Commando_M_RebirthDefaultG", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_HolidayCracker_Sync": { + "templateId": "AthenaDance:EID_HolidayCracker_Sync", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_315_NeonXmasSign": { + "templateId": "AthenaItemWrap:Wrap_315_NeonXmasSign", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_185_SnowCover": { + "templateId": "AthenaItemWrap:Wrap_185_SnowCover", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_358_CuteDuoMale": { + "templateId": "AthenaPickaxe:Pickaxe_ID_358_CuteDuoMale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_434_Athena_Commando_F_StealthHonor": { + "templateId": "AthenaCharacter:CID_434_Athena_Commando_F_StealthHonor", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_189_S11Cumulative10": { + "templateId": "AthenaLoadingScreen:LSID_189_S11Cumulative10", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_127_Athena_Commando_M_Hazmat": { + "templateId": "AthenaCharacter:CID_127_Athena_Commando_M_Hazmat", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_HalloweenCandy": { + "templateId": "AthenaDance:EID_HalloweenCandy", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSkyDiveContrail:Trails_ID_048_Spectral": { + "templateId": "AthenaSkyDiveContrail:Trails_ID_048_Spectral", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSkyDiveContrail:Trails_ID_080_DNAHelix": { + "templateId": "AthenaSkyDiveContrail:Trails_ID_080_DNAHelix", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_443_MaskedDancerMale": { + "templateId": "AthenaPickaxe:Pickaxe_ID_443_MaskedDancerMale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_244_ChOneGlider": { + "templateId": "AthenaGlider:Glider_ID_244_ChOneGlider", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSkyDiveContrail:Trails_ID_032_StringLights": { + "templateId": "AthenaSkyDiveContrail:Trails_ID_032_StringLights", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_S11_HotDrop": { + "templateId": "AthenaEmoji:Emoji_S11_HotDrop", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_287_MythToon": { + "templateId": "AthenaItemWrap:Wrap_287_MythToon", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_ISeeYou": { + "templateId": "AthenaEmoji:Emoji_ISeeYou", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_Banana": { + "templateId": "AthenaDance:EID_Banana", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_436_TacticalBear": { + "templateId": "AthenaBackpack:BID_436_TacticalBear", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_635_Athena_Commando_M_GalileoSled_FHJVM": { + "templateId": "AthenaCharacter:CID_635_Athena_Commando_M_GalileoSled_FHJVM", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_195_Cyclone": { + "templateId": "AthenaSpray:SPID_195_Cyclone", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_401_BeaconMale": { + "templateId": "AthenaPickaxe:Pickaxe_ID_401_BeaconMale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_211_BunkerMan_1H": { + "templateId": "AthenaPickaxe:Pickaxe_ID_211_BunkerMan_1H", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_908_Athena_Commando_M_York_D": { + "templateId": "AthenaCharacter:CID_908_Athena_Commando_M_York_D", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_203_UnicornRain": { + "templateId": "AthenaSpray:SPID_203_UnicornRain", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_Shaolin": { + "templateId": "AthenaDance:EID_Shaolin", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_ThumbsUp": { + "templateId": "AthenaEmoji:Emoji_ThumbsUp", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_277_WhiteTiger": { + "templateId": "AthenaBackpack:BID_277_WhiteTiger", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_246_Athena_Commando_F_Grave": { + "templateId": "AthenaCharacter:CID_246_Athena_Commando_F_Grave", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_184_DarkShaman": { + "templateId": "AthenaPickaxe:Pickaxe_ID_184_DarkShaman", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_086_ShareTheLove_B": { + "templateId": "AthenaSpray:SPID_086_ShareTheLove_B", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_096_PlaneKey": { + "templateId": "AthenaLoadingScreen:LSID_096_PlaneKey", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_185_Athena_Commando_M_DurrburgerHero": { + "templateId": "AthenaCharacter:CID_185_Athena_Commando_M_DurrburgerHero", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_FoamFinger": { + "templateId": "AthenaEmoji:Emoji_FoamFinger", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_ThumbsUp": { + "templateId": "AthenaDance:EID_ThumbsUp", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaMusicPack:MusicPack_004_Holiday": { + "templateId": "AthenaMusicPack:MusicPack_004_Holiday", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_303_Nosh": { + "templateId": "AthenaPickaxe:Pickaxe_ID_303_Nosh", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_Crackshot": { + "templateId": "AthenaEmoji:Emoji_Crackshot", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_051_GameOver": { + "templateId": "AthenaSpray:SPID_051_GameOver", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_245_DeliSandwich": { + "templateId": "AthenaGlider:Glider_ID_245_DeliSandwich", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_080_Gingerbread": { + "templateId": "AthenaLoadingScreen:LSID_080_Gingerbread", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_CowboyDance": { + "templateId": "AthenaDance:EID_CowboyDance", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSkyDiveContrail:Trails_ID_086_SnowStorm": { + "templateId": "AthenaSkyDiveContrail:Trails_ID_086_SnowStorm", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_SmokeBombFail": { + "templateId": "AthenaDance:EID_SmokeBombFail", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_053_Athena_Commando_M_SkiDude": { + "templateId": "AthenaCharacter:CID_053_Athena_Commando_M_SkiDude", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_458_TheGoldenSkeleton": { + "templateId": "AthenaBackpack:BID_458_TheGoldenSkeleton", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_088_PSBurnout": { + "templateId": "AthenaPickaxe:Pickaxe_ID_088_PSBurnout", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_069_BagOfCoal": { + "templateId": "AthenaSpray:SPID_069_BagOfCoal", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_804_Athena_Commando_M_SharkSuit": { + "templateId": "AthenaCharacter:CID_804_Athena_Commando_M_SharkSuit", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_133_S9Cumulative03": { + "templateId": "AthenaLoadingScreen:LSID_133_S9Cumulative03", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_303_BananaSmoothie": { + "templateId": "AthenaBackpack:BID_303_BananaSmoothie", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_234_Athena_Commando_M_LlamaRider": { + "templateId": "AthenaCharacter:CID_234_Athena_Commando_M_LlamaRider", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_126_Yeti": { + "templateId": "AthenaPickaxe:Pickaxe_ID_126_Yeti", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_849_Athena_Commando_M_DarkEaglePurple": { + "templateId": "AthenaCharacter:CID_849_Athena_Commando_M_DarkEaglePurple", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_170_S10Cumulative06": { + "templateId": "AthenaLoadingScreen:LSID_170_S10Cumulative06", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_240_S15_Holiday2": { + "templateId": "AthenaSpray:SPID_240_S15_Holiday2", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_787_Athena_Commando_M_Heist_Ghost": { + "templateId": "AthenaCharacter:CID_787_Athena_Commando_M_Heist_Ghost", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_167_S10Cumulative03": { + "templateId": "AthenaLoadingScreen:LSID_167_S10Cumulative03", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_214_GarbageIsland": { + "templateId": "AthenaGlider:Glider_ID_214_GarbageIsland", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_814_Athena_Commando_M_BananaSummer": { + "templateId": "AthenaCharacter:CID_814_Athena_Commando_M_BananaSummer", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_847_Athena_Commando_M_Soy_2AS3C": { + "templateId": "AthenaCharacter:CID_847_Athena_Commando_M_Soy_2AS3C", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_S14_3rd_Birthday": { + "templateId": "AthenaEmoji:Emoji_S14_3rd_Birthday", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_033_PotOfGold": { + "templateId": "AthenaPickaxe:Pickaxe_ID_033_PotOfGold", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_089_StreetRacerWhiteFemale": { + "templateId": "AthenaBackpack:BID_089_StreetRacerWhiteFemale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_036_Raven": { + "templateId": "AthenaBackpack:BID_036_Raven", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_053_Jackel": { + "templateId": "AthenaItemWrap:Wrap_053_Jackel", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_AngryVolcano": { + "templateId": "AthenaEmoji:Emoji_AngryVolcano", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_Comm": { + "templateId": "AthenaEmoji:Emoji_Comm", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_KissKiss": { + "templateId": "AthenaDance:EID_KissKiss", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_172_S10Cumulative08_E9M2F": { + "templateId": "AthenaLoadingScreen:LSID_172_S10Cumulative08_E9M2F", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_032_PotatoAim": { + "templateId": "AthenaSpray:SPID_032_PotatoAim", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_414_ForestDwellerMale": { + "templateId": "AthenaBackpack:BID_414_ForestDwellerMale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_040_Jailbird": { + "templateId": "AthenaGlider:Glider_ID_040_Jailbird", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_012_District": { + "templateId": "AthenaPickaxe:Pickaxe_ID_012_District", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_409_Athena_Commando_M_BunkerMan": { + "templateId": "AthenaCharacter:CID_409_Athena_Commando_M_BunkerMan", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_004_Disco": { + "templateId": "AthenaGlider:Glider_ID_004_Disco", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_106_TreasureMap": { + "templateId": "AthenaLoadingScreen:LSID_106_TreasureMap", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_274_StreetUrchin": { + "templateId": "AthenaPickaxe:Pickaxe_ID_274_StreetUrchin", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_Random": { + "templateId": "AthenaBackpack:BID_Random", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPetCarrier:PetCarrier_001_Dog": { + "templateId": "AthenaPetCarrier:PetCarrier_001_Dog", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_327_Meteorite": { + "templateId": "AthenaBackpack:BID_327_Meteorite", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_540_Athena_Commando_M_MeteorManRemix": { + "templateId": "AthenaCharacter:CID_540_Athena_Commando_M_MeteorManRemix", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_117_Warpaint": { + "templateId": "AthenaGlider:Glider_ID_117_Warpaint", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_471_StreetFashionGarnetFemale": { + "templateId": "AthenaPickaxe:Pickaxe_ID_471_StreetFashionGarnetFemale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_370_Athena_Commando_M_EvilSuit": { + "templateId": "AthenaCharacter:CID_370_Athena_Commando_M_EvilSuit", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_NPC_Athena_Commando_F_MarauderElite": { + "templateId": "AthenaCharacter:CID_NPC_Athena_Commando_F_MarauderElite", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaMusicPack:MusicPack_065_FortlishRap": { + "templateId": "AthenaMusicPack:MusicPack_065_FortlishRap", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_009_S4Cumulative1": { + "templateId": "AthenaLoadingScreen:LSID_009_S4Cumulative1", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_229_S14_FNCS": { + "templateId": "AthenaSpray:SPID_229_S14_FNCS", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_027_Scavenger": { + "templateId": "AthenaPickaxe:Pickaxe_ID_027_Scavenger", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSkyDiveContrail:Trails_ID_079_ZeroPoint": { + "templateId": "AthenaSkyDiveContrail:Trails_ID_079_ZeroPoint", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_041_PajamaParty": { + "templateId": "AthenaPickaxe:Pickaxe_ID_041_PajamaParty", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_RockPaperScissors": { + "templateId": "AthenaDance:EID_RockPaperScissors", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_219_FarmerMale": { + "templateId": "AthenaBackpack:BID_219_FarmerMale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_779_Athena_Commando_M_HenchmanGoodShorts": { + "templateId": "AthenaCharacter:CID_779_Athena_Commando_M_HenchmanGoodShorts", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_131_Teknique": { + "templateId": "AthenaSpray:SPID_131_Teknique", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_563_MilitaryFashionSummer": { + "templateId": "AthenaBackpack:BID_563_MilitaryFashionSummer", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_Basketball": { + "templateId": "AthenaDance:EID_Basketball", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_020_TropicalCamo": { + "templateId": "AthenaItemWrap:Wrap_020_TropicalCamo", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_246_BabaYaga": { + "templateId": "AthenaGlider:Glider_ID_246_BabaYaga", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_Clapping": { + "templateId": "AthenaEmoji:Emoji_Clapping", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_227_FemaleGlowBro": { + "templateId": "AthenaPickaxe:Pickaxe_ID_227_FemaleGlowBro", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_297_Chip": { + "templateId": "AthenaItemWrap:Wrap_297_Chip", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_Chug": { + "templateId": "AthenaDance:EID_Chug", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_383_DarkDinoFemale": { + "templateId": "AthenaBackpack:BID_383_DarkDinoFemale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_460_HightowerWasabi1H": { + "templateId": "AthenaPickaxe:Pickaxe_ID_460_HightowerWasabi1H", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_424_Athena_Commando_M_Vigilante": { + "templateId": "AthenaCharacter:CID_424_Athena_Commando_M_Vigilante", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_325_FestivePugMale": { + "templateId": "AthenaPickaxe:Pickaxe_ID_325_FestivePugMale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_477_BuffCat": { + "templateId": "AthenaBackpack:BID_477_BuffCat", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_163_PirateOctopus": { + "templateId": "AthenaPickaxe:Pickaxe_ID_163_PirateOctopus", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_261_Shapeshifter": { + "templateId": "AthenaLoadingScreen:LSID_261_Shapeshifter", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_098_Shiny": { + "templateId": "AthenaSpray:SPID_098_Shiny", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_275_Geisha": { + "templateId": "AthenaBackpack:BID_275_Geisha", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_Breakboy": { + "templateId": "AthenaDance:EID_Breakboy", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_564_CandySummer": { + "templateId": "AthenaBackpack:BID_564_CandySummer", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_735_Athena_Commando_M_Informer": { + "templateId": "AthenaCharacter:CID_735_Athena_Commando_M_Informer", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_115_SnowNinja": { + "templateId": "AthenaGlider:Glider_ID_115_SnowNinja", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_WolfHowl": { + "templateId": "AthenaDance:EID_WolfHowl", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_057_ModernMilitary": { + "templateId": "AthenaGlider:Glider_ID_057_ModernMilitary", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_536_Beacon": { + "templateId": "AthenaBackpack:BID_536_Beacon", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_178_Athena_Commando_F_StreetRacerCobra": { + "templateId": "AthenaCharacter:CID_178_Athena_Commando_F_StreetRacerCobra", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_107_GraffitiRemix": { + "templateId": "AthenaItemWrap:Wrap_107_GraffitiRemix", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSkyDiveContrail:Trails_ID_054_KpopGlow": { + "templateId": "AthenaSkyDiveContrail:Trails_ID_054_KpopGlow", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_720_Athena_Commando_F_StreetFashionEmerald": { + "templateId": "AthenaCharacter:CID_720_Athena_Commando_F_StreetFashionEmerald", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_291_Caterpillar": { + "templateId": "AthenaBackpack:BID_291_Caterpillar", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_158_FuzzyBear": { + "templateId": "AthenaPickaxe:Pickaxe_ID_158_FuzzyBear", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_AssassinVest": { + "templateId": "AthenaDance:EID_AssassinVest", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_193_TheGoldenSkeleton": { + "templateId": "AthenaGlider:Glider_ID_193_TheGoldenSkeleton", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_026_Athena_Commando_M": { + "templateId": "AthenaCharacter:CID_026_Athena_Commando_M", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_Chicken": { + "templateId": "AthenaEmoji:Emoji_Chicken", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_959_Athena_Commando_M_Corny": { + "templateId": "AthenaCharacter:CID_959_Athena_Commando_M_Corny", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_640_ElfAttackMale": { + "templateId": "AthenaBackpack:BID_640_ElfAttackMale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_201_Athena_Commando_M_DesertOps": { + "templateId": "AthenaCharacter:CID_201_Athena_Commando_M_DesertOps", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_Fiery": { + "templateId": "AthenaEmoji:Emoji_Fiery", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_094_SamuraiUltra": { + "templateId": "AthenaGlider:Glider_ID_094_SamuraiUltra", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_S11_UTurn": { + "templateId": "AthenaEmoji:Emoji_S11_UTurn", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_FireworksSpin": { + "templateId": "AthenaDance:EID_FireworksSpin", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_397_SkeletonHunter": { + "templateId": "AthenaBackpack:BID_397_SkeletonHunter", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_888_Athena_Commando_F_ChOneBanshee": { + "templateId": "AthenaCharacter:CID_888_Athena_Commando_F_ChOneBanshee", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_984_Athena_Commando_M_HolidayLights": { + "templateId": "AthenaCharacter:CID_984_Athena_Commando_M_HolidayLights", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_177_Mastermind": { + "templateId": "AthenaSpray:SPID_177_Mastermind", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_Popcorn": { + "templateId": "AthenaDance:EID_Popcorn", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_069_S6Cumulative08": { + "templateId": "AthenaLoadingScreen:LSID_069_S6Cumulative08", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_401_Razor": { + "templateId": "AthenaBackpack:BID_401_Razor", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_036_EvilSuit": { + "templateId": "AthenaItemWrap:Wrap_036_EvilSuit", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_302_TourBus1H": { + "templateId": "AthenaPickaxe:Pickaxe_ID_302_TourBus1H", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_107_IceMaiden": { + "templateId": "AthenaGlider:Glider_ID_107_IceMaiden", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_259_MidasRevenge": { + "templateId": "AthenaLoadingScreen:LSID_259_MidasRevenge", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_525_PlumRetro1H_3FBV3": { + "templateId": "AthenaPickaxe:Pickaxe_ID_525_PlumRetro1H_3FBV3", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_137_EvilCowboy": { + "templateId": "AthenaBackpack:BID_137_EvilCowboy", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_118_AstronautEvil": { + "templateId": "AthenaItemWrap:Wrap_118_AstronautEvil", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_642_Embers": { + "templateId": "AthenaBackpack:BID_642_Embers", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_461_Athena_Commando_M_DriftSummer": { + "templateId": "AthenaCharacter:CID_461_Athena_Commando_M_DriftSummer", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_Confused": { + "templateId": "AthenaDance:EID_Confused", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_CrackshotClock": { + "templateId": "AthenaDance:EID_CrackshotClock", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_283_StormSoldier": { + "templateId": "AthenaBackpack:BID_283_StormSoldier", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_TrophyCelebration": { + "templateId": "AthenaDance:EID_TrophyCelebration", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_Voyager": { + "templateId": "AthenaGlider:Glider_Voyager", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_336_TNTinaFemale": { + "templateId": "AthenaPickaxe:Pickaxe_ID_336_TNTinaFemale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_672_StreetFashionHoliday": { + "templateId": "AthenaBackpack:BID_672_StreetFashionHoliday", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_043_OrbitingPlanets": { + "templateId": "AthenaPickaxe:Pickaxe_ID_043_OrbitingPlanets", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_480_Athena_Commando_F_Bubblegum": { + "templateId": "AthenaCharacter:CID_480_Athena_Commando_F_Bubblegum", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_056_Athena_Commando_M_SkiDude_GBR": { + "templateId": "AthenaCharacter:CID_056_Athena_Commando_M_SkiDude_GBR", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_TreeLightPose": { + "templateId": "AthenaDance:EID_TreeLightPose", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_471_CuteDuo": { + "templateId": "AthenaBackpack:BID_471_CuteDuo", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_025_Dragon": { + "templateId": "AthenaPickaxe:Pickaxe_ID_025_Dragon", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_462_Soy_4CW52": { + "templateId": "AthenaPickaxe:Pickaxe_ID_462_Soy_4CW52", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_520_CycloneUniverse": { + "templateId": "AthenaBackpack:BID_520_CycloneUniverse", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_609_ElasticCape": { + "templateId": "AthenaBackpack:BID_609_ElasticCape", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_046_VikingPattern": { + "templateId": "AthenaLoadingScreen:LSID_046_VikingPattern", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_256_TechOpsBlue": { + "templateId": "AthenaPickaxe:Pickaxe_ID_256_TechOpsBlue", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_100_DigitalShift": { + "templateId": "AthenaItemWrap:Wrap_100_DigitalShift", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_705_Athena_Commando_M_Donut": { + "templateId": "AthenaCharacter:CID_705_Athena_Commando_M_Donut", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_ProfessorPup": { + "templateId": "AthenaDance:EID_ProfessorPup", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_NPC_Athena_Commando_M_MarauderGrunt": { + "templateId": "AthenaCharacter:CID_NPC_Athena_Commando_M_MarauderGrunt", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:FounderGlider": { + "templateId": "AthenaGlider:FounderGlider", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_139_TiltedMap": { + "templateId": "AthenaSpray:SPID_139_TiltedMap", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_897_Athena_Commando_F_DarkBomberSummer": { + "templateId": "AthenaCharacter:CID_897_Athena_Commando_F_DarkBomberSummer", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_889_Athena_Commando_F_ChOneWildcat": { + "templateId": "AthenaCharacter:CID_889_Athena_Commando_F_ChOneWildcat", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_291_Athena_Commando_M_Dieselpunk02": { + "templateId": "AthenaCharacter:CID_291_Athena_Commando_M_Dieselpunk02", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_021_Scavenger": { + "templateId": "AthenaGlider:Glider_ID_021_Scavenger", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_927_Athena_Commando_M_NauticalPajamas": { + "templateId": "AthenaCharacter:CID_927_Athena_Commando_M_NauticalPajamas", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaMusicPack:MusicPack_036_Storm": { + "templateId": "AthenaMusicPack:MusicPack_036_Storm", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSkyDiveContrail:Trails_ID_098_HightowerSquash": { + "templateId": "AthenaSkyDiveContrail:Trails_ID_098_HightowerSquash", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_050_PajamaPartyRed": { + "templateId": "AthenaItemWrap:Wrap_050_PajamaPartyRed", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPet:PetID_004_Hamster": { + "templateId": "AthenaPet:PetID_004_Hamster", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_289_DragonflyWings": { + "templateId": "AthenaItemWrap:Wrap_289_DragonflyWings", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_JanuaryBop": { + "templateId": "AthenaDance:EID_JanuaryBop", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_553_Athena_Commando_M_BrightGunnerRemix": { + "templateId": "AthenaCharacter:CID_553_Athena_Commando_M_BrightGunnerRemix", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_232_Leprechaun": { + "templateId": "AthenaBackpack:BID_232_Leprechaun", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_298_Freak1H": { + "templateId": "AthenaPickaxe:Pickaxe_ID_298_Freak1H", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_418_CupidDarkFemale1H": { + "templateId": "AthenaPickaxe:Pickaxe_ID_418_CupidDarkFemale1H", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_056_ManholeCover": { + "templateId": "AthenaSpray:SPID_056_ManholeCover", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_385_Nosh": { + "templateId": "AthenaBackpack:BID_385_Nosh", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_FrisbeeShow": { + "templateId": "AthenaDance:EID_FrisbeeShow", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_102_WorldCup2019": { + "templateId": "AthenaItemWrap:Wrap_102_WorldCup2019", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_118_Squishy": { + "templateId": "AthenaGlider:Glider_ID_118_Squishy", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_062_Athena_Commando_F_SkiGirl_USA": { + "templateId": "AthenaCharacter:CID_062_Athena_Commando_F_SkiGirl_USA", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_235_S15_Flapjack": { + "templateId": "AthenaSpray:SPID_235_S15_Flapjack", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaMusicPack:MusicPack_070_StarPowerRemix": { + "templateId": "AthenaMusicPack:MusicPack_070_StarPowerRemix", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_075_ModernMilitaryRed": { + "templateId": "AthenaGlider:Glider_ID_075_ModernMilitaryRed", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_152_DemonHunter": { + "templateId": "AthenaGlider:Glider_ID_152_DemonHunter", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_113_Athena_Commando_M_BlueAce": { + "templateId": "AthenaCharacter:CID_113_Athena_Commando_M_BlueAce", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_524_Athena_Commando_F_FutureBikerWhite": { + "templateId": "AthenaCharacter:CID_524_Athena_Commando_F_FutureBikerWhite", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_294_Athena_Commando_F_RedKnightWinter": { + "templateId": "AthenaCharacter:CID_294_Athena_Commando_F_RedKnightWinter", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_031_Athena_Commando_M_Retro": { + "templateId": "AthenaCharacter:CID_031_Athena_Commando_M_Retro", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_128_BootyBuoy": { + "templateId": "AthenaGlider:Glider_ID_128_BootyBuoy", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_503_MinotaurLuck": { + "templateId": "AthenaBackpack:BID_503_MinotaurLuck", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_548_MastermindGhost": { + "templateId": "AthenaBackpack:BID_548_MastermindGhost", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_244_RustRemix1H": { + "templateId": "AthenaPickaxe:Pickaxe_ID_244_RustRemix1H", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_304_ToonStars": { + "templateId": "AthenaItemWrap:Wrap_304_ToonStars", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_JumpingJack": { + "templateId": "AthenaDance:EID_JumpingJack", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_159_Freak": { + "templateId": "AthenaItemWrap:Wrap_159_Freak", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_156_Athena_Commando_F_FuzzyBearInd": { + "templateId": "AthenaCharacter:CID_156_Athena_Commando_F_FuzzyBearInd", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_209_AKCrackshot": { + "templateId": "AthenaLoadingScreen:LSID_209_AKCrackshot", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_368_RockClimber": { + "templateId": "AthenaBackpack:BID_368_RockClimber", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_138_S9Cumulative08": { + "templateId": "AthenaLoadingScreen:LSID_138_S9Cumulative08", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_Sparkler": { + "templateId": "AthenaDance:EID_Sparkler", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_131_LemonLimeJuice": { + "templateId": "AthenaItemWrap:Wrap_131_LemonLimeJuice", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_Stealth": { + "templateId": "AthenaGlider:Glider_Stealth", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_550_Athena_Commando_M_YellowCamoC": { + "templateId": "AthenaCharacter:CID_550_Athena_Commando_M_YellowCamoC", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_Stop": { + "templateId": "AthenaEmoji:Emoji_Stop", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_136_Math": { + "templateId": "AthenaPickaxe:Pickaxe_ID_136_Math", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_166_S10Cumulative02": { + "templateId": "AthenaLoadingScreen:LSID_166_S10Cumulative02", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_393_NeonCatSpyFemale": { + "templateId": "AthenaPickaxe:Pickaxe_ID_393_NeonCatSpyFemale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_404_GatorMale": { + "templateId": "AthenaPickaxe:Pickaxe_ID_404_GatorMale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_295_DarkDino1H": { + "templateId": "AthenaPickaxe:Pickaxe_ID_295_DarkDino1H", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_263_FutureSamurai": { + "templateId": "AthenaLoadingScreen:LSID_263_FutureSamurai", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_389_DonutPlate1H": { + "templateId": "AthenaPickaxe:Pickaxe_ID_389_DonutPlate1H", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_240_DarkShamanMale": { + "templateId": "AthenaBackpack:BID_240_DarkShamanMale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_S15_Flapjack": { + "templateId": "AthenaEmoji:Emoji_S15_Flapjack", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_HailingCab": { + "templateId": "AthenaDance:EID_HailingCab", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaRewardEventGraphCosmetic:REG_ID_001_Winterfest": { + "templateId": "AthenaRewardEventGraphCosmetic:REG_ID_001_Winterfest", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_254_ShinyMale": { + "templateId": "AthenaBackpack:BID_254_ShinyMale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_186_GingerbreadMale": { + "templateId": "AthenaBackpack:BID_186_GingerbreadMale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_RocketRodeo": { + "templateId": "AthenaDance:EID_RocketRodeo", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_478_FlowerSkeletonMale1H": { + "templateId": "AthenaPickaxe:Pickaxe_ID_478_FlowerSkeletonMale1H", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_830_Athena_Commando_M_SpaceWanderer": { + "templateId": "AthenaCharacter:CID_830_Athena_Commando_M_SpaceWanderer", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_NPC_Athena_Commando_M_HeistSummerIsland": { + "templateId": "AthenaCharacter:CID_NPC_Athena_Commando_M_HeistSummerIsland", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_ThumbsDown": { + "templateId": "AthenaEmoji:Emoji_ThumbsDown", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_205_MeteorShowerC": { + "templateId": "AthenaItemWrap:Wrap_205_MeteorShowerC", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_RunningManv3": { + "templateId": "AthenaDance:EID_RunningManv3", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_151_Sheath": { + "templateId": "AthenaItemWrap:Wrap_151_Sheath", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_RideThePony_Athena": { + "templateId": "AthenaDance:EID_RideThePony_Athena", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_240_Maverick": { + "templateId": "AthenaGlider:Glider_ID_240_Maverick", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_GunspinnerTeacup": { + "templateId": "AthenaDance:EID_GunspinnerTeacup", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_AztecMask": { + "templateId": "AthenaEmoji:Emoji_AztecMask", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSkyDiveContrail:Trails_ID_095_HightowerDate": { + "templateId": "AthenaSkyDiveContrail:Trails_ID_095_HightowerDate", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_269_Holiday2": { + "templateId": "AthenaLoadingScreen:LSID_269_Holiday2", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_087_BriteBomberSummer": { + "templateId": "AthenaItemWrap:Wrap_087_BriteBomberSummer", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_MashedPotato": { + "templateId": "AthenaDance:EID_MashedPotato", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_618_Birthday03": { + "templateId": "AthenaBackpack:BID_618_Birthday03", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_416_BigChuggus": { + "templateId": "AthenaBackpack:BID_416_BigChuggus", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_038_Athena_Commando_M_Disco": { + "templateId": "AthenaCharacter:CID_038_Athena_Commando_M_Disco", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_177_IJLlama": { + "templateId": "AthenaLoadingScreen:LSID_177_IJLlama", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_224_Athena_Commando_F_Dieselpunk": { + "templateId": "AthenaCharacter:CID_224_Athena_Commando_F_Dieselpunk", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_TwistEternity": { + "templateId": "AthenaDance:EID_TwistEternity", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_144_VisitorGG": { + "templateId": "AthenaSpray:SPID_144_VisitorGG", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_633_Athena_Commando_M_GalileoFerry_PA3E1": { + "templateId": "AthenaCharacter:CID_633_Athena_Commando_M_GalileoFerry_PA3E1", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_222_AztecFemale": { + "templateId": "AthenaBackpack:BID_222_AztecFemale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_775_Athena_Commando_F_StreetRacerCobraGold": { + "templateId": "AthenaCharacter:CID_775_Athena_Commando_F_StreetRacerCobraGold", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_319_StreetRacerDriftRemix": { + "templateId": "AthenaBackpack:BID_319_StreetRacerDriftRemix", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_RIP": { + "templateId": "AthenaEmoji:Emoji_RIP", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_052_Hazmat": { + "templateId": "AthenaPickaxe:Pickaxe_ID_052_Hazmat", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_502_Tailor": { + "templateId": "AthenaBackpack:BID_502_Tailor", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_523_Athena_Commando_F_Cupid": { + "templateId": "AthenaCharacter:CID_523_Athena_Commando_F_Cupid", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_ChairTime": { + "templateId": "AthenaDance:EID_ChairTime", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_158_NTDurrr": { + "templateId": "AthenaLoadingScreen:LSID_158_NTDurrr", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_S14_KingOfTheHill": { + "templateId": "AthenaEmoji:Emoji_S14_KingOfTheHill", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_029_RetroGrey": { + "templateId": "AthenaBackpack:BID_029_RetroGrey", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_034_CarbideBlue": { + "templateId": "AthenaGlider:Glider_ID_034_CarbideBlue", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_097_Feathers": { + "templateId": "AthenaGlider:Glider_ID_097_Feathers", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_Tattered": { + "templateId": "AthenaEmoji:Emoji_Tattered", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_048_CarbideBlack": { + "templateId": "AthenaPickaxe:Pickaxe_ID_048_CarbideBlack", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_520_FancyCandyMale1H": { + "templateId": "AthenaPickaxe:Pickaxe_ID_520_FancyCandyMale1H", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_ZZZ": { + "templateId": "AthenaEmoji:Emoji_ZZZ", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_NPC_Athena_RebirthSoldier": { + "templateId": "AthenaCharacter:CID_NPC_Athena_RebirthSoldier", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_065_Hippie": { + "templateId": "AthenaGlider:Glider_ID_065_Hippie", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_882_Athena_Commando_F_RebirthDefault_I": { + "templateId": "AthenaCharacter:CID_882_Athena_Commando_F_RebirthDefault_I", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_S14_Elastic_DogAndBones": { + "templateId": "AthenaEmoji:Emoji_S14_Elastic_DogAndBones", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_231_TargetPractice": { + "templateId": "AthenaItemWrap:Wrap_231_TargetPractice", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_058_Storm": { + "templateId": "AthenaItemWrap:Wrap_058_Storm", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_338_Athena_Commando_M_DumplingMan": { + "templateId": "AthenaCharacter:CID_338_Athena_Commando_M_DumplingMan", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_052_Bedazzled": { + "templateId": "AthenaGlider:Glider_ID_052_Bedazzled", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_418_Athena_Commando_F_Geisha": { + "templateId": "AthenaCharacter:CID_418_Athena_Commando_F_Geisha", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBattleBus:BBID_DefaultBus": { + "templateId": "AthenaBattleBus:BBID_DefaultBus", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_113_S8Cumulative07": { + "templateId": "AthenaLoadingScreen:LSID_113_S8Cumulative07", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_106_Ashton_Boardwalk": { + "templateId": "AthenaSpray:SPID_106_Ashton_Boardwalk", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_665_Jupiter_XD7AK": { + "templateId": "AthenaBackpack:BID_665_Jupiter_XD7AK", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_877_Athena_Commando_M_RebirthDefaultI": { + "templateId": "AthenaCharacter:CID_877_Athena_Commando_M_RebirthDefaultI", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_065_SpeedyRed": { + "templateId": "AthenaPickaxe:Pickaxe_ID_065_SpeedyRed", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_Zippy": { + "templateId": "AthenaDance:EID_Zippy", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_116_PizzaPit": { + "templateId": "AthenaGlider:Glider_ID_116_PizzaPit", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_202_TZDemi": { + "templateId": "AthenaLoadingScreen:LSID_202_TZDemi", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_562_Athena_Commando_M_RebirthDefaultC": { + "templateId": "AthenaCharacter:CID_562_Athena_Commando_M_RebirthDefaultC", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_012_Athena_Commando_M": { + "templateId": "AthenaCharacter:CID_012_Athena_Commando_M", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_078_SkullTrooper": { + "templateId": "AthenaLoadingScreen:LSID_078_SkullTrooper", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_NPC_Athena_Commando_F_RebirthDefault_Henchman": { + "templateId": "AthenaCharacter:CID_NPC_Athena_Commando_F_RebirthDefault_Henchman", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_ZombieWalk": { + "templateId": "AthenaDance:EID_ZombieWalk", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_655_PieMan": { + "templateId": "AthenaBackpack:BID_655_PieMan", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_455_Athena_Commando_F_Jellyfish": { + "templateId": "AthenaCharacter:CID_455_Athena_Commando_F_Jellyfish", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_PureSalt": { + "templateId": "AthenaDance:EID_PureSalt", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_011_Medieval": { + "templateId": "AthenaPickaxe:Pickaxe_ID_011_Medieval", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_292_Athena_Commando_F_Dieselpunk02": { + "templateId": "AthenaCharacter:CID_292_Athena_Commando_F_Dieselpunk02", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_122_Witch": { + "templateId": "AthenaPickaxe:Pickaxe_ID_122_Witch", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_047_Candy": { + "templateId": "AthenaBackpack:BID_047_Candy", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_346_Athena_Commando_M_DragonNinja": { + "templateId": "AthenaCharacter:CID_346_Athena_Commando_M_DragonNinja", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_607_SniperHoodFemale_Corrupt": { + "templateId": "AthenaBackpack:BID_607_SniperHoodFemale_Corrupt", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_217_ActivatedRunes": { + "templateId": "AthenaItemWrap:Wrap_217_ActivatedRunes", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_Grooving": { + "templateId": "AthenaDance:EID_Grooving", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_Ace": { + "templateId": "AthenaEmoji:Emoji_Ace", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_467_DragonRacer": { + "templateId": "AthenaBackpack:BID_467_DragonRacer", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_512_RenegadeRaiderHolidayFemale": { + "templateId": "AthenaPickaxe:Pickaxe_ID_512_RenegadeRaiderHolidayFemale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_080_PrairiePusher": { + "templateId": "AthenaGlider:Glider_ID_080_PrairiePusher", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_369_CrazyEight": { + "templateId": "AthenaBackpack:BID_369_CrazyEight", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_057_CreepyBunny": { + "templateId": "AthenaSpray:SPID_057_CreepyBunny", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_044_Pterodactyl": { + "templateId": "AthenaGlider:Glider_ID_044_Pterodactyl", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_252_EvilBunny": { + "templateId": "AthenaBackpack:BID_252_EvilBunny", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_429_GalileoRocket_ZD0AF": { + "templateId": "AthenaBackpack:BID_429_GalileoRocket_ZD0AF", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_075_TacticalSanta": { + "templateId": "AthenaLoadingScreen:LSID_075_TacticalSanta", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_527_Loofah": { + "templateId": "AthenaBackpack:BID_527_Loofah", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_254_Athena_Commando_M_Zombie": { + "templateId": "AthenaCharacter:CID_254_Athena_Commando_M_Zombie", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_925_Athena_Commando_F_TapDance": { + "templateId": "AthenaCharacter:CID_925_Athena_Commando_F_TapDance", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_535_Athena_Commando_M_Traveler": { + "templateId": "AthenaCharacter:CID_535_Athena_Commando_M_Traveler", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_186_GalileoFerry_48L4V": { + "templateId": "AthenaGlider:Glider_ID_186_GalileoFerry_48L4V", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_500_TapDanceFemale1H": { + "templateId": "AthenaPickaxe:Pickaxe_ID_500_TapDanceFemale1H", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_578_Athena_Commando_F_Fisherman": { + "templateId": "AthenaCharacter:CID_578_Athena_Commando_F_Fisherman", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_332_FrostMystery": { + "templateId": "AthenaBackpack:BID_332_FrostMystery", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaMusicPack:MusicPack_024_Showdown": { + "templateId": "AthenaMusicPack:MusicPack_024_Showdown", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_GingerbreadHappy": { + "templateId": "AthenaEmoji:Emoji_GingerbreadHappy", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_089_Muertos": { + "templateId": "AthenaGlider:Glider_ID_089_Muertos", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_ThumbsDown": { + "templateId": "AthenaDance:EID_ThumbsDown", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_893_Athena_Commando_F_BlackWidowJacket": { + "templateId": "AthenaCharacter:CID_893_Athena_Commando_F_BlackWidowJacket", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_DoggyStrut": { + "templateId": "AthenaDance:EID_DoggyStrut", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_173_TacticalBiker": { + "templateId": "AthenaGlider:Glider_ID_173_TacticalBiker", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_195_FunkOpsFemale": { + "templateId": "AthenaBackpack:BID_195_FunkOpsFemale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_TeamMonster": { + "templateId": "AthenaDance:EID_TeamMonster", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_026_ShuttleB": { + "templateId": "AthenaGlider:Glider_ID_026_ShuttleB", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_436_Athena_Commando_M_ReconSpecialist": { + "templateId": "AthenaCharacter:CID_436_Athena_Commando_M_ReconSpecialist", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_346_BlackWidowRogue": { + "templateId": "AthenaBackpack:BID_346_BlackWidowRogue", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_187_S11Cumulative08": { + "templateId": "AthenaLoadingScreen:LSID_187_S11Cumulative08", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_398_Palespooky": { + "templateId": "AthenaBackpack:BID_398_Palespooky", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_231_SpaceWandererMale": { + "templateId": "AthenaGlider:Glider_ID_231_SpaceWandererMale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_966_Athena_Commando_M_FutureSamurai": { + "templateId": "AthenaCharacter:CID_966_Athena_Commando_M_FutureSamurai", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_156_RavenQuillFrozen": { + "templateId": "AthenaPickaxe:Pickaxe_ID_156_RavenQuillFrozen", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_572_Athena_Commando_M_Viper": { + "templateId": "AthenaCharacter:CID_572_Athena_Commando_M_Viper", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_076_CyberRunner": { + "templateId": "AthenaItemWrap:Wrap_076_CyberRunner", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_325_Athena_Commando_M_WavyMan": { + "templateId": "AthenaCharacter:CID_325_Athena_Commando_M_WavyMan", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_492_Athena_Commando_M_Bronto": { + "templateId": "AthenaCharacter:CID_492_Athena_Commando_M_Bronto", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_176_SMVolcano": { + "templateId": "AthenaLoadingScreen:LSID_176_SMVolcano", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_176_TeriyakiWarrior": { + "templateId": "AthenaItemWrap:Wrap_176_TeriyakiWarrior", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPet:PetID_TBD_Cosmos": { + "templateId": "AthenaPet:PetID_TBD_Cosmos", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_PeelyBones": { + "templateId": "AthenaDance:EID_PeelyBones", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSkyDiveContrail:Trails_ID_111_HolidayCookies": { + "templateId": "AthenaSkyDiveContrail:Trails_ID_111_HolidayCookies", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_Random": { + "templateId": "AthenaLoadingScreen:LSID_Random", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_030_HeistDiamond": { + "templateId": "AthenaItemWrap:Wrap_030_HeistDiamond", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_126_WorldCup": { + "templateId": "AthenaSpray:SPID_126_WorldCup", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_HandSignals": { + "templateId": "AthenaDance:EID_HandSignals", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_086_BlackWidow": { + "templateId": "AthenaGlider:Glider_ID_086_BlackWidow", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_193_NeonGraffiti": { + "templateId": "AthenaItemWrap:Wrap_193_NeonGraffiti", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_826_Athena_Commando_M_FloatillaCaptain": { + "templateId": "AthenaCharacter:CID_826_Athena_Commando_M_FloatillaCaptain", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_Salute": { + "templateId": "AthenaDance:EID_Salute", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:SkiIcePickaxe": { + "templateId": "AthenaPickaxe:SkiIcePickaxe", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_BunnyFlop": { + "templateId": "AthenaDance:EID_BunnyFlop", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_JellyFrog": { + "templateId": "AthenaDance:EID_JellyFrog", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_380_CuddleTeamDark": { + "templateId": "AthenaBackpack:BID_380_CuddleTeamDark", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_051_Luchador": { + "templateId": "AthenaGlider:Glider_ID_051_Luchador", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_580_Athena_Commando_M_CuddleTeamDark": { + "templateId": "AthenaCharacter:CID_580_Athena_Commando_M_CuddleTeamDark", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_328_Athena_Commando_F_Tennis": { + "templateId": "AthenaCharacter:CID_328_Athena_Commando_F_Tennis", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_244_Athena_Commando_M_PumpkinSuit": { + "templateId": "AthenaCharacter:CID_244_Athena_Commando_M_PumpkinSuit", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_136_Bullseye": { + "templateId": "AthenaGlider:Glider_ID_136_Bullseye", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_173_Athena_Commando_F_StarfishUniform": { + "templateId": "AthenaCharacter:CID_173_Athena_Commando_F_StarfishUniform", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_137_StreetOpsStealth": { + "templateId": "AthenaGlider:Glider_ID_137_StreetOpsStealth", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_932_Athena_Commando_M_ShockWave": { + "templateId": "AthenaCharacter:CID_932_Athena_Commando_M_ShockWave", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_S14_HighTowerHoneyDew": { + "templateId": "AthenaEmoji:Emoji_S14_HighTowerHoneyDew", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_094_WootDog": { + "templateId": "AthenaSpray:SPID_094_WootDog", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_089_ShareTheLove_E": { + "templateId": "AthenaSpray:SPID_089_ShareTheLove_E", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_712_Athena_Commando_M_Spy": { + "templateId": "AthenaCharacter:CID_712_Athena_Commando_M_Spy", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_285_CuddleTeamDark": { + "templateId": "AthenaPickaxe:Pickaxe_ID_285_CuddleTeamDark", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaMusicPack:MusicPack_068_S14EndEvent": { + "templateId": "AthenaMusicPack:MusicPack_068_S14EndEvent", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_371_Athena_Commando_M_SpeedyMidnight": { + "templateId": "AthenaCharacter:CID_371_Athena_Commando_M_SpeedyMidnight", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_124_Medusa": { + "templateId": "AthenaGlider:Glider_ID_124_Medusa", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_459_Athena_Commando_F_Zodiac": { + "templateId": "AthenaCharacter:CID_459_Athena_Commando_F_Zodiac", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_198_Athena_Commando_M_BlueSamurai": { + "templateId": "AthenaCharacter:CID_198_Athena_Commando_M_BlueSamurai", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_019_Circle": { + "templateId": "AthenaSpray:SPID_019_Circle", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_451_Athena_Commando_M_Caterpillar": { + "templateId": "AthenaCharacter:CID_451_Athena_Commando_M_Caterpillar", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_GoatDance_Sync_Owned": { + "templateId": "AthenaDance:EID_GoatDance_Sync_Owned", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_BannerFlagWave": { + "templateId": "AthenaDance:EID_BannerFlagWave", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_899_Athena_Commando_F_Poison": { + "templateId": "AthenaCharacter:CID_899_Athena_Commando_F_Poison", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_288_RebirthMedicFemale": { + "templateId": "AthenaPickaxe:Pickaxe_ID_288_RebirthMedicFemale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_637_FuzzyBearSkull": { + "templateId": "AthenaBackpack:BID_637_FuzzyBearSkull", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_004_BlackKnight": { + "templateId": "AthenaBackpack:BID_004_BlackKnight", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_PotOfGold": { + "templateId": "AthenaEmoji:Emoji_PotOfGold", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_477_Athena_Commando_F_SpaceSuit": { + "templateId": "AthenaCharacter:CID_477_Athena_Commando_F_SpaceSuit", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_144_StrawberryPilot": { + "templateId": "AthenaGlider:Glider_ID_144_StrawberryPilot", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_148_FortbyteReveal": { + "templateId": "AthenaLoadingScreen:LSID_148_FortbyteReveal", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_092_StreetOps": { + "templateId": "AthenaGlider:Glider_ID_092_StreetOps", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_412_ProfessorPupMale1H": { + "templateId": "AthenaPickaxe:Pickaxe_ID_412_ProfessorPupMale1H", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_154_Squishy": { + "templateId": "AthenaPickaxe:Pickaxe_ID_154_Squishy", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_190_TNTina": { + "templateId": "AthenaSpray:SPID_190_TNTina", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaToy:TOY_011_Snowball": { + "templateId": "AthenaToy:TOY_011_Snowball", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_388_DevilRockMale": { + "templateId": "AthenaBackpack:BID_388_DevilRockMale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_082_Scarecrow": { + "templateId": "AthenaGlider:Glider_ID_082_Scarecrow", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_232_Grillin1H": { + "templateId": "AthenaPickaxe:Pickaxe_ID_232_Grillin1H", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_413_PythonFemale1H": { + "templateId": "AthenaPickaxe:Pickaxe_ID_413_PythonFemale1H", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_Majestic": { + "templateId": "AthenaEmoji:Emoji_Majestic", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_275_Traveler": { + "templateId": "AthenaPickaxe:Pickaxe_ID_275_Traveler", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_RibbonDance": { + "templateId": "AthenaDance:EID_RibbonDance", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_292_CyberFuFemale": { + "templateId": "AthenaBackpack:BID_292_CyberFuFemale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_815_Athena_Commando_F_DurrburgerHero": { + "templateId": "AthenaCharacter:CID_815_Athena_Commando_F_DurrburgerHero", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_157_NTBattleBus": { + "templateId": "AthenaLoadingScreen:LSID_157_NTBattleBus", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_092_FuzzyBearPanda": { + "templateId": "AthenaBackpack:BID_092_FuzzyBearPanda", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_204_Miner": { + "templateId": "AthenaPickaxe:Pickaxe_ID_204_Miner", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_207_Fortnitemares": { + "templateId": "AthenaLoadingScreen:LSID_207_Fortnitemares", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_690_Athena_Commando_F_Photographer": { + "templateId": "AthenaCharacter:CID_690_Athena_Commando_F_Photographer", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_276_Athena_Commando_F_SniperHood": { + "templateId": "AthenaCharacter:CID_276_Athena_Commando_F_SniperHood", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_039_TacticalBlack": { + "templateId": "AthenaPickaxe:Pickaxe_ID_039_TacticalBlack", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_943_Athena_Commando_F_Football20_B_GR3WN": { + "templateId": "AthenaCharacter:CID_943_Athena_Commando_F_Football20_B_GR3WN", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_097_Athena_Commando_F_RockerPunk": { + "templateId": "AthenaCharacter:CID_097_Athena_Commando_F_RockerPunk", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_853_Athena_Commando_F_SniperHoodCorrupt": { + "templateId": "AthenaCharacter:CID_853_Athena_Commando_F_SniperHoodCorrupt", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_626_SpookyNeonFemale": { + "templateId": "AthenaBackpack:BID_626_SpookyNeonFemale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_167_Medusa": { + "templateId": "AthenaPickaxe:Pickaxe_ID_167_Medusa", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_851_Athena_Commando_M_Bittenhead": { + "templateId": "AthenaCharacter:CID_851_Athena_Commando_M_Bittenhead", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_166_RustLordRemix": { + "templateId": "AthenaGlider:Glider_ID_166_RustLordRemix", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_519_Athena_Commando_M_RaptorBlackOps": { + "templateId": "AthenaCharacter:CID_519_Athena_Commando_M_RaptorBlackOps", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_175_Athena_Commando_M_Celestial": { + "templateId": "AthenaCharacter:CID_175_Athena_Commando_M_Celestial", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_PointFingerPapayaComms": { + "templateId": "AthenaDance:EID_PointFingerPapayaComms", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_087_ExerciseMale": { + "templateId": "AthenaBackpack:BID_087_ExerciseMale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_026_Brite": { + "templateId": "AthenaBackpack:BID_026_Brite", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_169_Athena_Commando_M_Luchador": { + "templateId": "AthenaCharacter:CID_169_Athena_Commando_M_Luchador", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_029_LaserShark": { + "templateId": "AthenaSpray:SPID_029_LaserShark", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_318_Athena_Commando_M_Demon": { + "templateId": "AthenaCharacter:CID_318_Athena_Commando_M_Demon", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_455_NeonGraffitiFemale": { + "templateId": "AthenaBackpack:BID_455_NeonGraffitiFemale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_162_SkullBrite": { + "templateId": "AthenaPickaxe:Pickaxe_ID_162_SkullBrite", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_358_Athena_Commando_M_Aztec": { + "templateId": "AthenaCharacter:CID_358_Athena_Commando_M_Aztec", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_732_Athena_Commando_F_Stars": { + "templateId": "AthenaCharacter:CID_732_Athena_Commando_F_Stars", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_CoolRobot": { + "templateId": "AthenaDance:EID_CoolRobot", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_HolidayCracker_Sync_Follower": { + "templateId": "AthenaDance:EID_HolidayCracker_Sync_Follower", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_004_DurrBurgerPJs": { + "templateId": "AthenaItemWrap:Wrap_004_DurrBurgerPJs", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_InfiniteDabRaisin": { + "templateId": "AthenaDance:EID_InfiniteDabRaisin", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_TemperTantrum": { + "templateId": "AthenaDance:EID_TemperTantrum", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_852_Athena_Commando_F_BlackWidowCorrupt": { + "templateId": "AthenaCharacter:CID_852_Athena_Commando_F_BlackWidowCorrupt", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_031_S5Cumulative5": { + "templateId": "AthenaLoadingScreen:LSID_031_S5Cumulative5", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_NPC_Athena_Commando_M_TacticalFishermanOil": { + "templateId": "AthenaCharacter:CID_NPC_Athena_Commando_M_TacticalFishermanOil", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_484_PugMilitia": { + "templateId": "AthenaBackpack:BID_484_PugMilitia", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPetCarrier:PetCarrier_008_Fox": { + "templateId": "AthenaPetCarrier:PetCarrier_008_Fox", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_HandsUp": { + "templateId": "AthenaDance:EID_HandsUp", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_071_Athena_Commando_M_Wukong": { + "templateId": "AthenaCharacter:CID_071_Athena_Commando_M_Wukong", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_017_Carbide": { + "templateId": "AthenaLoadingScreen:LSID_017_Carbide", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_478_Athena_Commando_F_WorldCup": { + "templateId": "AthenaCharacter:CID_478_Athena_Commando_F_WorldCup", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_Wiggle": { + "templateId": "AthenaDance:EID_Wiggle", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_359_Athena_Commando_F_Aztec": { + "templateId": "AthenaCharacter:CID_359_Athena_Commando_F_Aztec", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_139_Gingerbread": { + "templateId": "AthenaPickaxe:Pickaxe_ID_139_Gingerbread", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_Military": { + "templateId": "AthenaGlider:Glider_Military", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_005_SuppressedPistol": { + "templateId": "AthenaLoadingScreen:LSID_005_SuppressedPistol", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_059_DarkEagle": { + "templateId": "AthenaPickaxe:Pickaxe_ID_059_DarkEagle", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_873_Athena_Commando_M_RebirthDefaultE": { + "templateId": "AthenaCharacter:CID_873_Athena_Commando_M_RebirthDefaultE", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaMusicPack:MusicPack_026_LasagnaChill": { + "templateId": "AthenaMusicPack:MusicPack_026_LasagnaChill", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_337_Athena_Commando_F_Celestial": { + "templateId": "AthenaCharacter:CID_337_Athena_Commando_F_Celestial", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_266_Athena_Commando_F_LlamaRider": { + "templateId": "AthenaCharacter:CID_266_Athena_Commando_F_LlamaRider", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_VIP_Athena_Commando_M_GalileoGondola_SG": { + "templateId": "AthenaCharacter:CID_VIP_Athena_Commando_M_GalileoGondola_SG", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_345_Athena_Commando_M_LoveLlama": { + "templateId": "AthenaCharacter:CID_345_Athena_Commando_M_LoveLlama", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_616_Athena_Commando_F_CavalryBandit": { + "templateId": "AthenaCharacter:CID_616_Athena_Commando_F_CavalryBandit", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_Lockjaw": { + "templateId": "AthenaPickaxe:Pickaxe_Lockjaw", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_Celebration": { + "templateId": "AthenaDance:EID_Celebration", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_508_HistorianMale_6BQSW": { + "templateId": "AthenaPickaxe:Pickaxe_ID_508_HistorianMale_6BQSW", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_101_Athena_Commando_M_Stealth": { + "templateId": "AthenaCharacter:CID_101_Athena_Commando_M_Stealth", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_040_PilotFalcon": { + "templateId": "AthenaItemWrap:Wrap_040_PilotFalcon", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_072_Bling": { + "templateId": "AthenaGlider:Glider_ID_072_Bling", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_537_TacticalScuba": { + "templateId": "AthenaBackpack:BID_537_TacticalScuba", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_179_CrazyEight": { + "templateId": "AthenaGlider:Glider_ID_179_CrazyEight", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_Octopus": { + "templateId": "AthenaDance:EID_Octopus", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_010_SkiDude_FRA": { + "templateId": "AthenaBackpack:BID_010_SkiDude_FRA", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_042_Athena_Commando_M_Cyberpunk": { + "templateId": "AthenaCharacter:CID_042_Athena_Commando_M_Cyberpunk", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_079_ModernMilitary": { + "templateId": "AthenaPickaxe:Pickaxe_ID_079_ModernMilitary", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_TBD_Athena_Commando_M_Banana_CINE": { + "templateId": "AthenaCharacter:CID_TBD_Athena_Commando_M_Banana_CINE", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_565_RedRidingSummer": { + "templateId": "AthenaBackpack:BID_565_RedRidingSummer", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_BottleCapChallenge": { + "templateId": "AthenaDance:EID_BottleCapChallenge", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_033_S5Cumulative7": { + "templateId": "AthenaLoadingScreen:LSID_033_S5Cumulative7", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_SilentMaven": { + "templateId": "AthenaEmoji:Emoji_SilentMaven", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_613_MythFemale": { + "templateId": "AthenaBackpack:BID_613_MythFemale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaMusicPack:MusicPack_048_SpyRemix": { + "templateId": "AthenaMusicPack:MusicPack_048_SpyRemix", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_013_Teslacoil": { + "templateId": "AthenaPickaxe:Pickaxe_ID_013_Teslacoil", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaMusicPack:MusicPack_069_OldSchool": { + "templateId": "AthenaMusicPack:MusicPack_069_OldSchool", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:FounderUmbrella": { + "templateId": "AthenaGlider:FounderUmbrella", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_150_Witch": { + "templateId": "AthenaBackpack:BID_150_Witch", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_099_ModernMilitaryRed": { + "templateId": "AthenaPickaxe:Pickaxe_ID_099_ModernMilitaryRed", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_018_Anchor": { + "templateId": "AthenaPickaxe:Pickaxe_ID_018_Anchor", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_758_Athena_Commando_M_TechExplorer": { + "templateId": "AthenaCharacter:CID_758_Athena_Commando_M_TechExplorer", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_379_Athena_Commando_M_BattleHoundFire": { + "templateId": "AthenaCharacter:CID_379_Athena_Commando_M_BattleHoundFire", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_825_Athena_Commando_F_SportsFashion": { + "templateId": "AthenaCharacter:CID_825_Athena_Commando_F_SportsFashion", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_424_SnowGlobe": { + "templateId": "AthenaBackpack:BID_424_SnowGlobe", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_146_MilitaryFashion": { + "templateId": "AthenaPickaxe:Pickaxe_ID_146_MilitaryFashion", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_129_FireElf": { + "templateId": "AthenaGlider:Glider_ID_129_FireElf", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_SadTrombone": { + "templateId": "AthenaDance:EID_SadTrombone", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_628_Athena_Commando_M_HolidayTime": { + "templateId": "AthenaCharacter:CID_628_Athena_Commando_M_HolidayTime", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_158_Hairy": { + "templateId": "AthenaGlider:Glider_ID_158_Hairy", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBattleBus:BBID_HalloweenBus": { + "templateId": "AthenaBattleBus:BBID_HalloweenBus", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_403_Athena_Commando_M_Rooster": { + "templateId": "AthenaCharacter:CID_403_Athena_Commando_M_Rooster", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_120_Ashton": { + "templateId": "AthenaLoadingScreen:LSID_120_Ashton", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_332_MintMiner": { + "templateId": "AthenaPickaxe:Pickaxe_ID_332_MintMiner", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_687_Athena_Commando_M_AgentAce": { + "templateId": "AthenaCharacter:CID_687_Athena_Commando_M_AgentAce", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_370_BlueFlames": { + "templateId": "AthenaPickaxe:Pickaxe_ID_370_BlueFlames", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_071_Pug": { + "templateId": "AthenaItemWrap:Wrap_071_Pug", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_491_FlameSkull": { + "templateId": "AthenaBackpack:BID_491_FlameSkull", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_216_DemonHunter1H": { + "templateId": "AthenaPickaxe:Pickaxe_ID_216_DemonHunter1H", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_547_HeistGhost": { + "templateId": "AthenaBackpack:BID_547_HeistGhost", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_171_Rhino": { + "templateId": "AthenaBackpack:BID_171_Rhino", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_429_CelestialFemale1H": { + "templateId": "AthenaPickaxe:Pickaxe_ID_429_CelestialFemale1H", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_659_Athena_Commando_M_MrIceGuy": { + "templateId": "AthenaCharacter:CID_659_Athena_Commando_M_MrIceGuy", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_544_Athena_Commando_M_Kurohomura": { + "templateId": "AthenaCharacter:CID_544_Athena_Commando_M_Kurohomura", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_114_S8Cumulative08": { + "templateId": "AthenaLoadingScreen:LSID_114_S8Cumulative08", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_230_TropicalMale": { + "templateId": "AthenaBackpack:BID_230_TropicalMale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_207_BlackKnight": { + "templateId": "AthenaSpray:SPID_207_BlackKnight", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_158_DevilRock": { + "templateId": "AthenaItemWrap:Wrap_158_DevilRock", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_Rage": { + "templateId": "AthenaEmoji:Emoji_Rage", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_Thief": { + "templateId": "AthenaEmoji:Emoji_Thief", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_035_Bandolier": { + "templateId": "AthenaLoadingScreen:LSID_035_Bandolier", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_045_VikingFemale": { + "templateId": "AthenaLoadingScreen:LSID_045_VikingFemale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_342_Athena_Commando_M_StreetRacerMetallic": { + "templateId": "AthenaCharacter:CID_342_Athena_Commando_M_StreetRacerMetallic", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_106_DarkBomber": { + "templateId": "AthenaPickaxe:Pickaxe_ID_106_DarkBomber", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_189_StreetGothMale": { + "templateId": "AthenaBackpack:BID_189_StreetGothMale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_498_AgentX": { + "templateId": "AthenaBackpack:BID_498_AgentX", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_STW003_Tier_4": { + "templateId": "AthenaPickaxe:Pickaxe_ID_STW003_Tier_4", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_313_Bubblegum": { + "templateId": "AthenaBackpack:BID_313_Bubblegum", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_109_S8Cumulative03": { + "templateId": "AthenaLoadingScreen:LSID_109_S8Cumulative03", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_516_Athena_Commando_M_BlackWidowRogue": { + "templateId": "AthenaCharacter:CID_516_Athena_Commando_M_BlackWidowRogue", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_018_Magma": { + "templateId": "AthenaItemWrap:Wrap_018_Magma", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_824_Athena_Commando_F_RaiderPink": { + "templateId": "AthenaCharacter:CID_824_Athena_Commando_F_RaiderPink", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSkyDiveContrail:Trails_ID_051_NeonTubes": { + "templateId": "AthenaSkyDiveContrail:Trails_ID_051_NeonTubes", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_168_CupidWinterMale": { + "templateId": "AthenaBackpack:BID_168_CupidWinterMale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_767_Athena_Commando_F_BlackKnight": { + "templateId": "AthenaCharacter:CID_767_Athena_Commando_F_BlackKnight", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_116_Athena_Commando_M_CarbideBlack": { + "templateId": "AthenaCharacter:CID_116_Athena_Commando_M_CarbideBlack", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_698_Athena_Commando_M_CuteDuo": { + "templateId": "AthenaCharacter:CID_698_Athena_Commando_M_CuteDuo", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_394_Mastermind": { + "templateId": "AthenaBackpack:BID_394_Mastermind", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaMusicPack:MusicPack_007_Pirate": { + "templateId": "AthenaMusicPack:MusicPack_007_Pirate", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_125_LavaLegends": { + "templateId": "AthenaLoadingScreen:LSID_125_LavaLegends", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_385_BadEggMale": { + "templateId": "AthenaPickaxe:Pickaxe_ID_385_BadEggMale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_208_SMPattern": { + "templateId": "AthenaLoadingScreen:LSID_208_SMPattern", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_178_Constellation": { + "templateId": "AthenaItemWrap:Wrap_178_Constellation", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_129_Athena_Commando_M_Deco": { + "templateId": "AthenaCharacter:CID_129_Athena_Commando_M_Deco", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_323_FunkOpsRemix": { + "templateId": "AthenaBackpack:BID_323_FunkOpsRemix", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_NPC_Athena_Commando_M_Scrapyard": { + "templateId": "AthenaCharacter:CID_NPC_Athena_Commando_M_Scrapyard", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_117_MadCommander": { + "templateId": "AthenaPickaxe:Pickaxe_ID_117_MadCommander", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_190_FrogmanF": { + "templateId": "AthenaItemWrap:Wrap_190_FrogmanF", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_139_S9Cumulative09": { + "templateId": "AthenaLoadingScreen:LSID_139_S9Cumulative09", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_752_Athena_Commando_M_Comet": { + "templateId": "AthenaCharacter:CID_752_Athena_Commando_M_Comet", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_WristFlick": { + "templateId": "AthenaDance:EID_WristFlick", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_315_PizzaPit": { + "templateId": "AthenaBackpack:BID_315_PizzaPit", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_526_SnowboarderMale1H": { + "templateId": "AthenaPickaxe:Pickaxe_ID_526_SnowboarderMale1H", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_980_Athena_Commando_F_Elf": { + "templateId": "AthenaCharacter:CID_980_Athena_Commando_F_Elf", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_449_TripleScoopFemale": { + "templateId": "AthenaPickaxe:Pickaxe_ID_449_TripleScoopFemale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_006_Rainbow": { + "templateId": "AthenaSpray:SPID_006_Rainbow", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_674_SnowboarderMale": { + "templateId": "AthenaBackpack:BID_674_SnowboarderMale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_049_Metal": { + "templateId": "AthenaPickaxe:Pickaxe_ID_049_Metal", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_126_DarkBomber": { + "templateId": "AthenaBackpack:BID_126_DarkBomber", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_261_TreeFrog": { + "templateId": "AthenaItemWrap:Wrap_261_TreeFrog", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_856_Athena_Commando_M_Elastic_B": { + "templateId": "AthenaCharacter:CID_856_Athena_Commando_M_Elastic_B", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_644_Athena_Commando_M_Cattus": { + "templateId": "AthenaCharacter:CID_644_Athena_Commando_M_Cattus", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_291_StripedGlyph": { + "templateId": "AthenaItemWrap:Wrap_291_StripedGlyph", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_169_JetSki": { + "templateId": "AthenaItemWrap:Wrap_169_JetSki", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_716_Athena_Commando_M_BlueFlames": { + "templateId": "AthenaCharacter:CID_716_Athena_Commando_M_BlueFlames", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSkyDiveContrail:Trails_ID_025_JackOLantern": { + "templateId": "AthenaSkyDiveContrail:Trails_ID_025_JackOLantern", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_438_SweaterWeather": { + "templateId": "AthenaBackpack:BID_438_SweaterWeather", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_101_Multibot": { + "templateId": "AthenaItemWrap:Wrap_101_Multibot", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_620_Athena_Commando_L_BigChuggus": { + "templateId": "AthenaCharacter:CID_620_Athena_Commando_L_BigChuggus", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_180_S11Cumulative01": { + "templateId": "AthenaLoadingScreen:LSID_180_S11Cumulative01", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_495_Athena_Commando_F_MechPilotShark": { + "templateId": "AthenaCharacter:CID_495_Athena_Commando_F_MechPilotShark", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_116_Robot": { + "templateId": "AthenaSpray:SPID_116_Robot", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_623_BlackWidowJacket": { + "templateId": "AthenaBackpack:BID_623_BlackWidowJacket", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_314_Neon": { + "templateId": "AthenaItemWrap:Wrap_314_Neon", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_AntiVisitorProtest": { + "templateId": "AthenaDance:EID_AntiVisitorProtest", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_209_DonutPlate": { + "templateId": "AthenaGlider:Glider_ID_209_DonutPlate", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaMusicPack:MusicPack_000_Default": { + "templateId": "AthenaMusicPack:MusicPack_000_Default", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_224_GarageBand": { + "templateId": "AthenaItemWrap:Wrap_224_GarageBand", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_037_Hazmat": { + "templateId": "AthenaGlider:Glider_ID_037_Hazmat", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_551_CupidDarkFemale": { + "templateId": "AthenaBackpack:BID_551_CupidDarkFemale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_055_Athena_Commando_M_SkiDude_CAN": { + "templateId": "AthenaCharacter:CID_055_Athena_Commando_M_SkiDude_CAN", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_089_GlowBro1": { + "templateId": "AthenaItemWrap:Wrap_089_GlowBro1", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_210_ProfessorPup": { + "templateId": "AthenaSpray:SPID_210_ProfessorPup", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_IDontKnow": { + "templateId": "AthenaDance:EID_IDontKnow", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_132_ArcticSniper": { + "templateId": "AthenaPickaxe:Pickaxe_ID_132_ArcticSniper", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_668_Athena_Commando_M_ArcticCamo_Gray": { + "templateId": "AthenaCharacter:CID_668_Athena_Commando_M_ArcticCamo_Gray", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_702_Athena_Commando_M_AssassinX": { + "templateId": "AthenaCharacter:CID_702_Athena_Commando_M_AssassinX", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_117_OctoberfestMale": { + "templateId": "AthenaBackpack:BID_117_OctoberfestMale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_624_Athena_Commando_M_TeriyakiWarrior": { + "templateId": "AthenaCharacter:CID_624_Athena_Commando_M_TeriyakiWarrior", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_478_HenchmanTough": { + "templateId": "AthenaBackpack:BID_478_HenchmanTough", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_BeckonPapayaComms": { + "templateId": "AthenaDance:EID_BeckonPapayaComms", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_611_Athena_Commando_M_WeepingWoods": { + "templateId": "AthenaCharacter:CID_611_Athena_Commando_M_WeepingWoods", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_147_UtopiaKey": { + "templateId": "AthenaLoadingScreen:LSID_147_UtopiaKey", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_569_DirtyDocksMale": { + "templateId": "AthenaBackpack:BID_569_DirtyDocksMale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_085_SkullTrooper": { + "templateId": "AthenaGlider:Glider_ID_085_SkullTrooper", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_031_Metal": { + "templateId": "AthenaGlider:Glider_ID_031_Metal", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_300_Mastermind": { + "templateId": "AthenaPickaxe:Pickaxe_ID_300_Mastermind", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_354_Athena_Commando_M_MunitionsExpert": { + "templateId": "AthenaCharacter:CID_354_Athena_Commando_M_MunitionsExpert", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_222_FrenzyFarms": { + "templateId": "AthenaLoadingScreen:LSID_222_FrenzyFarms", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_244_RollerDerby": { + "templateId": "AthenaLoadingScreen:LSID_244_RollerDerby", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_103_Yatter": { + "templateId": "AthenaItemWrap:Wrap_103_Yatter", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_178_BlackMondayMale_03M3E": { + "templateId": "AthenaGlider:Glider_ID_178_BlackMondayMale_03M3E", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_156_SheathAlterEgo": { + "templateId": "AthenaItemWrap:Wrap_156_SheathAlterEgo", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_091_MadCommander": { + "templateId": "AthenaGlider:Glider_ID_091_MadCommander", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_012_RoyalStroll": { + "templateId": "AthenaSpray:SPID_012_RoyalStroll", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_250_TacticalScuba": { + "templateId": "AthenaItemWrap:Wrap_250_TacticalScuba", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_S13_RacerZero": { + "templateId": "AthenaEmoji:Emoji_S13_RacerZero", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_300_DriftSummer": { + "templateId": "AthenaBackpack:BID_300_DriftSummer", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_237_Warpaint": { + "templateId": "AthenaPickaxe:Pickaxe_ID_237_Warpaint", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_036_StrawberryPaws": { + "templateId": "AthenaSpray:SPID_036_StrawberryPaws", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_108_S8Cumulative02": { + "templateId": "AthenaLoadingScreen:LSID_108_S8Cumulative02", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_Clapperboard": { + "templateId": "AthenaDance:EID_Clapperboard", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_TinyTremors": { + "templateId": "AthenaDance:EID_TinyTremors", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_385_Athena_Commando_M_PilotSkull": { + "templateId": "AthenaCharacter:CID_385_Athena_Commando_M_PilotSkull", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_TnTina": { + "templateId": "AthenaDance:EID_TnTina", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_237_NeonPulse": { + "templateId": "AthenaItemWrap:Wrap_237_NeonPulse", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_111_MilitaryFashion": { + "templateId": "AthenaGlider:Glider_ID_111_MilitaryFashion", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_363_Athena_Commando_M_SciOps": { + "templateId": "AthenaCharacter:CID_363_Athena_Commando_M_SciOps", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_076_Shark": { + "templateId": "AthenaBackpack:BID_076_Shark", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_262_Angler": { + "templateId": "AthenaItemWrap:Wrap_262_Angler", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_314_Geode": { + "templateId": "AthenaBackpack:BID_314_Geode", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_148_Barbarian": { + "templateId": "AthenaPickaxe:Pickaxe_ID_148_Barbarian", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_102_Athena_Commando_M_Raven": { + "templateId": "AthenaCharacter:CID_102_Athena_Commando_M_Raven", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_588_Axl": { + "templateId": "AthenaBackpack:BID_588_Axl", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_609_Athena_Commando_M_Submariner": { + "templateId": "AthenaCharacter:CID_609_Athena_Commando_M_Submariner", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_Floss": { + "templateId": "AthenaDance:EID_Floss", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_NPC_Athena_Commando_M_MarauderHeavy": { + "templateId": "AthenaCharacter:CID_NPC_Athena_Commando_M_MarauderHeavy", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_191_WinterGhoulMale": { + "templateId": "AthenaBackpack:BID_191_WinterGhoulMale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_255_FlapjackWranglerMale": { + "templateId": "AthenaGlider:Glider_ID_255_FlapjackWranglerMale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_LazyShuffle": { + "templateId": "AthenaDance:EID_LazyShuffle", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_255_ConstellationSun": { + "templateId": "AthenaItemWrap:Wrap_255_ConstellationSun", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_098_Sup": { + "templateId": "AthenaGlider:Glider_ID_098_Sup", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_170_Aztec": { + "templateId": "AthenaPickaxe:Pickaxe_ID_170_Aztec", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_296_Athena_Commando_M_Math": { + "templateId": "AthenaCharacter:CID_296_Athena_Commando_M_Math", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_557_Athena_Commando_F_RebirthDefaultB": { + "templateId": "AthenaCharacter:CID_557_Athena_Commando_F_RebirthDefaultB", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_102_Rhino": { + "templateId": "AthenaGlider:Glider_ID_102_Rhino", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_397_Athena_Commando_F_TreasureHunterFashion": { + "templateId": "AthenaCharacter:CID_397_Athena_Commando_F_TreasureHunterFashion", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_101_BriteBomber": { + "templateId": "AthenaSpray:SPID_101_BriteBomber", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_096_BikerMale": { + "templateId": "AthenaBackpack:BID_096_BikerMale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_703_Athena_Commando_M_Cyclone": { + "templateId": "AthenaCharacter:CID_703_Athena_Commando_M_Cyclone", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_180_TriStar": { + "templateId": "AthenaPickaxe:Pickaxe_ID_180_TriStar", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_669_NeonMale": { + "templateId": "AthenaBackpack:BID_669_NeonMale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_268_ToxicKitty1H": { + "templateId": "AthenaPickaxe:Pickaxe_ID_268_ToxicKitty1H", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_352_VirtualShadowMale1H": { + "templateId": "AthenaPickaxe:Pickaxe_ID_352_VirtualShadowMale1H", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_483_Spy": { + "templateId": "AthenaBackpack:BID_483_Spy", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaMusicPack:MusicPack_034_SXRocketEvent": { + "templateId": "AthenaMusicPack:MusicPack_034_SXRocketEvent", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_226_BandageNinjaFemale": { + "templateId": "AthenaBackpack:BID_226_BandageNinjaFemale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_376_FNCS": { + "templateId": "AthenaPickaxe:Pickaxe_ID_376_FNCS", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_Tidy": { + "templateId": "AthenaDance:EID_Tidy", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_184_Viper": { + "templateId": "AthenaGlider:Glider_ID_184_Viper", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_534_OceanRider": { + "templateId": "AthenaBackpack:BID_534_OceanRider", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_149_FireIce": { + "templateId": "AthenaSpray:SPID_149_FireIce", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_S14_Elastic_Flask": { + "templateId": "AthenaEmoji:Emoji_S14_Elastic_Flask", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_075_Huya": { + "templateId": "AthenaPickaxe:Pickaxe_ID_075_Huya", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_S11_Headshot": { + "templateId": "AthenaEmoji:Emoji_S11_Headshot", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_313_Athena_Commando_M_KpopFashion": { + "templateId": "AthenaCharacter:CID_313_Athena_Commando_M_KpopFashion", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_231_Flamingo2": { + "templateId": "AthenaPickaxe:Pickaxe_ID_231_Flamingo2", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_074_CuddleHula": { + "templateId": "AthenaSpray:SPID_074_CuddleHula", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_013_SkiDude_KOR": { + "templateId": "AthenaBackpack:BID_013_SkiDude_KOR", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_509_IceClaw1H": { + "templateId": "AthenaPickaxe:Pickaxe_ID_509_IceClaw1H", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_NPC_Athena_Commando_M_PaddedArmorArctic": { + "templateId": "AthenaCharacter:CID_NPC_Athena_Commando_M_PaddedArmorArctic", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaMusicPack:MusicPack_010_RunningMan": { + "templateId": "AthenaMusicPack:MusicPack_010_RunningMan", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaToy:TOY_007_Tomato": { + "templateId": "AthenaToy:TOY_007_Tomato", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_Number1": { + "templateId": "AthenaEmoji:Emoji_Number1", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_104_Cowgirl": { + "templateId": "AthenaPickaxe:Pickaxe_ID_104_Cowgirl", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_238_Soy_RWO5D": { + "templateId": "AthenaGlider:Glider_ID_238_Soy_RWO5D", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_194_Agent": { + "templateId": "AthenaGlider:Glider_ID_194_Agent", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_367_TacticalFishermanMale": { + "templateId": "AthenaBackpack:BID_367_TacticalFishermanMale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_249_SpaceWanderer": { + "templateId": "AthenaItemWrap:Wrap_249_SpaceWanderer", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_446_Athena_Commando_M_BannerA": { + "templateId": "AthenaCharacter:CID_446_Athena_Commando_M_BannerA", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_HightowerDate": { + "templateId": "AthenaDance:EID_HightowerDate", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_ClapAndWave": { + "templateId": "AthenaDance:EID_ClapAndWave", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_614_Myth": { + "templateId": "AthenaBackpack:BID_614_Myth", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_348_PaddedArmor": { + "templateId": "AthenaBackpack:BID_348_PaddedArmor", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_GwaraDance": { + "templateId": "AthenaDance:EID_GwaraDance", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_OG_RunningMan": { + "templateId": "AthenaDance:EID_OG_RunningMan", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_184_NewYearStar": { + "templateId": "AthenaItemWrap:Wrap_184_NewYearStar", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_TBD_Cosmos": { + "templateId": "AthenaBackpack:BID_TBD_Cosmos", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Umbrella_Silver": { + "templateId": "AthenaGlider:Umbrella_Silver", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_STW004_Tier_5": { + "templateId": "AthenaPickaxe:Pickaxe_ID_STW004_Tier_5", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSkyDiveContrail:Trails_ID_034_SwirlySmoke": { + "templateId": "AthenaSkyDiveContrail:Trails_ID_034_SwirlySmoke", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_105_Cube": { + "templateId": "AthenaItemWrap:Wrap_105_Cube", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPet:PetID_003_Dragon": { + "templateId": "AthenaPet:PetID_003_Dragon", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_344_Athena_Commando_M_IceCream": { + "templateId": "AthenaCharacter:CID_344_Athena_Commando_M_IceCream", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_580_ParcelPetal": { + "templateId": "AthenaBackpack:BID_580_ParcelPetal", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_RustLord": { + "templateId": "AthenaEmoji:Emoji_RustLord", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_969_Athena_Commando_M_SnowmanFashion": { + "templateId": "AthenaCharacter:CID_969_Athena_Commando_M_SnowmanFashion", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_S13_SandCastle": { + "templateId": "AthenaEmoji:Emoji_S13_SandCastle", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_972_Athena_Commando_F_ArcticCamoWoods": { + "templateId": "AthenaCharacter:CID_972_Athena_Commando_F_ArcticCamoWoods", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_048_Viking": { + "templateId": "AthenaGlider:Glider_ID_048_Viking", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_373_HauntLensFlare": { + "templateId": "AthenaBackpack:BID_373_HauntLensFlare", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_149_Geisha": { + "templateId": "AthenaGlider:Glider_ID_149_Geisha", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_MechPeely": { + "templateId": "AthenaDance:EID_MechPeely", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_S14_HighTowerTapas": { + "templateId": "AthenaEmoji:Emoji_S14_HighTowerTapas", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_140_StreetGoth": { + "templateId": "AthenaPickaxe:Pickaxe_ID_140_StreetGoth", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_264_Athena_Commando_M_AnimalJackets": { + "templateId": "AthenaCharacter:CID_264_Athena_Commando_M_AnimalJackets", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_SquishyDance": { + "templateId": "AthenaDance:EID_SquishyDance", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_070_DecoFemale": { + "templateId": "AthenaBackpack:BID_070_DecoFemale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_050_StreetRacerCobra": { + "templateId": "AthenaGlider:Glider_ID_050_StreetRacerCobra", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_184_SnowFairyFemale": { + "templateId": "AthenaBackpack:BID_184_SnowFairyFemale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_694_Athena_Commando_M_CatBurglar": { + "templateId": "AthenaCharacter:CID_694_Athena_Commando_M_CatBurglar", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_532_WombatFemale_CWE2D": { + "templateId": "AthenaPickaxe:Pickaxe_ID_532_WombatFemale_CWE2D", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_167_Mastermind": { + "templateId": "AthenaItemWrap:Wrap_167_Mastermind", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_Maracas": { + "templateId": "AthenaDance:EID_Maracas", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_290_Athena_Commando_F_BlueBadass": { + "templateId": "AthenaCharacter:CID_290_Athena_Commando_F_BlueBadass", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_227_Athena_Commando_F_Vampire": { + "templateId": "AthenaCharacter:CID_227_Athena_Commando_F_Vampire", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_955_Athena_Commando_F_Football20Referee_D_OFZIL": { + "templateId": "AthenaCharacter:CID_955_Athena_Commando_F_Football20Referee_D_OFZIL", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaMusicPack:MusicPack_057_S14_Hero": { + "templateId": "AthenaMusicPack:MusicPack_057_S14_Hero", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_GolfClap": { + "templateId": "AthenaDance:EID_GolfClap", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_163_SMRocketRide": { + "templateId": "AthenaLoadingScreen:LSID_163_SMRocketRide", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_080_Athena_Commando_M_Space": { + "templateId": "AthenaCharacter:CID_080_Athena_Commando_M_Space", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_S7Lvl100": { + "templateId": "AthenaEmoji:Emoji_S7Lvl100", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_223_Fryangles": { + "templateId": "AthenaItemWrap:Wrap_223_Fryangles", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_026_Brite": { + "templateId": "AthenaPickaxe:Pickaxe_ID_026_Brite", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_112_ZeroPointEnergy": { + "templateId": "AthenaItemWrap:Wrap_112_ZeroPointEnergy", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_485_BananaAgent": { + "templateId": "AthenaBackpack:BID_485_BananaAgent", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_107_Athena_Commando_F_PajamaParty": { + "templateId": "AthenaCharacter:CID_107_Athena_Commando_F_PajamaParty", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_CrazyDance": { + "templateId": "AthenaDance:EID_CrazyDance", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_493_Athena_Commando_F_JurassicArchaeology": { + "templateId": "AthenaCharacter:CID_493_Athena_Commando_F_JurassicArchaeology", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_447_Athena_Commando_M_BannerB": { + "templateId": "AthenaCharacter:CID_447_Athena_Commando_M_BannerB", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_Bellringer": { + "templateId": "AthenaDance:EID_Bellringer", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_819_Athena_Commando_F_NeonTightSuit_B": { + "templateId": "AthenaCharacter:CID_819_Athena_Commando_F_NeonTightSuit_B", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_303_GasCloud": { + "templateId": "AthenaItemWrap:Wrap_303_GasCloud", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_220_Athena_Commando_F_Clown": { + "templateId": "AthenaCharacter:CID_220_Athena_Commando_F_Clown", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_714_Athena_Commando_M_AnarchyAcresFarmer": { + "templateId": "AthenaCharacter:CID_714_Athena_Commando_M_AnarchyAcresFarmer", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_123_Inferno": { + "templateId": "AthenaLoadingScreen:LSID_123_Inferno", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_095_WeirdObjects": { + "templateId": "AthenaItemWrap:Wrap_095_WeirdObjects", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_228_RLxFN": { + "templateId": "AthenaSpray:SPID_228_RLxFN", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_280_Athena_Commando_M_Snowman": { + "templateId": "AthenaCharacter:CID_280_Athena_Commando_M_Snowman", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_WIR": { + "templateId": "AthenaDance:EID_WIR", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_BurgerFlipping": { + "templateId": "AthenaDance:EID_BurgerFlipping", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_Fireworks_WKX2W": { + "templateId": "AthenaDance:EID_Fireworks_WKX2W", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSkyDiveContrail:Trails_ID_075_Celestial": { + "templateId": "AthenaSkyDiveContrail:Trails_ID_075_Celestial", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_021_Athena_Commando_F": { + "templateId": "AthenaCharacter:CID_021_Athena_Commando_F", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_242_Athena_Commando_F_Bullseye": { + "templateId": "AthenaCharacter:CID_242_Athena_Commando_F_Bullseye", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_LlamaBellRaisin": { + "templateId": "AthenaDance:EID_LlamaBellRaisin", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_S15_Holidays2020": { + "templateId": "AthenaEmoji:Emoji_S15_Holidays2020", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_BigfootWalk": { + "templateId": "AthenaDance:EID_BigfootWalk", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_125_VigilanteFace": { + "templateId": "AthenaSpray:SPID_125_VigilanteFace", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_024_Space": { + "templateId": "AthenaBackpack:BID_024_Space", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_074_DarkBomber": { + "templateId": "AthenaLoadingScreen:LSID_074_DarkBomber", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_252_HighTowerTomato": { + "templateId": "AthenaLoadingScreen:LSID_252_HighTowerTomato", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_Disco": { + "templateId": "AthenaEmoji:Emoji_Disco", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPetCarrier:BID_533_MechanicalEngineer": { + "templateId": "AthenaPetCarrier:BID_533_MechanicalEngineer", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_Floppy": { + "templateId": "AthenaDance:EID_Floppy", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ProxyTest": { + "templateId": "AthenaGlider:Glider_ProxyTest", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_239_S15_Holiday2020_Snowmando": { + "templateId": "AthenaSpray:SPID_239_S15_Holiday2020_Snowmando", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_390_Athena_Commando_M_EvilBunny": { + "templateId": "AthenaCharacter:CID_390_Athena_Commando_M_EvilBunny", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_061_Spiderweb": { + "templateId": "AthenaSpray:SPID_061_Spiderweb", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_066_AssassinSuit02": { + "templateId": "AthenaItemWrap:Wrap_066_AssassinSuit02", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_474_BlackWidowJacketFemale": { + "templateId": "AthenaPickaxe:Pickaxe_ID_474_BlackWidowJacketFemale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_534_Athena_Commando_M_PeelyMech": { + "templateId": "AthenaCharacter:CID_534_Athena_Commando_M_PeelyMech", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_458_Athena_Commando_M_TechMage": { + "templateId": "AthenaCharacter:CID_458_Athena_Commando_M_TechMage", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_082_Athena_Commando_M_Scavenger": { + "templateId": "AthenaCharacter:CID_082_Athena_Commando_M_Scavenger", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_S14_Elastic_Snail": { + "templateId": "AthenaEmoji:Emoji_S14_Elastic_Snail", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_396_Athena_Commando_F_Swashbuckler": { + "templateId": "AthenaCharacter:CID_396_Athena_Commando_F_Swashbuckler", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_BlackMondayFemale_6HO4L": { + "templateId": "AthenaDance:EID_BlackMondayFemale_6HO4L", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaToy:TOY_008_TomatoElite": { + "templateId": "AthenaToy:TOY_008_TomatoElite", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_142_HoneycombGrey": { + "templateId": "AthenaItemWrap:Wrap_142_HoneycombGrey", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_BringItOn": { + "templateId": "AthenaDance:EID_BringItOn", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_239_PizzaPitPJ1H": { + "templateId": "AthenaPickaxe:Pickaxe_ID_239_PizzaPitPJ1H", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_241_DarkShamanFemale": { + "templateId": "AthenaBackpack:BID_241_DarkShamanFemale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_365_MascotMilitiaCuddle": { + "templateId": "AthenaBackpack:BID_365_MascotMilitiaCuddle", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_198_JYSeasonX": { + "templateId": "AthenaLoadingScreen:LSID_198_JYSeasonX", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_402_BlackKnightFemale1H": { + "templateId": "AthenaPickaxe:Pickaxe_ID_402_BlackKnightFemale1H", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_HightowerTomato_NPC": { + "templateId": "AthenaDance:EID_HightowerTomato_NPC", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_018_Twitch": { + "templateId": "AthenaGlider:Glider_ID_018_Twitch", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_AncientGladiator": { + "templateId": "AthenaDance:EID_AncientGladiator", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_200IQPlay": { + "templateId": "AthenaEmoji:Emoji_200IQPlay", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_915_Athena_Commando_F_RavenQuillSkull": { + "templateId": "AthenaCharacter:CID_915_Athena_Commando_F_RavenQuillSkull", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_575_AnglerFemale": { + "templateId": "AthenaBackpack:BID_575_AnglerFemale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_268_HightowerGrape": { + "templateId": "AthenaItemWrap:Wrap_268_HightowerGrape", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_141_BrightGunnerRemix": { + "templateId": "AthenaItemWrap:Wrap_141_BrightGunnerRemix", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_SecretHandshake_Owned": { + "templateId": "AthenaDance:EID_SecretHandshake_Owned", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_NeverGonna": { + "templateId": "AthenaDance:EID_NeverGonna", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_068_GarageBand": { + "templateId": "AthenaGlider:Glider_ID_068_GarageBand", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_084_Plague": { + "templateId": "AthenaGlider:Glider_ID_084_Plague", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_438_AntiLlamaFemale": { + "templateId": "AthenaPickaxe:Pickaxe_ID_438_AntiLlamaFemale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_056_BlackWidow": { + "templateId": "AthenaItemWrap:Wrap_056_BlackWidow", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_647_Athena_Commando_F_WingedFury": { + "templateId": "AthenaCharacter:CID_647_Athena_Commando_F_WingedFury", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_246_ProfessorPup": { + "templateId": "AthenaItemWrap:Wrap_246_ProfessorPup", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaMusicPack:MusicPack_060_TakeTheW": { + "templateId": "AthenaMusicPack:MusicPack_060_TakeTheW", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_248_Athena_Commando_M_BlackWidow": { + "templateId": "AthenaCharacter:CID_248_Athena_Commando_M_BlackWidow", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_548_Athena_Commando_M_YellowCamoA": { + "templateId": "AthenaCharacter:CID_548_Athena_Commando_M_YellowCamoA", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_179_S11_FNCS": { + "templateId": "AthenaSpray:SPID_179_S11_FNCS", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_048_Graffiti": { + "templateId": "AthenaBackpack:BID_048_Graffiti", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_246_BlueBadass1H": { + "templateId": "AthenaPickaxe:Pickaxe_ID_246_BlueBadass1H", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_Random": { + "templateId": "AthenaGlider:Glider_Random", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_155_Jellyfish": { + "templateId": "AthenaGlider:Glider_ID_155_Jellyfish", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_108_Athena_Commando_M_Fishhead": { + "templateId": "AthenaCharacter:CID_108_Athena_Commando_M_Fishhead", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_RegalWave": { + "templateId": "AthenaDance:EID_RegalWave", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_512_Hurricane": { + "templateId": "AthenaBackpack:BID_512_Hurricane", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_829_Athena_Commando_M_Valet": { + "templateId": "AthenaCharacter:CID_829_Athena_Commando_M_Valet", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_515_SpaceFighterFemale": { + "templateId": "AthenaPickaxe:Pickaxe_ID_515_SpaceFighterFemale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_156_AKBrite": { + "templateId": "AthenaLoadingScreen:LSID_156_AKBrite", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_018_Rex": { + "templateId": "AthenaLoadingScreen:LSID_018_Rex", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_021_SkiGirl_KOR": { + "templateId": "AthenaBackpack:BID_021_SkiGirl_KOR", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_Awww": { + "templateId": "AthenaEmoji:Emoji_Awww", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_257_Historian_VS0BJ": { + "templateId": "AthenaGlider:Glider_ID_257_Historian_VS0BJ", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_Donut2": { + "templateId": "AthenaDance:EID_Donut2", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_Donut1": { + "templateId": "AthenaDance:EID_Donut1", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_ShaolinSipUp": { + "templateId": "AthenaDance:EID_ShaolinSipUp", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaToy:TOY_017_FlyingDisc": { + "templateId": "AthenaToy:TOY_017_FlyingDisc", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_443_Athena_Commando_F_BannerB": { + "templateId": "AthenaCharacter:CID_443_Athena_Commando_F_BannerB", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_444_FestivePug": { + "templateId": "AthenaBackpack:BID_444_FestivePug", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_279_CyberRunner": { + "templateId": "AthenaBackpack:BID_279_CyberRunner", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_730_Athena_Commando_M_Stars": { + "templateId": "AthenaCharacter:CID_730_Athena_Commando_M_Stars", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_346_NeonGraffiti": { + "templateId": "AthenaPickaxe:Pickaxe_ID_346_NeonGraffiti", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_195_Athena_Commando_F_Bling": { + "templateId": "AthenaCharacter:CID_195_Athena_Commando_F_Bling", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_172_BandageNinja": { + "templateId": "AthenaPickaxe:Pickaxe_ID_172_BandageNinja", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_200_MoonlightAssassin": { + "templateId": "AthenaPickaxe:Pickaxe_ID_200_MoonlightAssassin", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_506_FlapjackWranglerMale": { + "templateId": "AthenaPickaxe:Pickaxe_ID_506_FlapjackWranglerMale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_174_S10Cumulative10": { + "templateId": "AthenaLoadingScreen:LSID_174_S10Cumulative10", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_664_RenegadeRaiderHoliday": { + "templateId": "AthenaBackpack:BID_664_RenegadeRaiderHoliday", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_133_Demon": { + "templateId": "AthenaPickaxe:Pickaxe_ID_133_Demon", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_395_Phantom": { + "templateId": "AthenaBackpack:BID_395_Phantom", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_746_Athena_Commando_F_FuzzyBear": { + "templateId": "AthenaCharacter:CID_746_Athena_Commando_F_FuzzyBear", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_257_Athena_Commando_M_SamuraiUltra": { + "templateId": "AthenaCharacter:CID_257_Athena_Commando_M_SamuraiUltra", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_PraiseStorm": { + "templateId": "AthenaDance:EID_PraiseStorm", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_HolidayCracker_Owned": { + "templateId": "AthenaDance:EID_HolidayCracker_Owned", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_FingerGuns": { + "templateId": "AthenaDance:EID_FingerGuns", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_404_Athena_Commando_F_BountyHunter": { + "templateId": "AthenaCharacter:CID_404_Athena_Commando_F_BountyHunter", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_845_Athena_Commando_M_HightowerTapas": { + "templateId": "AthenaCharacter:CID_845_Athena_Commando_M_HightowerTapas", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_Cuddle": { + "templateId": "AthenaEmoji:Emoji_Cuddle", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_595_HightowerMango": { + "templateId": "AthenaBackpack:BID_595_HightowerMango", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_200_GoldMeowscles": { + "templateId": "AthenaSpray:SPID_200_GoldMeowscles", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_776_Athena_Commando_M_ProfessorPup": { + "templateId": "AthenaCharacter:CID_776_Athena_Commando_M_ProfessorPup", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_017_Assassin": { + "templateId": "AthenaGlider:Glider_ID_017_Assassin", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_148_CrazyEight": { + "templateId": "AthenaItemWrap:Wrap_148_CrazyEight", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_221_AztecMale": { + "templateId": "AthenaBackpack:BID_221_AztecMale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_175_Slurp": { + "templateId": "AthenaItemWrap:Wrap_175_Slurp", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_151_Athena_Commando_F_SoccerGirlD": { + "templateId": "AthenaCharacter:CID_151_Athena_Commando_F_SoccerGirlD", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_685_Athena_Commando_M_TundraYellow": { + "templateId": "AthenaCharacter:CID_685_Athena_Commando_M_TundraYellow", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_079_Athena_Commando_F_Camo": { + "templateId": "AthenaCharacter:CID_079_Athena_Commando_F_Camo", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_263_Athena_Commando_F_MadCommander": { + "templateId": "AthenaCharacter:CID_263_Athena_Commando_F_MadCommander", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaMusicPack:MusicPack_049_BalletSpinRemix": { + "templateId": "AthenaMusicPack:MusicPack_049_BalletSpinRemix", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_364_LlamaHero": { + "templateId": "AthenaBackpack:BID_364_LlamaHero", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_827_Athena_Commando_M_MultibotStealth": { + "templateId": "AthenaCharacter:CID_827_Athena_Commando_M_MultibotStealth", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_101_IceQueen": { + "templateId": "AthenaLoadingScreen:LSID_101_IceQueen", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_470_SpyTechHacker": { + "templateId": "AthenaBackpack:BID_470_SpyTechHacker", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_CoolPepper": { + "templateId": "AthenaEmoji:Emoji_CoolPepper", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_348_Athena_Commando_F_Medusa": { + "templateId": "AthenaCharacter:CID_348_Athena_Commando_F_Medusa", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_339_Syko": { + "templateId": "AthenaBackpack:BID_339_Syko", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaMusicPack:MusicPack_031_ChipTune": { + "templateId": "AthenaMusicPack:MusicPack_031_ChipTune", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_020_SkiGirl_CHN": { + "templateId": "AthenaBackpack:BID_020_SkiGirl_CHN", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_121_Vikings": { + "templateId": "AthenaLoadingScreen:LSID_121_Vikings", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_301_Athena_Commando_M_Rhino": { + "templateId": "AthenaCharacter:CID_301_Athena_Commando_M_Rhino", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_347_DarkEagleFire": { + "templateId": "AthenaBackpack:BID_347_DarkEagleFire", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_034_Abstrakt": { + "templateId": "AthenaLoadingScreen:LSID_034_Abstrakt", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_TreadmillDance": { + "templateId": "AthenaDance:EID_TreadmillDance", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_067_Athena_Commando_F_SkiGirl_CHN": { + "templateId": "AthenaCharacter:CID_067_Athena_Commando_F_SkiGirl_CHN", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_187_GingerbreadFemale": { + "templateId": "AthenaBackpack:BID_187_GingerbreadFemale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_Flames": { + "templateId": "AthenaGlider:Glider_Flames", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_061_CarbideOrange": { + "templateId": "AthenaBackpack:BID_061_CarbideOrange", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_S14_Elastic_Taco": { + "templateId": "AthenaEmoji:Emoji_S14_Elastic_Taco", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_Wave": { + "templateId": "AthenaDance:EID_Wave", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_278_BrightGunnerRemix1H": { + "templateId": "AthenaPickaxe:Pickaxe_ID_278_BrightGunnerRemix1H", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_699_Athena_Commando_F_BrokenHeart": { + "templateId": "AthenaCharacter:CID_699_Athena_Commando_F_BrokenHeart", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_Galileo3_T4DKO": { + "templateId": "AthenaDance:EID_Galileo3_T4DKO", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_009_Window": { + "templateId": "AthenaSpray:SPID_009_Window", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_118_ChevronLeft": { + "templateId": "AthenaSpray:SPID_118_ChevronLeft", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_243_Athena_Commando_M_PumpkinSlice": { + "templateId": "AthenaCharacter:CID_243_Athena_Commando_M_PumpkinSlice", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_235_HightowerSquashFemale": { + "templateId": "AthenaGlider:Glider_ID_235_HightowerSquashFemale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_S15_Holiday3": { + "templateId": "AthenaEmoji:Emoji_S15_Holiday3", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_S15_Holiday2": { + "templateId": "AthenaEmoji:Emoji_S15_Holiday2", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_398_Athena_Commando_M_TreasureHunterFashion": { + "templateId": "AthenaCharacter:CID_398_Athena_Commando_M_TreasureHunterFashion", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_272_SleepyTime": { + "templateId": "AthenaPickaxe:Pickaxe_ID_272_SleepyTime", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_226_Athena_Commando_F_Octoberfest": { + "templateId": "AthenaCharacter:CID_226_Athena_Commando_F_Octoberfest", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_127_FragmentedGlow": { + "templateId": "AthenaItemWrap:Wrap_127_FragmentedGlow", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_IrishJig": { + "templateId": "AthenaDance:EID_IrishJig", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_179_StarWand": { + "templateId": "AthenaPickaxe:Pickaxe_ID_179_StarWand", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_498_Athena_Commando_M_WildWest": { + "templateId": "AthenaCharacter:CID_498_Athena_Commando_M_WildWest", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_230_Glacier": { + "templateId": "AthenaItemWrap:Wrap_230_Glacier", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_321_Athena_Commando_M_MilitaryFashion1": { + "templateId": "AthenaCharacter:CID_321_Athena_Commando_M_MilitaryFashion1", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_SneakingTraversal": { + "templateId": "AthenaDance:EID_SneakingTraversal", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_450_Valet": { + "templateId": "AthenaPickaxe:Pickaxe_ID_450_Valet", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_099_Key": { + "templateId": "AthenaSpray:SPID_099_Key", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_S14_LlamaSurprise": { + "templateId": "AthenaEmoji:Emoji_S14_LlamaSurprise", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_422_Athena_Commando_F_MaskedWarrior": { + "templateId": "AthenaCharacter:CID_422_Athena_Commando_F_MaskedWarrior", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_HiFive": { + "templateId": "AthenaDance:EID_HiFive", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_019_SkiGirl_GER": { + "templateId": "AthenaBackpack:BID_019_SkiGirl_GER", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_HightowerHoneydew": { + "templateId": "AthenaDance:EID_HightowerHoneydew", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_ArmWave": { + "templateId": "AthenaDance:EID_ArmWave", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_664_Athena_Commando_M_Gummi": { + "templateId": "AthenaCharacter:CID_664_Athena_Commando_M_Gummi", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_276_Pug": { + "templateId": "AthenaBackpack:BID_276_Pug", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_677_FancyCandy": { + "templateId": "AthenaBackpack:BID_677_FancyCandy", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_384_InformerMale1H": { + "templateId": "AthenaPickaxe:Pickaxe_ID_384_InformerMale1H", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_4LeafClover": { + "templateId": "AthenaEmoji:Emoji_4LeafClover", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_Snowman": { + "templateId": "AthenaEmoji:Emoji_Snowman", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_542_Foam": { + "templateId": "AthenaBackpack:BID_542_Foam", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_199_SMTomato": { + "templateId": "AthenaLoadingScreen:LSID_199_SMTomato", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_646_NauticalPajamasNight": { + "templateId": "AthenaBackpack:BID_646_NauticalPajamasNight", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_503_Athena_Commando_F_TacticalWoodlandFuture": { + "templateId": "AthenaCharacter:CID_503_Athena_Commando_F_TacticalWoodlandFuture", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_175_JMTomato": { + "templateId": "AthenaLoadingScreen:LSID_175_JMTomato", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_196_CycloneMale": { + "templateId": "AthenaGlider:Glider_ID_196_CycloneMale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_269_Athena_Commando_M_Wizard": { + "templateId": "AthenaCharacter:CID_269_Athena_Commando_M_Wizard", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_209_Athena_Commando_M_FootballDudeC": { + "templateId": "AthenaCharacter:CID_209_Athena_Commando_M_FootballDudeC", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_Feral": { + "templateId": "AthenaDance:EID_Feral", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_490_TeriyakiFishSkull1H": { + "templateId": "AthenaPickaxe:Pickaxe_ID_490_TeriyakiFishSkull1H", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_067_StreetDemon": { + "templateId": "AthenaItemWrap:Wrap_067_StreetDemon", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_867_Athena_Commando_M_Myth": { + "templateId": "AthenaCharacter:CID_867_Athena_Commando_M_Myth", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Umbrella_Season_09": { + "templateId": "AthenaGlider:Umbrella_Season_09", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_245_BaseballKitbashFemale": { + "templateId": "AthenaBackpack:BID_245_BaseballKitbashFemale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_515_Hostile": { + "templateId": "AthenaBackpack:BID_515_Hostile", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Umbrella_Season_08": { + "templateId": "AthenaGlider:Umbrella_Season_08", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_404_JetSkiMale": { + "templateId": "AthenaBackpack:BID_404_JetSkiMale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Umbrella_Season_07": { + "templateId": "AthenaGlider:Umbrella_Season_07", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPet:PetID_005_Wolf": { + "templateId": "AthenaPet:PetID_005_Wolf", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Umbrella_Season_06": { + "templateId": "AthenaGlider:Umbrella_Season_06", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Umbrella_Season_05": { + "templateId": "AthenaGlider:Umbrella_Season_05", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_Rainbow": { + "templateId": "AthenaEmoji:Emoji_Rainbow", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Umbrella_Season_04": { + "templateId": "AthenaGlider:Umbrella_Season_04", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_182_S11Cumulative03": { + "templateId": "AthenaLoadingScreen:LSID_182_S11Cumulative03", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_077_Athena_Commando_M_Sup": { + "templateId": "AthenaCharacter:CID_077_Athena_Commando_M_Sup", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_065_Athena_Commando_F_SkiGirl_FRA": { + "templateId": "AthenaCharacter:CID_065_Athena_Commando_F_SkiGirl_FRA", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_190_NewYears": { + "templateId": "AthenaGlider:Glider_ID_190_NewYears", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_284_CrazyEight1H": { + "templateId": "AthenaPickaxe:Pickaxe_ID_284_CrazyEight1H", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaMusicPack:MusicPack_043_Overdrive": { + "templateId": "AthenaMusicPack:MusicPack_043_Overdrive", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_Snap": { + "templateId": "AthenaDance:EID_Snap", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_406_Athena_Commando_M_StormTracker": { + "templateId": "AthenaCharacter:CID_406_Athena_Commando_M_StormTracker", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_161_Nosh": { + "templateId": "AthenaItemWrap:Wrap_161_Nosh", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_307_SkeletonHunter": { + "templateId": "AthenaPickaxe:Pickaxe_ID_307_SkeletonHunter", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_030_Athena_Commando_M_Halloween": { + "templateId": "AthenaCharacter:CID_030_Athena_Commando_M_Halloween", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [ + { + "channel": "ClothingColor", + "active": "Mat0", + "owned": [] + } + ], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_526_Athena_Commando_F_DesertOpsSwamp": { + "templateId": "AthenaCharacter:CID_526_Athena_Commando_F_DesertOpsSwamp", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_Bang": { + "templateId": "AthenaEmoji:Emoji_Bang", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_193_TeriyakiFishMale": { + "templateId": "AthenaBackpack:BID_193_TeriyakiFishMale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_427_Seaweed1H_CZ9HA": { + "templateId": "AthenaPickaxe:Pickaxe_ID_427_Seaweed1H_CZ9HA", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_465_BackspinMale1H_R40E7": { + "templateId": "AthenaPickaxe:Pickaxe_ID_465_BackspinMale1H_R40E7", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaMusicPack:MusicPack_020_BunkerJam": { + "templateId": "AthenaMusicPack:MusicPack_020_BunkerJam", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_038_BunnyFemale": { + "templateId": "AthenaBackpack:BID_038_BunnyFemale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_196_Athena_Commando_M_Biker": { + "templateId": "AthenaCharacter:CID_196_Athena_Commando_M_Biker", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_677_Athena_Commando_M_SharkAttack": { + "templateId": "AthenaCharacter:CID_677_Athena_Commando_M_SharkAttack", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_266_Cosmos": { + "templateId": "AthenaLoadingScreen:LSID_266_Cosmos", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_463_Athena_Commando_M_Hairy": { + "templateId": "AthenaCharacter:CID_463_Athena_Commando_M_Hairy", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_Bunnyhop": { + "templateId": "AthenaDance:EID_Bunnyhop", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_161_LoveLlama": { + "templateId": "AthenaPickaxe:Pickaxe_ID_161_LoveLlama", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_570_Athena_Commando_M_SlurpMonster": { + "templateId": "AthenaCharacter:CID_570_Athena_Commando_M_SlurpMonster", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_091_DurrrBurgerHero": { + "templateId": "AthenaBackpack:BID_091_DurrrBurgerHero", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Umbrella_Season_13": { + "templateId": "AthenaGlider:Umbrella_Season_13", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Umbrella_Season_12": { + "templateId": "AthenaGlider:Umbrella_Season_12", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_234_HightowerGrape": { + "templateId": "AthenaGlider:Glider_ID_234_HightowerGrape", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Umbrella_Season_11": { + "templateId": "AthenaGlider:Umbrella_Season_11", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Umbrella_Season_10": { + "templateId": "AthenaGlider:Umbrella_Season_10", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_277_Athena_Commando_M_Moth": { + "templateId": "AthenaCharacter:CID_277_Athena_Commando_M_Moth", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Umbrella_Season_15": { + "templateId": "AthenaGlider:Umbrella_Season_15", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_033_FounderFemale": { + "templateId": "AthenaBackpack:BID_033_FounderFemale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_096_Athena_Commando_F_Founder": { + "templateId": "AthenaCharacter:CID_096_Athena_Commando_F_Founder", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Umbrella_Season_14": { + "templateId": "AthenaGlider:Umbrella_Season_14", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_906_Athena_Commando_M_York_B": { + "templateId": "AthenaCharacter:CID_906_Athena_Commando_M_York_B", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_841_Athena_Commando_M_HightowerWasabi": { + "templateId": "AthenaCharacter:CID_841_Athena_Commando_M_HightowerWasabi", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_622_VampireCasual": { + "templateId": "AthenaBackpack:BID_622_VampireCasual", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_KungFuShadowBoxing": { + "templateId": "AthenaDance:EID_KungFuShadowBoxing", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_048_Bunny2": { + "templateId": "AthenaItemWrap:Wrap_048_Bunny2", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_001_BasicBanner": { + "templateId": "AthenaSpray:SPID_001_BasicBanner", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_203_TwinDarkFemale": { + "templateId": "AthenaGlider:Glider_ID_203_TwinDarkFemale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_219_BandageNinja1H": { + "templateId": "AthenaPickaxe:Pickaxe_ID_219_BandageNinja1H", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_417_TacticalScubaMale1H": { + "templateId": "AthenaPickaxe:Pickaxe_ID_417_TacticalScubaMale1H", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_197_Athena_Commando_F_Biker": { + "templateId": "AthenaCharacter:CID_197_Athena_Commando_F_Biker", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_445_Elf": { + "templateId": "AthenaBackpack:BID_445_Elf", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_215_CycloneB": { + "templateId": "AthenaLoadingScreen:LSID_215_CycloneB", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_224_LoveAndWar_Love": { + "templateId": "AthenaLoadingScreen:LSID_224_LoveAndWar_Love", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_023_CuChulainn": { + "templateId": "AthenaGlider:Glider_ID_023_CuChulainn", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_896_Athena_Commando_F_SpookyNeon": { + "templateId": "AthenaCharacter:CID_896_Athena_Commando_F_SpookyNeon", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_228_BananaAgent": { + "templateId": "AthenaLoadingScreen:LSID_228_BananaAgent", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSkyDiveContrail:Trails_ID_096_HightowerGrape": { + "templateId": "AthenaSkyDiveContrail:Trails_ID_096_HightowerGrape", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_262_BountyHunterFemale": { + "templateId": "AthenaBackpack:BID_262_BountyHunterFemale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_560_CandyApple_WTXXO": { + "templateId": "AthenaBackpack:BID_560_CandyApple_WTXXO", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_GGWreath": { + "templateId": "AthenaEmoji:Emoji_GGWreath", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_092_S7Cumulative09": { + "templateId": "AthenaLoadingScreen:LSID_092_S7Cumulative09", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_CuddleTeamHead": { + "templateId": "AthenaEmoji:Emoji_CuddleTeamHead", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_864_Athena_Commando_F_Elastic_E": { + "templateId": "AthenaCharacter:CID_864_Athena_Commando_F_Elastic_E", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_032_TacticalWoodland": { + "templateId": "AthenaGlider:Glider_ID_032_TacticalWoodland", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_509_Athena_Commando_M_WiseMaster": { + "templateId": "AthenaCharacter:CID_509_Athena_Commando_M_WiseMaster", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_062_S6Cumulative01": { + "templateId": "AthenaLoadingScreen:LSID_062_S6Cumulative01", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_150_TechOpsBlue": { + "templateId": "AthenaGlider:Glider_ID_150_TechOpsBlue", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_070_DarkViking": { + "templateId": "AthenaGlider:Glider_ID_070_DarkViking", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_781_Athena_Commando_F_FuzzyBearTEDDY": { + "templateId": "AthenaCharacter:CID_781_Athena_Commando_F_FuzzyBearTEDDY", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_073_Athena_Commando_F_Scuba": { + "templateId": "AthenaCharacter:CID_073_Athena_Commando_F_Scuba", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_Warehouse": { + "templateId": "AthenaDance:EID_Warehouse", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_022_SoloShowdown": { + "templateId": "AthenaSpray:SPID_022_SoloShowdown", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_086_S7Cumulative03": { + "templateId": "AthenaLoadingScreen:LSID_086_S7Cumulative03", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_466_TigerFashion": { + "templateId": "AthenaBackpack:BID_466_TigerFashion", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_NPC_Athena_Commando_M_CatBurglar_Ghost": { + "templateId": "AthenaCharacter:CID_NPC_Athena_Commando_M_CatBurglar_Ghost", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_014_IceCream": { + "templateId": "AthenaItemWrap:Wrap_014_IceCream", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_293_Phantom": { + "templateId": "AthenaItemWrap:Wrap_293_Phantom", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_469_Wings": { + "templateId": "AthenaBackpack:BID_469_Wings", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_040_Wukong": { + "templateId": "AthenaBackpack:BID_040_Wukong", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_403_CavalryBanditShadow1H": { + "templateId": "AthenaPickaxe:Pickaxe_ID_403_CavalryBanditShadow1H", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_149_Athena_Commando_F_SoccerGirlB": { + "templateId": "AthenaCharacter:CID_149_Athena_Commando_F_SoccerGirlB", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_011_HotCold": { + "templateId": "AthenaItemWrap:Wrap_011_HotCold", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_255_Athena_Commando_F_HalloweenBunny": { + "templateId": "AthenaCharacter:CID_255_Athena_Commando_F_HalloweenBunny", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_479_LunchBox1H": { + "templateId": "AthenaPickaxe:Pickaxe_ID_479_LunchBox1H", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_074_LifeguardFemale": { + "templateId": "AthenaBackpack:BID_074_LifeguardFemale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_015_Athena_Commando_F": { + "templateId": "AthenaCharacter:CID_015_Athena_Commando_F", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_FlyingKite": { + "templateId": "AthenaDance:EID_FlyingKite", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_023_Candy": { + "templateId": "AthenaLoadingScreen:LSID_023_Candy", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_051_Merman": { + "templateId": "AthenaBackpack:BID_051_Merman", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_214_Geisha": { + "templateId": "AthenaPickaxe:Pickaxe_ID_214_Geisha", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_439_Athena_Commando_F_SkullBriteEclipse": { + "templateId": "AthenaCharacter:CID_439_Athena_Commando_F_SkullBriteEclipse", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_064_S6Lvl100": { + "templateId": "AthenaSpray:SPID_064_S6Lvl100", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_TPose": { + "templateId": "AthenaDance:EID_TPose", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_653_Football20_1BS75": { + "templateId": "AthenaBackpack:BID_653_Football20_1BS75", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_602_Athena_Commando_M_NanaSplit": { + "templateId": "AthenaCharacter:CID_602_Athena_Commando_M_NanaSplit", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_388_Athena_Commando_M_TheBomb": { + "templateId": "AthenaCharacter:CID_388_Athena_Commando_M_TheBomb", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_231_Athena_Commando_F_RedRiding": { + "templateId": "AthenaCharacter:CID_231_Athena_Commando_F_RedRiding", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_299_GoatRobe": { + "templateId": "AthenaPickaxe:Pickaxe_ID_299_GoatRobe", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaMusicPack:MusicPack_001_Floss": { + "templateId": "AthenaMusicPack:MusicPack_001_Floss", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaMusicPack:MusicPack_025_MakeItRain": { + "templateId": "AthenaMusicPack:MusicPack_025_MakeItRain", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSkyDiveContrail:Trails_ID_044_Lava": { + "templateId": "AthenaSkyDiveContrail:Trails_ID_044_Lava", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_301_ModernWitch": { + "templateId": "AthenaPickaxe:Pickaxe_ID_301_ModernWitch", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_139_FuzzyBearHalloween": { + "templateId": "AthenaBackpack:BID_139_FuzzyBearHalloween", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_S8Lvl100": { + "templateId": "AthenaEmoji:Emoji_S8Lvl100", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_025_Raven": { + "templateId": "AthenaLoadingScreen:LSID_025_Raven", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_650_Vertigo": { + "templateId": "AthenaBackpack:BID_650_Vertigo", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_632_Athena_Commando_F_GalileoZeppelin_SJKPW": { + "templateId": "AthenaCharacter:CID_632_Athena_Commando_F_GalileoZeppelin_SJKPW", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_486_WinterHunterMale": { + "templateId": "AthenaBackpack:BID_486_WinterHunterMale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_117_Athena_Commando_M_TacticalJungle": { + "templateId": "AthenaCharacter:CID_117_Athena_Commando_M_TacticalJungle", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_506_Athena_Commando_M_MilitiaMascotTomato": { + "templateId": "AthenaCharacter:CID_506_Athena_Commando_M_MilitiaMascotTomato", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_018_Athena_Commando_M": { + "templateId": "AthenaCharacter:CID_018_Athena_Commando_M", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_192_WinterHolidayFemale": { + "templateId": "AthenaBackpack:BID_192_WinterHolidayFemale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_604_SkullBritecube": { + "templateId": "AthenaBackpack:BID_604_SkullBritecube", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_257_Swashbuckler": { + "templateId": "AthenaBackpack:BID_257_Swashbuckler", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_024_Reaper": { + "templateId": "AthenaGlider:Glider_ID_024_Reaper", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_641_Athena_Commando_M_SweaterWeather": { + "templateId": "AthenaCharacter:CID_641_Athena_Commando_M_SweaterWeather", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_505_Athena_Commando_M_MilitiaMascotBurger": { + "templateId": "AthenaCharacter:CID_505_Athena_Commando_M_MilitiaMascotBurger", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_345_ToxicKitty": { + "templateId": "AthenaBackpack:BID_345_ToxicKitty", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_233_StormTheAgency": { + "templateId": "AthenaLoadingScreen:LSID_233_StormTheAgency", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_088_EvilCowboy": { + "templateId": "AthenaGlider:Glider_ID_088_EvilCowboy", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_933_Athena_Commando_F_FuturePink": { + "templateId": "AthenaCharacter:CID_933_Athena_Commando_F_FuturePink", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_305_Phantom1H": { + "templateId": "AthenaPickaxe:Pickaxe_ID_305_Phantom1H", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_219_AlterEgo": { + "templateId": "AthenaLoadingScreen:LSID_219_AlterEgo", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_286_Muzak": { + "templateId": "AthenaItemWrap:Wrap_286_Muzak", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_363_Kurohomura": { + "templateId": "AthenaBackpack:BID_363_Kurohomura", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_128_PlagueFemale": { + "templateId": "AthenaBackpack:BID_128_PlagueFemale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_090_Athena_Commando_M_Tactical": { + "templateId": "AthenaCharacter:CID_090_Athena_Commando_M_Tactical", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_288_CyberScavengerFemaleBlue": { + "templateId": "AthenaBackpack:BID_288_CyberScavengerFemaleBlue", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_180_BlueCrackshot": { + "templateId": "AthenaSpray:SPID_180_BlueCrackshot", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_183_TacticalFisherman": { + "templateId": "AthenaGlider:Glider_ID_183_TacticalFisherman", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_059_DJ": { + "templateId": "AthenaSpray:SPID_059_DJ", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_304_NoshHunter1H": { + "templateId": "AthenaPickaxe:Pickaxe_ID_304_NoshHunter1H", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_299_Athena_Commando_M_SnowNinja": { + "templateId": "AthenaCharacter:CID_299_Athena_Commando_M_SnowNinja", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_581_ParcelPrankSurprise": { + "templateId": "AthenaBackpack:BID_581_ParcelPrankSurprise", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_090_S7Cumulative07": { + "templateId": "AthenaLoadingScreen:LSID_090_S7Cumulative07", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_088_DriftSummer": { + "templateId": "AthenaItemWrap:Wrap_088_DriftSummer", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_097_RaptorArcticCamo": { + "templateId": "AthenaPickaxe:Pickaxe_ID_097_RaptorArcticCamo", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_344_MartialArtistMale": { + "templateId": "AthenaPickaxe:Pickaxe_ID_344_MartialArtistMale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_293_Viper": { + "templateId": "AthenaPickaxe:Pickaxe_ID_293_Viper", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_003_Pickaxes": { + "templateId": "AthenaLoadingScreen:LSID_003_Pickaxes", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_218_Medusa": { + "templateId": "AthenaBackpack:BID_218_Medusa", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSkyDiveContrail:Trails_ID_105_FutureSamurai": { + "templateId": "AthenaSkyDiveContrail:Trails_ID_105_FutureSamurai", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_308_Athena_Commando_F_FortniteDJ": { + "templateId": "AthenaCharacter:CID_308_Athena_Commando_F_FortniteDJ", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_259_CupidFemale1H": { + "templateId": "AthenaPickaxe:Pickaxe_ID_259_CupidFemale1H", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_085_S7Cumulative02": { + "templateId": "AthenaLoadingScreen:LSID_085_S7Cumulative02", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaMusicPack:MusicPack_071_FortniteCarollingRemix": { + "templateId": "AthenaMusicPack:MusicPack_071_FortniteCarollingRemix", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_069_Geisha": { + "templateId": "AthenaItemWrap:Wrap_069_Geisha", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_111_ZeroPointCeiling": { + "templateId": "AthenaItemWrap:Wrap_111_ZeroPointCeiling", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_869_Athena_Commando_F_Cavalry": { + "templateId": "AthenaCharacter:CID_869_Athena_Commando_F_Cavalry", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_419_Athena_Commando_M_Pug": { + "templateId": "AthenaCharacter:CID_419_Athena_Commando_M_Pug", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_186_Athena_Commando_M_Exercise": { + "templateId": "AthenaCharacter:CID_186_Athena_Commando_M_Exercise", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_101_Octoberfest": { + "templateId": "AthenaPickaxe:Pickaxe_ID_101_Octoberfest", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_084_S7Cumulative01": { + "templateId": "AthenaLoadingScreen:LSID_084_S7Cumulative01", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_035_GoldenSnake": { + "templateId": "AthenaItemWrap:Wrap_035_GoldenSnake", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_579_Athena_Commando_F_RedRidingRemix": { + "templateId": "AthenaCharacter:CID_579_Athena_Commando_F_RedRidingRemix", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_086_Athena_Commando_M_RedSilk": { + "templateId": "AthenaCharacter:CID_086_Athena_Commando_M_RedSilk", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_TalkingGesture": { + "templateId": "AthenaDance:EID_TalkingGesture", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_290_Newspaper": { + "templateId": "AthenaItemWrap:Wrap_290_Newspaper", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_137_Athena_Commando_F_StreetBasketball": { + "templateId": "AthenaCharacter:CID_137_Athena_Commando_F_StreetBasketball", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_340_DragonRacerFemale": { + "templateId": "AthenaPickaxe:Pickaxe_ID_340_DragonRacerFemale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSkyDiveContrail:Trails_ID_063_BeachBalls": { + "templateId": "AthenaSkyDiveContrail:Trails_ID_063_BeachBalls", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_482_LongShorts": { + "templateId": "AthenaBackpack:BID_482_LongShorts", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_475_ChOnePickaxe": { + "templateId": "AthenaPickaxe:Pickaxe_ID_475_ChOnePickaxe", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_099_BlueSamuraiFemale": { + "templateId": "AthenaBackpack:BID_099_BlueSamuraiFemale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_005_Athena_Commando_M_Default": { + "templateId": "AthenaCharacter:CID_005_Athena_Commando_M_Default", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_378_FishermanFemale": { + "templateId": "AthenaBackpack:BID_378_FishermanFemale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_105_BlackWidow": { + "templateId": "AthenaLoadingScreen:LSID_105_BlackWidow", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaMusicPack:MusicPack_058_S14_Villain": { + "templateId": "AthenaMusicPack:MusicPack_058_S14_Villain", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_SparkleSpecialist": { + "templateId": "AthenaEmoji:Emoji_SparkleSpecialist", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_066_FlintlockRed": { + "templateId": "AthenaPickaxe:Pickaxe_ID_066_FlintlockRed", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_153_HornedMaskFemale": { + "templateId": "AthenaBackpack:BID_153_HornedMaskFemale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_PalmTree": { + "templateId": "AthenaEmoji:Emoji_PalmTree", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_110_Athena_Commando_F_CircuitBreaker": { + "templateId": "AthenaCharacter:CID_110_Athena_Commando_F_CircuitBreaker", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_508_Athena_Commando_M_Syko": { + "templateId": "AthenaCharacter:CID_508_Athena_Commando_M_Syko", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_079_Penguin": { + "templateId": "AthenaBackpack:BID_079_Penguin", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_192_AdventureGirl": { + "templateId": "AthenaSpray:SPID_192_AdventureGirl", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_765_Athena_Commando_F_SpaceWanderer": { + "templateId": "AthenaCharacter:CID_765_Athena_Commando_F_SpaceWanderer", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_262_FutureBikerWhite": { + "templateId": "AthenaPickaxe:Pickaxe_ID_262_FutureBikerWhite", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:HalloweenScythe": { + "templateId": "AthenaPickaxe:HalloweenScythe", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_BoogieBomb": { + "templateId": "AthenaEmoji:Emoji_BoogieBomb", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_S14_Elastic_FishBone": { + "templateId": "AthenaEmoji:Emoji_S14_Elastic_FishBone", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_309_Athena_Commando_M_StreetGoth": { + "templateId": "AthenaCharacter:CID_309_Athena_Commando_M_StreetGoth", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_901_Athena_Commando_F_PumpkinSpice": { + "templateId": "AthenaCharacter:CID_901_Athena_Commando_F_PumpkinSpice", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_TwistEternity_Sync": { + "templateId": "AthenaDance:EID_TwistEternity_Sync", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_188_Athena_Commando_F_StreetRacerWhite": { + "templateId": "AthenaCharacter:CID_188_Athena_Commando_F_StreetRacerWhite", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_ShakeHeadPapayaComms": { + "templateId": "AthenaDance:EID_ShakeHeadPapayaComms", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_975_Athena_Commando_F_Cherry_B8XN5": { + "templateId": "AthenaCharacter:CID_975_Athena_Commando_F_Cherry_B8XN5", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_033_FakeDoor": { + "templateId": "AthenaSpray:SPID_033_FakeDoor", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_147_Athena_Commando_M_SoccerDudeD": { + "templateId": "AthenaCharacter:CID_147_Athena_Commando_M_SoccerDudeD", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_320_ForestDwellerMale": { + "templateId": "AthenaPickaxe:Pickaxe_ID_320_ForestDwellerMale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_327_GalileoKayak_50NFG": { + "templateId": "AthenaPickaxe:Pickaxe_ID_327_GalileoKayak_50NFG", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_S13_MechanicalEngineer": { + "templateId": "AthenaEmoji:Emoji_S13_MechanicalEngineer", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_009_Athena_Commando_M": { + "templateId": "AthenaCharacter:CID_009_Athena_Commando_M", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_Showstopper": { + "templateId": "AthenaDance:EID_Showstopper", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_251_MascotMilitiaBurger": { + "templateId": "AthenaPickaxe:Pickaxe_ID_251_MascotMilitiaBurger", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_276_GoldDrip": { + "templateId": "AthenaItemWrap:Wrap_276_GoldDrip", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_010_Storm": { + "templateId": "AthenaGlider:Glider_ID_010_Storm", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_045_Oni": { + "templateId": "AthenaSpray:SPID_045_Oni", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_001_ArcticCamo": { + "templateId": "AthenaItemWrap:Wrap_001_ArcticCamo", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_193_HotDog": { + "templateId": "AthenaPickaxe:Pickaxe_ID_193_HotDog", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_015_SkiGirl_USA": { + "templateId": "AthenaBackpack:BID_015_SkiGirl_USA", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_114_Bush": { + "templateId": "AthenaSpray:SPID_114_Bush", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_487_WinterHunterFemale": { + "templateId": "AthenaBackpack:BID_487_WinterHunterFemale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_723_Athena_Commando_F_SpyTech": { + "templateId": "AthenaCharacter:CID_723_Athena_Commando_F_SpyTech", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_467_Athena_Commando_M_WeirdObjectsPolice": { + "templateId": "AthenaCharacter:CID_467_Athena_Commando_M_WeirdObjectsPolice", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_468_Cyclone": { + "templateId": "AthenaBackpack:BID_468_Cyclone", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_549_Dummeez": { + "templateId": "AthenaBackpack:BID_549_Dummeez", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_261_Rooster": { + "templateId": "AthenaBackpack:BID_261_Rooster", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_001": { + "templateId": "AthenaGlider:Glider_ID_001", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_028_SpaceBlack": { + "templateId": "AthenaBackpack:BID_028_SpaceBlack", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_Historian_2TEF8": { + "templateId": "AthenaDance:EID_Historian_2TEF8", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_372_Athena_Commando_F_Pirate01": { + "templateId": "AthenaCharacter:CID_372_Athena_Commando_F_Pirate01", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_017_Athena_Commando_M": { + "templateId": "AthenaCharacter:CID_017_Athena_Commando_M", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_203_AshtonSaltLake": { + "templateId": "AthenaPickaxe:Pickaxe_ID_203_AshtonSaltLake", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_GetOverHere": { + "templateId": "AthenaDance:EID_GetOverHere", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_073_Balloon": { + "templateId": "AthenaPickaxe:Pickaxe_ID_073_Balloon", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_NPC_Athena_Commando_M_HightowerHenchman_Date": { + "templateId": "AthenaCharacter:CID_NPC_Athena_Commando_M_HightowerHenchman_Date", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:HappyPickaxe": { + "templateId": "AthenaPickaxe:HappyPickaxe", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_095_LoveRanger": { + "templateId": "AthenaSpray:SPID_095_LoveRanger", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_063_SushiChef": { + "templateId": "AthenaGlider:Glider_ID_063_SushiChef", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_229_ChocoBunny": { + "templateId": "AthenaItemWrap:Wrap_229_ChocoBunny", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_185_Nosh": { + "templateId": "AthenaGlider:Glider_ID_185_Nosh", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_025_ShuttleA": { + "templateId": "AthenaGlider:Glider_ID_025_ShuttleA", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBattleBus:BBID_WorldCupBus": { + "templateId": "AthenaBattleBus:BBID_WorldCupBus", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_FootballTD_U2HZI": { + "templateId": "AthenaDance:EID_FootballTD_U2HZI", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_121_Sunbird": { + "templateId": "AthenaSpray:SPID_121_Sunbird", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_034_GoodVibes": { + "templateId": "AthenaSpray:SPID_034_GoodVibes", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_456_Athena_Commando_F_Sarong": { + "templateId": "AthenaCharacter:CID_456_Athena_Commando_F_Sarong", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_561_PeppaRonnie": { + "templateId": "AthenaBackpack:BID_561_PeppaRonnie", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_013_Valentines": { + "templateId": "AthenaItemWrap:Wrap_013_Valentines", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_IndianDance": { + "templateId": "AthenaDance:EID_IndianDance", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_737_Athena_Commando_F_DonutPlate": { + "templateId": "AthenaCharacter:CID_737_Athena_Commando_F_DonutPlate", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_STWHeroNoDefaultBackpack": { + "templateId": "AthenaBackpack:BID_STWHeroNoDefaultBackpack", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_670_Athena_Commando_F_ArcticCamo": { + "templateId": "AthenaCharacter:CID_670_Athena_Commando_F_ArcticCamo", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_367_Athena_Commando_F_Tropical": { + "templateId": "AthenaCharacter:CID_367_Athena_Commando_F_Tropical", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_122_VigilanteBall": { + "templateId": "AthenaSpray:SPID_122_VigilanteBall", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_091_S7Cumulative08": { + "templateId": "AthenaLoadingScreen:LSID_091_S7Cumulative08", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_868_Athena_Commando_M_Backspin_3U6CA": { + "templateId": "AthenaCharacter:CID_868_Athena_Commando_M_Backspin_3U6CA", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_519_DriftWinterMale1H": { + "templateId": "AthenaPickaxe:Pickaxe_ID_519_DriftWinterMale1H", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_Flamenco": { + "templateId": "AthenaDance:EID_Flamenco", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_044_FlyTrap": { + "templateId": "AthenaLoadingScreen:LSID_044_FlyTrap", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_289_RedRidingRemixFemale": { + "templateId": "AthenaPickaxe:Pickaxe_ID_289_RedRidingRemixFemale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_Prickly": { + "templateId": "AthenaEmoji:Emoji_Prickly", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_324_Athena_Commando_F_Barbarian": { + "templateId": "AthenaCharacter:CID_324_Athena_Commando_F_Barbarian", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_246_HighTowerDate": { + "templateId": "AthenaLoadingScreen:LSID_246_HighTowerDate", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_721_Athena_Commando_F_PineappleBandit": { + "templateId": "AthenaCharacter:CID_721_Athena_Commando_F_PineappleBandit", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_099_Athena_Commando_F_Scathach": { + "templateId": "AthenaCharacter:CID_099_Athena_Commando_F_Scathach", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_047_Gremlins": { + "templateId": "AthenaSpray:SPID_047_Gremlins", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_023_E3": { + "templateId": "AthenaSpray:SPID_023_E3", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_023_Athena_Commando_F": { + "templateId": "AthenaCharacter:CID_023_Athena_Commando_F", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_130_StrawberryPilot": { + "templateId": "AthenaLoadingScreen:LSID_130_StrawberryPilot", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_497_Athena_Commando_F_WildWest": { + "templateId": "AthenaCharacter:CID_497_Athena_Commando_F_WildWest", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_441_Athena_Commando_F_CyberScavengerBlue": { + "templateId": "AthenaCharacter:CID_441_Athena_Commando_F_CyberScavengerBlue", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_394_RaveNinjaFemale1H": { + "templateId": "AthenaPickaxe:Pickaxe_ID_394_RaveNinjaFemale1H", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_871_Athena_Commando_F_StreetFashionGarnet": { + "templateId": "AthenaCharacter:CID_871_Athena_Commando_F_StreetFashionGarnet", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_114_IceQueen": { + "templateId": "AthenaGlider:Glider_ID_114_IceQueen", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_Hitchhiker": { + "templateId": "AthenaDance:EID_Hitchhiker", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_032_HeistSpade": { + "templateId": "AthenaItemWrap:Wrap_032_HeistSpade", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_213_SeasonSpray1": { + "templateId": "AthenaSpray:SPID_213_SeasonSpray1", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_729_Athena_Commando_M_Neon": { + "templateId": "AthenaCharacter:CID_729_Athena_Commando_M_Neon", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSkyDiveContrail:Trails_ID_092_SchoolOfFish": { + "templateId": "AthenaSkyDiveContrail:Trails_ID_092_SchoolOfFish", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_236_Moo": { + "templateId": "AthenaItemWrap:Wrap_236_Moo", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_245_Athena_Commando_F_DurrburgerPjs": { + "templateId": "AthenaCharacter:CID_245_Athena_Commando_F_DurrburgerPjs", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_024_Athena_Commando_F": { + "templateId": "AthenaCharacter:CID_024_Athena_Commando_F", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_085_ModernMilitary": { + "templateId": "AthenaBackpack:BID_085_ModernMilitary", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_530_Athena_Commando_F_BlackMonday_1BV6J": { + "templateId": "AthenaCharacter:CID_530_Athena_Commando_F_BlackMonday_1BV6J", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_756_Athena_Commando_M_JonesyAgent": { + "templateId": "AthenaCharacter:CID_756_Athena_Commando_M_JonesyAgent", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_653_Athena_Commando_F_UglySweaterFrozen": { + "templateId": "AthenaCharacter:CID_653_Athena_Commando_F_UglySweaterFrozen", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_261_DarkEagleFire1H": { + "templateId": "AthenaPickaxe:Pickaxe_ID_261_DarkEagleFire1H", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_123_PeelyArms": { + "templateId": "AthenaSpray:SPID_123_PeelyArms", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_Kittycat": { + "templateId": "AthenaDance:EID_Kittycat", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:DefaultPickaxe": { + "templateId": "AthenaPickaxe:DefaultPickaxe", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_498_ParcelPrankHammerMale": { + "templateId": "AthenaPickaxe:Pickaxe_ID_498_ParcelPrankHammerMale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_377_SpyTechFemale1H": { + "templateId": "AthenaPickaxe:Pickaxe_ID_377_SpyTechFemale1H", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_132_BarbequeLarry": { + "templateId": "AthenaItemWrap:Wrap_132_BarbequeLarry", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_205_ScrapyardMale": { + "templateId": "AthenaBackpack:BID_205_ScrapyardMale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_724_Athena_Commando_M_SpyTech": { + "templateId": "AthenaCharacter:CID_724_Athena_Commando_M_SpyTech", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_074_TeriyakiFishVR": { + "templateId": "AthenaItemWrap:Wrap_074_TeriyakiFishVR", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_S13_OceanRider": { + "templateId": "AthenaEmoji:Emoji_S13_OceanRider", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_S15_AncientGladiator": { + "templateId": "AthenaEmoji:Emoji_S15_AncientGladiator", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_160_TacticalSantaMale": { + "templateId": "AthenaBackpack:BID_160_TacticalSantaMale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_SecretHandshake_Sync_Follower": { + "templateId": "AthenaDance:EID_SecretHandshake_Sync_Follower", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_161_H7OutfitsA": { + "templateId": "AthenaLoadingScreen:LSID_161_H7OutfitsA", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_704_Athena_Commando_F_LollipopTrickster": { + "templateId": "AthenaCharacter:CID_704_Athena_Commando_F_LollipopTrickster", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_TennisPaddle": { + "templateId": "AthenaDance:EID_TennisPaddle", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_175_StreetFashionRed": { + "templateId": "AthenaGlider:Glider_ID_175_StreetFashionRed", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_218_S14_HighTowerDate": { + "templateId": "AthenaSpray:SPID_218_S14_HighTowerDate", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_280_MascotMilitiaCuddle1h": { + "templateId": "AthenaPickaxe:Pickaxe_ID_280_MascotMilitiaCuddle1h", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaToy:TOY_009_BurgerElite": { + "templateId": "AthenaToy:TOY_009_BurgerElite", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_741_Athena_Commando_F_HalloweenBunnySpring": { + "templateId": "AthenaCharacter:CID_741_Athena_Commando_F_HalloweenBunnySpring", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_Fresh": { + "templateId": "AthenaDance:EID_Fresh", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_SillyJumps": { + "templateId": "AthenaDance:EID_SillyJumps", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_457_Athena_Commando_F_SpaceGirl": { + "templateId": "AthenaCharacter:CID_457_Athena_Commando_F_SpaceGirl", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_970_Athena_Commando_F_RenegadeRaiderHoliday": { + "templateId": "AthenaCharacter:CID_970_Athena_Commando_F_RenegadeRaiderHoliday", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_Fortnitemares": { + "templateId": "AthenaEmoji:Emoji_Fortnitemares", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_RigorMortis": { + "templateId": "AthenaDance:EID_RigorMortis", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_065_AssassinSuit01": { + "templateId": "AthenaItemWrap:Wrap_065_AssassinSuit01", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_196_TigerJaw": { + "templateId": "AthenaItemWrap:Wrap_196_TigerJaw", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_HappyWave": { + "templateId": "AthenaDance:EID_HappyWave", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_074_RaptorArcticCamo": { + "templateId": "AthenaGlider:Glider_ID_074_RaptorArcticCamo", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_064_Raptor": { + "templateId": "AthenaItemWrap:Wrap_064_Raptor", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_S14_Elastic_Fly": { + "templateId": "AthenaEmoji:Emoji_S14_Elastic_Fly", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_919_Athena_Commando_F_BabaYaga": { + "templateId": "AthenaCharacter:CID_919_Athena_Commando_F_BabaYaga", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_130_LemonLime": { + "templateId": "AthenaItemWrap:Wrap_130_LemonLime", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_077_StormSoldier": { + "templateId": "AthenaItemWrap:Wrap_077_StormSoldier", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_333_MsAlpineFemale1H": { + "templateId": "AthenaPickaxe:Pickaxe_ID_333_MsAlpineFemale1H", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_203_BlueMystery": { + "templateId": "AthenaBackpack:BID_203_BlueMystery", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_132_Athena_Commando_M_Venus": { + "templateId": "AthenaCharacter:CID_132_Athena_Commando_M_Venus", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_111_S8Cumulative05": { + "templateId": "AthenaLoadingScreen:LSID_111_S8Cumulative05", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_136_Athena_Commando_M_StreetBasketball": { + "templateId": "AthenaCharacter:CID_136_Athena_Commando_M_StreetBasketball", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_155_ViperAlterEgo": { + "templateId": "AthenaItemWrap:Wrap_155_ViperAlterEgo", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_164_DragonNinja": { + "templateId": "AthenaPickaxe:Pickaxe_ID_164_DragonNinja", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_652_RaiderSilverFemale": { + "templateId": "AthenaBackpack:BID_652_RaiderSilverFemale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaMusicPack:MusicPack_014_S9Cine": { + "templateId": "AthenaMusicPack:MusicPack_014_S9Cine", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_142_CubeRune": { + "templateId": "AthenaSpray:SPID_142_CubeRune", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_142_SamuraiUltra": { + "templateId": "AthenaBackpack:BID_142_SamuraiUltra", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_125_Athena_Commando_M_TacticalWoodland": { + "templateId": "AthenaCharacter:CID_125_Athena_Commando_M_TacticalWoodland", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_078_Lifeguard": { + "templateId": "AthenaPickaxe:Pickaxe_ID_078_Lifeguard", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_312_Athena_Commando_F_FunkOps": { + "templateId": "AthenaCharacter:CID_312_Athena_Commando_F_FunkOps", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_296_Beats": { + "templateId": "AthenaItemWrap:Wrap_296_Beats", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_197_HoppityHeist": { + "templateId": "AthenaPickaxe:Pickaxe_ID_197_HoppityHeist", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_603_Athena_Commando_M_SpookyNeon": { + "templateId": "AthenaCharacter:CID_603_Athena_Commando_M_SpookyNeon", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_280_DemonHunterFemale": { + "templateId": "AthenaBackpack:BID_280_DemonHunterFemale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_057_Jailbird": { + "templateId": "AthenaPickaxe:Pickaxe_ID_057_Jailbird", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_673_Athena_Commando_F_ArcticCamo_Slate": { + "templateId": "AthenaCharacter:CID_673_Athena_Commando_F_ArcticCamo_Slate", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_SlowClap": { + "templateId": "AthenaDance:EID_SlowClap", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_191_TZNutcracker": { + "templateId": "AthenaLoadingScreen:LSID_191_TZNutcracker", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_597_HightowerWasabi": { + "templateId": "AthenaBackpack:BID_597_HightowerWasabi", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_600_Athena_Commando_M_SkeletonHunter": { + "templateId": "AthenaCharacter:CID_600_Athena_Commando_M_SkeletonHunter", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_071_StreetRacer": { + "templateId": "AthenaPickaxe:Pickaxe_ID_071_StreetRacer", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_319_Athena_Commando_F_Nautilus": { + "templateId": "AthenaCharacter:CID_319_Athena_Commando_F_Nautilus", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_195_BuffCatMale": { + "templateId": "AthenaGlider:Glider_ID_195_BuffCatMale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_154_GlowBroBat": { + "templateId": "AthenaGlider:Glider_ID_154_GlowBroBat", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_209_SpyTechHacker": { + "templateId": "AthenaItemWrap:Wrap_209_SpyTechHacker", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_426_Athena_Commando_F_DemonHunter": { + "templateId": "AthenaCharacter:CID_426_Athena_Commando_F_DemonHunter", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_214_Carnaval": { + "templateId": "AthenaItemWrap:Wrap_214_Carnaval", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_333_Athena_Commando_M_Squishy": { + "templateId": "AthenaCharacter:CID_333_Athena_Commando_M_Squishy", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_253_Athena_Commando_M_MilitaryFashion2": { + "templateId": "AthenaCharacter:CID_253_Athena_Commando_M_MilitaryFashion2", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_TakeTheElf": { + "templateId": "AthenaDance:EID_TakeTheElf", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSkyDiveContrail:Trails_ID_004_BlueStreak": { + "templateId": "AthenaSkyDiveContrail:Trails_ID_004_BlueStreak", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_464_MartialArtist": { + "templateId": "AthenaBackpack:BID_464_MartialArtist", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_Lucky": { + "templateId": "AthenaEmoji:Emoji_Lucky", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_104_S8Lvl100": { + "templateId": "AthenaSpray:SPID_104_S8Lvl100", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_S14_Elastic_Water": { + "templateId": "AthenaEmoji:Emoji_S14_Elastic_Water", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_271_Athena_Commando_F_SushiChef": { + "templateId": "AthenaCharacter:CID_271_Athena_Commando_F_SushiChef", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_273_HightowerTomato": { + "templateId": "AthenaItemWrap:Wrap_273_HightowerTomato", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_311_VanGogh": { + "templateId": "AthenaItemWrap:Wrap_311_VanGogh", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_220_FarmerFemale": { + "templateId": "AthenaBackpack:BID_220_FarmerFemale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_Celebrate": { + "templateId": "AthenaEmoji:Emoji_Celebrate", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_598_Athena_Commando_M_Mastermind": { + "templateId": "AthenaCharacter:CID_598_Athena_Commando_M_Mastermind", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_296_Sarong": { + "templateId": "AthenaBackpack:BID_296_Sarong", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_748_Athena_Commando_F_Hitman": { + "templateId": "AthenaCharacter:CID_748_Athena_Commando_F_Hitman", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_014_S4Cumulative6": { + "templateId": "AthenaLoadingScreen:LSID_014_S4Cumulative6", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_379_RedRidingRemix": { + "templateId": "AthenaBackpack:BID_379_RedRidingRemix", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_426_PunkDevilSummerFemale": { + "templateId": "AthenaPickaxe:Pickaxe_ID_426_PunkDevilSummerFemale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_149_WavyMan": { + "templateId": "AthenaPickaxe:Pickaxe_ID_149_WavyMan", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_649_Athena_Commando_F_HolidayPJ": { + "templateId": "AthenaCharacter:CID_649_Athena_Commando_F_HolidayPJ", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_420_CandyAppleSour_JXBZA": { + "templateId": "AthenaPickaxe:Pickaxe_ID_420_CandyAppleSour_JXBZA", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_Kaboom": { + "templateId": "AthenaEmoji:Emoji_Kaboom", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_223_OrangeCamo": { + "templateId": "AthenaBackpack:BID_223_OrangeCamo", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_141_PS06": { + "templateId": "AthenaLoadingScreen:LSID_141_PS06", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_834_Athena_Commando_M_Axl": { + "templateId": "AthenaCharacter:CID_834_Athena_Commando_M_Axl", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_047_Athena_Commando_F_HolidayReindeer": { + "templateId": "AthenaCharacter:CID_047_Athena_Commando_F_HolidayReindeer", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_447_ToyMonkey": { + "templateId": "AthenaBackpack:BID_447_ToyMonkey", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_125_Moth": { + "templateId": "AthenaPickaxe:Pickaxe_ID_125_Moth", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_113_ZeroPointFloor": { + "templateId": "AthenaItemWrap:Wrap_113_ZeroPointFloor", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_095_FootballTrophy": { + "templateId": "AthenaPickaxe:Pickaxe_ID_095_FootballTrophy", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_895_Athena_Commando_M_DeliSandwich": { + "templateId": "AthenaCharacter:CID_895_Athena_Commando_M_DeliSandwich", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_028_Athena_Commando_F": { + "templateId": "AthenaCharacter:CID_028_Athena_Commando_F", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaMusicPack:MusicPack_053_FortniteTrapRemix": { + "templateId": "AthenaMusicPack:MusicPack_053_FortniteTrapRemix", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_029_HeistClub": { + "templateId": "AthenaItemWrap:Wrap_029_HeistClub", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPetCarrier:PetCarrier_009_Cat": { + "templateId": "AthenaPetCarrier:PetCarrier_009_Cat", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_198_DarkHeart": { + "templateId": "AthenaSpray:SPID_198_DarkHeart", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_Touchdown": { + "templateId": "AthenaDance:EID_Touchdown", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_487_PumpkinPunk": { + "templateId": "AthenaPickaxe:Pickaxe_ID_487_PumpkinPunk", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_258_Backspin": { + "templateId": "AthenaLoadingScreen:LSID_258_Backspin", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_215_MeowsclesBox": { + "templateId": "AthenaSpray:SPID_215_MeowsclesBox", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_ProVisitorProtest": { + "templateId": "AthenaDance:EID_ProVisitorProtest", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_180_NeonGraffiti": { + "templateId": "AthenaGlider:Glider_ID_180_NeonGraffiti", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_NPC_Athena_Commando_F_HenchmanSpyGood": { + "templateId": "AthenaCharacter:CID_NPC_Athena_Commando_F_HenchmanSpyGood", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_GGJellyfish": { + "templateId": "AthenaEmoji:Emoji_GGJellyfish", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_196_BarbarianMale": { + "templateId": "AthenaBackpack:BID_196_BarbarianMale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_483_Athena_Commando_F_GraffitiRemix": { + "templateId": "AthenaCharacter:CID_483_Athena_Commando_F_GraffitiRemix", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_242_Bruce": { + "templateId": "AthenaItemWrap:Wrap_242_Bruce", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_STW005_Tier_6": { + "templateId": "AthenaPickaxe:Pickaxe_ID_STW005_Tier_6", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_169_Eucalyptus": { + "templateId": "AthenaSpray:SPID_169_Eucalyptus", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_654_Ponytail": { + "templateId": "AthenaBackpack:BID_654_Ponytail", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_395_SplinterMale1H": { + "templateId": "AthenaPickaxe:Pickaxe_ID_395_SplinterMale1H", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_094_Watermelon": { + "templateId": "AthenaItemWrap:Wrap_094_Watermelon", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_226_GreenJacketFemale": { + "templateId": "AthenaGlider:Glider_ID_226_GreenJacketFemale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_195_H7Skull": { + "templateId": "AthenaLoadingScreen:LSID_195_H7Skull", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaMusicPack:MusicPack_002_Spooky": { + "templateId": "AthenaMusicPack:MusicPack_002_Spooky", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_212_SandCastle": { + "templateId": "AthenaSpray:SPID_212_SandCastle", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_010_BlueEmissive": { + "templateId": "AthenaItemWrap:Wrap_010_BlueEmissive", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_863_Athena_Commando_F_Elastic_D": { + "templateId": "AthenaCharacter:CID_863_Athena_Commando_F_Elastic_D", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_008_Graffiti": { + "templateId": "AthenaGlider:Glider_ID_008_Graffiti", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_976_Athena_Commando_F_Wombat_0GRTQ": { + "templateId": "AthenaCharacter:CID_976_Athena_Commando_F_Wombat_0GRTQ", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_090_GlowBro2": { + "templateId": "AthenaItemWrap:Wrap_090_GlowBro2", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_RexHead": { + "templateId": "AthenaEmoji:Emoji_RexHead", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_DustingHands": { + "templateId": "AthenaDance:EID_DustingHands", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_S14_FNCS": { + "templateId": "AthenaEmoji:Emoji_S14_FNCS", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_206_ScrapyardFemale": { + "templateId": "AthenaBackpack:BID_206_ScrapyardFemale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_018_SkiGirl_FRA": { + "templateId": "AthenaBackpack:BID_018_SkiGirl_FRA", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_578_SportsFashion": { + "templateId": "AthenaBackpack:BID_578_SportsFashion", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_157_Drift": { + "templateId": "AthenaGlider:Glider_ID_157_Drift", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_267_CyberScavengerMale": { + "templateId": "AthenaBackpack:BID_267_CyberScavengerMale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_152_DriftRemix": { + "templateId": "AthenaSpray:SPID_152_DriftRemix", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_310_SpaceFighter": { + "templateId": "AthenaItemWrap:Wrap_310_SpaceFighter", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSkyDiveContrail:Trails_ID_055_Bananas": { + "templateId": "AthenaSkyDiveContrail:Trails_ID_055_Bananas", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_S14_Elastic_Web": { + "templateId": "AthenaEmoji:Emoji_S14_Elastic_Web", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_102_Buckles": { + "templateId": "AthenaBackpack:BID_102_Buckles", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_Banana": { + "templateId": "AthenaEmoji:Emoji_Banana", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_105_Parrot": { + "templateId": "AthenaSpray:SPID_105_Parrot", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_169_MathMale": { + "templateId": "AthenaBackpack:BID_169_MathMale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_WavePapayaComms": { + "templateId": "AthenaDance:EID_WavePapayaComms", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_481_GraffitiFuture": { + "templateId": "AthenaBackpack:BID_481_GraffitiFuture", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_415_SandcastleMale": { + "templateId": "AthenaPickaxe:Pickaxe_ID_415_SandcastleMale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_691_Athena_Commando_F_TNTina": { + "templateId": "AthenaCharacter:CID_691_Athena_Commando_F_TNTina", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_IceHeart": { + "templateId": "AthenaEmoji:Emoji_IceHeart", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaMusicPack:MusicPack_005_Disco": { + "templateId": "AthenaMusicPack:MusicPack_005_Disco", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_Pump": { + "templateId": "AthenaDance:EID_Pump", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_MagicMan": { + "templateId": "AthenaDance:EID_MagicMan", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_041_SupplyLlama": { + "templateId": "AthenaLoadingScreen:LSID_041_SupplyLlama", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_Alarm": { + "templateId": "AthenaEmoji:Emoji_Alarm", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_Saxophone": { + "templateId": "AthenaDance:EID_Saxophone", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_252_PieManMale": { + "templateId": "AthenaGlider:Glider_ID_252_PieManMale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaMusicPack:MusicPack_013_RoboTrackRaisin": { + "templateId": "AthenaMusicPack:MusicPack_013_RoboTrackRaisin", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_120_S9Lvl100": { + "templateId": "AthenaSpray:SPID_120_S9Lvl100", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_228_CardboardCrew": { + "templateId": "AthenaItemWrap:Wrap_228_CardboardCrew", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_185_GnomeMale": { + "templateId": "AthenaBackpack:BID_185_GnomeMale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_SignSpinner": { + "templateId": "AthenaDance:EID_SignSpinner", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_TwistDaytona": { + "templateId": "AthenaDance:EID_TwistDaytona", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_007_TurtleShell": { + "templateId": "AthenaGlider:Glider_ID_007_TurtleShell", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_278_VigilanteBoard": { + "templateId": "AthenaBackpack:BID_278_VigilanteBoard", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_382_DarkDinoMale": { + "templateId": "AthenaBackpack:BID_382_DarkDinoMale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_S11_CheckeredFlag": { + "templateId": "AthenaEmoji:Emoji_S11_CheckeredFlag", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_770_Athena_Commando_F_MechanicalEngineer": { + "templateId": "AthenaCharacter:CID_770_Athena_Commando_F_MechanicalEngineer", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_Jammin": { + "templateId": "AthenaDance:EID_Jammin", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_442_Cattus": { + "templateId": "AthenaBackpack:BID_442_Cattus", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_KPopDance03": { + "templateId": "AthenaDance:EID_KPopDance03", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_KPopDance02": { + "templateId": "AthenaDance:EID_KPopDance02", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_KpopDance04": { + "templateId": "AthenaDance:EID_KpopDance04", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_KPopDance01": { + "templateId": "AthenaDance:EID_KPopDance01", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_072_TeriyakiFish": { + "templateId": "AthenaItemWrap:Wrap_072_TeriyakiFish", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_Crabby": { + "templateId": "AthenaEmoji:Emoji_Crabby", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_184_S11Cumulative05": { + "templateId": "AthenaLoadingScreen:LSID_184_S11Cumulative05", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_217_ShinyFemale": { + "templateId": "AthenaBackpack:BID_217_ShinyFemale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_241_Athena_Commando_M_Plague": { + "templateId": "AthenaCharacter:CID_241_Athena_Commando_M_Plague", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPet:PetID_011_Dog_Raptor": { + "templateId": "AthenaPet:PetID_011_Dog_Raptor", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaMusicPack:MusicPack_046_Paws": { + "templateId": "AthenaMusicPack:MusicPack_046_Paws", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_062_Soccer": { + "templateId": "AthenaPickaxe:Pickaxe_ID_062_Soccer", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_178_SpeedyMidnight": { + "templateId": "AthenaPickaxe:Pickaxe_ID_178_SpeedyMidnight", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_S14_Elastic_Molecule": { + "templateId": "AthenaEmoji:Emoji_S14_Elastic_Molecule", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_174_Cavalry": { + "templateId": "AthenaItemWrap:Wrap_174_Cavalry", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_238_Bubblegum": { + "templateId": "AthenaPickaxe:Pickaxe_ID_238_Bubblegum", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_082_SushiChef": { + "templateId": "AthenaPickaxe:Pickaxe_ID_082_SushiChef", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_037_Stealth": { + "templateId": "AthenaPickaxe:Pickaxe_ID_037_Stealth", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_621_Athena_Commando_M_BoneSnake": { + "templateId": "AthenaCharacter:CID_621_Athena_Commando_M_BoneSnake", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSkyDiveContrail:Trails_ID_076_ReactiveLight": { + "templateId": "AthenaSkyDiveContrail:Trails_ID_076_ReactiveLight", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_369_AnarchyAcresFarmer": { + "templateId": "AthenaPickaxe:Pickaxe_ID_369_AnarchyAcresFarmer", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_S12_Meowscles": { + "templateId": "AthenaEmoji:Emoji_S12_Meowscles", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_603_DarkEaglePurple_Male": { + "templateId": "AthenaBackpack:BID_603_DarkEaglePurple_Male", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_087_S7Cumulative04": { + "templateId": "AthenaLoadingScreen:LSID_087_S7Cumulative04", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_264_LemonLime1H": { + "templateId": "AthenaPickaxe:Pickaxe_ID_264_LemonLime1H", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_501_EternityFemale": { + "templateId": "AthenaPickaxe:Pickaxe_ID_501_EternityFemale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_494_NauticalPajamasNightMale1H": { + "templateId": "AthenaPickaxe:Pickaxe_ID_494_NauticalPajamasNightMale1H", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_940_Athena_Commando_M_Football20_D_ZID7Q": { + "templateId": "AthenaCharacter:CID_940_Athena_Commando_M_Football20_D_ZID7Q", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_HeadShake": { + "templateId": "AthenaDance:EID_HeadShake", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_258_Athena_Commando_F_FuzzyBearHalloween": { + "templateId": "AthenaCharacter:CID_258_Athena_Commando_F_FuzzyBearHalloween", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:DynamicsTestGlider": { + "templateId": "AthenaGlider:DynamicsTestGlider", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_445_RaiderPinkFemale1H": { + "templateId": "AthenaPickaxe:Pickaxe_ID_445_RaiderPinkFemale1H", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_916_Athena_Commando_F_FuzzyBearSkull": { + "templateId": "AthenaCharacter:CID_916_Athena_Commando_F_FuzzyBearSkull", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaMusicPack:MusicPack_042_BunnyHop": { + "templateId": "AthenaMusicPack:MusicPack_042_BunnyHop", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_Baited": { + "templateId": "AthenaEmoji:Emoji_Baited", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_S15_CosmosA": { + "templateId": "AthenaEmoji:Emoji_S15_CosmosA", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_008_KeyArt": { + "templateId": "AthenaLoadingScreen:LSID_008_KeyArt", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_187_GalileoKayak_Q8THV": { + "templateId": "AthenaGlider:Glider_ID_187_GalileoKayak_Q8THV", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_S15_CosmosB": { + "templateId": "AthenaEmoji:Emoji_S15_CosmosB", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_581_Athena_Commando_M_DarkDino": { + "templateId": "AthenaCharacter:CID_581_Athena_Commando_M_DarkDino", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_387_Athena_Commando_F_Golf": { + "templateId": "AthenaCharacter:CID_387_Athena_Commando_F_Golf", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_ElectroShuffle_V2": { + "templateId": "AthenaDance:EID_ElectroShuffle_V2", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_S14_Horseshoe": { + "templateId": "AthenaEmoji:Emoji_S14_Horseshoe", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaMusicPack:MusicPack_029_Wiggle": { + "templateId": "AthenaMusicPack:MusicPack_029_Wiggle", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_295_CatBurglarGhost": { + "templateId": "AthenaItemWrap:Wrap_295_CatBurglarGhost", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_086_ExerciseFemale": { + "templateId": "AthenaBackpack:BID_086_ExerciseFemale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_035_NordicLlama": { + "templateId": "AthenaSpray:SPID_035_NordicLlama", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_VIP_Athena_Commando_F_GalileoRocket_SG": { + "templateId": "AthenaCharacter:CID_VIP_Athena_Commando_F_GalileoRocket_SG", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_DurrrBurger": { + "templateId": "AthenaEmoji:Emoji_DurrrBurger", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_774_Athena_Commando_M_TacticalScuba": { + "templateId": "AthenaCharacter:CID_774_Athena_Commando_M_TacticalScuba", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_BalletJumps": { + "templateId": "AthenaDance:EID_BalletJumps", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_Dinosaur": { + "templateId": "AthenaDance:EID_Dinosaur", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_BlackMondayMale_E0VSB": { + "templateId": "AthenaDance:EID_BlackMondayMale_E0VSB", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_006_Ice": { + "templateId": "AthenaItemWrap:Wrap_006_Ice", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_934_Athena_Commando_M_Vertigo": { + "templateId": "AthenaCharacter:CID_934_Athena_Commando_M_Vertigo", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_039_PilotWolf": { + "templateId": "AthenaItemWrap:Wrap_039_PilotWolf", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_377_CODSquad_Plaid_Female": { + "templateId": "AthenaBackpack:BID_377_CODSquad_Plaid_Female", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_Alien": { + "templateId": "AthenaDance:EID_Alien", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_StageBow": { + "templateId": "AthenaDance:EID_StageBow", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_141_AshtonBoardwalk": { + "templateId": "AthenaGlider:Glider_ID_141_AshtonBoardwalk", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_072_Athena_Commando_M_Scout": { + "templateId": "AthenaCharacter:CID_072_Athena_Commando_M_Scout", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_Pizza": { + "templateId": "AthenaEmoji:Emoji_Pizza", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_MakeItRainV2": { + "templateId": "AthenaDance:EID_MakeItRainV2", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_112_Athena_Commando_M_Brite": { + "templateId": "AthenaCharacter:CID_112_Athena_Commando_M_Brite", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_236_Pirate01Female": { + "templateId": "AthenaBackpack:BID_236_Pirate01Female", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_ThighSlapper": { + "templateId": "AthenaDance:EID_ThighSlapper", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_222_S14_HighTowerRadish": { + "templateId": "AthenaSpray:SPID_222_S14_HighTowerRadish", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_302_FrozenLake": { + "templateId": "AthenaItemWrap:Wrap_302_FrozenLake", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_055_Valkyrie": { + "templateId": "AthenaLoadingScreen:LSID_055_Valkyrie", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_230_Fortnitemares": { + "templateId": "AthenaSpray:SPID_230_Fortnitemares", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_151_StormSoldier": { + "templateId": "AthenaGlider:Glider_ID_151_StormSoldier", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_221_Athena_Commando_M_Clown": { + "templateId": "AthenaCharacter:CID_221_Athena_Commando_M_Clown", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_095_Athena_Commando_M_Founder": { + "templateId": "AthenaCharacter:CID_095_Athena_Commando_M_Founder", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_332_Athena_Commando_M_Prisoner": { + "templateId": "AthenaCharacter:CID_332_Athena_Commando_M_Prisoner", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_RedCard": { + "templateId": "AthenaDance:EID_RedCard", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_S14_Elastic_PinkArrow": { + "templateId": "AthenaEmoji:Emoji_S14_Elastic_PinkArrow", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_LoveRanger": { + "templateId": "AthenaEmoji:Emoji_LoveRanger", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_968_Athena_Commando_M_TeriyakiFishElf": { + "templateId": "AthenaCharacter:CID_968_Athena_Commando_M_TeriyakiFishElf", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_516_TeriyakiFishElf1H": { + "templateId": "AthenaPickaxe:Pickaxe_ID_516_TeriyakiFishElf1H", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_199_IceQueen": { + "templateId": "AthenaBackpack:BID_199_IceQueen", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_476_AgentRogue": { + "templateId": "AthenaBackpack:BID_476_AgentRogue", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_265_BarbequeLarry1H": { + "templateId": "AthenaPickaxe:Pickaxe_ID_265_BarbequeLarry1H", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_CrissCross": { + "templateId": "AthenaDance:EID_CrissCross", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_353_StreetGothCandy": { + "templateId": "AthenaBackpack:BID_353_StreetGothCandy", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_RaceStart": { + "templateId": "AthenaDance:EID_RaceStart", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_056_CarbideWhite": { + "templateId": "AthenaGlider:Glider_ID_056_CarbideWhite", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_314_Athena_Commando_M_Krampus": { + "templateId": "AthenaCharacter:CID_314_Athena_Commando_M_Krampus", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_256_ShatterFly": { + "templateId": "AthenaBackpack:BID_256_ShatterFly", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_482_BabaYagaFemale": { + "templateId": "AthenaPickaxe:Pickaxe_ID_482_BabaYagaFemale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_104_MasterKey": { + "templateId": "AthenaLoadingScreen:LSID_104_MasterKey", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_518_Athena_Commando_M_WWII_PilotSciFi": { + "templateId": "AthenaCharacter:CID_518_Athena_Commando_M_WWII_PilotSciFi", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_857_Athena_Commando_M_Elastic_C": { + "templateId": "AthenaCharacter:CID_857_Athena_Commando_M_Elastic_C", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_007_SkiDude_USA": { + "templateId": "AthenaBackpack:BID_007_SkiDude_USA", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_295_Athena_Commando_M_CupidWinter": { + "templateId": "AthenaCharacter:CID_295_Athena_Commando_M_CupidWinter", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_373_Athena_Commando_M_Pirate01": { + "templateId": "AthenaCharacter:CID_373_Athena_Commando_M_Pirate01", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_762_Athena_Commando_M_BrightGunnerSpy": { + "templateId": "AthenaCharacter:CID_762_Athena_Commando_M_BrightGunnerSpy", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_016_Tactical": { + "templateId": "AthenaGlider:Glider_ID_016_Tactical", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_235_Heist": { + "templateId": "AthenaBackpack:BID_235_Heist", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_839_Athena_Commando_F_HightowerSquash": { + "templateId": "AthenaCharacter:CID_839_Athena_Commando_F_HightowerSquash", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPet:PetID_008_Fox": { + "templateId": "AthenaPet:PetID_008_Fox", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_HappySkipping": { + "templateId": "AthenaDance:EID_HappySkipping", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_260_AngelEclipse1H": { + "templateId": "AthenaPickaxe:Pickaxe_ID_260_AngelEclipse1H", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_396_RaptorGlow": { + "templateId": "AthenaBackpack:BID_396_RaptorGlow", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_480_Donut": { + "templateId": "AthenaBackpack:BID_480_Donut", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_294_CandyCane": { + "templateId": "AthenaPickaxe:Pickaxe_ID_294_CandyCane", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_072_VikingMale": { + "templateId": "AthenaBackpack:BID_072_VikingMale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_835_Athena_Commando_F_LadyAtlantis": { + "templateId": "AthenaCharacter:CID_835_Athena_Commando_F_LadyAtlantis", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_763_Athena_Commando_F_ShinyJacket": { + "templateId": "AthenaCharacter:CID_763_Athena_Commando_F_ShinyJacket", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_280_Gel": { + "templateId": "AthenaItemWrap:Wrap_280_Gel", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_KeeperDreamHook": { + "templateId": "AthenaDance:EID_KeeperDreamHook", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_554_Robro": { + "templateId": "AthenaBackpack:BID_554_Robro", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_PeaceSign": { + "templateId": "AthenaEmoji:Emoji_PeaceSign", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_202_FadingMosaicA": { + "templateId": "AthenaItemWrap:Wrap_202_FadingMosaicA", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBattleBus:BBID_BirthdayBus3rd": { + "templateId": "AthenaBattleBus:BBID_BirthdayBus3rd", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_679_CardboardCrewHolidayFemale": { + "templateId": "AthenaBackpack:BID_679_CardboardCrewHolidayFemale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_182_NutcrackerMale": { + "templateId": "AthenaBackpack:BID_182_NutcrackerMale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_S11_NoScope": { + "templateId": "AthenaEmoji:Emoji_S11_NoScope", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_232_S15_Shapeshifter": { + "templateId": "AthenaSpray:SPID_232_S15_Shapeshifter", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_002_Medieval": { + "templateId": "AthenaGlider:Glider_ID_002_Medieval", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_523_HolidayLightsMale": { + "templateId": "AthenaPickaxe:Pickaxe_ID_523_HolidayLightsMale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_051_ShatterFly": { + "templateId": "AthenaItemWrap:Wrap_051_ShatterFly", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_026_S4Cumulative8": { + "templateId": "AthenaLoadingScreen:LSID_026_S4Cumulative8", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_583_SpaceWandererMale": { + "templateId": "AthenaBackpack:BID_583_SpaceWandererMale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_128_AuroraGlow": { + "templateId": "AthenaLoadingScreen:LSID_128_AuroraGlow", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_088_S7Cumulative05": { + "templateId": "AthenaLoadingScreen:LSID_088_S7Cumulative05", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_KeeperDreamGlowstick": { + "templateId": "AthenaDance:EID_KeeperDreamGlowstick", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_058_Shark": { + "templateId": "AthenaGlider:Glider_ID_058_Shark", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_260_Athena_Commando_F_StreetOps": { + "templateId": "AthenaCharacter:CID_260_Athena_Commando_F_StreetOps", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_122_HalloweenTomato": { + "templateId": "AthenaBackpack:BID_122_HalloweenTomato", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_057_Visitor": { + "templateId": "AthenaBackpack:BID_057_Visitor", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_333_Reverb": { + "templateId": "AthenaBackpack:BID_333_Reverb", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_060_DayOfDead": { + "templateId": "AthenaSpray:SPID_060_DayOfDead", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_243_DJRemix": { + "templateId": "AthenaPickaxe:Pickaxe_ID_243_DJRemix", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_369_Athena_Commando_F_DevilRock": { + "templateId": "AthenaCharacter:CID_369_Athena_Commando_F_DevilRock", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_JumpStyleDance": { + "templateId": "AthenaDance:EID_JumpStyleDance", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_181_Log": { + "templateId": "AthenaPickaxe:Pickaxe_ID_181_Log", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_156_SummerBomber": { + "templateId": "AthenaGlider:Glider_ID_156_SummerBomber", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_241_TacticalScuba": { + "templateId": "AthenaLoadingScreen:LSID_241_TacticalScuba", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Umbrella_Storm": { + "templateId": "AthenaGlider:Umbrella_Storm", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_384_NoshHunter": { + "templateId": "AthenaBackpack:BID_384_NoshHunter", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_410_Athena_Commando_M_CyberScavenger": { + "templateId": "AthenaCharacter:CID_410_Athena_Commando_M_CyberScavenger", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_017_Shark": { + "templateId": "AthenaPickaxe:Pickaxe_ID_017_Shark", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_593_HightowerSquash": { + "templateId": "AthenaBackpack:BID_593_HightowerSquash", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_053_Huya": { + "templateId": "AthenaGlider:Glider_ID_053_Huya", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_050_Graffiti": { + "templateId": "AthenaPickaxe:Pickaxe_ID_050_Graffiti", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_549_Athena_Commando_M_YellowCamoB": { + "templateId": "AthenaCharacter:CID_549_Athena_Commando_M_YellowCamoB", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_307_Lexa": { + "templateId": "AthenaItemWrap:Wrap_307_Lexa", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_308_FutureSamurai": { + "templateId": "AthenaItemWrap:Wrap_308_FutureSamurai", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_022_Cupid": { + "templateId": "AthenaBackpack:BID_022_Cupid", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_324_BlueBadass": { + "templateId": "AthenaBackpack:BID_324_BlueBadass", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_297_SpaceGirl": { + "templateId": "AthenaBackpack:BID_297_SpaceGirl", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_210_RobotTroubleFemale": { + "templateId": "AthenaBackpack:BID_210_RobotTroubleFemale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_255_WiseMaster": { + "templateId": "AthenaPickaxe:Pickaxe_ID_255_WiseMaster", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Duo_Umbrella": { + "templateId": "AthenaGlider:Duo_Umbrella", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_570_DirtyDocksFemale": { + "templateId": "AthenaBackpack:BID_570_DirtyDocksFemale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_020_Keg": { + "templateId": "AthenaPickaxe:Pickaxe_ID_020_Keg", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_322_FrogmanMale": { + "templateId": "AthenaPickaxe:Pickaxe_ID_322_FrogmanMale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaMusicPack:MusicPack_037_Extraterrestrial": { + "templateId": "AthenaMusicPack:MusicPack_037_Extraterrestrial", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_987_Athena_Commando_M_Frostbyte": { + "templateId": "AthenaCharacter:CID_987_Athena_Commando_M_Frostbyte", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_DontSneeze": { + "templateId": "AthenaDance:EID_DontSneeze", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSkyDiveContrail:Trails_ID_046_Clover": { + "templateId": "AthenaSkyDiveContrail:Trails_ID_046_Clover", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_286_WinterGhoulMaleEclipse": { + "templateId": "AthenaBackpack:BID_286_WinterGhoulMaleEclipse", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_025_Tactical": { + "templateId": "AthenaBackpack:BID_025_Tactical", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_843_Athena_Commando_M_HightowerTomato_Casual": { + "templateId": "AthenaCharacter:CID_843_Athena_Commando_M_HightowerTomato_Casual", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_305_AncientGladiator": { + "templateId": "AthenaItemWrap:Wrap_305_AncientGladiator", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_STW001_Holdfast": { + "templateId": "AthenaLoadingScreen:LSID_STW001_Holdfast", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_231_CycloneBraid": { + "templateId": "AthenaLoadingScreen:LSID_231_CycloneBraid", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_507_DonutPlate": { + "templateId": "AthenaBackpack:BID_507_DonutPlate", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_009_CandyCoat": { + "templateId": "AthenaGlider:Glider_ID_009_CandyCoat", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_BestMates": { + "templateId": "AthenaDance:EID_BestMates", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_214_Athena_Commando_F_FootballReferee": { + "templateId": "AthenaCharacter:CID_214_Athena_Commando_F_FootballReferee", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_310_SubmarinerMale": { + "templateId": "AthenaPickaxe:Pickaxe_ID_310_SubmarinerMale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_232_S12Key": { + "templateId": "AthenaLoadingScreen:LSID_232_S12Key", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_225_BandageNinjaMale": { + "templateId": "AthenaBackpack:BID_225_BandageNinjaMale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_PraiseTheTomato": { + "templateId": "AthenaDance:EID_PraiseTheTomato", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_662_FutureSamuraiMale": { + "templateId": "AthenaBackpack:BID_662_FutureSamuraiMale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_470_MythMale1H": { + "templateId": "AthenaPickaxe:Pickaxe_ID_470_MythMale1H", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaMusicPack:MusicPack_019_Birthday2019": { + "templateId": "AthenaMusicPack:MusicPack_019_Birthday2019", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_Disagree": { + "templateId": "AthenaDance:EID_Disagree", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_033_Athena_Commando_F_Medieval": { + "templateId": "AthenaCharacter:CID_033_Athena_Commando_F_Medieval", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSkyDiveContrail:Trails_ID_017_Lanterns": { + "templateId": "AthenaSkyDiveContrail:Trails_ID_017_Lanterns", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_199_Athena_Commando_F_BlueSamurai": { + "templateId": "AthenaCharacter:CID_199_Athena_Commando_F_BlueSamurai", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_329_GingerbreadCookie1H": { + "templateId": "AthenaPickaxe:Pickaxe_ID_329_GingerbreadCookie1H", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_541_Gator": { + "templateId": "AthenaBackpack:BID_541_Gator", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_041_GC2018": { + "templateId": "AthenaSpray:SPID_041_GC2018", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaMusicPack:MusicPack_063_KeydUp": { + "templateId": "AthenaMusicPack:MusicPack_063_KeydUp", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSkyDiveContrail:Trails_ID_014_Vines": { + "templateId": "AthenaSkyDiveContrail:Trails_ID_014_Vines", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_BlackMondayMale2": { + "templateId": "AthenaDance:EID_BlackMondayMale2", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_341_Athena_Commando_F_SkullBrite": { + "templateId": "AthenaCharacter:CID_341_Athena_Commando_F_SkullBrite", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_FutureSamurai": { + "templateId": "AthenaDance:EID_FutureSamurai", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_Tasty": { + "templateId": "AthenaEmoji:Emoji_Tasty", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_233_Athena_Commando_M_FortniteDJ": { + "templateId": "AthenaCharacter:CID_233_Athena_Commando_M_FortniteDJ", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_297_Athena_Commando_F_Math": { + "templateId": "AthenaCharacter:CID_297_Athena_Commando_F_Math", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_213_SkullDude": { + "templateId": "AthenaLoadingScreen:LSID_213_SkullDude", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_037_EvilSuit2": { + "templateId": "AthenaItemWrap:Wrap_037_EvilSuit2", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_LockItUp": { + "templateId": "AthenaDance:EID_LockItUp", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_DiscoFever": { + "templateId": "AthenaDance:EID_DiscoFever", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_391_Athena_Commando_M_HoppityHeist": { + "templateId": "AthenaCharacter:CID_391_Athena_Commando_M_HoppityHeist", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_042_Omen": { + "templateId": "AthenaLoadingScreen:LSID_042_Omen", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_206_StrawberryPilot_1H": { + "templateId": "AthenaPickaxe:Pickaxe_ID_206_StrawberryPilot_1H", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_GoodGame": { + "templateId": "AthenaEmoji:Emoji_GoodGame", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_152_DragonMask": { + "templateId": "AthenaPickaxe:Pickaxe_ID_152_DragonMask", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_530_TiramisuMale1H_R94F2": { + "templateId": "AthenaPickaxe:Pickaxe_ID_530_TiramisuMale1H_R94F2", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_376_Athena_Commando_M_DarkShaman": { + "templateId": "AthenaCharacter:CID_376_Athena_Commando_M_DarkShaman", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_406_Submariner": { + "templateId": "AthenaBackpack:BID_406_Submariner", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_Stinky": { + "templateId": "AthenaEmoji:Emoji_Stinky", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_347_Athena_Commando_M_PirateProgressive": { + "templateId": "AthenaCharacter:CID_347_Athena_Commando_M_PirateProgressive", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_576_Athena_Commando_M_CODSquadPlaid": { + "templateId": "AthenaCharacter:CID_576_Athena_Commando_M_CODSquadPlaid", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_335_Lopex": { + "templateId": "AthenaBackpack:BID_335_Lopex", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_237_HightowerTomato": { + "templateId": "AthenaGlider:Glider_ID_237_HightowerTomato", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_353_AgentAce1H": { + "templateId": "AthenaPickaxe:Pickaxe_ID_353_AgentAce1H", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_109_StreetGoth": { + "templateId": "AthenaGlider:Glider_ID_109_StreetGoth", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_StringDance": { + "templateId": "AthenaDance:EID_StringDance", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_158_ArcticSniperMale": { + "templateId": "AthenaBackpack:BID_158_ArcticSniperMale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_CoinToss": { + "templateId": "AthenaDance:EID_CoinToss", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_543_FuzzyBearTeddy": { + "templateId": "AthenaBackpack:BID_543_FuzzyBearTeddy", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_395_Athena_Commando_F_ShatterFly": { + "templateId": "AthenaCharacter:CID_395_Athena_Commando_F_ShatterFly", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_194_SharkAttack": { + "templateId": "AthenaItemWrap:Wrap_194_SharkAttack", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_TestStaticParts": { + "templateId": "AthenaGlider:Glider_TestStaticParts", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_STW002_Starlight1": { + "templateId": "AthenaLoadingScreen:LSID_STW002_Starlight1", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_284_NeonLines": { + "templateId": "AthenaBackpack:BID_284_NeonLines", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_112_TechOps": { + "templateId": "AthenaGlider:Glider_ID_112_TechOps", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSkyDiveContrail:Trails_ID_100_Turbo": { + "templateId": "AthenaSkyDiveContrail:Trails_ID_100_Turbo", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_019_Heart": { + "templateId": "AthenaPickaxe:Pickaxe_ID_019_Heart", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_458_HightowerTapas1H": { + "templateId": "AthenaPickaxe:Pickaxe_ID_458_HightowerTapas1H", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_655_Athena_Commando_F_Barefoot": { + "templateId": "AthenaCharacter:CID_655_Athena_Commando_F_Barefoot", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_GoatDance_Sync": { + "templateId": "AthenaDance:EID_GoatDance_Sync", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_014_Dragon": { + "templateId": "AthenaGlider:Glider_ID_014_Dragon", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_214_CycloneA": { + "templateId": "AthenaLoadingScreen:LSID_214_CycloneA", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPetCarrier:PetCarrier_007_Woodsy": { + "templateId": "AthenaPetCarrier:PetCarrier_007_Woodsy", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_DanceMoves": { + "templateId": "AthenaDance:EID_DanceMoves", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_197_SMRobot": { + "templateId": "AthenaLoadingScreen:LSID_197_SMRobot", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_168_StreetRacerDriftRemix": { + "templateId": "AthenaGlider:Glider_ID_168_StreetRacerDriftRemix", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_251_Athena_Commando_F_Muertos": { + "templateId": "AthenaCharacter:CID_251_Athena_Commando_F_Muertos", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_405_ModernWitch": { + "templateId": "AthenaBackpack:BID_405_ModernWitch", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_328_GalileoRocket_SNC0L": { + "templateId": "AthenaPickaxe:Pickaxe_ID_328_GalileoRocket_SNC0L", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_StatuePose": { + "templateId": "AthenaDance:EID_StatuePose", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_090_StreetRacerWhiteMale": { + "templateId": "AthenaBackpack:BID_090_StreetRacerWhiteMale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_231_Embers": { + "templateId": "AthenaSpray:SPID_231_Embers", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_225_TacticalScubaMale": { + "templateId": "AthenaGlider:Glider_ID_225_TacticalScubaMale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_635_York_Male": { + "templateId": "AthenaBackpack:BID_635_York_Male", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_084_4thofJuly": { + "templateId": "AthenaItemWrap:Wrap_084_4thofJuly", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_149_Wizard": { + "templateId": "AthenaBackpack:BID_149_Wizard", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_BattleBus": { + "templateId": "AthenaEmoji:Emoji_BattleBus", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_234_GlowVortex": { + "templateId": "AthenaItemWrap:Wrap_234_GlowVortex", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_LOL": { + "templateId": "AthenaEmoji:Emoji_LOL", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_069_DecoMale": { + "templateId": "AthenaBackpack:BID_069_DecoMale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_470_Athena_Commando_M_Anarchy": { + "templateId": "AthenaCharacter:CID_470_Athena_Commando_M_Anarchy", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_044_TacticalUrbanHammer": { + "templateId": "AthenaPickaxe:Pickaxe_ID_044_TacticalUrbanHammer", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_355_BuffCatMale1H": { + "templateId": "AthenaPickaxe:Pickaxe_ID_355_BuffCatMale1H", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_006_WinterCamo": { + "templateId": "AthenaGlider:Glider_ID_006_WinterCamo", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_200_Athena_Commando_M_DarkPaintballer": { + "templateId": "AthenaCharacter:CID_200_Athena_Commando_M_DarkPaintballer", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_097_NeonLines": { + "templateId": "AthenaItemWrap:Wrap_097_NeonLines", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_112_RockPeople": { + "templateId": "AthenaSpray:SPID_112_RockPeople", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_211_WildCatBlue": { + "templateId": "AthenaGlider:Glider_ID_211_WildCatBlue", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_073_Porthole": { + "templateId": "AthenaSpray:SPID_073_Porthole", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_040_Athena_Commando_M_District": { + "templateId": "AthenaCharacter:CID_040_Athena_Commando_M_District", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_362_LollipopFemale": { + "templateId": "AthenaPickaxe:Pickaxe_ID_362_LollipopFemale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_129_Stormtracker": { + "templateId": "AthenaLoadingScreen:LSID_129_Stormtracker", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSkyDiveContrail:Trails_ID_109_SpaceFighter": { + "templateId": "AthenaSkyDiveContrail:Trails_ID_109_SpaceFighter", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_538_Athena_Commando_M_Taco": { + "templateId": "AthenaCharacter:CID_538_Athena_Commando_M_Taco", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_442_Athena_Commando_F_BannerA": { + "templateId": "AthenaCharacter:CID_442_Athena_Commando_F_BannerA", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_060_Exercise": { + "templateId": "AthenaGlider:Glider_ID_060_Exercise", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_505_Informer": { + "templateId": "AthenaBackpack:BID_505_Informer", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_539_RacerZero": { + "templateId": "AthenaBackpack:BID_539_RacerZero", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_510_JupiterMale_G035V": { + "templateId": "AthenaPickaxe:Pickaxe_ID_510_JupiterMale_G035V", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_253_ArcticCamoWoodsFemale": { + "templateId": "AthenaGlider:Glider_ID_253_ArcticCamoWoodsFemale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_070_MaskedWarrior": { + "templateId": "AthenaItemWrap:Wrap_070_MaskedWarrior", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_907_Athena_Commando_M_York_C": { + "templateId": "AthenaCharacter:CID_907_Athena_Commando_M_York_C", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_715_Athena_Commando_F_TwinDark": { + "templateId": "AthenaCharacter:CID_715_Athena_Commando_F_TwinDark", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_167_S11_Pug": { + "templateId": "AthenaSpray:SPID_167_S11_Pug", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_014_SkiGirl": { + "templateId": "AthenaBackpack:BID_014_SkiGirl", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_167_RedKnightWinterFemale": { + "templateId": "AthenaBackpack:BID_167_RedKnightWinterFemale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_WalkieWalk": { + "templateId": "AthenaDance:EID_WalkieWalk", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPetCarrier:PetCarrier_005_Wolf": { + "templateId": "AthenaPetCarrier:PetCarrier_005_Wolf", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_041_Basketball": { + "templateId": "AthenaGlider:Glider_ID_041_Basketball", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_601_Athena_Commando_F_Palespooky": { + "templateId": "AthenaCharacter:CID_601_Athena_Commando_F_Palespooky", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_676_WombatFemale_6PEJZ": { + "templateId": "AthenaBackpack:BID_676_WombatFemale_6PEJZ", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_SingAlong": { + "templateId": "AthenaDance:EID_SingAlong", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_717_Athena_Commando_F_BlueFlames": { + "templateId": "AthenaCharacter:CID_717_Athena_Commando_F_BlueFlames", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_122_StandardRedCamo": { + "templateId": "AthenaItemWrap:Wrap_122_StandardRedCamo", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_643_Tapdance": { + "templateId": "AthenaBackpack:BID_643_Tapdance", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_399_SpookyNeon": { + "templateId": "AthenaBackpack:BID_399_SpookyNeon", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_RocketRide": { + "templateId": "AthenaEmoji:Emoji_RocketRide", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_152_JMLuxe": { + "templateId": "AthenaLoadingScreen:LSID_152_JMLuxe", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_108_HacivatMale": { + "templateId": "AthenaBackpack:BID_108_HacivatMale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_492_BlueFlames": { + "templateId": "AthenaBackpack:BID_492_BlueFlames", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_115_S8Cumulative09": { + "templateId": "AthenaLoadingScreen:LSID_115_S8Cumulative09", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_754_Athena_Commando_F_RaveNinja": { + "templateId": "AthenaCharacter:CID_754_Athena_Commando_F_RaveNinja", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_205_Athena_Commando_F_GarageBand": { + "templateId": "AthenaCharacter:CID_205_Athena_Commando_F_GarageBand", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_173_S10Cumulative09": { + "templateId": "AthenaLoadingScreen:LSID_173_S10Cumulative09", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_116_S8Cumulative10": { + "templateId": "AthenaLoadingScreen:LSID_116_S8Cumulative10", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_651_EternityFemale": { + "templateId": "AthenaBackpack:BID_651_EternityFemale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_CoolRobotRaisin": { + "templateId": "AthenaDance:EID_CoolRobotRaisin", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_261_SpaceFighterFemale": { + "templateId": "AthenaGlider:Glider_ID_261_SpaceFighterFemale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_381_RustyRaiderMotor": { + "templateId": "AthenaBackpack:BID_381_RustyRaiderMotor", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_029_S5Cumulative3": { + "templateId": "AthenaLoadingScreen:LSID_029_S5Cumulative3", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_639_Athena_Commando_F_NeonAnimal": { + "templateId": "AthenaCharacter:CID_639_Athena_Commando_F_NeonAnimal", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_070_Viking": { + "templateId": "AthenaPickaxe:Pickaxe_ID_070_Viking", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_S14_Elastic_Butterfly": { + "templateId": "AthenaEmoji:Emoji_S14_Elastic_Butterfly", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_054_Douyu": { + "templateId": "AthenaGlider:Glider_ID_054_Douyu", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_240_Athena_Commando_F_Plague": { + "templateId": "AthenaCharacter:CID_240_Athena_Commando_F_Plague", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_475_Athena_Commando_M_Multibot": { + "templateId": "AthenaCharacter:CID_475_Athena_Commando_M_Multibot", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_119_VolcanoKey": { + "templateId": "AthenaLoadingScreen:LSID_119_VolcanoKey", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_207_BountyHunter": { + "templateId": "AthenaPickaxe:Pickaxe_ID_207_BountyHunter", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_155_ValentinesFrozen": { + "templateId": "AthenaPickaxe:Pickaxe_ID_155_ValentinesFrozen", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_082_PlasticArmyGreen": { + "templateId": "AthenaItemWrap:Wrap_082_PlasticArmyGreen", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_062_NeoTag": { + "templateId": "AthenaItemWrap:Wrap_062_NeoTag", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_DaBounce": { + "templateId": "AthenaDance:EID_DaBounce", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_189_StreetOpsStealth": { + "templateId": "AthenaPickaxe:Pickaxe_ID_189_StreetOpsStealth", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_425_Athena_Commando_F_CyberRunner": { + "templateId": "AthenaCharacter:CID_425_Athena_Commando_F_CyberRunner", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_024_Boogie": { + "templateId": "AthenaSpray:SPID_024_Boogie", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_138_Athena_Commando_M_PSBurnout": { + "templateId": "AthenaCharacter:CID_138_Athena_Commando_M_PSBurnout", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_265_Athena_Commando_F_AnimalJackets": { + "templateId": "AthenaCharacter:CID_265_Athena_Commando_F_AnimalJackets", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_073_Medic": { + "templateId": "AthenaGlider:Glider_ID_073_Medic", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_250_Lopex": { + "templateId": "AthenaPickaxe:Pickaxe_ID_250_Lopex", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_282_NeonSign": { + "templateId": "AthenaItemWrap:Wrap_282_NeonSign", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_015_Lips": { + "templateId": "AthenaSpray:SPID_015_Lips", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_186_DemonStone": { + "templateId": "AthenaPickaxe:Pickaxe_ID_186_DemonStone", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_073_TeriyakiFish2": { + "templateId": "AthenaItemWrap:Wrap_073_TeriyakiFish2", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_067_GumshoeFemale": { + "templateId": "AthenaBackpack:BID_067_GumshoeFemale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_357_Sleepytime": { + "templateId": "AthenaBackpack:BID_357_Sleepytime", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_083_Crackshot": { + "templateId": "AthenaLoadingScreen:LSID_083_Crackshot", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_701_Athena_Commando_M_BananaAgent": { + "templateId": "AthenaCharacter:CID_701_Athena_Commando_M_BananaAgent", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_011_SkiDude_GER": { + "templateId": "AthenaBackpack:BID_011_SkiDude_GER", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_180_HolidayTime": { + "templateId": "AthenaItemWrap:Wrap_180_HolidayTime", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_399_Athena_Commando_F_AshtonBoardwalk": { + "templateId": "AthenaCharacter:CID_399_Athena_Commando_F_AshtonBoardwalk", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_127_UnicornPickaxe": { + "templateId": "AthenaLoadingScreen:LSID_127_UnicornPickaxe", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_ScorecardTomato": { + "templateId": "AthenaDance:EID_ScorecardTomato", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_S15_Lexa": { + "templateId": "AthenaEmoji:Emoji_S15_Lexa", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_174_LuckyRider": { + "templateId": "AthenaPickaxe:Pickaxe_ID_174_LuckyRider", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_658_Athena_Commando_F_ToyMonkey": { + "templateId": "AthenaCharacter:CID_658_Athena_Commando_F_ToyMonkey", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_493_NauticalPajamasMale": { + "templateId": "AthenaPickaxe:Pickaxe_ID_493_NauticalPajamasMale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_022_HolidayGiftWrap": { + "templateId": "AthenaPickaxe:Pickaxe_ID_022_HolidayGiftWrap", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_109_MedicMale": { + "templateId": "AthenaBackpack:BID_109_MedicMale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_523_RapVillainess": { + "templateId": "AthenaBackpack:BID_523_RapVillainess", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_136_RocketLaunch": { + "templateId": "AthenaSpray:SPID_136_RocketLaunch", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_157_Dumpling": { + "templateId": "AthenaPickaxe:Pickaxe_ID_157_Dumpling", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_513_ShapeshifterFemale1H": { + "templateId": "AthenaPickaxe:Pickaxe_ID_513_ShapeshifterFemale1H", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Umbrella_BuildABrella": { + "templateId": "AthenaGlider:Umbrella_BuildABrella", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_129_PumpkinSlice": { + "templateId": "AthenaBackpack:BID_129_PumpkinSlice", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_098_Birthday2019": { + "templateId": "AthenaItemWrap:Wrap_098_Birthday2019", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_374_TwinDarkFemale1H": { + "templateId": "AthenaPickaxe:Pickaxe_ID_374_TwinDarkFemale1H", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_172_Athena_Commando_F_SharpDresser": { + "templateId": "AthenaCharacter:CID_172_Athena_Commando_F_SharpDresser", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_Cheerleading": { + "templateId": "AthenaDance:EID_Cheerleading", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_411_BaneFemale": { + "templateId": "AthenaBackpack:BID_411_BaneFemale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_513_Athena_Commando_M_CubePaintJonesy": { + "templateId": "AthenaCharacter:CID_513_Athena_Commando_M_CubePaintJonesy", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_122_Aztec": { + "templateId": "AthenaLoadingScreen:LSID_122_Aztec", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_089_Athena_Commando_M_RetroGrey": { + "templateId": "AthenaCharacter:CID_089_Athena_Commando_M_RetroGrey", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_DrumMajor": { + "templateId": "AthenaDance:EID_DrumMajor", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_279_FrostedDonut": { + "templateId": "AthenaItemWrap:Wrap_279_FrostedDonut", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_229_Athena_Commando_F_DarkBomber": { + "templateId": "AthenaCharacter:CID_229_Athena_Commando_F_DarkBomber", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_050_Hazmat": { + "templateId": "AthenaBackpack:BID_050_Hazmat", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_390_FemaleHitman1H": { + "templateId": "AthenaPickaxe:Pickaxe_ID_390_FemaleHitman1H", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_076_Douyu": { + "templateId": "AthenaPickaxe:Pickaxe_ID_076_Douyu", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_261_Athena_Commando_M_RaptorArcticCamo": { + "templateId": "AthenaCharacter:CID_261_Athena_Commando_M_RaptorArcticCamo", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_S14_BestFriends": { + "templateId": "AthenaEmoji:Emoji_S14_BestFriends", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_140_S9Cumulative10": { + "templateId": "AthenaLoadingScreen:LSID_140_S9Cumulative10", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSkyDiveContrail:Trails_ID_045_Undertow": { + "templateId": "AthenaSkyDiveContrail:Trails_ID_045_Undertow", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_LookAtThis": { + "templateId": "AthenaDance:EID_LookAtThis", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_643_Athena_Commando_M_OrnamentSoldier": { + "templateId": "AthenaCharacter:CID_643_Athena_Commando_M_OrnamentSoldier", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_145_Comet": { + "templateId": "AthenaSpray:SPID_145_Comet", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_064_Gumshoe": { + "templateId": "AthenaPickaxe:Pickaxe_ID_064_Gumshoe", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_FKey": { + "templateId": "AthenaEmoji:Emoji_FKey", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_256_FutureSamuraiMale": { + "templateId": "AthenaGlider:Glider_ID_256_FutureSamuraiMale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSkyDiveContrail:Trails_ID_110_Lexa": { + "templateId": "AthenaSkyDiveContrail:Trails_ID_110_Lexa", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_141_StreetOpsFemale": { + "templateId": "AthenaBackpack:BID_141_StreetOpsFemale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_384_Athena_Commando_M_StreetAssassin": { + "templateId": "AthenaCharacter:CID_384_Athena_Commando_M_StreetAssassin", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_225_Caterpillar": { + "templateId": "AthenaPickaxe:Pickaxe_ID_225_Caterpillar", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_879_Athena_Commando_F_RebirthDefault_F": { + "templateId": "AthenaCharacter:CID_879_Athena_Commando_F_RebirthDefault_F", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPetCarrier:PetCarrier_015_Cosmos": { + "templateId": "AthenaPetCarrier:PetCarrier_015_Cosmos", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_116_Celestial": { + "templateId": "AthenaPickaxe:Pickaxe_ID_116_Celestial", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_034_Athena_Commando_F_Medieval": { + "templateId": "AthenaCharacter:CID_034_Athena_Commando_F_Medieval", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_331_KaneMale1H": { + "templateId": "AthenaPickaxe:Pickaxe_ID_331_KaneMale1H", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPetCarrier:PetCarrier_013_BbqLarry": { + "templateId": "AthenaPetCarrier:PetCarrier_013_BbqLarry", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_113_DarkVikingFemale": { + "templateId": "AthenaBackpack:BID_113_DarkVikingFemale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_159_KTFirewalker": { + "templateId": "AthenaLoadingScreen:LSID_159_KTFirewalker", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_562_CelestialFemale": { + "templateId": "AthenaBackpack:BID_562_CelestialFemale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_433_Athena_Commando_F_TacticalDesert": { + "templateId": "AthenaCharacter:CID_433_Athena_Commando_F_TacticalDesert", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_RespectThePeace": { + "templateId": "AthenaDance:EID_RespectThePeace", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_S11_SlurpGG": { + "templateId": "AthenaEmoji:Emoji_S11_SlurpGG", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_550_JonesyVagabond": { + "templateId": "AthenaBackpack:BID_550_JonesyVagabond", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_BadApple": { + "templateId": "AthenaEmoji:Emoji_BadApple", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_238_S15_SkullSanta": { + "templateId": "AthenaSpray:SPID_238_S15_SkullSanta", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSkyDiveContrail:Trails_ID_022_GreenSmoke": { + "templateId": "AthenaSkyDiveContrail:Trails_ID_022_GreenSmoke", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_PotatoAim": { + "templateId": "AthenaEmoji:Emoji_PotatoAim", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_363_LollipopTricksterFemale": { + "templateId": "AthenaPickaxe:Pickaxe_ID_363_LollipopTricksterFemale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_PirateGold": { + "templateId": "AthenaDance:EID_PirateGold", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_EasternBloc": { + "templateId": "AthenaDance:EID_EasternBloc", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_348_SharkAttackMale": { + "templateId": "AthenaPickaxe:Pickaxe_ID_348_SharkAttackMale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_360_DesertOpsCamoFemale": { + "templateId": "AthenaPickaxe:Pickaxe_ID_360_DesertOpsCamoFemale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_191_Meowscles": { + "templateId": "AthenaSpray:SPID_191_Meowscles", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_706_Athena_Commando_M_HenchmanBad": { + "templateId": "AthenaCharacter:CID_706_Athena_Commando_M_HenchmanBad", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_164_GraffitiRemix": { + "templateId": "AthenaGlider:Glider_ID_164_GraffitiRemix", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_249_HighTowerMango": { + "templateId": "AthenaLoadingScreen:LSID_249_HighTowerMango", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_278_TropicalFish": { + "templateId": "AthenaItemWrap:Wrap_278_TropicalFish", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_101_BlingFemale": { + "templateId": "AthenaBackpack:BID_101_BlingFemale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_658_Historian_4RCG3": { + "templateId": "AthenaBackpack:BID_658_Historian_4RCG3", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_356_Punchy": { + "templateId": "AthenaBackpack:BID_356_Punchy", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_102_GGAztec": { + "templateId": "AthenaSpray:SPID_102_GGAztec", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_855_Athena_Commando_M_Elastic": { + "templateId": "AthenaCharacter:CID_855_Athena_Commando_M_Elastic", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSkyDiveContrail:Trails_ID_026_Bats": { + "templateId": "AthenaSkyDiveContrail:Trails_ID_026_Bats", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_175_Tropical": { + "templateId": "AthenaPickaxe:Pickaxe_ID_175_Tropical", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_345_ModernMilitaryEclipse": { + "templateId": "AthenaPickaxe:Pickaxe_ID_345_ModernMilitaryEclipse", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_291_SlurpMonster": { + "templateId": "AthenaPickaxe:Pickaxe_ID_291_SlurpMonster", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_060_DarkNinja": { + "templateId": "AthenaBackpack:BID_060_DarkNinja", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_250_HighTowerSquash": { + "templateId": "AthenaLoadingScreen:LSID_250_HighTowerSquash", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_216_TNTina": { + "templateId": "AthenaLoadingScreen:LSID_216_TNTina", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_110_StreetRacerDriftRemix": { + "templateId": "AthenaItemWrap:Wrap_110_StreetRacerDriftRemix", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_TBD_CosmosWeapon": { + "templateId": "AthenaPickaxe:Pickaxe_ID_TBD_CosmosWeapon", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_153_IJDriftboard": { + "templateId": "AthenaLoadingScreen:LSID_153_IJDriftboard", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_OneArmFloss": { + "templateId": "AthenaDance:EID_OneArmFloss", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_918_Athena_Commando_M_TeriyakiFishSkull": { + "templateId": "AthenaCharacter:CID_918_Athena_Commando_M_TeriyakiFishSkull", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_355_Athena_Commando_M_Farmer": { + "templateId": "AthenaCharacter:CID_355_Athena_Commando_M_Farmer", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_WackyWavy": { + "templateId": "AthenaDance:EID_WackyWavy", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_676_Athena_Commando_M_CODSquadHoodie": { + "templateId": "AthenaCharacter:CID_676_Athena_Commando_M_CODSquadHoodie", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_ElectroShuffle": { + "templateId": "AthenaDance:EID_ElectroShuffle", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_175_S11_Squid": { + "templateId": "AthenaSpray:SPID_175_S11_Squid", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_667_Athena_Commando_M_ArcticCamo_Dark": { + "templateId": "AthenaCharacter:CID_667_Athena_Commando_M_ArcticCamo_Dark", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_MonteKeyboard": { + "templateId": "AthenaDance:EID_MonteKeyboard", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_351_FutureBikerWhite": { + "templateId": "AthenaBackpack:BID_351_FutureBikerWhite", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaToy:TOY_019_WaterBalloon": { + "templateId": "AthenaToy:TOY_019_WaterBalloon", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_533_WombatMale_L7QPQ": { + "templateId": "AthenaPickaxe:Pickaxe_ID_533_WombatMale_L7QPQ", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_117_Asteroid": { + "templateId": "AthenaItemWrap:Wrap_117_Asteroid", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_900_Athena_Commando_M_Famine": { + "templateId": "AthenaCharacter:CID_900_Athena_Commando_M_Famine", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaMusicPack:MusicPack_051_Headbanger": { + "templateId": "AthenaMusicPack:MusicPack_051_Headbanger", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_139_Athena_Commando_M_FighterPilot": { + "templateId": "AthenaCharacter:CID_139_Athena_Commando_M_FighterPilot", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_529_Athena_Commando_M_BlackMondayKansas_HWD90": { + "templateId": "AthenaCharacter:CID_529_Athena_Commando_M_BlackMondayKansas_HWD90", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_FireDance": { + "templateId": "AthenaDance:EID_FireDance", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_061_StreetRacerBiker": { + "templateId": "AthenaGlider:Glider_ID_061_StreetRacerBiker", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_024_Plunger": { + "templateId": "AthenaPickaxe:Pickaxe_ID_024_Plunger", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaMusicPack:MusicPack_035_BattleBreakers": { + "templateId": "AthenaMusicPack:MusicPack_035_BattleBreakers", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_278_Athena_Commando_M_Yeti": { + "templateId": "AthenaCharacter:CID_278_Athena_Commando_M_Yeti", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_071_VikingFemale": { + "templateId": "AthenaBackpack:BID_071_VikingFemale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_517_Athena_Commando_M_DarkEagleFire": { + "templateId": "AthenaCharacter:CID_517_Athena_Commando_M_DarkEagleFire", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_521_WildCat": { + "templateId": "AthenaBackpack:BID_521_WildCat", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_429_Athena_Commando_F_NeonLines": { + "templateId": "AthenaCharacter:CID_429_Athena_Commando_F_NeonLines", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_002_Athena_Commando_F_Default": { + "templateId": "AthenaCharacter:CID_002_Athena_Commando_F_Default", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_S14_Medal": { + "templateId": "AthenaEmoji:Emoji_S14_Medal", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_296_DevilRockMale1H": { + "templateId": "AthenaPickaxe:Pickaxe_ID_296_DevilRockMale1H", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_096_FootballReferee": { + "templateId": "AthenaPickaxe:Pickaxe_ID_096_FootballReferee", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_594_HightowerHoneydew": { + "templateId": "AthenaBackpack:BID_594_HightowerHoneydew", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_383_HandymanMale": { + "templateId": "AthenaPickaxe:Pickaxe_ID_383_HandymanMale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_NeverGonnaRaisin": { + "templateId": "AthenaDance:EID_NeverGonnaRaisin", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_577_Athena_Commando_F_CODSquadPlaid": { + "templateId": "AthenaCharacter:CID_577_Athena_Commando_F_CODSquadPlaid", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_222_ComicWipe": { + "templateId": "AthenaItemWrap:Wrap_222_ComicWipe", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_309_CyberKarateMale": { + "templateId": "AthenaBackpack:BID_309_CyberKarateMale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_S14_FortnitemaresMonkeyToy": { + "templateId": "AthenaEmoji:Emoji_S14_FortnitemaresMonkeyToy", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_054_FilmCamera": { + "templateId": "AthenaPickaxe:Pickaxe_ID_054_FilmCamera", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_147_TechOps": { + "templateId": "AthenaPickaxe:Pickaxe_ID_147_TechOps", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPet:PetID_002_Chameleon": { + "templateId": "AthenaPet:PetID_002_Chameleon", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_CoolOff": { + "templateId": "AthenaDance:EID_CoolOff", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_594_Athena_Commando_F_SoccerZombieB": { + "templateId": "AthenaCharacter:CID_594_Athena_Commando_F_SoccerZombieB", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_268_Holiday1": { + "templateId": "AthenaLoadingScreen:LSID_268_Holiday1", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_098_GarageBand": { + "templateId": "AthenaPickaxe:Pickaxe_ID_098_GarageBand", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_744_Athena_Commando_F_DuckHero": { + "templateId": "AthenaCharacter:CID_744_Athena_Commando_F_DuckHero", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_495_PineappleBandit": { + "templateId": "AthenaBackpack:BID_495_PineappleBandit", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_S14_HighTowerTomato": { + "templateId": "AthenaEmoji:Emoji_S14_HighTowerTomato", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_119_ChevronRight": { + "templateId": "AthenaSpray:SPID_119_ChevronRight", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSkyDiveContrail:Trails_ID_024_DieselSmoke": { + "templateId": "AthenaSkyDiveContrail:Trails_ID_024_DieselSmoke", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_110_S8Cumulative04": { + "templateId": "AthenaLoadingScreen:LSID_110_S8Cumulative04", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_220_S14_HighTowerHoneyDew": { + "templateId": "AthenaSpray:SPID_220_S14_HighTowerHoneyDew", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_266_Neon": { + "templateId": "AthenaGlider:Glider_ID_266_Neon", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_511_LexaFemale1H": { + "templateId": "AthenaPickaxe:Pickaxe_ID_511_LexaFemale1H", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_840_Athena_Commando_M_HightowerGrape": { + "templateId": "AthenaCharacter:CID_840_Athena_Commando_M_HightowerGrape", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_084_Birthday2018": { + "templateId": "AthenaBackpack:BID_084_Birthday2018", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_HipToBeSquare": { + "templateId": "AthenaDance:EID_HipToBeSquare", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_204_CardboardCrew": { + "templateId": "AthenaGlider:Glider_ID_204_CardboardCrew", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_381_CardboardCrew": { + "templateId": "AthenaPickaxe:Pickaxe_ID_381_CardboardCrew", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_163_DJRemix": { + "templateId": "AthenaGlider:Glider_ID_163_DJRemix", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_KingEagle": { + "templateId": "AthenaDance:EID_KingEagle", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_Galileo4_PXPE0": { + "templateId": "AthenaDance:EID_Galileo4_PXPE0", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_171_S10Cumulative07": { + "templateId": "AthenaLoadingScreen:LSID_171_S10Cumulative07", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_RunningMan": { + "templateId": "AthenaDance:EID_RunningMan", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_439_AxlMale": { + "templateId": "AthenaPickaxe:Pickaxe_ID_439_AxlMale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_556_Athena_Commando_F_RebirthDefaultA": { + "templateId": "AthenaCharacter:CID_556_Athena_Commando_F_RebirthDefaultA", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_Conga": { + "templateId": "AthenaDance:EID_Conga", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_NPC_Athena_Commando_M_SpaceWanderer": { + "templateId": "AthenaCharacter:CID_NPC_Athena_Commando_M_SpaceWanderer", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_448_SportsFashionFemale1H": { + "templateId": "AthenaPickaxe:Pickaxe_ID_448_SportsFashionFemale1H", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_001_BlueSquire": { + "templateId": "AthenaBackpack:BID_001_BlueSquire", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_HipHop01": { + "templateId": "AthenaDance:EID_HipHop01", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_216_S13_FNCS": { + "templateId": "AthenaSpray:SPID_216_S13_FNCS", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_170_StreetOpsPink": { + "templateId": "AthenaItemWrap:Wrap_170_StreetOpsPink", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_078_SlurpJuice": { + "templateId": "AthenaItemWrap:Wrap_078_SlurpJuice", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_115_EvilCowboy": { + "templateId": "AthenaPickaxe:Pickaxe_ID_115_EvilCowboy", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_ManAndMonster": { + "templateId": "AthenaDance:EID_ManAndMonster", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_531_Athena_Commando_M_Sleepytime": { + "templateId": "AthenaCharacter:CID_531_Athena_Commando_M_Sleepytime", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_090_DanceFloorBox": { + "templateId": "AthenaSpray:SPID_090_DanceFloorBox", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_234_S15_FutureSamurai": { + "templateId": "AthenaSpray:SPID_234_S15_FutureSamurai", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_625_DarkBomberSummer": { + "templateId": "AthenaBackpack:BID_625_DarkBomberSummer", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_257_FrostMystery1H": { + "templateId": "AthenaPickaxe:Pickaxe_ID_257_FrostMystery1H", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_095_Witch": { + "templateId": "AthenaGlider:Glider_ID_095_Witch", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_012_SkiDude_CHN": { + "templateId": "AthenaBackpack:BID_012_SkiDude_CHN", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_140_MoistyMire": { + "templateId": "AthenaSpray:SPID_140_MoistyMire", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_206_GRLlama": { + "templateId": "AthenaLoadingScreen:LSID_206_GRLlama", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_020_ThreeLlamas": { + "templateId": "AthenaSpray:SPID_020_ThreeLlamas", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSkyDiveContrail:Trails_ID_023_Fireflies": { + "templateId": "AthenaSkyDiveContrail:Trails_ID_023_Fireflies", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_042_Soccer": { + "templateId": "AthenaGlider:Glider_ID_042_Soccer", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_615_Backspin_KA0K2": { + "templateId": "AthenaBackpack:BID_615_Backspin_KA0K2", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_S12_SkullDude": { + "templateId": "AthenaEmoji:Emoji_S12_SkullDude", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_251_Ultraviolet": { + "templateId": "AthenaItemWrap:Wrap_251_Ultraviolet", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_945_Athena_Commando_F_Football20_D_G1UYT": { + "templateId": "AthenaCharacter:CID_945_Athena_Commando_F_Football20_D_G1UYT", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_InfiniteDab": { + "templateId": "AthenaDance:EID_InfiniteDab", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_041_PajamaParty": { + "templateId": "AthenaBackpack:BID_041_PajamaParty", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_061_WWIIPilot": { + "templateId": "AthenaPickaxe:Pickaxe_ID_061_WWIIPilot", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaVictoryPose:EID_RideThePony": { + "templateId": "AthenaVictoryPose:EID_RideThePony", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_103_FortniteDJ": { + "templateId": "AthenaPickaxe:Pickaxe_ID_103_FortniteDJ", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_243_BattleHoundFire": { + "templateId": "AthenaBackpack:BID_243_BattleHoundFire", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_005_CarbonFiber": { + "templateId": "AthenaItemWrap:Wrap_005_CarbonFiber", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_374_CubeRockerPunk_Female": { + "templateId": "AthenaBackpack:BID_374_CubeRockerPunk_Female", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_518_HitmanCase": { + "templateId": "AthenaBackpack:BID_518_HitmanCase", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_168_Bandolier": { + "templateId": "AthenaPickaxe:Pickaxe_ID_168_Bandolier", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_Accolades": { + "templateId": "AthenaDance:EID_Accolades", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_RichFam": { + "templateId": "AthenaDance:EID_RichFam", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_Galileo1_B3EX6": { + "templateId": "AthenaDance:EID_Galileo1_B3EX6", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_027_Dragonflies": { + "templateId": "AthenaSpray:SPID_027_Dragonflies", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_159_Athena_Commando_M_GumshoeDark": { + "templateId": "AthenaCharacter:CID_159_Athena_Commando_M_GumshoeDark", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_034_RockerPunk": { + "templateId": "AthenaBackpack:BID_034_RockerPunk", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_094_HippieFemale": { + "templateId": "AthenaBackpack:BID_094_HippieFemale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_100_StPattyDay": { + "templateId": "AthenaLoadingScreen:LSID_100_StPattyDay", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_006_Athena_Commando_M_Default": { + "templateId": "AthenaCharacter:CID_006_Athena_Commando_M_Default", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_452_BandageNinjaBlue": { + "templateId": "AthenaBackpack:BID_452_BandageNinjaBlue", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_Dynamite": { + "templateId": "AthenaEmoji:Emoji_Dynamite", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_386_FlowerSkeletonFemale": { + "templateId": "AthenaBackpack:BID_386_FlowerSkeletonFemale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_232_Athena_Commando_F_HalloweenTomato": { + "templateId": "AthenaCharacter:CID_232_Athena_Commando_F_HalloweenTomato", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_471_Athena_Commando_F_Bani": { + "templateId": "AthenaCharacter:CID_471_Athena_Commando_F_Bani", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_163_IceKing": { + "templateId": "AthenaBackpack:BID_163_IceKing", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_168_S10Cumulative04": { + "templateId": "AthenaLoadingScreen:LSID_168_S10Cumulative04", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_AssassinSalute": { + "templateId": "AthenaDance:EID_AssassinSalute", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_159_BlackMonday01_TY6N5": { + "templateId": "AthenaSpray:SPID_159_BlackMonday01_TY6N5", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaMusicPack:MusicPack_040_XmasChipTunes": { + "templateId": "AthenaMusicPack:MusicPack_040_XmasChipTunes", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_142_MashLTM": { + "templateId": "AthenaLoadingScreen:LSID_142_MashLTM", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_186_SnowGlobe": { + "templateId": "AthenaItemWrap:Wrap_186_SnowGlobe", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Umbrella_Bronze": { + "templateId": "AthenaGlider:Umbrella_Bronze", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_080_Scuba": { + "templateId": "AthenaPickaxe:Pickaxe_ID_080_Scuba", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_175_Prisoner": { + "templateId": "AthenaBackpack:BID_175_Prisoner", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_046_Gumshoe": { + "templateId": "AthenaGlider:Glider_ID_046_Gumshoe", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_554_Athena_Commando_F_MilitiaMascotCuddle": { + "templateId": "AthenaCharacter:CID_554_Athena_Commando_F_MilitiaMascotCuddle", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_846_Athena_Commando_M_HightowerDate": { + "templateId": "AthenaCharacter:CID_846_Athena_Commando_M_HightowerDate", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_NotToday": { + "templateId": "AthenaDance:EID_NotToday", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_326_Bronto": { + "templateId": "AthenaBackpack:BID_326_Bronto", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_160_KTVendetta": { + "templateId": "AthenaLoadingScreen:LSID_160_KTVendetta", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_773_Athena_Commando_M_Beacon": { + "templateId": "AthenaCharacter:CID_773_Athena_Commando_M_Beacon", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_551_Athena_Commando_M_YellowCamoD": { + "templateId": "AthenaCharacter:CID_551_Athena_Commando_M_YellowCamoD", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_HightowerWasabi": { + "templateId": "AthenaDance:EID_HightowerWasabi", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_463_Elastic1H": { + "templateId": "AthenaPickaxe:Pickaxe_ID_463_Elastic1H", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_092_Athena_Commando_F_RedShirt": { + "templateId": "AthenaCharacter:CID_092_Athena_Commando_F_RedShirt", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_982_Athena_Commando_M_DriftWinter": { + "templateId": "AthenaCharacter:CID_982_Athena_Commando_M_DriftWinter", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_GetFunky": { + "templateId": "AthenaDance:EID_GetFunky", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_818_Athena_Commando_F_NeonTightSuit_A": { + "templateId": "AthenaCharacter:CID_818_Athena_Commando_F_NeonTightSuit_A", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_013_TrapWarning": { + "templateId": "AthenaSpray:SPID_013_TrapWarning", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_217_LongshortsMale": { + "templateId": "AthenaGlider:Glider_ID_217_LongshortsMale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_619_Turbo": { + "templateId": "AthenaBackpack:BID_619_Turbo", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_DeepDab": { + "templateId": "AthenaDance:EID_DeepDab", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_315_BaneFemale1H": { + "templateId": "AthenaPickaxe:Pickaxe_ID_315_BaneFemale1H", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_161_RoseLeader": { + "templateId": "AthenaGlider:Glider_ID_161_RoseLeader", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_248_SOS": { + "templateId": "AthenaItemWrap:Wrap_248_SOS", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_217_TheBratHotdog": { + "templateId": "AthenaSpray:SPID_217_TheBratHotdog", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_039_Athena_Commando_F_Disco": { + "templateId": "AthenaCharacter:CID_039_Athena_Commando_F_Disco", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_Juggler": { + "templateId": "AthenaDance:EID_Juggler", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_Hula": { + "templateId": "AthenaDance:EID_Hula", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_GuitarWalk": { + "templateId": "AthenaDance:EID_GuitarWalk", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_755_Athena_Commando_M_Splinter": { + "templateId": "AthenaCharacter:CID_755_Athena_Commando_M_Splinter", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_091_DragonNinja": { + "templateId": "AthenaSpray:SPID_091_DragonNinja", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_245_OceanRider": { + "templateId": "AthenaItemWrap:Wrap_245_OceanRider", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_KungFuSalute": { + "templateId": "AthenaDance:EID_KungFuSalute", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_354_AgentRogue1H": { + "templateId": "AthenaPickaxe:Pickaxe_ID_354_AgentRogue1H", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_LlamaBell": { + "templateId": "AthenaDance:EID_LlamaBell", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaToy:TOY_003_BeachBall": { + "templateId": "AthenaToy:TOY_003_BeachBall", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_265_HolidayLights": { + "templateId": "AthenaGlider:Glider_ID_265_HolidayLights", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_Heartbroken": { + "templateId": "AthenaEmoji:Emoji_Heartbroken", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_200_PhotographerFemale": { + "templateId": "AthenaGlider:Glider_ID_200_PhotographerFemale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_S14_Elastic_Umbrella": { + "templateId": "AthenaEmoji:Emoji_S14_Elastic_Umbrella", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaMusicPack:MusicPack_067_Bollywood": { + "templateId": "AthenaMusicPack:MusicPack_067_Bollywood", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_FancyWorkout": { + "templateId": "AthenaDance:EID_FancyWorkout", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSkyDiveContrail:Trails_ID_087_TNTina": { + "templateId": "AthenaSkyDiveContrail:Trails_ID_087_TNTina", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_709_Athena_Commando_F_BandolierSlurp": { + "templateId": "AthenaCharacter:CID_709_Athena_Commando_F_BandolierSlurp", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_081_CowboyGunslinger": { + "templateId": "AthenaGlider:Glider_ID_081_CowboyGunslinger", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_MonteCarlo": { + "templateId": "AthenaDance:EID_MonteCarlo", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_Clown": { + "templateId": "AthenaEmoji:Emoji_Clown", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_286_Athena_Commando_F_NeonCat": { + "templateId": "AthenaCharacter:CID_286_Athena_Commando_F_NeonCat", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_605_HightowerDate_Cape": { + "templateId": "AthenaBackpack:BID_605_HightowerDate_Cape", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_KitchenNavigator": { + "templateId": "AthenaDance:EID_KitchenNavigator", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_114_Athena_Commando_F_TacticalWoodland": { + "templateId": "AthenaCharacter:CID_114_Athena_Commando_F_TacticalWoodland", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_Penguin": { + "templateId": "AthenaEmoji:Emoji_Penguin", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_067_Taxi": { + "templateId": "AthenaPickaxe:Pickaxe_ID_067_Taxi", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_112_S8Cumulative06": { + "templateId": "AthenaLoadingScreen:LSID_112_S8Cumulative06", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_152_SlurpMonster": { + "templateId": "AthenaItemWrap:Wrap_152_SlurpMonster", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_144_Sakura": { + "templateId": "AthenaItemWrap:Wrap_144_Sakura", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_082_NeonCat": { + "templateId": "AthenaLoadingScreen:LSID_082_NeonCat", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_421_CandySummerFemale1H": { + "templateId": "AthenaPickaxe:Pickaxe_ID_421_CandySummerFemale1H", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_090_SamuraiBlue": { + "templateId": "AthenaPickaxe:Pickaxe_ID_090_SamuraiBlue", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_105_SnowBoard": { + "templateId": "AthenaGlider:Glider_ID_105_SnowBoard", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_Shinobi": { + "templateId": "AthenaDance:EID_Shinobi", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_019_Taxi": { + "templateId": "AthenaGlider:Glider_ID_019_Taxi", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_460_Athena_Commando_F_BriteBomberSummer": { + "templateId": "AthenaCharacter:CID_460_Athena_Commando_F_BriteBomberSummer", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_468_Athena_Commando_F_TennisWhite": { + "templateId": "AthenaCharacter:CID_468_Athena_Commando_F_TennisWhite", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_501_SpyTechFemale": { + "templateId": "AthenaBackpack:BID_501_SpyTechFemale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_484_Athena_Commando_M_KnightRemix": { + "templateId": "AthenaCharacter:CID_484_Athena_Commando_M_KnightRemix", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSkyDiveContrail:Trails_ID_093_SpaceWanderer": { + "templateId": "AthenaSkyDiveContrail:Trails_ID_093_SpaceWanderer", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_163_Athena_Commando_F_Viking": { + "templateId": "AthenaCharacter:CID_163_Athena_Commando_F_Viking", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_073_DarkViking": { + "templateId": "AthenaBackpack:BID_073_DarkViking", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_399_LoofahFemale1H": { + "templateId": "AthenaPickaxe:Pickaxe_ID_399_LoofahFemale1H", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_BalletSpin": { + "templateId": "AthenaDance:EID_BalletSpin", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_048_Athena_Commando_F_HolidayGingerbread": { + "templateId": "AthenaCharacter:CID_048_Athena_Commando_F_HolidayGingerbread", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_188_S11Cumulative09": { + "templateId": "AthenaLoadingScreen:LSID_188_S11Cumulative09", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_028_Space": { + "templateId": "AthenaPickaxe:Pickaxe_ID_028_Space", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_279_MaleLlamaHeroMilitia": { + "templateId": "AthenaPickaxe:Pickaxe_ID_279_MaleLlamaHeroMilitia", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_087_Hippie": { + "templateId": "AthenaPickaxe:Pickaxe_ID_087_Hippie", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_002_HolidayGreen": { + "templateId": "AthenaItemWrap:Wrap_002_HolidayGreen", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_321_ForestQueenFemale1H": { + "templateId": "AthenaPickaxe:Pickaxe_ID_321_ForestQueenFemale1H", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_118_Heist": { + "templateId": "AthenaLoadingScreen:LSID_118_Heist", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_HightowerTomato": { + "templateId": "AthenaDance:EID_HightowerTomato", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_242_Valet": { + "templateId": "AthenaLoadingScreen:LSID_242_Valet", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_145_Athena_Commando_M_SoccerDudeB": { + "templateId": "AthenaCharacter:CID_145_Athena_Commando_M_SoccerDudeB", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_133_Butterfly": { + "templateId": "AthenaSpray:SPID_133_Butterfly", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_218_StormSoldier": { + "templateId": "AthenaPickaxe:Pickaxe_ID_218_StormSoldier", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_098_Athena_Commando_F_StPatty": { + "templateId": "AthenaCharacter:CID_098_Athena_Commando_F_StPatty", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_396_RapVillainessFemale1H": { + "templateId": "AthenaPickaxe:Pickaxe_ID_396_RapVillainessFemale1H", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_648_Athena_Commando_F_MsAlpine": { + "templateId": "AthenaCharacter:CID_648_Athena_Commando_F_MsAlpine", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_027_Scavenger": { + "templateId": "AthenaBackpack:BID_027_Scavenger", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_431_Athena_Commando_F_StormPilot": { + "templateId": "AthenaCharacter:CID_431_Athena_Commando_F_StormPilot", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_220_AdventureGirl": { + "templateId": "AthenaLoadingScreen:LSID_220_AdventureGirl", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_150_RedRidingRemix": { + "templateId": "AthenaItemWrap:Wrap_150_RedRidingRemix", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_044_Athena_Commando_F_SciPop": { + "templateId": "AthenaCharacter:CID_044_Athena_Commando_F_SciPop", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_488_LuckyHero": { + "templateId": "AthenaBackpack:BID_488_LuckyHero", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_NPC_HightowerDate": { + "templateId": "AthenaBackpack:BID_NPC_HightowerDate", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_078_PixelRamirez": { + "templateId": "AthenaSpray:SPID_078_PixelRamirez", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_317_BoneSnake1H": { + "templateId": "AthenaPickaxe:Pickaxe_ID_317_BoneSnake1H", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_318_SparkleRemix": { + "templateId": "AthenaBackpack:BID_318_SparkleRemix", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_050_FullMoon": { + "templateId": "AthenaSpray:SPID_050_FullMoon", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_567_Athena_Commando_F_RebirthMedic": { + "templateId": "AthenaCharacter:CID_567_Athena_Commando_F_RebirthMedic", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_Galileo2_2VYEJ": { + "templateId": "AthenaDance:EID_Galileo2_2VYEJ", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_134_MilitaryFashion": { + "templateId": "AthenaBackpack:BID_134_MilitaryFashion", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_137_RustLord": { + "templateId": "AthenaSpray:SPID_137_RustLord", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_032_S5Cumulative6": { + "templateId": "AthenaLoadingScreen:LSID_032_S5Cumulative6", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_058_DarkEagle": { + "templateId": "AthenaBackpack:BID_058_DarkEagle", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_494_Athena_Commando_M_MechPilotShark": { + "templateId": "AthenaCharacter:CID_494_Athena_Commando_M_MechPilotShark", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_103_Clawed": { + "templateId": "AthenaBackpack:BID_103_Clawed", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_271_Punchy": { + "templateId": "AthenaPickaxe:Pickaxe_ID_271_Punchy", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_489_PumpkinSpiceHammer": { + "templateId": "AthenaPickaxe:Pickaxe_ID_489_PumpkinSpiceHammer", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_206_Donut": { + "templateId": "AthenaGlider:Glider_ID_206_Donut", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_848_Athena_Commando_F_DarkNinjaPurple": { + "templateId": "AthenaCharacter:CID_848_Athena_Commando_F_DarkNinjaPurple", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_394_Athena_Commando_M_MoonlightAssassin": { + "templateId": "AthenaCharacter:CID_394_Athena_Commando_M_MoonlightAssassin", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_135_Athena_Commando_F_Jailbird": { + "templateId": "AthenaCharacter:CID_135_Athena_Commando_F_Jailbird", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_Prismatic": { + "templateId": "AthenaGlider:Glider_Prismatic", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_Sun": { + "templateId": "AthenaEmoji:Emoji_Sun", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_663_SnowmanFashionMale": { + "templateId": "AthenaBackpack:BID_663_SnowmanFashionMale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_063_CuChulainn": { + "templateId": "AthenaBackpack:BID_063_CuChulainn", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_425_MsWhipFemale1H": { + "templateId": "AthenaPickaxe:Pickaxe_ID_425_MsWhipFemale1H", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_801_Athena_Commando_F_GolfSummer": { + "templateId": "AthenaCharacter:CID_801_Athena_Commando_F_GolfSummer", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_PopDance01": { + "templateId": "AthenaDance:EID_PopDance01", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_163_Scarecrow_Female": { + "templateId": "AthenaItemWrap:Wrap_163_Scarecrow_Female", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_S14_Fortnitemares2020": { + "templateId": "AthenaEmoji:Emoji_S14_Fortnitemares2020", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_519_Comet": { + "templateId": "AthenaBackpack:BID_519_Comet", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_359_MeteorManRemix": { + "templateId": "AthenaBackpack:BID_359_MeteorManRemix", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_133_IceKing": { + "templateId": "AthenaPickaxe:Pickaxe_ID_133_IceKing", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_202_WavyManFemale": { + "templateId": "AthenaBackpack:BID_202_WavyManFemale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_189_GalileoZeppelinFemale_353IC": { + "templateId": "AthenaGlider:Glider_ID_189_GalileoZeppelinFemale_353IC", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_479_Athena_Commando_F_Davinci": { + "templateId": "AthenaCharacter:CID_479_Athena_Commando_F_Davinci", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_974_Athena_Commando_F_StreetFashionHoliday": { + "templateId": "AthenaCharacter:CID_974_Athena_Commando_F_StreetFashionHoliday", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_241_KnightRemix": { + "templateId": "AthenaPickaxe:Pickaxe_ID_241_KnightRemix", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_639_BabaYaga": { + "templateId": "AthenaBackpack:BID_639_BabaYaga", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_DefaultBG": { + "templateId": "AthenaLoadingScreen:LSID_DefaultBG", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_160_Anarchy": { + "templateId": "AthenaGlider:Glider_ID_160_Anarchy", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_606_Athena_Commando_F_JetSki": { + "templateId": "AthenaCharacter:CID_606_Athena_Commando_F_JetSki", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_343_HoodieBanditFemale": { + "templateId": "AthenaPickaxe:Pickaxe_ID_343_HoodieBanditFemale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_451_HolidayDeck": { + "templateId": "AthenaBackpack:BID_451_HolidayDeck", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_502_PiemanMale1H": { + "templateId": "AthenaPickaxe:Pickaxe_ID_502_PiemanMale1H", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_544_BrightGunnerEclipse": { + "templateId": "AthenaBackpack:BID_544_BrightGunnerEclipse", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_185_BadassCowboyCactus": { + "templateId": "AthenaPickaxe:Pickaxe_ID_185_BadassCowboyCactus", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_144_Athena_Commando_M_SoccerDudeA": { + "templateId": "AthenaCharacter:CID_144_Athena_Commando_M_SoccerDudeA", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_238_RacerZero": { + "templateId": "AthenaLoadingScreen:LSID_238_RacerZero", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_069_DarkViking": { + "templateId": "AthenaPickaxe:Pickaxe_ID_069_DarkViking", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_Facepalm": { + "templateId": "AthenaDance:EID_Facepalm", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_726_Athena_Commando_M_TargetPractice": { + "templateId": "AthenaCharacter:CID_726_Athena_Commando_M_TargetPractice", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_111_BlackWidow": { + "templateId": "AthenaPickaxe:Pickaxe_ID_111_BlackWidow", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_360_BlackMondayKansas_VCZ9M": { + "templateId": "AthenaBackpack:BID_360_BlackMondayKansas_VCZ9M", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_188_FortniteDJFemale": { + "templateId": "AthenaBackpack:BID_188_FortniteDJFemale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_240_PlasmaSpectrum": { + "templateId": "AthenaItemWrap:Wrap_240_PlasmaSpectrum", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_198_VirtualShadow": { + "templateId": "AthenaItemWrap:Wrap_198_VirtualShadow", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_148_Umbrella": { + "templateId": "AthenaSpray:SPID_148_Umbrella", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_UkuleleTime": { + "templateId": "AthenaDance:EID_UkuleleTime", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Solo_Umbrella": { + "templateId": "AthenaGlider:Solo_Umbrella", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSkyDiveContrail:Trails_ID_016_Ice": { + "templateId": "AthenaSkyDiveContrail:Trails_ID_016_Ice", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_566_Athena_Commando_M_CrazyEight": { + "templateId": "AthenaCharacter:CID_566_Athena_Commando_M_CrazyEight", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_211_SkullBrite": { + "templateId": "AthenaBackpack:BID_211_SkullBrite", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_777_Athena_Commando_M_RacerZero": { + "templateId": "AthenaCharacter:CID_777_Athena_Commando_M_RacerZero", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_408_WeepingWoods": { + "templateId": "AthenaBackpack:BID_408_WeepingWoods", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_881_Athena_Commando_F_RebirthDefault_H": { + "templateId": "AthenaCharacter:CID_881_Athena_Commando_F_RebirthDefault_H", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_251_HighTowerTapas": { + "templateId": "AthenaLoadingScreen:LSID_251_HighTowerTapas", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_260_FruitPunch": { + "templateId": "AthenaItemWrap:Wrap_260_FruitPunch", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_021_Megalodon": { + "templateId": "AthenaPickaxe:Pickaxe_ID_021_Megalodon", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_050_Athena_Commando_M_HolidayNutcracker": { + "templateId": "AthenaCharacter:CID_050_Athena_Commando_M_HolidayNutcracker", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_037_Athena_Commando_F_WinterCamo": { + "templateId": "AthenaCharacter:CID_037_Athena_Commando_F_WinterCamo", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_320_Athena_Commando_M_Nautilus": { + "templateId": "AthenaCharacter:CID_320_Athena_Commando_M_Nautilus", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_115_Athena_Commando_M_CarbideBlue": { + "templateId": "AthenaCharacter:CID_115_Athena_Commando_M_CarbideBlue", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [ + { + "channel": "Progressive", + "active": "Stage0", + "owned": [] + }, + { + "channel": "Emissive", + "active": "Emissive0", + "owned": [] + } + ], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_119_AnimalJackets": { + "templateId": "AthenaPickaxe:Pickaxe_ID_119_AnimalJackets", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_Shadowboxing": { + "templateId": "AthenaDance:EID_Shadowboxing", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaMusicPack:MusicPack_033_RockOut": { + "templateId": "AthenaMusicPack:MusicPack_033_RockOut", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_492_EmbersMale": { + "templateId": "AthenaPickaxe:Pickaxe_ID_492_EmbersMale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_356_Athena_Commando_F_Farmer": { + "templateId": "AthenaCharacter:CID_356_Athena_Commando_F_Farmer", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSkyDiveContrail:Trails_ID_002_Rainbow": { + "templateId": "AthenaSkyDiveContrail:Trails_ID_002_Rainbow", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_187_SnowStreak": { + "templateId": "AthenaItemWrap:Wrap_187_SnowStreak", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_546_CavalryBanditGhost": { + "templateId": "AthenaBackpack:BID_546_CavalryBanditGhost", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_S14_Elastic_Cupcake": { + "templateId": "AthenaEmoji:Emoji_S14_Elastic_Cupcake", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_029_Athena_Commando_F_Halloween": { + "templateId": "AthenaCharacter:CID_029_Athena_Commando_F_Halloween", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_123_MasterKey": { + "templateId": "AthenaGlider:Glider_ID_123_MasterKey", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_162_S11_RockClimber": { + "templateId": "AthenaSpray:SPID_162_S11_RockClimber", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_031_Dinosaur": { + "templateId": "AthenaBackpack:BID_031_Dinosaur", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_163_S11_Bees": { + "templateId": "AthenaSpray:SPID_163_S11_Bees", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_466_Athena_Commando_M_WeirdObjectsCreature": { + "templateId": "AthenaCharacter:CID_466_Athena_Commando_M_WeirdObjectsCreature", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_TakeTheW": { + "templateId": "AthenaDance:EID_TakeTheW", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_TakeTheL": { + "templateId": "AthenaDance:EID_TakeTheL", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_TheShow": { + "templateId": "AthenaDance:EID_TheShow", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_423_HolidayTime": { + "templateId": "AthenaBackpack:BID_423_HolidayTime", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_956_Athena_Commando_F_Football20Referee_E_DQTP6": { + "templateId": "AthenaCharacter:CID_956_Athena_Commando_F_Football20Referee_E_DQTP6", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_158_ZoneWars": { + "templateId": "AthenaSpray:SPID_158_ZoneWars", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSkyDiveContrail:Trails_ID_31_GreenFlame": { + "templateId": "AthenaSkyDiveContrail:Trails_ID_31_GreenFlame", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_336_MascotMilitiaBurger": { + "templateId": "AthenaBackpack:BID_336_MascotMilitiaBurger", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_083_DarkBomber": { + "templateId": "AthenaGlider:Glider_ID_083_DarkBomber", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_464_Athena_Commando_M_Flamingo": { + "templateId": "AthenaCharacter:CID_464_Athena_Commando_M_Flamingo", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_778_Athena_Commando_M_Gator": { + "templateId": "AthenaCharacter:CID_778_Athena_Commando_M_Gator", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_784_Athena_Commando_F_RenegadeRaiderFire": { + "templateId": "AthenaCharacter:CID_784_Athena_Commando_F_RenegadeRaiderFire", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_629_LunchBox": { + "templateId": "AthenaBackpack:BID_629_LunchBox", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_563_Athena_Commando_M_RebirthDefaultD": { + "templateId": "AthenaCharacter:CID_563_Athena_Commando_M_RebirthDefaultD", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_015_S4Cumulative7": { + "templateId": "AthenaLoadingScreen:LSID_015_S4Cumulative7", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_155_Athena_Commando_F_Gumshoe": { + "templateId": "AthenaCharacter:CID_155_Athena_Commando_F_Gumshoe", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_671_Athena_Commando_F_ArcticCamo_Dark": { + "templateId": "AthenaCharacter:CID_671_Athena_Commando_F_ArcticCamo_Dark", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_Capoeira": { + "templateId": "AthenaDance:EID_Capoeira", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_078_Vampire": { + "templateId": "AthenaGlider:Glider_ID_078_Vampire", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_453_FrogmanFemale": { + "templateId": "AthenaBackpack:BID_453_FrogmanFemale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_178_SearchAndDestroy": { + "templateId": "AthenaSpray:SPID_178_SearchAndDestroy", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_093_TheEnd": { + "templateId": "AthenaSpray:SPID_093_TheEnd", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_Yeet": { + "templateId": "AthenaDance:EID_Yeet", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_136_MuertosMale": { + "templateId": "AthenaBackpack:BID_136_MuertosMale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_063_Cowboy": { + "templateId": "AthenaSpray:SPID_063_Cowboy", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_517_CherryFemale_Z0S97": { + "templateId": "AthenaPickaxe:Pickaxe_ID_517_CherryFemale_Z0S97", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_104_FuzzyBear": { + "templateId": "AthenaGlider:Glider_ID_104_FuzzyBear", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_076_Athena_Commando_F_Sup": { + "templateId": "AthenaCharacter:CID_076_Athena_Commando_F_Sup", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_051_Ravage": { + "templateId": "AthenaLoadingScreen:LSID_051_Ravage", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_OnTheHook": { + "templateId": "AthenaDance:EID_OnTheHook", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_Rock": { + "templateId": "AthenaEmoji:Emoji_Rock", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_TruckerHorn": { + "templateId": "AthenaDance:EID_TruckerHorn", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_488_Athena_Commando_M_RustRemix": { + "templateId": "AthenaCharacter:CID_488_Athena_Commando_M_RustRemix", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_599_Athena_Commando_M_Phantom": { + "templateId": "AthenaCharacter:CID_599_Athena_Commando_M_Phantom", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_316_GraffitiRemix": { + "templateId": "AthenaBackpack:BID_316_GraffitiRemix", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSkyDiveContrail:Trails_ID_001_Disco": { + "templateId": "AthenaSkyDiveContrail:Trails_ID_001_Disco", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_632_PumpkinSpice": { + "templateId": "AthenaBackpack:BID_632_PumpkinSpice", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_049_S5Cumulative10": { + "templateId": "AthenaLoadingScreen:LSID_049_S5Cumulative10", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_960_Athena_Commando_M_Cosmos": { + "templateId": "AthenaCharacter:CID_960_Athena_Commando_M_Cosmos", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_S11_Wink": { + "templateId": "AthenaEmoji:Emoji_S11_Wink", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_096_FallenLoveRanger": { + "templateId": "AthenaSpray:SPID_096_FallenLoveRanger", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_343_Athena_Commando_M_CupidDark": { + "templateId": "AthenaCharacter:CID_343_Athena_Commando_M_CupidDark", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_PenguinWalk": { + "templateId": "AthenaDance:EID_PenguinWalk", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_HulaHoopChallenge": { + "templateId": "AthenaDance:EID_HulaHoopChallenge", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_153_Banner": { + "templateId": "AthenaGlider:Glider_ID_153_Banner", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_553_Seaweed_NIS9V": { + "templateId": "AthenaBackpack:BID_553_Seaweed_NIS9V", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSkyDiveContrail:Trails_ID_012_Spraypaint": { + "templateId": "AthenaSkyDiveContrail:Trails_ID_012_Spraypaint", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_226_CyberFuBlade": { + "templateId": "AthenaPickaxe:Pickaxe_ID_226_CyberFuBlade", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_028_Googly": { + "templateId": "AthenaGlider:Glider_ID_028_Googly", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_053_JailbirdMale": { + "templateId": "AthenaBackpack:BID_053_JailbirdMale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_683_Athena_Commando_F_TigerFashion": { + "templateId": "AthenaCharacter:CID_683_Athena_Commando_F_TigerFashion", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSkyDiveContrail:Trails_ID_007_TP": { + "templateId": "AthenaSkyDiveContrail:Trails_ID_007_TP", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_310_Lasagna": { + "templateId": "AthenaBackpack:BID_310_Lasagna", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_238_RainbowGlitter": { + "templateId": "AthenaItemWrap:Wrap_238_RainbowGlitter", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSkyDiveContrail:Trails_ID_009_Hearts": { + "templateId": "AthenaSkyDiveContrail:Trails_ID_009_Hearts", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_043_Flairspray": { + "templateId": "AthenaSpray:SPID_043_Flairspray", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_YayExcited": { + "templateId": "AthenaDance:EID_YayExcited", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_727_Athena_Commando_M_Tailor": { + "templateId": "AthenaCharacter:CID_727_Athena_Commando_M_Tailor", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_448_TechOpsBlueFemale": { + "templateId": "AthenaBackpack:BID_448_TechOpsBlueFemale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_NPC_Athena_Commando_M_HightowerHenchman": { + "templateId": "AthenaCharacter:CID_NPC_Athena_Commando_M_HightowerHenchman", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_207_DumplingMan": { + "templateId": "AthenaBackpack:BID_207_DumplingMan", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_216_Athena_Commando_F_Medic": { + "templateId": "AthenaCharacter:CID_216_Athena_Commando_F_Medic", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_007_CandyCane": { + "templateId": "AthenaItemWrap:Wrap_007_CandyCane", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_028_DevilLace": { + "templateId": "AthenaItemWrap:Wrap_028_DevilLace", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_566_TeriyakiAtlantis": { + "templateId": "AthenaBackpack:BID_566_TeriyakiAtlantis", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_413_Athena_Commando_M_StreetDemon": { + "templateId": "AthenaCharacter:CID_413_Athena_Commando_M_StreetDemon", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_HeadBang": { + "templateId": "AthenaDance:EID_HeadBang", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_S13_TacticalScuba": { + "templateId": "AthenaEmoji:Emoji_S13_TacticalScuba", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_042_Fishhead": { + "templateId": "AthenaBackpack:BID_042_Fishhead", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_420_Athena_Commando_F_WhiteTiger": { + "templateId": "AthenaCharacter:CID_420_Athena_Commando_F_WhiteTiger", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_264_FestiveGold": { + "templateId": "AthenaGlider:Glider_ID_264_FestiveGold", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_210_GraffitiAssassinFemale": { + "templateId": "AthenaGlider:Glider_ID_210_GraffitiAssassinFemale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_100_DieselPunk": { + "templateId": "AthenaPickaxe:Pickaxe_ID_100_DieselPunk", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_789_Athena_Commando_M_HenchmanGoodShorts_B": { + "templateId": "AthenaCharacter:CID_789_Athena_Commando_M_HenchmanGoodShorts_B", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_HightowerGrape": { + "templateId": "AthenaDance:EID_HightowerGrape", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSkyDiveContrail:Trails_ID_106_GeoStorm": { + "templateId": "AthenaSkyDiveContrail:Trails_ID_106_GeoStorm", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_249_Squishy1H": { + "templateId": "AthenaPickaxe:Pickaxe_ID_249_Squishy1H", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_123_FortniteDJ": { + "templateId": "AthenaBackpack:BID_123_FortniteDJ", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_183_Athena_Commando_M_ModernMilitaryRed": { + "templateId": "AthenaCharacter:CID_183_Athena_Commando_M_ModernMilitaryRed", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_113_Barbarian": { + "templateId": "AthenaGlider:Glider_ID_113_Barbarian", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_177_Athena_Commando_M_StreetRacerCobra": { + "templateId": "AthenaCharacter:CID_177_Athena_Commando_M_StreetRacerCobra", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_075_Athena_Commando_F_Stripe": { + "templateId": "AthenaCharacter:CID_075_Athena_Commando_F_Stripe", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_433_NeonAnimal": { + "templateId": "AthenaBackpack:BID_433_NeonAnimal", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_586_Athena_Commando_F_PunkDevil": { + "templateId": "AthenaCharacter:CID_586_Athena_Commando_F_PunkDevil", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_Twist": { + "templateId": "AthenaDance:EID_Twist", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_HotPink": { + "templateId": "AthenaDance:EID_HotPink", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_808_Athena_Commando_F_ConstellationSun": { + "templateId": "AthenaCharacter:CID_808_Athena_Commando_F_ConstellationSun", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_439_OrnamentSoldier": { + "templateId": "AthenaBackpack:BID_439_OrnamentSoldier", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSkyDiveContrail:Trails_ID_015_GoldenStarfish": { + "templateId": "AthenaSkyDiveContrail:Trails_ID_015_GoldenStarfish", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_772_Athena_Commando_M_Sandcastle": { + "templateId": "AthenaCharacter:CID_772_Athena_Commando_M_Sandcastle", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_271_HightowerSquash": { + "templateId": "AthenaItemWrap:Wrap_271_HightowerSquash", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_161_Athena_Commando_M_Drift": { + "templateId": "AthenaCharacter:CID_161_Athena_Commando_M_Drift", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [ + { + "channel": "Progressive", + "active": "Stage0", + "owned": [] + } + ], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_MathDance": { + "templateId": "AthenaDance:EID_MathDance", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_854_Athena_Commando_M_SamuraiUltraArmorCorrupt": { + "templateId": "AthenaCharacter:CID_854_Athena_Commando_M_SamuraiUltraArmorCorrupt", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_913_Athena_Commando_F_York_D": { + "templateId": "AthenaCharacter:CID_913_Athena_Commando_F_York_D", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_215_MasterKey": { + "templateId": "AthenaBackpack:BID_215_MasterKey", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_203_Henchman": { + "templateId": "AthenaItemWrap:Wrap_203_Henchman", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_526_FuzzyBearDonut": { + "templateId": "AthenaBackpack:BID_526_FuzzyBearDonut", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSkyDiveContrail:Trails_ID_010_RetroScifi": { + "templateId": "AthenaSkyDiveContrail:Trails_ID_010_RetroScifi", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_016_Disco": { + "templateId": "AthenaPickaxe:Pickaxe_ID_016_Disco", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_710_Athena_Commando_M_FishheadSlurp": { + "templateId": "AthenaCharacter:CID_710_Athena_Commando_M_FishheadSlurp", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_490_Athena_Commando_M_BlueBadass": { + "templateId": "AthenaCharacter:CID_490_Athena_Commando_M_BlueBadass", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_731_Athena_Commando_F_Neon": { + "templateId": "AthenaCharacter:CID_731_Athena_Commando_F_Neon", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_192_PalmTree": { + "templateId": "AthenaPickaxe:Pickaxe_ID_192_PalmTree", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_810_Athena_Commando_M_MilitaryFashionSummer": { + "templateId": "AthenaCharacter:CID_810_Athena_Commando_M_MilitaryFashionSummer", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaMusicPack:MusicPack_073_RL2PromoTrack": { + "templateId": "AthenaMusicPack:MusicPack_073_RL2PromoTrack", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_Deathvalley": { + "templateId": "AthenaPickaxe:Pickaxe_Deathvalley", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_223_SharkIsland": { + "templateId": "AthenaLoadingScreen:LSID_223_SharkIsland", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_237_ProfessorPup": { + "templateId": "AthenaLoadingScreen:LSID_237_ProfessorPup", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_059_WWIIPilot": { + "templateId": "AthenaBackpack:BID_059_WWIIPilot", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_622_Athena_Commando_M_BulletBlue": { + "templateId": "AthenaCharacter:CID_622_Athena_Commando_M_BulletBlue", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_905_Athena_Commando_M_York": { + "templateId": "AthenaCharacter:CID_905_Athena_Commando_M_York", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_479_CatBurglar": { + "templateId": "AthenaBackpack:BID_479_CatBurglar", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_StrawberryPilotKpop": { + "templateId": "AthenaDance:EID_StrawberryPilotKpop", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_499_ParcelPrankMale": { + "templateId": "AthenaPickaxe:Pickaxe_ID_499_ParcelPrankMale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_411_Athena_Commando_F_CyberScavenger": { + "templateId": "AthenaCharacter:CID_411_Athena_Commando_F_CyberScavenger", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_491_YorkMale": { + "templateId": "AthenaPickaxe:Pickaxe_ID_491_YorkMale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_499_TargetPractice": { + "templateId": "AthenaBackpack:BID_499_TargetPractice", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaItemWrap:Wrap_275_Soy_Q9R5Z": { + "templateId": "AthenaItemWrap:Wrap_275_Soy_Q9R5Z", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_Davinci": { + "templateId": "AthenaDance:EID_Davinci", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_589_Athena_Commando_M_SoccerZombieA": { + "templateId": "AthenaCharacter:CID_589_Athena_Commando_M_SoccerZombieA", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_393_GhoulTrooper": { + "templateId": "AthenaBackpack:BID_393_GhoulTrooper", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_020_SupplyDrop": { + "templateId": "AthenaLoadingScreen:LSID_020_SupplyDrop", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_684_Athena_Commando_F_DragonRacer": { + "templateId": "AthenaCharacter:CID_684_Athena_Commando_F_DragonRacer", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_212_Athena_Commando_F_FootballGirlC": { + "templateId": "AthenaCharacter:CID_212_Athena_Commando_F_FootballGirlC", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_323_Athena_Commando_M_Barbarian": { + "templateId": "AthenaCharacter:CID_323_Athena_Commando_M_Barbarian", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_434_NeonAnimalFemale": { + "templateId": "AthenaBackpack:BID_434_NeonAnimalFemale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_917_Athena_Commando_M_DurrburgerSkull": { + "templateId": "AthenaCharacter:CID_917_Athena_Commando_M_DurrburgerSkull", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_285_SkullBriteEclipse": { + "templateId": "AthenaBackpack:BID_285_SkullBriteEclipse", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSkyDiveContrail:Trails_ID_005_Bubbles": { + "templateId": "AthenaSkyDiveContrail:Trails_ID_005_Bubbles", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_302_Hairy": { + "templateId": "AthenaBackpack:BID_302_Hairy", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_961_Athena_Commando_F_Shapeshifter": { + "templateId": "AthenaCharacter:CID_961_Athena_Commando_F_Shapeshifter", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_646_Athena_Commando_F_ElfAttack": { + "templateId": "AthenaCharacter:CID_646_Athena_Commando_F_ElfAttack", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_666_Athena_Commando_M_ArcticCamo": { + "templateId": "AthenaCharacter:CID_666_Athena_Commando_M_ArcticCamo", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_229_TechMage": { + "templateId": "AthenaPickaxe:Pickaxe_ID_229_TechMage", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_125_Bandolier": { + "templateId": "AthenaGlider:Glider_ID_125_Bandolier", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSkyDiveContrail:Trails_ID_084_Briefcase": { + "templateId": "AthenaSkyDiveContrail:Trails_ID_084_Briefcase", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_093_Medic": { + "templateId": "AthenaPickaxe:Pickaxe_ID_093_Medic", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_240_SpaceWanderer": { + "templateId": "AthenaLoadingScreen:LSID_240_SpaceWanderer", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_409_StreetOpsPink": { + "templateId": "AthenaBackpack:BID_409_StreetOpsPink", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:SickleBatPickaxe": { + "templateId": "AthenaPickaxe:SickleBatPickaxe", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_162_BoneWasp": { + "templateId": "AthenaGlider:Glider_ID_162_BoneWasp", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_077_Octoberfest": { + "templateId": "AthenaGlider:Glider_ID_077_Octoberfest", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_131_Nautilus": { + "templateId": "AthenaPickaxe:Pickaxe_ID_131_Nautilus", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_S14_HighTowerWasabi": { + "templateId": "AthenaEmoji:Emoji_S14_HighTowerWasabi", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_Bold": { + "templateId": "AthenaGlider:Glider_Bold", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_229_LuckyRiderMale": { + "templateId": "AthenaBackpack:BID_229_LuckyRiderMale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_368_BananaAgent": { + "templateId": "AthenaPickaxe:Pickaxe_ID_368_BananaAgent", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_GingerbreadMad": { + "templateId": "AthenaEmoji:Emoji_GingerbreadMad", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_STW002_Tier_3": { + "templateId": "AthenaPickaxe:Pickaxe_ID_STW002_Tier_3", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_RockingChair": { + "templateId": "AthenaDance:EID_RockingChair", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaGlider:Glider_ID_055_StreetRacerBlack": { + "templateId": "AthenaGlider:Glider_ID_055_StreetRacerBlack", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaBackpack:BID_078_StreetRacerCobraFemale": { + "templateId": "AthenaBackpack:BID_078_StreetRacerCobraFemale", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaSpray:SPID_005_Abstract": { + "templateId": "AthenaSpray:SPID_005_Abstract", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_NPC_Athena_Commando_M_Kyle": { + "templateId": "AthenaCharacter:CID_NPC_Athena_Commando_M_Kyle", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPet:PetID_013_BBQ_Larry": { + "templateId": "AthenaPet:PetID_013_BBQ_Larry", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaMusicPack:MusicPack_017_PhoneItIn": { + "templateId": "AthenaMusicPack:MusicPack_017_PhoneItIn", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_Zombie": { + "templateId": "AthenaDance:EID_Zombie", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_489_Athena_Commando_M_VoyagerRemix": { + "templateId": "AthenaCharacter:CID_489_Athena_Commando_M_VoyagerRemix", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_Mistletoe": { + "templateId": "AthenaEmoji:Emoji_Mistletoe", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_349_Athena_Commando_M_Banana": { + "templateId": "AthenaCharacter:CID_349_Athena_Commando_M_Banana", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_SpeedRun": { + "templateId": "AthenaDance:EID_SpeedRun", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaCharacter:CID_317_Athena_Commando_M_WinterGhoul": { + "templateId": "AthenaCharacter:CID_317_Athena_Commando_M_WinterGhoul", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaDance:EID_DJ01": { + "templateId": "AthenaDance:EID_DJ01", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaPickaxe:Pickaxe_ID_235_Lasagna": { + "templateId": "AthenaPickaxe:Pickaxe_ID_235_Lasagna", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaLoadingScreen:LSID_081_TenderDefender": { + "templateId": "AthenaLoadingScreen:LSID_081_TenderDefender", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + }, + "AthenaEmoji:Emoji_CrossSwords": { + "templateId": "AthenaEmoji:Emoji_CrossSwords", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": 1, + "xp": 0, + "variants": [], + "favorite": false + }, + "quantity": 1 + } + }, + "stats": { + "attributes": { + "past_seasons": [], + "season_match_boost": 999999999, + "loadouts": [ + "ettrr4h-2wedfgbn-8i9jsghj-lpw9t2to-loadout1" + ], + "favorite_victorypose": "", + "mfa_reward_claimed": false, + "quest_manager": { + "dailyLoginInterval": "2020-01-01T17:22:28.023Z", + "dailyQuestRerolls": 1 + }, + "book_level": 100, + "season_num": 8, + "favorite_consumableemote": "", + "banner_color": "DefaultColor1", + "favorite_callingcard": "", + "favorite_character": "", + "favorite_spray": [], + "book_xp": 100, + "favorite_loadingscreen": "", + "book_purchased": true, + "lifetime_wins": 100, + "favorite_hat": "", + "level": 100, + "favorite_battlebus": "", + "favorite_mapmarker": "", + "favorite_vehicledeco": "", + "accountLevel": 100, + "favorite_backpack": "", + "favorite_dance": [ + "", + "", + "", + "", + "", + "" + ], + "inventory_limit_bonus": 0, + "last_applied_loadout": "", + "favorite_skydivecontrail": "", + "favorite_pickaxe": "AthenaPickaxe:DefaultPickaxe", + "favorite_glider": "AthenaGlider:DefaultGlider", + "daily_rewards": {}, + "xp": 999, + "season_friend_match_boost": 999999999, + "active_loadout_index": 0, + "favorite_musicpack": "", + "banner_icon": "StandardBanner1", + "favorite_itemwraps": [ + "", + "", + "", + "", + "", + "", + "" + ] + } + }, + "commandRevision": 2617 +} \ No newline at end of file diff --git a/profiles/campaign.json b/profiles/campaign.json new file mode 100644 index 0000000..60a7da5 --- /dev/null +++ b/profiles/campaign.json @@ -0,0 +1,17327 @@ +{ + "_id": "LawinServer", + "created": "2020-01-01T11:10:13.470Z", + "updated": "2020-08-04T19:30:07.409Z", + "rvn": 627, + "wipeNumber": 1, + "accountId": "LawinServer", + "profileId": "campaign", + "version": "no_version", + "items": { + "0afba33e-84f1-469c-8211-089ba2e782f1": { + "templateId": "Quest:heroquest_loadout_ninja_1", + "attributes": { + "level": -1, + "item_seen": false, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "completion_complete_pve03_diff24_loadout_ninja": 3, + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-02-01T23:34:21.003Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "Schematic:sid_assault_auto_sr_ore_t05": { + "templateId": "Schematic:sid_assault_auto_sr_ore_t05", + "attributes": { + "legacy_alterations": [], + "max_level_bonus": 0, + "level": 50, + "refund_legacy_item": false, + "item_seen": true, + "alterations": [ + "Alteration:aid_att_critdamage_t05", + "Alteration:aid_att_reloadspeed_ranged_t05", + "Alteration:aid_ele_energy_t05", + "Alteration:aid_att_magazinesize_t05", + "Alteration:aid_conditional_boss_dmgbonus_t04", + "Alteration:aid_g_ranged_headshot_explodeondeath_v2" + ], + "xp": 0, + "refundable": false, + "alteration_base_rarities": [], + "favorite": true + }, + "quantity": 1 + }, + "Schematic:sid_pistol_autoheavy_vt_sr_ore_t03": { + "templateId": "Schematic:sid_pistol_autoheavy_vt_sr_ore_t03", + "attributes": { + "legacy_alterations": [], + "max_level_bonus": 0, + "level": 30, + "refund_legacy_item": false, + "item_seen": true, + "alterations": [ + "Alteration:aid_ele_energy_intrin_t01", + "Alteration:aid_att_damage_t01", + "Alteration:aid_att_maxdurability_t03", + "Alteration:aid_att_damage_t03", + "Alteration:aid_conditional_stunned_dmgbonus_t03", + "Alteration:aid_g_affliction_v2" + ], + "xp": 0, + "refundable": false, + "alteration_base_rarities": [], + "favorite": true + }, + "quantity": 1 + }, + "Schematic:sid_sniper_shredder_sr_ore_t04": { + "templateId": "Schematic:sid_sniper_shredder_sr_ore_t04", + "attributes": { + "legacy_alterations": [], + "max_level_bonus": 0, + "level": 40, + "refund_legacy_item": false, + "item_seen": true, + "alterations": [ + "Alteration:aid_att_critchance_t03", + "Alteration:aid_att_magazinesize_t03", + "Alteration:aid_att_damage_physical_t03", + "Alteration:aid_att_magazinesize_t03", + "Alteration:aid_conditional_stunned_dmgbonus_t03", + "Alteration:aid_g_affliction_v2" + ], + "xp": 0, + "alteration_base_rarities": [ + "common", + "uncommon", + "uncommon", + "rare", + "rare", + "common" + ], + "refundable": false, + "favorite": true + }, + "quantity": 1 + }, + "Schematic:sid_assault_auto_halloween_sr_ore_t05": { + "templateId": "Schematic:sid_assault_auto_halloween_sr_ore_t05", + "attributes": { + "legacy_alterations": [], + "max_level_bonus": 0, + "level": 50, + "refund_legacy_item": false, + "item_seen": true, + "alterations": [ + "Alteration:aid_ele_fire_t03", + "Alteration:aid_att_critchance_t03", + "Alteration:aid_conditional_afflicted_dmgbonus_t03", + "Alteration:aid_att_critdamage_t03", + "Alteration:aid_att_damage_t03", + "Alteration:aid_g_affliction_v2" + ], + "xp": 0, + "refundable": false, + "alteration_base_rarities": [], + "favorite": true + }, + "quantity": 1 + }, + "Schematic:ammo_energycell": { + "templateId": "Schematic:ammo_energycell", + "attributes": { + "legacy_alterations": [], + "max_level_bonus": 0, + "refund_legacy_item": false, + "level": 1, + "item_seen": true, + "alterations": [], + "xp": 0, + "refundable": false, + "alteration_base_rarities": [], + "favorite": false + }, + "quantity": 1 + }, + "Schematic:sid_pistol_rapid_founders_vr_ore_t04": { + "templateId": "Schematic:sid_pistol_rapid_founders_vr_ore_t04", + "attributes": { + "legacy_alterations": [], + "max_level_bonus": 0, + "level": 40, + "refund_legacy_item": false, + "item_seen": true, + "alterations": [ + "Alteration:aid_att_headshotdamage_t01", + "Alteration:aid_att_magazinesize_t02", + "Alteration:aid_ele_nature_t03", + "Alteration:aid_att_damage_t03", + "Alteration:aid_att_reloadspeed_ranged_t03", + "Alteration:aid_g_ranged_chainbullet" + ], + "xp": 0, + "refundable": false, + "alteration_base_rarities": [], + "favorite": true + }, + "quantity": 1 + }, + "Schematic:sid_assault_military_surgical_sr_ore_t04": { + "templateId": "Schematic:sid_assault_military_surgical_sr_ore_t04", + "attributes": { + "legacy_alterations": [], + "max_level_bonus": 0, + "level": 40, + "refund_legacy_item": false, + "item_seen": true, + "alterations": [ + "Alteration:aid_att_firerate_ranged_t01", + "Alteration:aid_att_magazinesize_t02", + "Alteration:aid_att_damage_physical_t02", + "Alteration:aid_att_headshotdamage_t03", + "Alteration:aid_conditional_boss_dmgbonus_t03", + "Alteration:aid_g_ranged_headshotstreak_dmgbonus_v2" + ], + "xp": 0, + "refundable": false, + "alteration_base_rarities": [], + "favorite": true + }, + "quantity": 1 + }, + "Schematic:sid_launcher_pumpkin_rpg_sr_ore_t05": { + "templateId": "Schematic:sid_launcher_pumpkin_rpg_sr_ore_t05", + "attributes": { + "legacy_alterations": [], + "max_level_bonus": 0, + "level": 50, + "refund_legacy_item": false, + "item_seen": true, + "alterations": [ + "Alteration:aid_ele_fire_intrin_t03", + "Alteration:aid_att_critchance_t03", + "Alteration:aid_att_reloadspeed_ranged_t03", + "Alteration:aid_att_damage_t03", + "Alteration:aid_att_critdamage_t03", + "Alteration:aid_g_affliction_v2" + ], + "xp": 0, + "refundable": false, + "alteration_base_rarities": [], + "favorite": true + }, + "quantity": 1 + }, + "Schematic:sid_assault_neonglow_sr_ore_t03": { + "templateId": "Schematic:sid_assault_neonglow_sr_ore_t03", + "attributes": { + "legacy_alterations": [], + "max_level_bonus": 0, + "level": 30, + "refund_legacy_item": false, + "item_seen": true, + "alterations": [ + "Alteration:aid_ele_energy_intrin_t03", + "Alteration:aid_att_damage_t03", + "Alteration:aid_att_stability_t02", + "Alteration:aid_att_critchance_t03", + "Alteration:aid_conditional_boss_dmgbonus_t03", + "Alteration:aid_g_weapon_ondmg_applysnare_v2" + ], + "xp": 0, + "refundable": false, + "alteration_base_rarities": [], + "favorite": true + }, + "quantity": 1 + }, + "Schematic:sid_shotgun_retroscifi_sr_ore_t03": { + "templateId": "Schematic:sid_shotgun_retroscifi_sr_ore_t03", + "attributes": { + "legacy_alterations": [], + "max_level_bonus": 0, + "level": 30, + "refund_legacy_item": false, + "item_seen": true, + "alterations": [ + "Alteration:aid_ele_energy_intrin_t01", + "Alteration:aid_att_damage_t02", + "Alteration:aid_att_reloadspeed_ranged_t03", + "Alteration:aid_att_critdamage_t03", + "Alteration:aid_att_critchance_t03", + "Alteration:aid_g_oncrit_spawnenergyprojectiles" + ], + "xp": 0, + "refundable": false, + "alteration_base_rarities": [], + "favorite": true + }, + "quantity": 1 + }, + "Schematic:sid_pistol_silenced_christmas_sr_ore_t03": { + "templateId": "Schematic:sid_pistol_silenced_christmas_sr_ore_t03", + "attributes": { + "legacy_alterations": [], + "max_level_bonus": 0, + "level": 30, + "refund_legacy_item": false, + "item_seen": true, + "alterations": [ + "Alteration:aid_att_damage_t01", + "Alteration:aid_att_reloadspeed_ranged_t01", + "Alteration:aid_ele_fire_t02", + "Alteration:aid_att_critdamage_t03", + "Alteration:aid_att_critchance_t03", + "Alteration:aid_g_affliction_v2" + ], + "xp": 0, + "refundable": false, + "alteration_base_rarities": [], + "favorite": true + }, + "quantity": 1 + }, + "Schematic:sid_assault_autodrum_sr_ore_t03": { + "templateId": "Schematic:sid_assault_autodrum_sr_ore_t03", + "attributes": { + "legacy_alterations": [], + "max_level_bonus": 0, + "level": 30, + "refund_legacy_item": false, + "item_seen": true, + "alterations": [ + "Alteration:aid_att_damage_t02", + "Alteration:aid_att_magazinesize_t01", + "Alteration:aid_att_damage_physical_t02", + "Alteration:aid_att_critchance_t02", + "Alteration:aid_att_critdamage_t03", + "Alteration:aid_g_affliction_v2" + ], + "xp": 0, + "refundable": false, + "alteration_base_rarities": [], + "favorite": true + }, + "quantity": 1 + }, + "Schematic:sid_pistol_halloween_handcannon_sr_ore_t03": { + "templateId": "Schematic:sid_pistol_halloween_handcannon_sr_ore_t03", + "attributes": { + "legacy_alterations": [], + "max_level_bonus": 0, + "level": 30, + "refund_legacy_item": false, + "item_seen": true, + "alterations": [ + "Alteration:aid_ele_energy_intrin_t01", + "Alteration:aid_att_damage_t01", + "Alteration:aid_att_reloadspeed_ranged_t02", + "Alteration:aid_att_critdamage_t03", + "Alteration:aid_conditional_slowed_dmgbonus_t03", + "Alteration:aid_g_weapon_ondmg_applysnare_v2" + ], + "xp": 0, + "refundable": false, + "alteration_base_rarities": [], + "favorite": true + }, + "quantity": 1 + }, + "Schematic:sid_sniper_crossbow_sr_ore_t03": { + "templateId": "Schematic:sid_sniper_crossbow_sr_ore_t03", + "attributes": { + "legacy_alterations": [], + "max_level_bonus": 0, + "level": 30, + "refund_legacy_item": false, + "item_seen": true, + "alterations": [ + "Alteration:aid_att_damage_physical_t02", + "Alteration:aid_att_damage_t01", + "Alteration:aid_att_magazinesize_t02", + "Alteration:aid_att_critchance_t02", + "Alteration:aid_att_critdamage_t03", + "Alteration:aid_g_ranged_istargeting_dmgbuff_v2" + ], + "xp": 0, + "refundable": false, + "alteration_base_rarities": [], + "favorite": true + }, + "quantity": 1 + }, + "Schematic:sid_assault_military_auto_sr_ore_t03": { + "templateId": "Schematic:sid_assault_military_auto_sr_ore_t03", + "attributes": { + "legacy_alterations": [], + "max_level_bonus": 0, + "level": 30, + "refund_legacy_item": false, + "item_seen": true, + "alterations": [ + "Alteration:aid_att_firerate_ranged_t02", + "Alteration:aid_att_damage_t02", + "Alteration:aid_att_damage_physical_t02", + "Alteration:aid_att_magazinesize_t02", + "Alteration:aid_conditional_boss_dmgbonus_t03", + "Alteration:aid_g_weapon_ondmg_applysnare_v2" + ], + "xp": 0, + "refundable": false, + "alteration_base_rarities": [], + "favorite": true + }, + "quantity": 1 + }, + "Schematic:sid_assault_hydraulic_drum_sr_ore_t03": { + "templateId": "Schematic:sid_assault_hydraulic_drum_sr_ore_t03", + "attributes": { + "legacy_alterations": [], + "max_level_bonus": 0, + "level": 30, + "refund_legacy_item": false, + "item_seen": true, + "alterations": [ + "Alteration:aid_att_damage_t01", + "Alteration:aid_att_magazinesize_t01", + "Alteration:aid_att_damage_physical_t02", + "Alteration:aid_att_headshotdamage_t02", + "Alteration:aid_conditional_stunned_dmgbonus_t03", + "Alteration:aid_g_weapon_ondmg_applysnare_v2" + ], + "xp": 0, + "refundable": false, + "alteration_base_rarities": [], + "favorite": true + }, + "quantity": 1 + }, + "Schematic:sid_explosive_launcher_neonglow_sr_ore_t03": { + "templateId": "Schematic:sid_explosive_launcher_neonglow_sr_ore_t03", + "attributes": { + "legacy_alterations": [], + "max_level_bonus": 0, + "refund_legacy_item": false, + "level": 30, + "item_seen": true, + "alterations": [ + "Alteration:aid_ele_energy_intrin_t02", + "Alteration:aid_att_reloadspeed_ranged_t02", + "Alteration:aid_att_firerate_ranged_t02", + "Alteration:aid_att_damage_t02", + "Alteration:aid_conditional_afflicted_dmgbonus_t03", + "Alteration:aid_g_affliction_v2" + ], + "xp": 0, + "refundable": false, + "alteration_base_rarities": [], + "favorite": true + }, + "quantity": 1 + }, + "Schematic:sid_sniper_military_sr_ore_t03": { + "templateId": "Schematic:sid_sniper_military_sr_ore_t03", + "attributes": { + "legacy_alterations": [], + "max_level_bonus": 0, + "level": 30, + "refund_legacy_item": false, + "item_seen": true, + "alterations": [ + "Alteration:aid_att_firerate_ranged_t02", + "Alteration:aid_att_weaponimpact_t01", + "Alteration:aid_att_damage_physical_t02", + "Alteration:aid_att_headshotdamage_t02", + "Alteration:aid_conditional_boss_dmgbonus_t03", + "Alteration:aid_g_ranged_headshot_explodeondeath_v2" + ], + "xp": 0, + "refundable": false, + "alteration_base_rarities": [], + "favorite": true + }, + "quantity": 1 + }, + "Schematic:ammo_bulletsmedium": { + "templateId": "Schematic:ammo_bulletsmedium", + "attributes": { + "legacy_alterations": [], + "max_level_bonus": 0, + "refund_legacy_item": false, + "level": 1, + "item_seen": true, + "alterations": [], + "xp": 0, + "refundable": false, + "alteration_base_rarities": [], + "favorite": false + }, + "quantity": 1 + }, + "Schematic:ammo_bulletslight": { + "templateId": "Schematic:ammo_bulletslight", + "attributes": { + "legacy_alterations": [], + "max_level_bonus": 0, + "refund_legacy_item": false, + "level": 1, + "item_seen": true, + "alterations": [], + "xp": 0, + "refundable": false, + "alteration_base_rarities": [], + "favorite": false + }, + "quantity": 1 + }, + "Schematic:sid_assault_auto_c_ore_t00": { + "templateId": "Schematic:sid_assault_auto_c_ore_t00", + "attributes": { + "legacy_alterations": [], + "max_level_bonus": 0, + "refund_legacy_item": false, + "level": 1, + "item_seen": true, + "alterations": [], + "xp": 0, + "refundable": false, + "alteration_base_rarities": [], + "favorite": false + }, + "quantity": 1 + }, + "Schematic:ammo_shells": { + "templateId": "Schematic:ammo_shells", + "attributes": { + "legacy_alterations": [], + "max_level_bonus": 0, + "refund_legacy_item": false, + "level": 1, + "item_seen": true, + "alterations": [], + "xp": 0, + "refundable": false, + "alteration_base_rarities": [], + "favorite": false + }, + "quantity": 1 + }, + "Schematic:ammo_bulletsheavy": { + "templateId": "Schematic:ammo_bulletsheavy", + "attributes": { + "legacy_alterations": [], + "max_level_bonus": 0, + "refund_legacy_item": false, + "level": 1, + "item_seen": true, + "alterations": [], + "xp": 0, + "refundable": false, + "alteration_base_rarities": [], + "favorite": false + }, + "quantity": 1 + }, + "210ffe7d-723a-4b15-b7f8-1b9ae1ee3e78": { + "templateId": "Worker:workerbasic_r_t01", + "attributes": { + "gender": "2", + "level": 1, + "item_seen": true, + "squad_slot_idx": -1, + "portrait": "/Game/UI/Icons/Icon-Worker/IconDefinitions/IconDef-WorkerPortrait-Competitive-F03.IconDef-WorkerPortrait-Competitive-F03", + "max_level_bonus": 0, + "personality": "Homebase.Worker.Personality.IsCompetitive", + "squad_id": "", + "xp": 0, + "slotted_building_id": "", + "building_slot_used": -1, + "favorite": false, + "set_bonus": "Homebase.Worker.SetBonus.IsFortitudeLow" + }, + "quantity": 1 + }, + "382c1fc4-ab7e-45c5-a227-ece51bc804b8": { + "templateId": "HomebaseNode:questreward_plankerton_squad_ssd3", + "attributes": { + "item_seen": true + }, + "quantity": 1 + }, + "23b7ae7d-4077-40fd-b095-4ca1942d00c1": { + "templateId": "HomebaseNode:questreward_expedition_rowboat4", + "attributes": { + "item_seen": true + }, + "quantity": 1 + }, + "85b3b844-b271-49ee-96d3-5b96432be92c": { + "templateId": "Quest:challenge_holdthedoor_1", + "attributes": { + "completion_complete_outpost": 2, + "level": -1, + "item_seen": true, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-27T15:31:17.112Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "0650a588-193c-4764-ac43-381823351f3c": { + "templateId": "Defender:did_defenderassault_basic_c_t01", + "attributes": { + "max_level_bonus": 0, + "squad_id": "", + "level": 1, + "item_seen": true, + "squad_slot_idx": -1, + "alterations": [ + "Alteration:aid_att_def_shieldregen" + ], + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "9070d673-1981-491b-9069-99f18872d9ad": { + "templateId": "HomebaseNode:questreward_newheroloadout2_dummy", + "attributes": { + "item_seen": false + }, + "quantity": 1 + }, + "d47f1a48-1a2f-4dc3-a5df-b19b70249251": { + "templateId": "Quest:challenge_missionaccomplished_7", + "attributes": { + "level": -1, + "completion_complete_primary": 6, + "item_seen": true, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-05T14:16:07.659Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "6ca6b0b2-1bb4-4ebf-a356-16ea4aeeca8a": { + "templateId": "HomebaseNode:questreward_cannyvalley_squad_ssd6", + "attributes": { + "item_seen": true + }, + "quantity": 1 + }, + "a0aa5706-7dc2-442e-9d89-0cfe7db6591e": { + "templateId": "Worker:managerinventor_sr_rad_t04", + "attributes": { + "gender": 0, + "level": 40, + "squad_slot_idx": 0, + "item_seen": true, + "portrait": "/Game/UI/Icons/Icon-Worker/IconDefinitions/IconDef-ManagerPortrait-SR-Inventor-rad.IconDef-ManagerPortrait-SR-Inventor-rad", + "max_level_bonus": 0, + "squad_id": "squad_attribute_synthesis_thethinktank", + "personality": "Homebase.Worker.Personality.IsCooperative", + "xp": 0, + "slotted_building_id": "", + "managerSynergy": "Homebase.Manager.IsInventor", + "building_slot_used": -1, + "favorite": false + }, + "quantity": 1 + }, + "d1b7479f-3ce0-4b7f-b418-6ababa632820": { + "templateId": "Hero:hid_outlander_zonepistol_r_t01", + "attributes": { + "outfitvariants": [], + "backblingvariants": [], + "gender": 0, + "level": 1, + "item_seen": false, + "squad_slot_idx": -1, + "portrait": "", + "hero_name": "DefaultHeroName", + "max_level_bonus": 0, + "squad_id": "", + "mode_loadouts": [], + "xp": 0, + "slotted_building_id": "", + "refundable": false, + "building_slot_used": -1, + "favorite": false + }, + "quantity": 1 + }, + "a142c2c2-15d8-403e-8b1d-b0209d26b96a": { + "templateId": "Hero:hid_outlander_025_pirateoutlander_vr_t01", + "attributes": { + "outfitvariants": [], + "backblingvariants": [], + "gender": 0, + "level": 1, + "item_seen": true, + "squad_slot_idx": -1, + "portrait": "", + "hero_name": "DefaultHeroName", + "max_level_bonus": 0, + "squad_id": "", + "mode_loadouts": [], + "xp": 0, + "slotted_building_id": "", + "refundable": false, + "building_slot_used": -1, + "favorite": false + }, + "quantity": 1 + }, + "ef4d7de9-cacd-4e0f-96a1-f443ba7e0b53": { + "templateId": "Quest:challenge_missionaccomplished_4", + "attributes": { + "level": -1, + "completion_complete_primary": 4, + "item_seen": true, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-29T14:02:35.922Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "4fc3a88c-fe05-4336-96fd-b8520a5b12b8": { + "templateId": "Quest:wargames_visibilityquest_wargame_tornado", + "attributes": { + "level": -1, + "item_seen": true, + "completion_wargames_visibilityquest_wargame_tornado": 0, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Active", + "last_state_change_time": "2020-01-09T15:12:41.065Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "f8b6150e-4340-44d5-92f1-cf2f76eca8a1": { + "templateId": "Worker:workerbasic_sr_t01", + "attributes": { + "gender": "1", + "level": 10, + "squad_slot_idx": 5, + "item_seen": true, + "portrait": "/Game/UI/Icons/Icon-Worker/IconDefinitions/IconDef-WorkerPortrait-Dependable-M03.IconDef-WorkerPortrait-Dependable-M03", + "max_level_bonus": 0, + "personality": "Homebase.Worker.Personality.IsDependable", + "squad_id": "squad_attribute_arms_fireteamalpha", + "xp": 0, + "slotted_building_id": "", + "building_slot_used": -1, + "favorite": false, + "set_bonus": "Homebase.Worker.SetBonus.IsMeleeDamageLow" + }, + "quantity": 1 + }, + "e5592ea6-f206-4709-8481-a043d2d1f718": { + "templateId": "Quest:plankertonquest_reactive_speakers", + "attributes": { + "level": -1, + "item_seen": true, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-17T12:16:44.919Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "completion_plankertonquest_reactive_speakers": 7, + "favorite": false + }, + "quantity": 1 + }, + "2aa9e397-0b8c-4859-8286-09e066e159a5": { + "templateId": "Hero:hid_ninja_starsassassin_r_t01", + "attributes": { + "outfitvariants": [], + "backblingvariants": [], + "gender": 0, + "level": 1, + "item_seen": true, + "squad_slot_idx": -1, + "portrait": "", + "hero_name": "DefaultHeroName", + "max_level_bonus": 0, + "squad_id": "", + "mode_loadouts": [], + "xp": 0, + "slotted_building_id": "", + "refundable": false, + "building_slot_used": -1, + "favorite": false + }, + "quantity": 1 + }, + "316a2a9d-98cb-4d7a-9678-b4dec2cc06c1": { + "templateId": "Hero:hid_commando_guntough_uc_t01", + "attributes": { + "outfitvariants": [], + "backblingvariants": [], + "gender": 0, + "level": 1, + "item_seen": true, + "squad_slot_idx": -1, + "portrait": "", + "hero_name": "DefaultHeroName", + "max_level_bonus": 0, + "squad_id": "", + "mode_loadouts": [], + "xp": 0, + "slotted_building_id": "", + "refundable": false, + "building_slot_used": -1, + "favorite": false + }, + "quantity": 1 + }, + "CosmeticLocker:cosmeticlocker_stw": { + "templateId": "CosmeticLocker:cosmeticlocker_stw", + "attributes": { + "locker_slots_data": { + "slots": { + "Pickaxe": { + "items": [ + "AthenaPickaxe:Pickaxe_ID_041_PajamaParty" + ] + }, + "ItemWrap": { + "items": [ + "AthenaItemWrap:Wrap_237_NeonPulse", + "AthenaItemWrap:Wrap_237_NeonPulse", + "AthenaItemWrap:Wrap_237_NeonPulse", + "AthenaItemWrap:Wrap_237_NeonPulse", + "AthenaItemWrap:Wrap_237_NeonPulse", + "AthenaItemWrap:Wrap_237_NeonPulse", + "AthenaItemWrap:Wrap_237_NeonPulse", + null + ] + }, + "LoadingScreen": { + "items": [ + "AthenaLoadingScreen:LSID_026_S4Cumulative8" + ] + }, + "Dance": { + "items": [ + "AthenaDance:EID_JumpStyleDance", + "AthenaDance:EID_CrazyFeet", + "AthenaDance:EID_MechPeely", + "AthenaDance:EID_IndigoApple", + "AthenaDance:EID_RunningMan", + "AthenaDance:EID_MonteCarlo" + ] + }, + "MusicPack": { + "items": [ + "AthenaMusicPack:MusicPack_015_GoodVibes" + ] + }, + "Backpack": { + "items": [ + "AthenaBackpack:BID_168_CupidWinterMale" + ] + }, + "Character": { + "items": [ + "" + ] + } + } + }, + "use_count": 0, + "banner_icon_template": "brs9worldcup2019", + "banner_color_template": "defaultcolor1", + "locker_name": "", + "item_seen": false, + "favorite": false + }, + "quantity": 1 + }, + "70810e85-b3b4-4bf1-b20d-01f81f8d5d17": { + "templateId": "Worker:managertrainer_uc_t01", + "attributes": { + "gender": "2", + "level": 1, + "item_seen": true, + "squad_slot_idx": -1, + "portrait": "/Game/UI/Icons/Icon-Worker/IconDefinitions/IconDef-ManagerPortrait-PersonalTrainer-F01.IconDef-ManagerPortrait-PersonalTrainer-F01", + "max_level_bonus": 0, + "personality": "Homebase.Worker.Personality.IsCompetitive", + "squad_id": "", + "xp": 0, + "slotted_building_id": "", + "managerSynergy": "Homebase.Manager.IsTrainer", + "building_slot_used": -1, + "favorite": false + }, + "quantity": 1 + }, + "a2a2097f-f9a9-4e16-8dfc-8a2ff0757a95": { + "templateId": "Quest:bbpromoquest_2019_reactive_kylecabinet", + "attributes": { + "level": -1, + "item_seen": true, + "completion_bbpromoquest_2019_reactive_kylecabinet": 3, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Active", + "last_state_change_time": "2020-01-20T18:44:07.281Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "5f06ead2-6021-4417-84de-6505558def86": { + "templateId": "Quest:plankertonquest_filler_7_d4", + "attributes": { + "level": -1, + "item_seen": true, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-08T14:42:10.779Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "completion_kill_husk_smasher_2_diff4_v2": 20, + "favorite": false + }, + "quantity": 1 + }, + "dcee52c8-9ed6-492d-897c-3fbeb6a962bb": { + "templateId": "Quest:cannyvalley_reactive_glyphs", + "attributes": { + "level": -1, + "item_seen": true, + "completion_cannyvalley_reactive_glyphs": 5, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-14T17:13:18.270Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "selection": 2, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "05129892-2856-4da6-a1d9-bdce9e8ebfc1": { + "templateId": "HomebaseNode:questreward_homebase_defender4", + "attributes": { + "item_seen": false + }, + "quantity": 1 + }, + "c9cdacdb-cbc3-4ed8-aad7-4537647971e4": { + "templateId": "Quest:challenge_holdthedoor_14", + "attributes": { + "completion_complete_outpost": 8, + "level": -1, + "item_seen": true, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-06T16:55:03.010Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "5fdde1ca-e058-4000-9823-8ebe9c5eea7d": { + "templateId": "Quest:challenge_toxictreasures_5", + "attributes": { + "level": -1, + "item_seen": true, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-27T16:16:42.673Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "completion_complete_mimic": 4, + "favorite": false + }, + "quantity": 1 + }, + "ceb9730e-fe22-4173-9434-25428e639a47": { + "templateId": "Quest:challenge_holdthedoor_5", + "attributes": { + "completion_complete_outpost": 4, + "level": -1, + "item_seen": true, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-06T18:21:18.764Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "f33e6d68-8b1f-4663-acfd-8d5b824ff002": { + "templateId": "Hero:hid_outlander_punchphase_sr_t01", + "attributes": { + "outfitvariants": [], + "backblingvariants": [], + "gender": 0, + "level": 1, + "item_seen": true, + "squad_slot_idx": -1, + "portrait": "", + "hero_name": "DefaultHeroName", + "max_level_bonus": 0, + "squad_id": "squad_combat_adventuresquadone", + "mode_loadouts": [], + "xp": 0, + "slotted_building_id": "", + "refundable": false, + "building_slot_used": -1, + "favorite": false + }, + "quantity": 1 + }, + "471be9df-2ef9-4d23-8280-61f3b4a486b6": { + "templateId": "Quest:starlightquest_finitespawners", + "attributes": { + "level": -1, + "item_seen": true, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Active", + "last_state_change_time": "2020-01-20T18:44:07.274Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "completion_starlightquest_finitespawners": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "5265ff4c-49cb-4cdc-b2de-5d06a8765a7b": { + "templateId": "Worker:workerbasic_vr_t01", + "attributes": { + "gender": "2", + "level": 10, + "item_seen": true, + "squad_slot_idx": 6, + "portrait": "/Game/UI/Icons/Icon-Worker/IconDefinitions/IconDef-WorkerPortrait-Analytical-F02.IconDef-WorkerPortrait-Analytical-F02", + "max_level_bonus": 0, + "personality": "Homebase.Worker.Personality.IsAnalytical", + "squad_id": "squad_attribute_medicine_trainingteam", + "xp": 0, + "slotted_building_id": "", + "building_slot_used": -1, + "favorite": false, + "set_bonus": "Homebase.Worker.SetBonus.IsResistanceLow" + }, + "quantity": 1 + }, + "62c77c28-f0b7-441b-8a48-f71a6d7c1c6d": { + "templateId": "AccountResource:reagent_alteration_ele_fire", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "favorite": false + }, + "quantity": 2378653 + }, + "a20d050d-55db-42f6-8702-76f44e73900d": { + "templateId": "Quest:reactivequest_roadhome", + "attributes": { + "level": -1, + "item_seen": true, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-08T15:10:04.493Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "completion_quest_reactive_roadhome": 4, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "1089b9ba-58f9-4bef-bff0-bfc67985630a": { + "templateId": "Stat:resistance", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": false, + "xp": 0, + "favorite": false + }, + "quantity": 5000 + }, + "a43eb922-b295-4482-9257-7739385e9f92": { + "templateId": "Quest:starlightquest_complete_all", + "attributes": { + "completion_starlightquest_complete_all_d2": 0, + "completion_starlightquest_complete_all_d3": 0, + "completion_starlightquest_complete_all_d4": 0, + "level": -1, + "completion_starlightquest_complete_all_d1": 1, + "item_seen": true, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Active", + "last_state_change_time": "2020-01-20T18:44:07.274Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "66a3fc2f-2c21-468e-be7d-66991e861d7b": { + "templateId": "Quest:challenge_leavenoonebehind_12", + "attributes": { + "level": -1, + "item_seen": true, + "completion_questcollect_survivoritemdata": 80, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-09T18:25:56.226Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "2515b182-e065-4521-9616-e27bf092fbcd": { + "templateId": "Quest:foundersquest_getrewards_0_1", + "attributes": { + "level": -1, + "item_seen": false, + "completion_questcomplete_outpostquest_t1_l1": 0, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-25T19:10:38.959Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "completion_questcomplete_homebaseonboardingafteroutpost": 1, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "77753319-d351-433c-b367-c66cada117d0": { + "templateId": "Quest:cannyvalleyquest_filler_2_d1", + "attributes": { + "level": -1, + "item_seen": true, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-21T13:22:47.309Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "completion_kill_husk_smasher_3_diff1_v3": 15, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "7b37f893-1b40-43ba-b4a6-81eb177f3939": { + "templateId": "Worker:workerbasic_uc_t01", + "attributes": { + "gender": "1", + "level": 1, + "item_seen": true, + "squad_slot_idx": -1, + "portrait": "/Game/UI/Icons/Icon-Worker/IconDefinitions/IconDef-WorkerPortrait-Dependable-M03.IconDef-WorkerPortrait-Dependable-M03", + "max_level_bonus": 0, + "personality": "Homebase.Worker.Personality.IsDependable", + "squad_id": "", + "xp": 0, + "slotted_building_id": "", + "building_slot_used": -1, + "favorite": false, + "set_bonus": "Homebase.Worker.SetBonus.IsMeleeDamageLow" + }, + "quantity": 1 + }, + "4e633bd4-1ac7-42b3-a03a-adc25b7448cc": { + "templateId": "TeamPerk:tpid_kineticoverdrive", + "attributes": {}, + "quantity": 1 + }, + "a808d44a-7455-4757-b75c-14657e7cf962": { + "templateId": "Worker:workerbasic_r_t01", + "attributes": { + "gender": "2", + "level": 1, + "item_seen": true, + "squad_slot_idx": -1, + "portrait": "/Game/UI/Icons/Icon-Worker/IconDefinitions/IconDef-WorkerPortrait-Cooperative-F03.IconDef-WorkerPortrait-Cooperative-F03", + "max_level_bonus": 0, + "personality": "Homebase.Worker.Personality.IsCooperative", + "squad_id": "", + "xp": 0, + "slotted_building_id": "", + "building_slot_used": -1, + "favorite": false, + "set_bonus": "Homebase.Worker.SetBonus.IsTrapDurabilityHigh" + }, + "quantity": 1 + }, + "233877c3-b6af-476c-8d8b-aa417a661e07": { + "templateId": "Quest:wargames_dailyquest_lava_with_explode_canny", + "attributes": { + "level": -1, + "item_seen": false, + "completion_wargames_daily_canny_lava_with_explode": 0, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "dailywargamescanny_01", + "quest_state": "Active", + "last_state_change_time": "2020-02-05T19:05:26.901Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "5d775edf-2cc0-4198-80db-7e14e9b7e87c": { + "templateId": "ConditionalAction:generic_instance", + "attributes": { + "alt_profile_types": [ + "athena" + ], + "_private": true, + "devName": "MAJOR: Season 11 - Starlight - Quests Phase 3", + "conditions": { + "event": { + "instanceId": "1uphckd0jg75qo4uecudhcfa6n[0]0", + "eventName": "CalendarEvent_Starlight2019_Quests_Phase3", + "eventStart": "2020-01-20T00:00:00.000Z", + "eventEnd": "2020-07-03T20:00:00.000Z", + "startActions": { + "hasRun": true, + "conversions": [], + "itemsToGrant": [], + "questsToUnpause": [] + }, + "endActions": { + "hasRun": false, + "conversions": [], + "itemsToRemove": [ + { + "templateId": "Quest:starlightquest_daily_complete_d3", + "quantity": 1 + } + ], + "questsToPause": [] + }, + "metaData": {} + } + } + }, + "quantity": 1 + }, + "1000e1f8-4ade-4feb-894c-73ebf1b57941": { + "templateId": "Worker:managerinventor_uc_t02", + "attributes": { + "gender": "2", + "level": 20, + "squad_slot_idx": 0, + "item_seen": true, + "portrait": "/Game/UI/Icons/Icon-Worker/IconDefinitions/IconDef-ManagerPortrait-Inventor-F01.IconDef-ManagerPortrait-Inventor-F01", + "max_level_bonus": 0, + "personality": "Homebase.Worker.Personality.IsPragmatic", + "squad_id": "squad_attribute_arms_fireteamalpha", + "xp": 0, + "slotted_building_id": "", + "managerSynergy": "Homebase.Manager.IsInventor", + "building_slot_used": -1, + "favorite": false + }, + "quantity": 1 + }, + "b7b5cacb-4eae-475a-841b-0c0b09da64a2": { + "templateId": "HomebaseNode:questreward_cannyvalley_squad_ssd3", + "attributes": { + "item_seen": true + }, + "quantity": 1 + }, + "c9dd4af8-129b-466a-8e8c-484ed0864b02": { + "templateId": "Quest:plankertonquest_filler_5_d5", + "attributes": { + "completion_complete_launchballoon_2_diff5": 1, + "level": -1, + "item_seen": true, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-21T15:07:00.153Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "4db2d0b6-cbdd-4098-b710-6db2d8c9813c": { + "templateId": "Quest:wargame_quest_firstopen", + "attributes": { + "level": -1, + "item_seen": false, + "sent_new_notification": true, + "challenge_bundle_id": "", + "completion_complete_wargame_firstopen": 1, + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-31T15:20:20.016Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "a9a485ee-9fbb-41d8-9c56-49a65204ff93": { + "templateId": "Defender:did_defendersniper_basic_r_t01", + "attributes": { + "max_level_bonus": 0, + "squad_id": "", + "level": 1, + "item_seen": true, + "squad_slot_idx": -1, + "alterations": [ + "Alteration:aid_att_def_clipsize", + "Alteration:aid_att_def_shieldregen", + "Alteration:aid_att_def_maxhealth" + ], + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "0b232582-5623-41f6-ae33-b65a15c7e78c": { + "templateId": "Quest:s11_holdfastquest_season_survive_30", + "attributes": { + "level": -1, + "item_seen": false, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Active", + "last_state_change_time": "2020-01-20T18:44:07.278Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "completion_s11_holdfastquest_season_survive_30": 0, + "favorite": false + }, + "quantity": 1 + }, + "a98142f3-947a-4ad9-9815-b71e1f2f52da": { + "templateId": "Quest:starlightquest_complete_dailies_3", + "attributes": { + "level": -1, + "item_seen": false, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Active", + "last_state_change_time": "2020-01-20T18:44:07.274Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "completion_starlightquest_complete_dailies_3": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "9a6d2c40-d74e-4117-9efb-421fbd9df4fa": { + "templateId": "Quest:plankertonquest_filler_2_d1", + "attributes": { + "level": -1, + "item_seen": true, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-27T00:36:49.783Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "completion_complete_evacuate_2": 1, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "02eb2429-2da2-45f9-bca7-b41f6ec98e04": { + "templateId": "Expedition:expedition_choppingwood_t00", + "attributes": { + "expedition_criteria": [], + "level": 1, + "item_seen": false, + "expedition_max_target_power": 15, + "expedition_min_target_power": 1, + "expedition_slot_id": "expedition.generation.miningore", + "expedition_squad_id": "", + "max_level_bonus": 0, + "expedition_expiration_end_time": "2020-02-05T23:12:19.785Z", + "expedition_success_chance": 0, + "xp": 0, + "expedition_expiration_start_time": "2020-02-05T21:42:19.785Z", + "favorite": false + }, + "quantity": 1 + }, + "f07f3d45-1f6a-4eac-af65-93818e54fca7": { + "templateId": "Worker:workerbasic_c_t01", + "attributes": { + "gender": "1", + "level": 1, + "item_seen": true, + "squad_slot_idx": -1, + "portrait": "/Game/UI/Icons/Icon-Worker/IconDefinitions/IconDef-WorkerPortrait-Dreamer-M01.IconDef-WorkerPortrait-Dreamer-M01", + "max_level_bonus": 0, + "personality": "Homebase.Worker.Personality.IsDreamer", + "squad_id": "", + "xp": 0, + "slotted_building_id": "", + "building_slot_used": -1, + "favorite": false, + "set_bonus": "Homebase.Worker.SetBonus.IsFortitudeLow" + }, + "quantity": 1 + }, + "40745a3f-a718-48f8-bed3-b3841e811e08": { + "templateId": "ConditionalAction:generic_instance", + "attributes": { + "alt_profile_types": [ + "athena" + ], + "_private": true, + "devName": "MAJOR: Season 11-3 - Frostnite", + "conditions": { + "event": { + "instanceId": "5tv9tcl0l2o77i3cv191h0cl11[0]0", + "eventName": "CalendarEvent_Season11FrostniteEvent", + "eventStart": "2020-01-12T00:00:00.000Z", + "eventEnd": "2020-02-28T00:00:00.000Z", + "startActions": { + "hasRun": true, + "conversions": [], + "itemsToGrant": [ + { + "templateId": "Quest:s11_holdfastquest_repeat_ice", + "quantity": 1 + }, + { + "templateId": "Quest:s11_holdfastquest_repeat_taste", + "quantity": 1 + }, + { + "templateId": "Quest:s11_holdfastquest_season_burner", + "quantity": 1 + }, + { + "templateId": "Quest:s11_holdfastquest_season_furnacemaint", + "quantity": 1 + }, + { + "templateId": "Quest:s11_holdfastquest_season_loot", + "quantity": 1 + }, + { + "templateId": "Quest:s11_holdfastquest_season_misty", + "quantity": 1 + }, + { + "templateId": "Quest:s11_holdfastquest_season_survive_15", + "quantity": 1 + }, + { + "templateId": "Quest:s11_holdfastquest_season_survive_30", + "quantity": 1 + }, + { + "templateId": "Quest:s11_holdfastquest_season_survive_45", + "quantity": 1 + }, + { + "templateId": "Quest:s11_holdfastquest_season_trapcraft", + "quantity": 1 + }, + { + "templateId": "Quest:s11_holdfastquest_seasonelite_cramps", + "quantity": 1 + }, + { + "templateId": "Quest:s11_holdfastquest_seasonelite_group", + "quantity": 1 + }, + { + "templateId": "Quest:s11_holdfastquest_seasonelite_knight", + "quantity": 1 + } + ], + "questsToUnpause": [] + }, + "endActions": { + "hasRun": false, + "conversions": [], + "itemsToRemove": [ + { + "templateId": "Quest:s11_holdfastquest_repeat_ice", + "quantity": 1 + }, + { + "templateId": "Quest:s11_holdfastquest_repeat_taste", + "quantity": 1 + }, + { + "templateId": "Quest:s11_holdfastquest_season_burner", + "quantity": 1 + }, + { + "templateId": "Quest:s11_holdfastquest_season_furnacemaint", + "quantity": 1 + }, + { + "templateId": "Quest:s11_holdfastquest_season_loot", + "quantity": 1 + }, + { + "templateId": "Quest:s11_holdfastquest_season_misty", + "quantity": 1 + }, + { + "templateId": "Quest:s11_holdfastquest_season_survive_15", + "quantity": 1 + }, + { + "templateId": "Quest:s11_holdfastquest_season_survive_30", + "quantity": 1 + }, + { + "templateId": "Quest:s11_holdfastquest_season_survive_45", + "quantity": 1 + }, + { + "templateId": "Quest:s11_holdfastquest_season_trapcraft", + "quantity": 1 + }, + { + "templateId": "Quest:s11_holdfastquest_seasonelite_cramps", + "quantity": 1 + }, + { + "templateId": "Quest:s11_holdfastquest_seasonelite_group", + "quantity": 1 + }, + { + "templateId": "Quest:s11_holdfastquest_seasonelite_knight", + "quantity": 1 + }, + { + "templateId": "Quest:s11_holdfastquest_d1_burner", + "quantity": 1 + }, + { + "templateId": "Quest:s11_holdfastquest_d1_construct", + "quantity": 1 + }, + { + "templateId": "Quest:s11_holdfastquest_d1_cramp", + "quantity": 1 + }, + { + "templateId": "Quest:s11_holdfastquest_d1_ice", + "quantity": 1 + }, + { + "templateId": "Quest:s11_holdfastquest_d2_constructor", + "quantity": 1 + }, + { + "templateId": "Quest:s11_holdfastquest_d2_ninja", + "quantity": 1 + }, + { + "templateId": "Quest:s11_holdfastquest_d2_outlander", + "quantity": 1 + }, + { + "templateId": "Quest:s11_holdfastquest_d2_soldier", + "quantity": 1 + } + ], + "questsToPause": [] + }, + "metaData": {} + } + } + }, + "quantity": 1 + }, + "df96672d-7c23-4524-a3b8-e1a7e8c8d3611": { + "templateId": "Quest:plankertonquest_filler_2_d5", + "attributes": { + "level": -1, + "item_seen": true, + "completion_questcollect_survivoritemdata": 25, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-10T20:54:20.229Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "completion_complete_evacuateshelter_2_diff5": 2, + "xp": 0, + "completion_complete_evacuateshelter_2_diff5_v2": 0, + "favorite": false + }, + "quantity": 1 + }, + "391c5b59-2120-4d75-94fe-2b79edae0119": { + "templateId": "Worker:workerbasic_r_t01", + "attributes": { + "gender": "1", + "level": 1, + "item_seen": true, + "squad_slot_idx": -1, + "portrait": "/Game/UI/Icons/Icon-Worker/IconDefinitions/IconDef-WorkerPortrait-Dependable-M03.IconDef-WorkerPortrait-Dependable-M03", + "max_level_bonus": 0, + "personality": "Homebase.Worker.Personality.IsDependable", + "squad_id": "", + "xp": 0, + "slotted_building_id": "", + "building_slot_used": -1, + "favorite": false, + "set_bonus": "Homebase.Worker.SetBonus.IsAbilityDamageLow" + }, + "quantity": 1 + }, + "0c41d63e-c938-42e9-8e9d-d366ccfa25f2": { + "templateId": "Worker:workerbasic_uc_t01", + "attributes": { + "gender": "1", + "level": 1, + "item_seen": true, + "squad_slot_idx": -1, + "portrait": "/Game/UI/Icons/Icon-Worker/IconDefinitions/IconDef-WorkerPortrait-Dependable-M02.IconDef-WorkerPortrait-Dependable-M02", + "max_level_bonus": 0, + "personality": "Homebase.Worker.Personality.IsDependable", + "squad_id": "", + "xp": 0, + "slotted_building_id": "", + "building_slot_used": -1, + "favorite": false, + "set_bonus": "Homebase.Worker.SetBonus.IsRangedDamageLow" + }, + "quantity": 1 + }, + "ed452cb4-b690-4973-938b-1913ec4a2ccf": { + "templateId": "AccountResource:reagent_alteration_upgrade_uc", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "favorite": false + }, + "quantity": 6362897 + }, + "98b32eca-9e87-4ddf-9d3d-93bd8928895b": { + "templateId": "Worker:workerbasic_sr_t01", + "attributes": { + "gender": "2", + "level": 10, + "item_seen": true, + "squad_slot_idx": 7, + "portrait": "/Game/UI/Icons/Icon-Worker/IconDefinitions/IconDef-WorkerPortrait-Competitive-F02.IconDef-WorkerPortrait-Competitive-F02", + "max_level_bonus": 0, + "personality": "Homebase.Worker.Personality.IsCompetitive", + "squad_id": "squad_attribute_medicine_emtsquad", + "xp": 0, + "slotted_building_id": "", + "building_slot_used": -1, + "favorite": false, + "set_bonus": "Homebase.Worker.SetBonus.IsFortitudeLow" + }, + "quantity": 1 + }, + "08e1218c-3771-4fd7-a05e-df98269d4a55": { + "templateId": "Worker:workerbasic_vr_t01", + "attributes": { + "gender": "1", + "level": 1, + "item_seen": true, + "squad_slot_idx": -1, + "portrait": "/Game/UI/Icons/Icon-Worker/IconDefinitions/IconDef-WorkerPortrait-Pragmatic-M01.IconDef-WorkerPortrait-Pragmatic-M01", + "max_level_bonus": 0, + "personality": "Homebase.Worker.Personality.IsPragmatic", + "squad_id": "squad_attribute_arms_fireteamalpha", + "xp": 0, + "slotted_building_id": "", + "building_slot_used": -1, + "favorite": false, + "set_bonus": "Homebase.Worker.SetBonus.IsTrapDamageLow" + }, + "quantity": 1 + }, + "e83b3641-50ce-4630-8c04-e8cce1097b17": { + "templateId": "Worker:workerbasic_vr_t01", + "attributes": { + "gender": "1", + "level": 10, + "item_seen": true, + "squad_slot_idx": 6, + "portrait": "/Game/UI/Icons/Icon-Worker/IconDefinitions/IconDef-WorkerPortrait-Competitive-M03.IconDef-WorkerPortrait-Competitive-M03", + "max_level_bonus": 0, + "personality": "Homebase.Worker.Personality.IsCompetitive", + "squad_id": "squad_attribute_scavenging_scoutingparty", + "xp": 0, + "slotted_building_id": "", + "building_slot_used": -1, + "favorite": false, + "set_bonus": "Homebase.Worker.SetBonus.IsFortitudeLow" + }, + "quantity": 1 + }, + "c713f190-bde7-4d68-bbee-72cc5a055b77": { + "templateId": "Worker:workerbasic_sr_t01", + "attributes": { + "gender": "1", + "level": 10, + "squad_slot_idx": 1, + "item_seen": true, + "portrait": "/Game/UI/Icons/Icon-Worker/IconDefinitions/IconDef-WorkerPortrait-Competitive-M01.IconDef-WorkerPortrait-Competitive-M01", + "max_level_bonus": 0, + "personality": "Homebase.Worker.Personality.IsCompetitive", + "squad_id": "squad_attribute_arms_fireteamalpha", + "xp": 0, + "slotted_building_id": "", + "building_slot_used": -1, + "favorite": false, + "set_bonus": "Homebase.Worker.SetBonus.IsFortitudeLow" + }, + "quantity": 1 + }, + "029617fb-a5b7-49f3-8ac4-ab750572aa6d": { + "templateId": "Worker:workerbasic_r_t04", + "attributes": { + "gender": "2", + "level": 40, + "squad_slot_idx": 7, + "item_seen": true, + "portrait": "/Game/UI/Icons/Icon-Worker/IconDefinitions/IconDef-WorkerPortrait-Curious-F03.IconDef-WorkerPortrait-Curious-F03", + "max_level_bonus": 0, + "personality": "Homebase.Worker.Personality.IsCurious", + "squad_id": "squad_attribute_synthesis_corpsofengineering", + "xp": 0, + "slotted_building_id": "", + "building_slot_used": -1, + "favorite": false, + "set_bonus": "Homebase.Worker.SetBonus.IsTrapDamageLow" + }, + "quantity": 1 + }, + "97c331f1-831a-49ac-84db-b2eb5b5fd3ea": { + "templateId": "Worker:managerdoctor_c_t01", + "attributes": { + "gender": "1", + "level": 1, + "item_seen": true, + "squad_slot_idx": -1, + "portrait": "/Game/UI/Icons/Icon-Worker/IconDefinitions/IconDef-ManagerPortrait-Doctor-M01.IconDef-ManagerPortrait-Doctor-M01", + "max_level_bonus": 0, + "personality": "Homebase.Worker.Personality.IsDreamer", + "squad_id": "", + "xp": 0, + "slotted_building_id": "", + "managerSynergy": "Homebase.Manager.IsDoctor", + "building_slot_used": -1, + "favorite": false + }, + "quantity": 1 + }, + "a554d8d2-1c4a-457f-ac3d-500bd1677429": { + "templateId": "Quest:teamperkquest_endlessshadow", + "attributes": { + "level": -1, + "item_seen": false, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-01T21:59:29.343Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "2f8fe530-c8ad-4666-a433-88c9b16e5a65": { + "templateId": "Hero:hid_commando_guntough_m_4thjuly_sr_t04", + "attributes": { + "outfitvariants": [], + "backblingvariants": [], + "gender": 0, + "level": 40, + "squad_slot_idx": 0, + "item_seen": true, + "portrait": "", + "hero_name": "DefaultHeroName", + "max_level_bonus": 0, + "squad_id": "", + "mode_loadouts": [], + "xp": 0, + "slotted_building_id": "", + "refundable": false, + "favorite": true, + "building_slot_used": -1 + }, + "quantity": 1 + }, + "4c75fe09-880e-4fa5-a626-6fbcf3de523f": { + "templateId": "Quest:wargames_visibilityquest_challenge_nobuild", + "attributes": { + "level": -1, + "completion_wargames_visibilityquest_challenge_nobuild": 0, + "item_seen": false, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Active", + "last_state_change_time": "2020-01-09T15:12:41.065Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "236bca99-c197-4726-9905-27cb87cae7f8": { + "templateId": "Stat:offense_team", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": false, + "xp": 0, + "favorite": false + }, + "quantity": 5000 + }, + "06880ea9-7786-4489-9337-97bfd3c6644d": { + "templateId": "Worker:workerbasic_vr_t01", + "attributes": { + "gender": "1", + "level": 10, + "item_seen": true, + "squad_slot_idx": 1, + "portrait": "/Game/UI/Icons/Icon-Worker/IconDefinitions/IconDef-WorkerPortrait-Analytical-M01.IconDef-WorkerPortrait-Analytical-M01", + "max_level_bonus": 0, + "personality": "Homebase.Worker.Personality.IsAnalytical", + "squad_id": "squad_attribute_scavenging_scoutingparty", + "xp": 0, + "slotted_building_id": "", + "building_slot_used": -1, + "favorite": false, + "set_bonus": "Homebase.Worker.SetBonus.IsShieldRegenLow" + }, + "quantity": 1 + }, + "79a5bfad-4a58-4dff-a32e-719426c21913": { + "templateId": "Hero:hid_ninja_slashbreath_r_t01", + "attributes": { + "outfitvariants": [], + "backblingvariants": [], + "gender": 0, + "level": 1, + "item_seen": true, + "squad_slot_idx": -1, + "portrait": "", + "hero_name": "DefaultHeroName", + "max_level_bonus": 0, + "squad_id": "", + "mode_loadouts": [], + "xp": 0, + "slotted_building_id": "", + "refundable": false, + "building_slot_used": -1, + "favorite": false + }, + "quantity": 1 + }, + "522d3caf-60ac-4f25-98d3-8300801adf0d": { + "templateId": "Hero:hid_ninja_011_r_t01", + "attributes": { + "outfitvariants": [], + "backblingvariants": [], + "gender": 0, + "level": 1, + "item_seen": false, + "squad_slot_idx": -1, + "portrait": "", + "hero_name": "DefaultHeroName", + "max_level_bonus": 0, + "squad_id": "", + "mode_loadouts": [], + "xp": 0, + "slotted_building_id": "", + "refundable": false, + "building_slot_used": -1, + "favorite": false + }, + "quantity": 1 + }, + "7a367ed2-ac89-4ca5-8bbd-3476e2b1c68a": { + "templateId": "Quest:plankertonquest_filler_3_d4", + "attributes": { + "level": -1, + "item_seen": true, + "completion_custom_pylonused_stamina": 1, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-29T20:06:22.181Z", + "challenge_linked_quest_parent": "", + "completion_custom_pylonused_shield": 1, + "completion_custom_pylonused_health": 1, + "completion_custom_pylonused_movement": 1, + "max_level_bonus": 0, + "xp": 0, + "completion_custom_pylonused_build": 1, + "favorite": false + }, + "quantity": 1 + }, + "940b0ac0-02af-42de-a8cc-c7a77caec094": { + "templateId": "Quest:challenge_holdthedoor_15", + "attributes": { + "completion_complete_outpost": 9, + "level": -1, + "item_seen": true, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-15T19:53:51.122Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "0079836e-61a6-4619-a224-4fe9cdfe741c": { + "templateId": "Quest:cannyvalley_reactive_dinobones", + "attributes": { + "completion_cannyvalley_reactive_dinobones": 7, + "level": -1, + "item_seen": true, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-29T19:49:17.773Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "b1ccc040-32fa-4846-bb1e-ac223a3b7312": { + "templateId": "Quest:plankertonquest_filler_6_d5", + "attributes": { + "level": -1, + "item_seen": true, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-22T22:02:48.974Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "completion_complete_relaysurvivor_2_diff5": 4, + "favorite": false + }, + "quantity": 1 + }, + "77e15c6a-b2fe-4172-8f90-f0a132366ad1": { + "templateId": "HomebaseNode:questreward_stonewood_squad_ssd6", + "attributes": { + "item_seen": true + }, + "quantity": 1 + }, + "b9d86048-cea2-4eb2-a7b5-9ff6f652195b": { + "templateId": "Worker:workerbasic_uc_t01", + "attributes": { + "gender": "2", + "level": 1, + "item_seen": true, + "squad_slot_idx": -1, + "portrait": "/Game/UI/Icons/Icon-Worker/IconDefinitions/IconDef-WorkerPortrait-Adventurous-F01.IconDef-WorkerPortrait-Adventurous-F01", + "max_level_bonus": 0, + "personality": "Homebase.Worker.Personality.IsAdventurous", + "squad_id": "", + "xp": 0, + "slotted_building_id": "", + "building_slot_used": -1, + "favorite": false, + "set_bonus": "Homebase.Worker.SetBonus.IsFortitudeLow" + }, + "quantity": 1 + }, + "1ee7b2a4-a586-4347-870d-7732efdbe2dc": { + "templateId": "Hero:hid_commando_011_uc_t01", + "attributes": { + "outfitvariants": [], + "backblingvariants": [], + "gender": 0, + "level": 1, + "item_seen": false, + "squad_slot_idx": -1, + "portrait": "", + "hero_name": "DefaultHeroName", + "max_level_bonus": 0, + "squad_id": "", + "mode_loadouts": [], + "xp": 0, + "slotted_building_id": "", + "refundable": false, + "building_slot_used": -1, + "favorite": false + }, + "quantity": 1 + }, + "cbaef99d-13c7-47af-91c5-97f2b8baf0b1": { + "templateId": "Quest:challenge_leavenoonebehind_2", + "attributes": { + "level": -1, + "item_seen": true, + "completion_questcollect_survivoritemdata": 25, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-05T12:15:37.561Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "7bcecaac-4702-4949-b5f1-e96457b013be": { + "templateId": "Hero:hid_ninja_starsassassin_uc_t01", + "attributes": { + "outfitvariants": [], + "backblingvariants": [], + "gender": 0, + "level": 1, + "item_seen": false, + "squad_slot_idx": -1, + "portrait": "", + "hero_name": "DefaultHeroName", + "max_level_bonus": 0, + "squad_id": "", + "mode_loadouts": [], + "xp": 0, + "slotted_building_id": "", + "refundable": false, + "building_slot_used": -1, + "favorite": false + }, + "quantity": 1 + }, + "4ec798b5-bea5-4e22-88f3-8e6c8d5fe066": { + "templateId": "Quest:teamperkquest_kineticoverdrive", + "attributes": { + "level": -1, + "item_seen": false, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-20T18:32:36.096Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "c66d5d68-ffa8-4a23-bc47-3b7a59ddd978": { + "templateId": "Defender:did_defendershotgun_basic_uc_t01", + "attributes": { + "max_level_bonus": 0, + "squad_id": "", + "level": 1, + "item_seen": false, + "squad_slot_idx": -1, + "alterations": [ + "Alteration:aid_att_def_durability", + "Alteration:aid_att_def_shieldregen" + ], + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "c3936b84-3c0d-43a5-8933-1a8fb86b5b91": { + "templateId": "TeamPerk:tpid_recycling", + "attributes": {}, + "quantity": 1 + }, + "4d0950d2-f498-468c-8032-ff52d6fe3656": { + "templateId": "Defender:did_defendermelee_basic_r_t01", + "attributes": { + "max_level_bonus": 0, + "squad_id": "", + "level": 1, + "item_seen": false, + "squad_slot_idx": -1, + "alterations": [ + "Alteration:aid_att_def_weapondamage_axe", + "Alteration:aid_att_def_maxhealth", + "Alteration:aid_att_def_maxshield" + ], + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "2f0c4a53-11ad-413b-94e5-886c20733871": { + "templateId": "Quest:starlightquest_complete_d1_b", + "attributes": { + "level": -1, + "item_seen": true, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Active", + "last_state_change_time": "2020-01-25T12:19:38.118Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "completion_starlightquest_complete_d1_b": 0, + "favorite": false + }, + "quantity": 1 + }, + "a51211ef-7178-4e50-970c-37cbb6588c27": { + "templateId": "Quest:challenge_herotraining_2", + "attributes": { + "level": -1, + "item_seen": false, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-18T20:05:19.022Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "completion_convert_any_hero": 1, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "829c170f-84f3-446d-be4b-a0c4bbfb1adb": { + "templateId": "HomebaseNode:questreward_buildingresourcecap", + "attributes": { + "item_seen": false + }, + "quantity": 1 + }, + "8dbce32a-f9c3-4b46-868d-d6459a20bed6": { + "templateId": "HomebaseNode:questreward_expedition_truck3", + "attributes": { + "item_seen": false + }, + "quantity": 1 + }, + "4ca4cb3c-4dac-405a-b8a6-e31a6dc8774b": { + "templateId": "Quest:s11_holdfastquest_season_trapcraft", + "attributes": { + "level": -1, + "item_seen": false, + "sent_new_notification": true, + "challenge_bundle_id": "", + "completion_s11_holdfastquest_season_trapcraft": 0, + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Active", + "last_state_change_time": "2020-01-20T18:44:07.279Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "27fce28c-a943-4321-841c-cdecb999c5e2": { + "templateId": "Worker:worker_halloween_husky_c_t01", + "attributes": { + "gender": "2", + "level": 1, + "item_seen": true, + "squad_slot_idx": -1, + "portrait": "/Game/UI/Icons/Icon-Worker/IconDefinitions/IconDef-WorkerPortrait-Husky.IconDef-WorkerPortrait-Husky", + "max_level_bonus": 0, + "personality": "Homebase.Worker.Personality.IsPragmatic", + "squad_id": "", + "xp": 0, + "slotted_building_id": "", + "building_slot_used": -1, + "favorite": false, + "set_bonus": "Homebase.Worker.SetBonus.IsShieldRegenLow" + }, + "quantity": 1 + }, + "4b073d1b-353c-484a-99f9-6fed442f738d": { + "templateId": "Quest:plankertonquest_filler_4_d4", + "attributes": { + "completion_complete_mimic_2_diff4": 1, + "level": -1, + "item_seen": true, + "completion_interact_treasurechest_pve02_diff4": 3, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-06T15:54:17.888Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "866ccab3-d103-402b-a617-46e894776868": { + "templateId": "Quest:cannyvalley_reactive_periscopes", + "attributes": { + "level": -1, + "item_seen": true, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-02-02T00:38:01.752Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "completion_cannyvalley_reactive_periscopes": 10, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "dba04e24-ec84-4a98-8ac7-9de070c1cf41": { + "templateId": "Quest:challenge_missionaccomplished_8", + "attributes": { + "level": -1, + "completion_complete_primary": 6, + "item_seen": true, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-06T18:21:23.881Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "78dca5c2-be6f-4fa7-b390-6a7634cfa4c3": { + "templateId": "Hero:hid_commando_023_vr_t01", + "attributes": { + "outfitvariants": [], + "backblingvariants": [], + "gender": 0, + "level": 1, + "item_seen": true, + "squad_slot_idx": -1, + "portrait": "", + "hero_name": "DefaultHeroName", + "max_level_bonus": 0, + "squad_id": "", + "mode_loadouts": [], + "xp": 0, + "slotted_building_id": "", + "refundable": false, + "building_slot_used": -1, + "favorite": false + }, + "quantity": 1 + }, + "759a1e85-73d7-4a48-ae2f-10442bc09ad4": { + "templateId": "Expedition:expedition_sea_supplyrun_long_t03", + "attributes": { + "expedition_criteria": [ + "RequiresEpicCommando" + ], + "level": 1, + "item_seen": false, + "expedition_max_target_power": 475, + "expedition_min_target_power": 23, + "expedition_slot_id": "expedition.generation.sea.t03_0", + "expedition_squad_id": "", + "max_level_bonus": 0, + "expedition_expiration_end_time": "2020-02-05T23:12:19.783Z", + "expedition_success_chance": 0, + "xp": 0, + "expedition_expiration_start_time": "2020-02-05T21:42:19.783Z", + "favorite": false + }, + "quantity": 1 + }, + "06140851-5421-4cb1-94d4-122662d7820f": { + "templateId": "Quest:challenge_missionaccomplished_12", + "attributes": { + "level": -1, + "completion_complete_primary": 8, + "item_seen": true, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-14T17:17:07.897Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "054b3b83-8fe7-4bca-9411-508cc2fd9498": { + "templateId": "Worker:workerbasic_r_t03", + "attributes": { + "gender": "2", + "level": 30, + "squad_slot_idx": 3, + "item_seen": true, + "portrait": "/Game/UI/Icons/Icon-Worker/IconDefinitions/IconDef-WorkerPortrait-Dreamer-F01.IconDef-WorkerPortrait-Dreamer-F01", + "max_level_bonus": 0, + "personality": "Homebase.Worker.Personality.IsDreamer", + "squad_id": "squad_attribute_synthesis_thethinktank", + "xp": 0, + "slotted_building_id": "", + "building_slot_used": -1, + "favorite": false, + "set_bonus": "Homebase.Worker.SetBonus.IsTrapDamageLow" + }, + "quantity": 1 + }, + "f06a1412-a0b3-4a3d-9956-48434f582f0d": { + "templateId": "Worker:workerbasic_r_t01", + "attributes": { + "gender": "1", + "level": 1, + "item_seen": true, + "squad_slot_idx": -1, + "portrait": "/Game/UI/Icons/Icon-Worker/IconDefinitions/IconDef-WorkerPortrait-Analytical-M03.IconDef-WorkerPortrait-Analytical-M03", + "max_level_bonus": 0, + "personality": "Homebase.Worker.Personality.IsAnalytical", + "squad_id": "", + "xp": 0, + "slotted_building_id": "", + "building_slot_used": -1, + "favorite": false, + "set_bonus": "Homebase.Worker.SetBonus.IsAbilityDamageLow" + }, + "quantity": 1 + }, + "c5303008-8b07-4da7-9272-4fe1c4c0c780": { + "templateId": "Worker:workerbasic_vr_t01", + "attributes": { + "gender": "1", + "level": 10, + "item_seen": true, + "squad_slot_idx": 6, + "portrait": "/Game/UI/Icons/Icon-Worker/IconDefinitions/IconDef-WorkerPortrait-Analytical-M02.IconDef-WorkerPortrait-Analytical-M02", + "max_level_bonus": 0, + "personality": "Homebase.Worker.Personality.IsAnalytical", + "squad_id": "squad_attribute_arms_closeassaultsquad", + "xp": 0, + "slotted_building_id": "", + "building_slot_used": -1, + "favorite": false, + "set_bonus": "Homebase.Worker.SetBonus.IsMeleeDamageLow" + }, + "quantity": 1 + }, + "d9b4b4e0-e3bc-4664-acf4-5c7c6a584e34": { + "templateId": "Worker:managerengineer_uc_t01", + "attributes": { + "gender": "2", + "level": 1, + "item_seen": true, + "squad_slot_idx": -1, + "portrait": "/Game/UI/Icons/Icon-Worker/IconDefinitions/IconDef-ManagerPortrait-Engineer-F01.IconDef-ManagerPortrait-Engineer-F01", + "max_level_bonus": 0, + "personality": "Homebase.Worker.Personality.IsAnalytical", + "squad_id": "", + "xp": 0, + "slotted_building_id": "", + "managerSynergy": "Homebase.Manager.IsEngineer", + "building_slot_used": -1, + "favorite": false + }, + "quantity": 1 + }, + "6b566976-afa3-498d-add8-442065ffe062": { + "templateId": "Hero:hid_commando_007hw_rs01_sr_t01", + "attributes": { + "outfitvariants": [], + "backblingvariants": [], + "gender": 0, + "level": 1, + "item_seen": true, + "squad_slot_idx": -1, + "portrait": "", + "hero_name": "DefaultHeroName", + "max_level_bonus": 0, + "squad_id": "", + "mode_loadouts": [], + "xp": 0, + "slotted_building_id": "", + "refundable": false, + "building_slot_used": -1, + "favorite": false + }, + "quantity": 1 + }, + "37ac8f1d-a23a-4697-9b8d-7e5291223759": { + "templateId": "HomebaseNode:questreward_expedition_rowboat", + "attributes": { + "item_seen": false + }, + "quantity": 1 + }, + "249beb1f-a2f8-4116-91be-760c4026304f": { + "templateId": "Quest:challenge_leavenoonebehind_4", + "attributes": { + "level": -1, + "item_seen": true, + "completion_questcollect_survivoritemdata": 35, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-15T16:14:50.080Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "b528d492-be6f-41b7-9478-812a6612d8bb": { + "templateId": "Quest:wargames_visibilityquest_challenge_headgames", + "attributes": { + "level": -1, + "item_seen": false, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Active", + "completion_wargames_visibilityquest_challenge_headgames": 0, + "last_state_change_time": "2020-01-09T15:12:41.065Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "4780e849-5bec-4ddb-be24-e793aaad7875": { + "templateId": "Worker:managerinventor_r_t01", + "attributes": { + "gender": "2", + "level": 1, + "item_seen": true, + "squad_slot_idx": -1, + "portrait": "/Game/UI/Icons/Icon-Worker/IconDefinitions/IconDef-ManagerPortrait-Inventor-F01.IconDef-ManagerPortrait-Inventor-F01", + "max_level_bonus": 0, + "personality": "Homebase.Worker.Personality.IsDependable", + "squad_id": "", + "xp": 0, + "slotted_building_id": "", + "managerSynergy": "Homebase.Manager.IsInventor", + "building_slot_used": -1, + "favorite": false + }, + "quantity": 1 + }, + "13ef15b4-812b-43b4-961b-8dfee955ec46": { + "templateId": "Defender:did_defendershotgun_basic_r_t01", + "attributes": { + "max_level_bonus": 0, + "squad_id": "", + "level": 3, + "item_seen": true, + "squad_slot_idx": -1, + "alterations": [ + "Alteration:aid_att_def_firerate", + "Alteration:aid_att_def_maxshield", + "Alteration:aid_att_def_weapondamage_shotgun" + ], + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "6e6b4f27-df61-4c37-a0d5-26515743f97c": { + "templateId": "Defender:did_defendermelee_basic_uc_t01", + "attributes": { + "max_level_bonus": 0, + "squad_id": "", + "level": 1, + "item_seen": true, + "squad_slot_idx": -1, + "alterations": [ + "Alteration:aid_att_def_weapondamage_melee", + "Alteration:aid_att_def_maxhealth" + ], + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "f06de7c1-7119-41c4-91ff-16976a438134": { + "templateId": "Quest:challenge_eldritchabominations_20", + "attributes": { + "level": -1, + "item_seen": false, + "sent_new_notification": true, + "completion_kill_husk_smasher": 100, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-22T12:16:01.864Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "a8956815-b7b4-445d-b14a-d1a5d6fc7a3a": { + "templateId": "Defender:did_defendersniper_basic_r_t01", + "attributes": { + "max_level_bonus": 0, + "squad_id": "", + "level": 1, + "item_seen": true, + "squad_slot_idx": -1, + "alterations": [ + "Alteration:aid_att_def_durability", + "Alteration:aid_att_def_shieldregen", + "Alteration:aid_att_def_critchance_ranged" + ], + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "4020bece-d96a-4876-bc40-bfbfdfbe6e12": { + "templateId": "Worker:workerbasic_uc_t01", + "attributes": { + "gender": "1", + "level": 1, + "item_seen": true, + "squad_slot_idx": -1, + "portrait": "/Game/UI/Icons/Icon-Worker/IconDefinitions/IconDef-WorkerPortrait-Dependable-M03.IconDef-WorkerPortrait-Dependable-M03", + "max_level_bonus": 0, + "personality": "Homebase.Worker.Personality.IsDependable", + "squad_id": "", + "xp": 0, + "slotted_building_id": "", + "building_slot_used": -1, + "favorite": false, + "set_bonus": "Homebase.Worker.SetBonus.IsTrapDamageLow" + }, + "quantity": 1 + }, + "90491675-6154-416a-a631-c33d6ff21ae6": { + "templateId": "Quest:challenge_toxictreasures_2", + "attributes": { + "level": -1, + "item_seen": true, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-20T17:53:46.138Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "completion_complete_mimic": 2, + "favorite": false + }, + "quantity": 1 + }, + "ff7fa9a9-9e2c-4002-b27e-2df36ab94530": { + "templateId": "Quest:wargames_visibilityquest_wargame_anomaly", + "attributes": { + "level": -1, + "item_seen": false, + "sent_new_notification": true, + "challenge_bundle_id": "", + "completion_wargames_visibilityquest_wargame_anomaly": 0, + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Active", + "last_state_change_time": "2020-01-09T15:12:41.066Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "365df8f2-41fe-450b-a921-8ac492d48ada": { + "templateId": "Quest:wargames_visibilityquest_challenge_notraps", + "attributes": { + "completion_wargames_visibilityquest_challenge_notraps": 0, + "level": -1, + "item_seen": false, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Active", + "last_state_change_time": "2020-01-09T15:12:41.065Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "358a3832-fe29-473d-951f-152b63273ccd": { + "templateId": "HomebaseNode:questreward_twinepeaks_squad_ssd2", + "attributes": { + "item_seen": true + }, + "quantity": 1 + }, + "ce511f1f-2047-4aa2-a34c-d00aac98e9f3": { + "templateId": "Worker:managergadgeteer_r_t01", + "attributes": { + "gender": "1", + "level": 10, + "item_seen": true, + "squad_slot_idx": 0, + "portrait": "/Game/UI/Icons/Icon-Worker/IconDefinitions/IconDef-ManagerPortrait-Gadgeteer-M01.IconDef-ManagerPortrait-Gadgeteer-M01", + "max_level_bonus": 0, + "personality": "Homebase.Worker.Personality.IsCurious", + "squad_id": "squad_attribute_medicine_trainingteam", + "xp": 0, + "slotted_building_id": "", + "managerSynergy": "Homebase.Manager.IsGadgeteer", + "building_slot_used": -1, + "favorite": false + }, + "quantity": 1 + }, + "72a83a88-2ef2-434b-9160-9c1137e3ea2b": { + "templateId": "Quest:outpostquest_firstopen_ssd", + "attributes": { + "level": -1, + "item_seen": false, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-12T17:44:51.832Z", + "challenge_linked_quest_parent": "", + "completion_complete_ssd_firstopen": 1, + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "55a05569-e0b8-4fdf-98ac-aa4e01a7cfa5": { + "templateId": "Worker:managersoldier_c_t01", + "attributes": { + "gender": "1", + "level": 1, + "item_seen": true, + "squad_slot_idx": -1, + "portrait": "/Game/UI/Icons/Icon-Worker/IconDefinitions/IconDef-ManagerPortrait-Marksman-M01.IconDef-ManagerPortrait-Marksman-M01", + "max_level_bonus": 0, + "personality": "Homebase.Worker.Personality.IsAnalytical", + "squad_id": "", + "xp": 0, + "slotted_building_id": "", + "managerSynergy": "Homebase.Manager.IsSoldier", + "building_slot_used": -1, + "favorite": false + }, + "quantity": 1 + }, + "16473a53-3ec1-47d9-9943-1ce06e544636": { + "templateId": "Quest:genericquest_completestormzones_repeatable", + "attributes": { + "level": -1, + "item_seen": false, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Active", + "last_state_change_time": "2020-01-20T18:44:07.280Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "completion_complete_stormzone": 1, + "favorite": false + }, + "quantity": 1 + }, + "d11babe6-a258-40f5-918b-a7585efd00fc": { + "templateId": "Worker:workerbasic_c_t01", + "attributes": { + "gender": "2", + "level": 1, + "item_seen": true, + "squad_slot_idx": -1, + "portrait": "/Game/UI/Icons/Icon-Worker/IconDefinitions/IconDef-WorkerPortrait-Adventurous-F01.IconDef-WorkerPortrait-Adventurous-F01", + "max_level_bonus": 0, + "personality": "Homebase.Worker.Personality.IsAdventurous", + "squad_id": "", + "xp": 0, + "slotted_building_id": "", + "building_slot_used": -1, + "favorite": false, + "set_bonus": "Homebase.Worker.SetBonus.IsTrapDamageLow" + }, + "quantity": 1 + }, + "db8d9a7a-f1de-4086-8069-e4806a26bd0b": { + "templateId": "Quest:pickaxequest_stw006_tier_7", + "attributes": { + "level": -1, + "item_seen": true, + "completion_pickaxequest_stw006_tier_7": 6, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Active", + "last_state_change_time": "2020-01-07T18:27:34.681Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "67c7c139-c721-445a-a6ce-dad5f790fec5": { + "templateId": "Worker:managerdoctor_r_t01", + "attributes": { + "gender": "2", + "level": 1, + "item_seen": true, + "squad_slot_idx": -1, + "portrait": "/Game/UI/Icons/Icon-Worker/IconDefinitions/IconDef-ManagerPortrait-Doctor-F01.IconDef-ManagerPortrait-Doctor-F01", + "max_level_bonus": 0, + "personality": "Homebase.Worker.Personality.IsDependable", + "squad_id": "squad_attribute_medicine_emtsquad", + "xp": 0, + "slotted_building_id": "", + "managerSynergy": "Homebase.Manager.IsDoctor", + "building_slot_used": -1, + "favorite": false + }, + "quantity": 1 + }, + "c5ddf51f-9bab-4d1a-97d3-c7ae75833d47": { + "templateId": "Worker:workerbasic_vr_t01", + "attributes": { + "gender": "2", + "level": 1, + "item_seen": true, + "squad_slot_idx": -1, + "portrait": "/Game/UI/Icons/Icon-Worker/IconDefinitions/IconDef-WorkerPortrait-Dependable-F02.IconDef-WorkerPortrait-Dependable-F02", + "max_level_bonus": 0, + "personality": "Homebase.Worker.Personality.IsDependable", + "squad_id": "", + "xp": 0, + "slotted_building_id": "", + "building_slot_used": -1, + "favorite": false, + "set_bonus": "Homebase.Worker.SetBonus.IsAbilityDamageLow" + }, + "quantity": 1 + }, + "a0003e2a-306f-4a05-b811-b8f2dd8a695f": { + "templateId": "Quest:wargames_visibilityquest_wargame_meteor", + "attributes": { + "level": -1, + "item_seen": false, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Active", + "last_state_change_time": "2020-01-22T22:33:30.725Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "completion_wargames_visibilityquest_wargame_meteor": 0, + "favorite": false + }, + "quantity": 1 + }, + "440f94aa-576c-4a7b-ae9e-3e0948560bc0": { + "templateId": "Worker:workerbasic_c_t01", + "attributes": { + "gender": "2", + "level": 1, + "item_seen": true, + "squad_slot_idx": -1, + "portrait": "/Game/UI/Icons/Icon-Worker/IconDefinitions/IconDef-WorkerPortrait-Adventurous-F03.IconDef-WorkerPortrait-Adventurous-F03", + "max_level_bonus": 0, + "personality": "Homebase.Worker.Personality.IsAdventurous", + "squad_id": "", + "xp": 0, + "slotted_building_id": "", + "building_slot_used": -1, + "favorite": false, + "set_bonus": "Homebase.Worker.SetBonus.IsAbilityDamageLow" + }, + "quantity": 1 + }, + "bfa8d4ef-e409-4841-a85c-caf7ea6b78e7": { + "templateId": "Worker:managertrainer_sr_raider_t04", + "attributes": { + "gender": 0, + "level": 40, + "squad_slot_idx": 0, + "item_seen": true, + "portrait": "/Game/UI/Icons/Icon-Worker/IconDefinitions/IconDef-ManagerPortrait-SR-PersonalTrainer-raider.IconDef-ManagerPortrait-SR-PersonalTrainer-raider", + "max_level_bonus": 0, + "squad_id": "squad_attribute_synthesis_corpsofengineering", + "personality": "Homebase.Worker.Personality.IsCurious", + "xp": 0, + "slotted_building_id": "", + "managerSynergy": "Homebase.Manager.IsTrainer", + "building_slot_used": -1, + "favorite": false + }, + "quantity": 1 + }, + "fd10cc29-5eab-470e-ada3-c9e6f348f260": { + "templateId": "Defender:did_defenderpistol_basic_f_r_t01", + "attributes": { + "max_level_bonus": 0, + "squad_id": "", + "level": 1, + "item_seen": true, + "squad_slot_idx": -1, + "alterations": [ + "Alteration:aid_att_def_weapondamage_pistol", + "Alteration:aid_att_def_maxhealth", + "Alteration:aid_att_def_critdamage_ranged" + ], + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "deb5b5ce-02f2-4384-99dd-28210a35a008": { + "templateId": "Quest:s11_holdfastquest_legend_15", + "attributes": { + "level": -1, + "item_seen": false, + "sent_new_notification": true, + "completion_s11_holdfastquest_legend_15": 0, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Active", + "last_state_change_time": "2020-01-31T10:28:35.698Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "c49940fc-f586-4711-a131-3f33b7e544c0": { + "templateId": "Quest:challenge_missionaccomplished_2", + "attributes": { + "level": -1, + "completion_complete_primary": 3, + "item_seen": true, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-27T16:27:48.465Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "d36f9d93-f35d-4b6f-9b72-afdb20d12798": { + "templateId": "Worker:workerbasic_c_t01", + "attributes": { + "gender": "1", + "level": 1, + "item_seen": true, + "squad_slot_idx": -1, + "portrait": "/Game/UI/Icons/Icon-Worker/IconDefinitions/IconDef-WorkerPortrait-Competitive-M02.IconDef-WorkerPortrait-Competitive-M02", + "max_level_bonus": 0, + "personality": "Homebase.Worker.Personality.IsCompetitive", + "squad_id": "", + "xp": 0, + "slotted_building_id": "", + "building_slot_used": -1, + "favorite": false, + "set_bonus": "Homebase.Worker.SetBonus.IsTrapDurabilityHigh" + }, + "quantity": 1 + }, + "8ac2e332-81d4-4fb0-91b3-4c87c9449623": { + "templateId": "HomebaseNode:questreward_expedition_rowboat3", + "attributes": { + "item_seen": false + }, + "quantity": 1 + }, + "228b6ee8-806a-4cd3-a2a9-b577ad5baa8c": { + "templateId": "Quest:cannyvalley_landmark_welcome", + "attributes": { + "level": -1, + "item_seen": true, + "completion_cannyvalley_landmark_welcome": 1, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-24T12:21:58.202Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "8e57f82d-f6d8-42b8-8bd8-4bea74a620a7": { + "templateId": "Worker:workerbasic_c_t01", + "attributes": { + "gender": "2", + "level": 1, + "item_seen": false, + "squad_slot_idx": -1, + "portrait": "/Game/UI/Icons/Icon-Worker/IconDefinitions/IconDef-WorkerPortrait-Pragmatic-F02.IconDef-WorkerPortrait-Pragmatic-F02", + "max_level_bonus": 0, + "personality": "Homebase.Worker.Personality.IsPragmatic", + "squad_id": "", + "xp": 0, + "slotted_building_id": "", + "building_slot_used": -1, + "favorite": false, + "set_bonus": "Homebase.Worker.SetBonus.IsAbilityDamageLow" + }, + "quantity": 1 + }, + "bb3823ee-d866-49e9-9787-9b176e8a457e": { + "templateId": "Expedition:expedition_traprun_air_medium_t03", + "attributes": { + "expedition_criteria": [ + "RequiresEpicNinja" + ], + "level": 1, + "item_seen": false, + "expedition_max_target_power": 325, + "expedition_min_target_power": 16, + "expedition_slot_id": "expedition.generation.air.t03_1", + "expedition_squad_id": "", + "max_level_bonus": 0, + "expedition_expiration_end_time": "2020-02-05T23:12:19.783Z", + "expedition_success_chance": 0, + "xp": 0, + "expedition_expiration_start_time": "2020-02-05T21:42:19.783Z", + "favorite": false + }, + "quantity": 1 + }, + "02f36a91-9818-43e5-9d57-d11657134a1b": { + "templateId": "Quest:challenge_leavenoonebehind_14", + "attributes": { + "level": -1, + "item_seen": true, + "completion_questcollect_survivoritemdata": 90, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-29T20:26:35.171Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "a6209842-fe61-4f30-83f5-0ff20a82e387": { + "templateId": "Expedition:expedition_supplyrun_short_t00", + "attributes": { + "expedition_criteria": [ + "RequiresNinja" + ], + "level": 1, + "item_seen": false, + "expedition_max_target_power": 70, + "expedition_min_target_power": 3, + "expedition_slot_id": "expedition.generation.land.t01_0", + "expedition_squad_id": "", + "max_level_bonus": 0, + "expedition_expiration_end_time": "2020-02-05T23:12:19.786Z", + "expedition_success_chance": 0, + "xp": 0, + "expedition_expiration_start_time": "2020-02-05T21:42:19.786Z", + "favorite": false + }, + "quantity": 1 + }, + "6af044b7-d914-4af7-9242-2886d2a8d974": { + "templateId": "Defender:did_defendermelee_basic_uc_t01", + "attributes": { + "max_level_bonus": 0, + "squad_id": "", + "level": 1, + "item_seen": true, + "squad_slot_idx": -1, + "alterations": [ + "Alteration:aid_att_def_critchance_melee", + "Alteration:aid_att_def_maxhealth" + ], + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "845adba5-5f66-4458-9919-3a261463c86a": { + "templateId": "Hero:hid_ninja_starsassassin_uc_t01", + "attributes": { + "outfitvariants": [], + "backblingvariants": [], + "gender": 0, + "level": 1, + "item_seen": true, + "squad_slot_idx": -1, + "portrait": "", + "hero_name": "DefaultHeroName", + "max_level_bonus": 0, + "squad_id": "", + "mode_loadouts": [], + "xp": 0, + "slotted_building_id": "", + "refundable": false, + "building_slot_used": -1, + "favorite": false + }, + "quantity": 1 + }, + "8ca02155-d846-4af2-bace-081543322241": { + "templateId": "Quest:plankertonquest_filler_4_d1", + "attributes": { + "level": -1, + "item_seen": true, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-27T22:59:54.216Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false, + "completion_complete_buildradargrid_2": 1 + }, + "quantity": 1 + }, + "a738ed15-f4b8-4fd5-9a7d-54c7c57629a0": { + "templateId": "TeamPerk:tpid_superchargedtraps", + "attributes": {}, + "quantity": 1 + }, + "1bbe7bab-ad2a-4780-9624-2eb656821a60": { + "templateId": "Worker:managerdoctor_c_t01", + "attributes": { + "gender": "2", + "level": 1, + "item_seen": false, + "squad_slot_idx": -1, + "portrait": "/Game/UI/Icons/Icon-Worker/IconDefinitions/IconDef-ManagerPortrait-Doctor-F01.IconDef-ManagerPortrait-Doctor-F01", + "max_level_bonus": 0, + "personality": "Homebase.Worker.Personality.IsDependable", + "squad_id": "", + "xp": 0, + "slotted_building_id": "", + "managerSynergy": "Homebase.Manager.IsDoctor", + "building_slot_used": -1, + "favorite": false + }, + "quantity": 1 + }, + "262e8f50-bfd2-4ada-8e5c-e045c9a12dda": { + "templateId": "Hero:hid_ninja_013_r_t01", + "attributes": { + "outfitvariants": [], + "backblingvariants": [], + "gender": 0, + "level": 1, + "item_seen": true, + "squad_slot_idx": -1, + "portrait": "", + "hero_name": "DefaultHeroName", + "max_level_bonus": 0, + "squad_id": "", + "mode_loadouts": [], + "xp": 0, + "slotted_building_id": "", + "refundable": false, + "building_slot_used": -1, + "favorite": false + }, + "quantity": 1 + }, + "80028e96-a1f5-41c8-a55a-8d7d43896ef8": { + "templateId": "Quest:achievement_buildstructures", + "attributes": { + "level": -1, + "item_seen": true, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Active", + "last_state_change_time": "2020-01-25T18:55:36.621Z", + "challenge_linked_quest_parent": "", + "completion_build_any_structure": 56607, + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "812f3acd-bccb-4cca-b4b5-07cc8a4aa101": { + "templateId": "Worker:workerbasic_sr_t01", + "attributes": { + "gender": "2", + "level": 10, + "item_seen": true, + "squad_slot_idx": 6, + "portrait": "/Game/UI/Icons/Icon-Worker/IconDefinitions/IconDef-WorkerPortrait-Dependable-F02.IconDef-WorkerPortrait-Dependable-F02", + "max_level_bonus": 0, + "personality": "Homebase.Worker.Personality.IsDependable", + "squad_id": "squad_attribute_arms_fireteamalpha", + "xp": 0, + "slotted_building_id": "", + "building_slot_used": -1, + "favorite": false, + "set_bonus": "Homebase.Worker.SetBonus.IsTrapDamageLow" + }, + "quantity": 1 + }, + "ddd930a6-e018-4bb8-a6f3-ccca49d62477": { + "templateId": "Quest:cannyvalleyquest_side_3_d4", + "attributes": { + "completion_complete_powerreactor_3_diff4": 0, + "level": -1, + "item_seen": true, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Active", + "last_state_change_time": "2020-01-29T18:19:37.237Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "4b6ad008-c7e3-4872-995b-aaa5ee5faee7": { + "templateId": "TeamPerk:tpid_onetwopunch", + "attributes": {}, + "quantity": 1 + }, + "711cf5ad-e661-4aca-af5a-a9357e13eec9": { + "templateId": "Worker:workerbasic_r_t01", + "attributes": { + "gender": "2", + "level": 1, + "item_seen": true, + "squad_slot_idx": -1, + "portrait": "/Game/UI/Icons/Icon-Worker/IconDefinitions/IconDef-WorkerPortrait-Dreamer-F03.IconDef-WorkerPortrait-Dreamer-F03", + "max_level_bonus": 0, + "personality": "Homebase.Worker.Personality.IsDreamer", + "squad_id": "", + "xp": 0, + "slotted_building_id": "", + "building_slot_used": -1, + "favorite": false, + "set_bonus": "Homebase.Worker.SetBonus.IsFortitudeLow" + }, + "quantity": 1 + }, + "f45dc36b-615a-4724-9dfc-c1fc07593255": { + "templateId": "HomebaseNode:questreward_newfollower3_slot", + "attributes": { + "item_seen": false + }, + "quantity": 1 + }, + "e56d780c-ce54-4184-9d89-b5863bc59ad8": { + "templateId": "ConditionalAction:generic_instance", + "attributes": { + "alt_profile_types": [ + "athena" + ], + "_private": true, + "devName": "MAJOR: Season 11-3 - Winterfest - Quests - Phase 1", + "conditions": { + "event": { + "instanceId": "3047ae3ts5lmrppctojaj4ei7v[0]0", + "eventName": "CalendarEvent_Season11WinterEventNarrativePhase1", + "eventStart": "2020-01-12T00:00:00.000Z", + "eventEnd": "2020-02-28T00:00:00.000Z", + "startActions": { + "hasRun": true, + "conversions": [], + "itemsToGrant": [ + { + "templateId": "Quest:s11_landmark_quest_f1", + "quantity": 1 + } + ], + "questsToUnpause": [] + }, + "endActions": { + "hasRun": false, + "conversions": [], + "itemsToRemove": [ + { + "templateId": "Quest:s11_landmark_quest_f1", + "quantity": 1 + }, + { + "templateId": "Quest:s11_reactivekill_quest_f2", + "quantity": 1 + }, + { + "templateId": "Quest:s11_fetch_quest_f3", + "quantity": 1 + }, + { + "templateId": "Quest:s11_gathercollect_quest_f4", + "quantity": 1 + }, + { + "templateId": "Quest:s11_fetch_quest_f5", + "quantity": 1 + }, + { + "templateId": "Quest:s11_gathercollect_quest_f6", + "quantity": 1 + }, + { + "templateId": "Quest:s11_fetch_quest_f7", + "quantity": 1 + } + ], + "questsToPause": [] + }, + "metaData": {} + } + } + }, + "quantity": 1 + }, + "9377e9e5-2259-4b1e-9be8-e78a46966c53": { + "templateId": "HomebaseNode:skilltree_supplydrop", + "attributes": { + "item_seen": false + }, + "quantity": 6 + }, + "HomebaseNode:skilltree_proximitymine": { + "templateId": "HomebaseNode:skilltree_proximitymine", + "attributes": { + "item_seen": true + }, + "quantity": 6 + }, + "HomebaseNode:skilltree_slowfield": { + "templateId": "HomebaseNode:skilltree_slowfield", + "attributes": { + "item_seen": true + }, + "quantity": 6 + }, + "HomebaseNode:skilltree_teleporter": { + "templateId": "HomebaseNode:skilltree_teleporter", + "attributes": { + "item_seen": true + }, + "quantity": 6 + }, + "2cd62cda-f24c-45b7-9991-20713135e280": { + "templateId": "HomebaseNode:questreward_twinepeaks_squad_ssd3", + "attributes": { + "item_seen": true + }, + "quantity": 1 + }, + "8b4f6c21-b209-4811-9b41-81f2788368cd": { + "templateId": "Quest:challenge_leavenoonebehind_16", + "attributes": { + "level": -1, + "item_seen": true, + "completion_questcollect_survivoritemdata": 100, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-14T17:13:23.582Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "78bd70ce-6863-43a7-8c1a-9481d2af3622": { + "templateId": "Worker:workerbasic_vr_t01", + "attributes": { + "gender": "2", + "level": 10, + "item_seen": true, + "squad_slot_idx": 1, + "portrait": "/Game/UI/Icons/Icon-Worker/IconDefinitions/IconDef-WorkerPortrait-Dependable-F02.IconDef-WorkerPortrait-Dependable-F02", + "max_level_bonus": 0, + "personality": "Homebase.Worker.Personality.IsDependable", + "squad_id": "squad_attribute_medicine_trainingteam", + "xp": 0, + "slotted_building_id": "", + "building_slot_used": -1, + "favorite": false, + "set_bonus": "Homebase.Worker.SetBonus.IsTrapDurabilityHigh" + }, + "quantity": 1 + }, + "a8760208-d816-494a-95d9-254553889380": { + "templateId": "HomebaseNode:skilltree_buildandrepairspeed", + "attributes": { + "item_seen": false + }, + "quantity": 8 + }, + "5ee6ffc8-0595-4af0-8fce-994d6d9a4c4b": { + "templateId": "Quest:plankertonquest_filler_3_d5", + "attributes": { + "level": -1, + "item_seen": true, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "completion_complete_retrievedata_2_diff5": 1, + "quest_state": "Claimed", + "last_state_change_time": "2020-01-11T17:41:47.439Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "425faeab-78bd-48cc-ad9d-91d1ebe06186": { + "templateId": "Quest:wargames_visibilityquest_challenge_swarm", + "attributes": { + "completion_wargames_visibilityquest_challenge_swarm": 0, + "level": -1, + "item_seen": false, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Active", + "last_state_change_time": "2020-01-09T15:12:41.065Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "ab4a256b-e494-4f9a-a075-fcbb151aab56": { + "templateId": "Quest:plankertonquest_filler_4_d5", + "attributes": { + "level": -1, + "item_seen": true, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-20T16:36:53.328Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false, + "completion_complete_buildradar_2_diff5": 3 + }, + "quantity": 1 + }, + "24b7f88b-e63d-473a-92dc-8925a01a1ec8": { + "templateId": "Quest:cannyvalley_reactive_bases", + "attributes": { + "level": -1, + "item_seen": true, + "completion_cannyvalley_reactive_bases": 0, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Active", + "last_state_change_time": "2020-02-02T00:38:01.753Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "af5f57fb-2c6c-4dfc-8988-5c63caefa0ea": { + "templateId": "AccountResource:eventcurrency_scaling", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "favorite": false + }, + "quantity": 2240789 + }, + "df119146-ca37-4aac-98d1-a7736fc42ee6": { + "templateId": "Quest:wargames_visibilityquest_wargame_riotcity", + "attributes": { + "level": -1, + "item_seen": false, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Active", + "last_state_change_time": "2020-01-24T16:38:06.807Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "completion_wargames_visibilityquest_wargame_riotcity": 0, + "favorite": false + }, + "quantity": 1 + }, + "276d8900-229e-445e-9b65-5fe3c63e8bce": { + "templateId": "Defender:did_defendermelee_basic_r_t01", + "attributes": { + "max_level_bonus": 0, + "squad_id": "", + "level": 1, + "item_seen": false, + "squad_slot_idx": -1, + "alterations": [ + "Alteration:aid_att_def_durability", + "Alteration:aid_att_def_shieldregen", + "Alteration:aid_att_def_maxhealth" + ], + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "c43c0174-a35f-4fd2-a8d2-f4098a53a6fd": { + "templateId": "Quest:plankertonquest_reactive_records", + "attributes": { + "level": -1, + "completion_plankertonquest_reactive_records": 5, + "item_seen": false, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-17T12:16:44.917Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "fec804d4-9f77-44b3-b268-6bb118edf788": { + "templateId": "HomebaseNode:questreward_newfollower2_slot", + "attributes": { + "item_seen": false + }, + "quantity": 1 + }, + "ed1aeb09-7165-4df7-9a3e-30c338dae65c": { + "templateId": "Worker:managerdoctor_r_t01", + "attributes": { + "gender": "2", + "level": 1, + "item_seen": true, + "squad_slot_idx": -1, + "portrait": "/Game/UI/Icons/Icon-Worker/IconDefinitions/IconDef-ManagerPortrait-Doctor-F01.IconDef-ManagerPortrait-Doctor-F01", + "max_level_bonus": 0, + "personality": "Homebase.Worker.Personality.IsAnalytical", + "squad_id": "", + "xp": 0, + "slotted_building_id": "", + "managerSynergy": "Homebase.Manager.IsDoctor", + "building_slot_used": -1, + "favorite": false + }, + "quantity": 1 + }, + "9c0afee3-2379-47e4-93b1-4067bab1ae0a": { + "templateId": "Worker:managertrainer_r_t01", + "attributes": { + "gender": "1", + "level": 1, + "item_seen": true, + "squad_slot_idx": -1, + "portrait": "/Game/UI/Icons/Icon-Worker/IconDefinitions/IconDef-ManagerPortrait-PersonalTrainer-M01.IconDef-ManagerPortrait-PersonalTrainer-M01", + "max_level_bonus": 0, + "personality": "Homebase.Worker.Personality.IsAnalytical", + "squad_id": "", + "xp": 0, + "slotted_building_id": "", + "managerSynergy": "Homebase.Manager.IsTrainer", + "building_slot_used": -1, + "favorite": false + }, + "quantity": 1 + }, + "14c7a8f9-2217-4357-aadf-19bbb1750d24": { + "templateId": "Quest:s11_holdfastquest_seasonelite_knight", + "attributes": { + "level": -1, + "item_seen": false, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Active", + "last_state_change_time": "2020-01-20T18:44:07.279Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "completion_s11_holdfastquest_seasonelite_knight": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "2c0b72fc-35d3-4f37-afc6-e98a85ba50ae": { + "templateId": "Worker:workerbasic_r_t01", + "attributes": { + "gender": "1", + "level": 1, + "item_seen": true, + "squad_slot_idx": -1, + "portrait": "/Game/UI/Icons/Icon-Worker/IconDefinitions/IconDef-WorkerPortrait-Cooperative-M02.IconDef-WorkerPortrait-Cooperative-M02", + "max_level_bonus": 0, + "personality": "Homebase.Worker.Personality.IsCooperative", + "squad_id": "", + "xp": 0, + "slotted_building_id": "", + "building_slot_used": -1, + "favorite": false, + "set_bonus": "Homebase.Worker.SetBonus.IsMeleeDamageLow" + }, + "quantity": 1 + }, + "88920c85-966c-4b4c-910f-54b7c7cd8307": { + "templateId": "Quest:pickaxequest_stw002_tier_3", + "attributes": { + "level": -1, + "completion_pickaxequest_stw002_tier_3": 1, + "item_seen": false, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-07T18:27:20.657Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "d8d37ee5-e53f-4135-8182-0b1894c495d6": { + "templateId": "Quest:s11_holdfastquest_season_misty", + "attributes": { + "level": -1, + "item_seen": false, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Active", + "last_state_change_time": "2020-01-20T18:44:07.278Z", + "challenge_linked_quest_parent": "", + "completion_s11_holdfastquest_season_misty": 0, + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "0f58193f-5089-4535-9a8d-c3f0fa1ae3a1": { + "templateId": "Quest:outpostquest_t1_l6", + "attributes": { + "level": -1, + "item_seen": true, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-19T19:48:35.037Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "completion_complete_outpost_1_6": 1, + "favorite": false + }, + "quantity": 1 + }, + "c0d57fdc-4c8b-4aa2-b13c-347eceef3a5e": { + "templateId": "HomebaseNode:questreward_stonewood_squad_ssd5", + "attributes": { + "item_seen": true + }, + "quantity": 1 + }, + "443e8dd3-f4ca-43cd-bf32-62f1b7a28ca8": { + "templateId": "Defender:did_defendersniper_basic_vr_t01", + "attributes": { + "max_level_bonus": 0, + "squad_id": "", + "level": 2, + "item_seen": true, + "squad_slot_idx": -1, + "alterations": [ + "Alteration:aid_att_def_firerate", + "Alteration:aid_att_def_maxhealth", + "Alteration:aid_att_def_shieldregen", + "Alteration:aid_att_def_maxshield" + ], + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "d835b429-55f7-4135-861a-86e522a4485c": { + "templateId": "Worker:workerbasic_r_t03", + "attributes": { + "gender": "2", + "level": 30, + "squad_slot_idx": 2, + "item_seen": true, + "portrait": "/Game/UI/Icons/Icon-Worker/IconDefinitions/IconDef-WorkerPortrait-Dependable-F01.IconDef-WorkerPortrait-Dependable-F01", + "max_level_bonus": 0, + "personality": "Homebase.Worker.Personality.IsDependable", + "squad_id": "squad_attribute_synthesis_thethinktank", + "xp": 0, + "slotted_building_id": "", + "building_slot_used": -1, + "favorite": false, + "set_bonus": "Homebase.Worker.SetBonus.IsTrapDamageLow" + }, + "quantity": 1 + }, + "9e9b3963-dd9f-4bf5-af60-3db82408c48c": { + "templateId": "Hero:hid_ninja_smokedimmak_r_t01", + "attributes": { + "outfitvariants": [], + "backblingvariants": [], + "gender": 0, + "level": 1, + "item_seen": false, + "squad_slot_idx": -1, + "portrait": "", + "hero_name": "DefaultHeroName", + "max_level_bonus": 0, + "squad_id": "", + "mode_loadouts": [], + "xp": 0, + "slotted_building_id": "", + "refundable": false, + "building_slot_used": -1, + "favorite": false + }, + "quantity": 1 + }, + "531efc32-0810-4332-9f2d-5e3d23dfda28": { + "templateId": "Worker:workerbasic_uc_t01", + "attributes": { + "gender": "1", + "level": 1, + "item_seen": true, + "squad_slot_idx": -1, + "portrait": "/Game/UI/Icons/Icon-Worker/IconDefinitions/IconDef-WorkerPortrait-Pragmatic-M02.IconDef-WorkerPortrait-Pragmatic-M02", + "max_level_bonus": 0, + "personality": "Homebase.Worker.Personality.IsPragmatic", + "squad_id": "", + "xp": 0, + "slotted_building_id": "", + "building_slot_used": -1, + "favorite": false, + "set_bonus": "Homebase.Worker.SetBonus.IsFortitudeLow" + }, + "quantity": 1 + }, + "b196dfc1-2dd8-4a3e-b0a3-afd2bbc60d66": { + "templateId": "PersonalVehicle:vid_hoverboard", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": false, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "a612762f-f3a9-441e-8b97-6c8f7cb318f4": { + "templateId": "Quest:reactivequest_waterhusks", + "attributes": { + "level": -1, + "item_seen": true, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-10T19:38:40.174Z", + "completion_quest_reactive_waterhusks": 10, + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "31cdb538-7572-4069-9e28-986604f0f9ba": { + "templateId": "ConditionalAction:generic_instance", + "attributes": { + "alt_profile_types": [ + "athena" + ], + "_private": true, + "devName": "MAJOR: Season 11 - Starlight - Quests Phase 4", + "conditions": { + "event": { + "instanceId": "4f04esgoc9aaca514hl8f1ufrf[0]0", + "eventName": "CalendarEvent_Starlight2019_Quests_Phase4", + "eventStart": "2020-01-20T00:00:00.000Z", + "eventEnd": "2020-07-03T20:00:00.000Z", + "startActions": { + "hasRun": true, + "conversions": [], + "itemsToGrant": [], + "questsToUnpause": [] + }, + "endActions": { + "hasRun": false, + "conversions": [], + "itemsToRemove": [ + { + "templateId": "Quest:starlightquest_daily_complete_d4", + "quantity": 1 + } + ], + "questsToPause": [] + }, + "metaData": {} + } + } + }, + "quantity": 1 + }, + "eb1b69c6-5fe4-4677-a616-b000f95bf2d3": { + "templateId": "Quest:s11_holdfastquest_season_survive_45", + "attributes": { + "completion_s11_holdfastquest_season_survive_45": 0, + "level": -1, + "item_seen": false, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Active", + "last_state_change_time": "2020-01-20T18:44:07.278Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "fd9069ad-2187-4eae-896a-9051143c9ba9": { + "templateId": "Quest:challenge_missionaccomplished_13", + "attributes": { + "level": -1, + "completion_complete_primary": 9, + "item_seen": true, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-17T18:08:40.328Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "39e3dbc0-a7f5-4386-a110-1b3aa28a8baf": { + "templateId": "Quest:plankertonquest_filler_8_d4", + "attributes": { + "level": -1, + "item_seen": true, + "completion_complete_delivergoods_2_diff4": 1, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-08T17:07:21.355Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "d6644f1d-3cdc-484a-8872-cc7ef0d761d5": { + "templateId": "Hero:hid_outlander_punchphase_uc_t01", + "attributes": { + "outfitvariants": [], + "backblingvariants": [], + "gender": 0, + "level": 4, + "item_seen": false, + "squad_slot_idx": -1, + "portrait": "", + "hero_name": "DefaultHeroName", + "max_level_bonus": 0, + "squad_id": "", + "mode_loadouts": [], + "xp": 0, + "slotted_building_id": "", + "refundable": false, + "building_slot_used": -1, + "favorite": false + }, + "quantity": 1 + }, + "86358f5b-6eb1-4180-a889-b48b9ad00cdf": { + "templateId": "Hero:hid_constructor_hammertank_uc_t01", + "attributes": { + "outfitvariants": [], + "backblingvariants": [], + "gender": 0, + "level": 1, + "item_seen": true, + "squad_slot_idx": -1, + "portrait": "", + "hero_name": "DefaultHeroName", + "max_level_bonus": 0, + "squad_id": "", + "mode_loadouts": [], + "xp": 0, + "slotted_building_id": "", + "refundable": false, + "building_slot_used": -1, + "favorite": false + }, + "quantity": 1 + }, + "CampaignHeroLoadout:defaultloadout": { + "templateId": "CampaignHeroLoadout:defaultloadout", + "attributes": { + "team_perk": "a738ed15-f4b8-4fd5-9a7d-54c7c57629a0", + "loadout_name": "", + "crew_members": { + "followerslot5": "ae14c328-a0bb-4bf1-9323-8b578b75899d", + "followerslot4": "fb0de291-4c15-4c9e-ad9c-aa994e164a6b", + "followerslot3": "f819e7dd-2849-47e5-97b4-92a2cb3fd272", + "followerslot2": "c082bb8b-ee6a-4f1b-b953-9a2557c4ee11f", + "followerslot1": "fa7e984a-8e0e-4d0e-bda3-7dd0857fcd6d", + "commanderslot": "2f8fe530-c8ad-4666-a433-88c9b16e5a65" + }, + "loadout_index": 0, + "gadgets": [ + { + "gadget": "Gadget:g_generic_slowfield", + "slot_index": 0 + }, + { + "gadget": "Gadget:g_generic_adrenalinerush", + "slot_index": 1 + } + ] + }, + "quantity": 1 + }, + "ac1aa694-8aed-42bf-b975-7cd2e3b82908": { + "templateId": "Quest:plankertonquest_filler_7_d3", + "attributes": { + "completion_complete_launchballoon_2_diff3": 2, + "level": -1, + "item_seen": true, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-24T14:08:29.949Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "fcf94bee-7dba-4837-8eaf-b91f81f97549": { + "templateId": "Worker:managergadgeteer_r_t01", + "attributes": { + "gender": "1", + "level": 10, + "squad_slot_idx": 0, + "item_seen": true, + "portrait": "/Game/UI/Icons/Icon-Worker/IconDefinitions/IconDef-ManagerPortrait-Gadgeteer-M01.IconDef-ManagerPortrait-Gadgeteer-M01", + "max_level_bonus": 0, + "personality": "Homebase.Worker.Personality.IsDreamer", + "squad_id": "squad_attribute_scavenging_gadgeteers", + "xp": 0, + "slotted_building_id": "", + "managerSynergy": "Homebase.Manager.IsGadgeteer", + "building_slot_used": -1, + "favorite": false + }, + "quantity": 1 + }, + "fd8374d5-5eb4-4cc6-9368-c280d01b125c": { + "templateId": "Quest:challenge_toxictreasures_4", + "attributes": { + "level": -1, + "item_seen": true, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-25T17:04:03.208Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "completion_complete_mimic": 3, + "favorite": false + }, + "quantity": 1 + }, + "c5751160-53c4-4cd7-a0b9-984550ae9310": { + "templateId": "Worker:workerbasic_r_t01", + "attributes": { + "gender": "2", + "level": 1, + "item_seen": true, + "squad_slot_idx": -1, + "portrait": "/Game/UI/Icons/Icon-Worker/IconDefinitions/IconDef-WorkerPortrait-Competitive-F03.IconDef-WorkerPortrait-Competitive-F03", + "max_level_bonus": 0, + "personality": "Homebase.Worker.Personality.IsCompetitive", + "squad_id": "", + "xp": 0, + "slotted_building_id": "", + "building_slot_used": -1, + "favorite": false, + "set_bonus": "Homebase.Worker.SetBonus.IsMeleeDamageLow" + }, + "quantity": 1 + }, + "d56c0ec3-6c7b-432e-b231-944cb9898b1c": { + "templateId": "Hero:hid_commando_014_vr_t01", + "attributes": { + "outfitvariants": [], + "backblingvariants": [], + "gender": 0, + "level": 1, + "item_seen": true, + "squad_slot_idx": -1, + "portrait": "", + "hero_name": "DefaultHeroName", + "max_level_bonus": 0, + "squad_id": "squad_combat_adventuresquadone", + "mode_loadouts": [], + "xp": 0, + "slotted_building_id": "", + "refundable": false, + "building_slot_used": -1, + "favorite": false + }, + "quantity": 1 + }, + "89d6c2d9-661c-43b3-ba37-2cb00ccfe8a9": { + "templateId": "Quest:plankertonquest_filler_6_d3", + "attributes": { + "level": -1, + "item_seen": true, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-28T15:31:05.943Z", + "challenge_linked_quest_parent": "", + "completion_quick_complete_pve02": 3, + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "c9936f42-271d-408e-94c7-55e85b679212": { + "templateId": "Worker:workerbasic_r_t01", + "attributes": { + "gender": "2", + "level": 1, + "item_seen": true, + "squad_slot_idx": -1, + "portrait": "/Game/UI/Icons/Icon-Worker/IconDefinitions/IconDef-WorkerPortrait-Analytical-F02.IconDef-WorkerPortrait-Analytical-F02", + "max_level_bonus": 0, + "personality": "Homebase.Worker.Personality.IsAnalytical", + "squad_id": "", + "xp": 0, + "slotted_building_id": "", + "building_slot_used": -1, + "favorite": false, + "set_bonus": "Homebase.Worker.SetBonus.IsRangedDamageLow" + }, + "quantity": 1 + }, + "beb6c795-4c89-42a2-b8b5-eab243c737bf": { + "templateId": "Quest:s11_rescuehero_quest_h1", + "attributes": { + "level": -1, + "item_seen": false, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "completion_s11_rescuehero_quest_h1": 0, + "quest_state": "Active", + "last_state_change_time": "2020-01-20T18:44:07.282Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "e650af30-fc1d-4a66-8d26-e89bb3e87694": { + "templateId": "Hero:hid_constructor_007_uc_t01", + "attributes": { + "outfitvariants": [], + "backblingvariants": [], + "gender": 0, + "level": 1, + "item_seen": true, + "squad_slot_idx": -1, + "portrait": "", + "hero_name": "DefaultHeroName", + "max_level_bonus": 0, + "squad_id": "", + "mode_loadouts": [], + "xp": 0, + "slotted_building_id": "", + "refundable": false, + "building_slot_used": -1, + "favorite": false + }, + "quantity": 1 + }, + "14ad8623-f163-40c0-8e93-29817181b29c": { + "templateId": "Quest:challenge_leavenoonebehind_9", + "attributes": { + "level": -1, + "item_seen": true, + "completion_questcollect_survivoritemdata": 60, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-09T18:13:47.362Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "4d1836c4-f1ff-4ea1-9a59-96cbeee9fc90": { + "templateId": "Quest:stonewoodquest_hidden_hasitems", + "attributes": { + "level": -1, + "item_seen": false, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-17T12:17:01.698Z", + "challenge_linked_quest_parent": "", + "completion_stonewoodquest_hidden_hasitems": 50, + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "641a351d-de17-4bc3-bf8f-07b1163c59b8": { + "templateId": "Quest:challenge_toxictreasures_11", + "attributes": { + "level": -1, + "item_seen": true, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-21T15:07:10.098Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "completion_complete_mimic": 7, + "favorite": false + }, + "quantity": 1 + }, + "bc015ff9-54ad-4422-aff6-3a2fd255aaa7": { + "templateId": "Token:collectionresource_nodegatetoken01", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": false, + "xp": 0, + "favorite": false + }, + "quantity": 968395829 + }, + "72c76c54-361a-4701-ba5d-ac86ed67e1b8": { + "templateId": "Hero:hid_outlander_spherefragment_r_t01", + "attributes": { + "outfitvariants": [], + "backblingvariants": [], + "gender": 0, + "level": 1, + "item_seen": false, + "squad_slot_idx": -1, + "portrait": "", + "hero_name": "DefaultHeroName", + "max_level_bonus": 0, + "squad_id": "", + "mode_loadouts": [], + "xp": 0, + "slotted_building_id": "", + "refundable": false, + "building_slot_used": -1, + "favorite": false + }, + "quantity": 1 + }, + "116a87da-d383-428c-b446-54e3f8c3c201": { + "templateId": "Quest:outpostquest_t1_l9", + "attributes": { + "level": -1, + "item_seen": true, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-01T01:15:21.069Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false, + "completion_complete_outpost_1_9": 1 + }, + "quantity": 1 + }, + "77e6b823-3668-4e8f-acac-a13e3c36649e": { + "templateId": "Quest:wargames_visibilityquest_wargame_pods", + "attributes": { + "level": -1, + "item_seen": false, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Active", + "last_state_change_time": "2020-01-09T15:12:41.066Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "completion_wargames_visibilityquest_wargame_pods": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "cb0ba21a-0534-417d-b487-e0ac4ec2f484": { + "templateId": "Quest:stonewoodquest_tutorial_levelup_hero", + "attributes": { + "completion_heroupgrade_tabcallout": 1, + "level": -1, + "item_seen": false, + "sent_new_notification": true, + "challenge_bundle_id": "", + "completion_heroupgrade_guard_command": 1, + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-17T12:16:44.926Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false, + "completion_heroupgrade_guard_heroes": 1, + "completion_heroupgrade_highlight_heroes_button": 1 + }, + "quantity": 1 + }, + "39beac1c-74f6-46c0-b81d-5b4195b5034b": { + "templateId": "Quest:wargames_dailyquest_meteor_with_nobuild_stonewood", + "attributes": { + "level": -1, + "item_seen": false, + "sent_new_notification": true, + "challenge_bundle_id": "", + "completion_wargames_daily_stonewood_meteor_with_nobuild": 0, + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "dailywargamesstonewood_01", + "quest_state": "Active", + "last_state_change_time": "2020-02-05T19:05:26.902Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "9f9ed720-0c0f-4ce0-923f-f28c8d838817": { + "templateId": "Quest:challenge_weaponupgrade_1", + "attributes": { + "level": -1, + "item_seen": true, + "sent_new_notification": true, + "completion_upgrade_any_weapon": 1, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-26T16:27:21.016Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "c16370df-7f0b-486b-854c-605d3cd1b742": { + "templateId": "AccountResource:voucher_basicpack", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "favorite": false + }, + "quantity": 3023489 + }, + "1375bd56-7fbb-4d07-9652-abe0b3708330": { + "templateId": "HomebaseNode:questreward_expedition_dirtbike3", + "attributes": { + "item_seen": false + }, + "quantity": 1 + }, + "88feadea-caba-47fe-83c5-b19299c9b97d": { + "templateId": "Quest:s11_landmark_quest_f1", + "attributes": { + "level": -1, + "item_seen": false, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Active", + "last_state_change_time": "2020-01-20T18:44:07.280Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "completion_s11_landmark_quest_f1": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "8a960ff6-93d6-4dfa-ad03-146a2ebb91d1": { + "templateId": "Quest:cannyvalley_reactive_route99", + "attributes": { + "completion_cannyvalley_reactive_route99_motel": 1, + "completion_cannyvalley_reactive_route99_gasstation": 1, + "completion_cannyvalley_reactive_route99_diner": 1, + "level": -1, + "item_seen": true, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-25T11:28:54.211Z", + "completion_cannyvalley_reactive_route99_truckstop": 1, + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "12f0f1fe-6f1a-4189-b8a0-b69bc0ae40d5": { + "templateId": "Worker:workerbasic_vr_t01", + "attributes": { + "gender": "2", + "level": 10, + "squad_slot_idx": 2, + "item_seen": true, + "portrait": "/Game/UI/Icons/Icon-Worker/IconDefinitions/IconDef-WorkerPortrait-Analytical-F01.IconDef-WorkerPortrait-Analytical-F01", + "max_level_bonus": 0, + "personality": "Homebase.Worker.Personality.IsAnalytical", + "squad_id": "squad_attribute_scavenging_scoutingparty", + "xp": 0, + "slotted_building_id": "", + "building_slot_used": -1, + "favorite": false, + "set_bonus": "Homebase.Worker.SetBonus.IsRangedDamageLow" + }, + "quantity": 1 + }, + "0c2e928e-e89b-4226-b687-e4cd0d101d01": { + "templateId": "Defender:did_defendershotgun_basic_uc_t01", + "attributes": { + "max_level_bonus": 0, + "squad_id": "", + "level": 1, + "item_seen": true, + "squad_slot_idx": -1, + "alterations": [ + "Alteration:aid_att_def_durability", + "Alteration:aid_att_def_maxshield" + ], + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "d794c2dc-3468-4e0e-bfc4-d1b803de2946": { + "templateId": "Quest:challenge_toxictreasures_9", + "attributes": { + "level": -1, + "item_seen": true, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-08T15:09:53.912Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "completion_complete_mimic": 6, + "favorite": false + }, + "quantity": 1 + }, + "bd42924c-d67f-4dde-a04e-794dcda82fab": { + "templateId": "HomebaseNode:startnode_commandcenter", + "attributes": { + "item_seen": true + }, + "quantity": 1 + }, + "f8c80888-04eb-4e2c-b7bb-0d0d89a562d3": { + "templateId": "Worker:workerbasic_vr_t01", + "attributes": { + "gender": "1", + "level": 10, + "item_seen": true, + "squad_slot_idx": 5, + "portrait": "/Game/UI/Icons/Icon-Worker/IconDefinitions/IconDef-WorkerPortrait-Cooperative-M02.IconDef-WorkerPortrait-Cooperative-M02", + "max_level_bonus": 0, + "personality": "Homebase.Worker.Personality.IsCooperative", + "squad_id": "squad_attribute_arms_closeassaultsquad", + "xp": 0, + "slotted_building_id": "", + "building_slot_used": -1, + "favorite": false, + "set_bonus": "Homebase.Worker.SetBonus.IsMeleeDamageLow" + }, + "quantity": 1 + }, + "1426bb18-4c95-4acf-ac4f-e97d19a66100": { + "templateId": "Quest:pickaxequest_stw004_tier_5", + "attributes": { + "completion_pickaxequest_stw004_tier_5": 4, + "level": -1, + "item_seen": false, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-07T18:27:30.488Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "52abbebd-bb06-4084-a1a2-8d04c475d8ed": { + "templateId": "Quest:challenge_herotraining_1", + "attributes": { + "completion_upgrade_any_hero": 1, + "level": -1, + "item_seen": true, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-26T16:26:20.069Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "c2346450-7677-4a93-ba37-37895b50db87": { + "templateId": "Quest:heroquest_outlander_1", + "attributes": { + "level": -1, + "item_seen": true, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-29T14:02:30.252Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "completion_complete_exploration_1_diff2": 1, + "xp": 0, + "completion_unlock_skill_tree_outlander_leadership": 1, + "favorite": false + }, + "quantity": 1 + }, + "b2b5705e-2d48-45f0-a936-f3b0f58e9352": { + "templateId": "Token:accountinventorybonus", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": false, + "xp": 0, + "favorite": false + }, + "quantity": 359825 + }, + "217a4a0a-064a-4b99-b918-72342aba6bd4": { + "templateId": "Quest:challenge_missionaccomplished_6", + "attributes": { + "level": -1, + "completion_complete_primary": 5, + "item_seen": true, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-04T22:12:42.297Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "8b78aa4c-d2da-4457-9f53-b8266d798d49": { + "templateId": "HomebaseNode:questreward_mission_defender3", + "attributes": { + "item_seen": false + }, + "quantity": 1 + }, + "76fb44c1-301f-4483-8505-1a45fd98a8cb": { + "templateId": "HomebaseNode:questreward_plankerton_squad_ssd2", + "attributes": { + "item_seen": true + }, + "quantity": 1 + }, + "2e710b0e-a483-44d8-b597-b89872158dfe": { + "templateId": "HomebaseNode:questreward_expedition_helicopter", + "attributes": { + "item_seen": false + }, + "quantity": 1 + }, + "f8867841-1d3c-4b66-8187-b33b47045941": { + "templateId": "HomebaseNode:questreward_herosupport_slot", + "attributes": { + "item_seen": true + }, + "quantity": 1 + }, + "ce32d544-827d-4c8b-a8b6-4cb75e1d41f5": { + "templateId": "Quest:tutorial_loadout_teamperkandsupport3", + "attributes": { + "completion_heroloadout_teamperk_intro": 1, + "level": -1, + "item_seen": false, + "sent_new_notification": true, + "completion_heroloadout_support3_intro": 1, + "completion_heroloadout_teamperk_guardscreen1": 1, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-01T22:04:53.357Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "completion_heroloadout_support3_guardscreen1": 1, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "038a655e-237e-4fd0-9a1a-56c7c7180cb3": { + "templateId": "Quest:plankertonquest_filler_9_d4", + "attributes": { + "level": -1, + "item_seen": true, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-09T16:16:30.387Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "completion_complete_powerreactor_2_diff4": 2, + "favorite": false + }, + "quantity": 1 + }, + "ac9deea6-3e8c-47d7-83fa-181b7110beb1": { + "templateId": "Worker:workerbasic_r_t01", + "attributes": { + "gender": "1", + "level": 1, + "item_seen": true, + "squad_slot_idx": -1, + "portrait": "/Game/UI/Icons/Icon-Worker/IconDefinitions/IconDef-WorkerPortrait-Pragmatic-M01.IconDef-WorkerPortrait-Pragmatic-M01", + "max_level_bonus": 0, + "personality": "Homebase.Worker.Personality.IsPragmatic", + "squad_id": "", + "xp": 0, + "slotted_building_id": "", + "building_slot_used": -1, + "favorite": false, + "set_bonus": "Homebase.Worker.SetBonus.IsTrapDamageLow" + }, + "quantity": 1 + }, + "a94c4107-b137-4a50-8e8d-75995996bcfb": { + "templateId": "Expedition:expedition_sea_survivorscouting_short_t01", + "attributes": { + "expedition_criteria": [ + "RequiresNinja", + "RequiresCommando" + ], + "level": 1, + "item_seen": false, + "expedition_max_target_power": 95, + "expedition_min_target_power": 4, + "expedition_slot_id": "expedition.generation.sea.t01_1", + "expedition_squad_id": "", + "max_level_bonus": 0, + "expedition_expiration_end_time": "2020-02-05T23:12:19.786Z", + "expedition_success_chance": 0, + "xp": 0, + "expedition_expiration_start_time": "2020-02-05T21:42:19.786Z", + "favorite": false + }, + "quantity": 1 + }, + "5488a9c1-281d-4f32-8e62-15b472a87d56": { + "templateId": "Worker:workerbasic_r_t01", + "attributes": { + "gender": "2", + "level": 1, + "item_seen": true, + "squad_slot_idx": -1, + "portrait": "/Game/UI/Icons/Icon-Worker/IconDefinitions/IconDef-WorkerPortrait-Analytical-F02.IconDef-WorkerPortrait-Analytical-F02", + "max_level_bonus": 0, + "personality": "Homebase.Worker.Personality.IsAnalytical", + "squad_id": "", + "xp": 0, + "slotted_building_id": "", + "building_slot_used": -1, + "favorite": false, + "set_bonus": "Homebase.Worker.SetBonus.IsShieldRegenLow" + }, + "quantity": 1 + }, + "a7e84730-14ef-4533-9c72-69bf35e237b3": { + "templateId": "Quest:genericquest_killnaturehusks_repeatable", + "attributes": { + "completion_kill_husk_ele_nature": 6, + "level": -1, + "item_seen": false, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Active", + "last_state_change_time": "2020-01-20T18:44:07.280Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "4eb29b05-d21a-4927-a32a-c0d2709d2c2d": { + "templateId": "Worker:workerbasic_vr_t01", + "attributes": { + "gender": "2", + "level": 1, + "item_seen": true, + "squad_slot_idx": -1, + "portrait": "/Game/UI/Icons/Icon-Worker/IconDefinitions/IconDef-WorkerPortrait-Competitive-F01.IconDef-WorkerPortrait-Competitive-F01", + "max_level_bonus": 0, + "personality": "Homebase.Worker.Personality.IsCompetitive", + "squad_id": "", + "xp": 0, + "slotted_building_id": "", + "building_slot_used": -1, + "favorite": false, + "set_bonus": "Homebase.Worker.SetBonus.IsAbilityDamageLow" + }, + "quantity": 1 + }, + "2618910b-9634-43cf-b2e7-9c56c19d6742": { + "templateId": "HomebaseNode:commanderlevel_rpcollection", + "attributes": { + "item_seen": false + }, + "quantity": 6 + }, + "21a688bb-27f3-4ef6-884a-861f7f671cb3": { + "templateId": "Worker:workerbasic_c_t01", + "attributes": { + "gender": "2", + "level": 1, + "item_seen": true, + "squad_slot_idx": -1, + "portrait": "/Game/UI/Icons/Icon-Worker/IconDefinitions/IconDef-WorkerPortrait-Dependable-F02.IconDef-WorkerPortrait-Dependable-F02", + "max_level_bonus": 0, + "personality": "Homebase.Worker.Personality.IsDependable", + "squad_id": "", + "xp": 0, + "slotted_building_id": "", + "building_slot_used": -1, + "favorite": false, + "set_bonus": "Homebase.Worker.SetBonus.IsMeleeDamageLow" + }, + "quantity": 1 + }, + "73531b8b-8325-43b4-84f2-a2ef9cd62567": { + "templateId": "Quest:stonewoodquest_reactive_fetch_hoverboard", + "attributes": { + "level": -1, + "item_seen": true, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "completion_stonewoodquest_reactive_fetch_hoverboard": 10, + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-18T19:49:13.823Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "e89f18c3-7437-4cf7-bc87-0686a0e2dfc4": { + "templateId": "Quest:challenge_missionaccomplished_10", + "attributes": { + "level": -1, + "completion_complete_primary": 7, + "item_seen": true, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-09T17:23:48.128Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "7ae0ff26-cd62-4566-a8dc-a4bb434e8687": { + "templateId": "Quest:challenge_eldritchabominations_8", + "attributes": { + "level": -1, + "item_seen": true, + "sent_new_notification": true, + "completion_kill_husk_smasher": 40, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-01T00:36:19.829Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "03814261-e73d-4dbd-b968-c8e7ba452f84": { + "templateId": "Worker:workerbasic_sr_t01", + "attributes": { + "gender": "2", + "level": 10, + "item_seen": true, + "squad_slot_idx": 6, + "portrait": "/Game/UI/Icons/Icon-Worker/IconDefinitions/IconDef-WorkerPortrait-Dependable-F03.IconDef-WorkerPortrait-Dependable-F03", + "max_level_bonus": 0, + "personality": "Homebase.Worker.Personality.IsDependable", + "squad_id": "squad_attribute_medicine_emtsquad", + "xp": 0, + "slotted_building_id": "", + "building_slot_used": -1, + "favorite": false, + "set_bonus": "Homebase.Worker.SetBonus.IsShieldRegenLow" + }, + "quantity": 1 + }, + "526a385a-993b-4fbc-ab66-7daf8b5a61f0": { + "templateId": "Worker:managerdoctor_uc_t02", + "attributes": { + "gender": "2", + "level": 20, + "squad_slot_idx": 0, + "item_seen": true, + "portrait": "/Game/UI/Icons/Icon-Worker/IconDefinitions/IconDef-ManagerPortrait-Doctor-F01.IconDef-ManagerPortrait-Doctor-F01", + "max_level_bonus": 0, + "personality": "Homebase.Worker.Personality.IsDreamer", + "squad_id": "squad_attribute_medicine_emtsquad", + "xp": 0, + "slotted_building_id": "", + "managerSynergy": "Homebase.Manager.IsDoctor", + "building_slot_used": -1, + "favorite": false + }, + "quantity": 1 + }, + "f6937b48-deb3-4c5a-81c7-386ff84a9040": { + "templateId": "Worker:workerbasic_r_t01", + "attributes": { + "gender": "2", + "level": 1, + "item_seen": true, + "squad_slot_idx": -1, + "portrait": "/Game/UI/Icons/Icon-Worker/IconDefinitions/IconDef-WorkerPortrait-Adventurous-F03.IconDef-WorkerPortrait-Adventurous-F03", + "max_level_bonus": 0, + "personality": "Homebase.Worker.Personality.IsAdventurous", + "squad_id": "", + "xp": 0, + "slotted_building_id": "", + "building_slot_used": -1, + "favorite": false, + "set_bonus": "Homebase.Worker.SetBonus.IsShieldRegenLow" + }, + "quantity": 1 + }, + "2b375f6f-badf-45a2-a530-2b745a321d20": { + "templateId": "Quest:stonewoodquest_joelkarolina_savesurvivors", + "attributes": { + "completion_stonewoodquest_joelkarolina_savesurvivors": 100, + "level": -1, + "item_seen": true, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-17T13:28:02.887Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "1feff066-9d89-4c7a-97b4-40285ace5bfd": { + "templateId": "Defender:did_defendersniper_basic_uc_t01", + "attributes": { + "max_level_bonus": 0, + "squad_id": "", + "level": 1, + "item_seen": true, + "squad_slot_idx": -1, + "alterations": [ + "Alteration:aid_att_def_durability", + "Alteration:aid_att_def_maxshield" + ], + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "5deee3f5-6638-4b49-9847-00f698ed239e": { + "templateId": "Worker:workerbasic_r_t01", + "attributes": { + "gender": "2", + "level": 1, + "item_seen": true, + "squad_slot_idx": -1, + "portrait": "/Game/UI/Icons/Icon-Worker/IconDefinitions/IconDef-WorkerPortrait-Cooperative-F02.IconDef-WorkerPortrait-Cooperative-F02", + "max_level_bonus": 0, + "personality": "Homebase.Worker.Personality.IsCooperative", + "squad_id": "", + "xp": 0, + "slotted_building_id": "", + "building_slot_used": -1, + "favorite": false, + "set_bonus": "Homebase.Worker.SetBonus.IsMeleeDamageLow" + }, + "quantity": 1 + }, + "313a0513-2d1c-4e12-bd6e-49859f6674c6": { + "templateId": "HomebaseNode:questreward_expedition_dirtbike", + "attributes": { + "item_seen": false + }, + "quantity": 1 + }, + "8945adc8-4278-4d24-9c7b-76fe8488a7ec": { + "templateId": "Quest:challenge_eldritchabominations_13", + "attributes": { + "level": -1, + "item_seen": true, + "sent_new_notification": true, + "completion_kill_husk_smasher": 65, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-21T20:00:06.716Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "fbeabedb-b48d-44f1-b443-1210cfd67585": { + "templateId": "Defender:did_defendermelee_basic_uc_t01", + "attributes": { + "max_level_bonus": 0, + "squad_id": "", + "level": 1, + "item_seen": true, + "squad_slot_idx": -1, + "alterations": [ + "Alteration:aid_att_def_weapondamage_spears", + "Alteration:aid_att_def_shieldregen" + ], + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "783eff7f-3cb6-4834-8dc1-440109672f18": { + "templateId": "Quest:challenge_missionaccomplished_1", + "attributes": { + "level": -1, + "completion_complete_primary": 3, + "item_seen": true, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-27T15:31:21.870Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "e3274352-0816-4045-bf06-4fe14262ebbd": { + "templateId": "AccountResource:personnelxp", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "favorite": false + }, + "quantity": 648342952 + }, + "0b15f777-9443-4351-b780-6cd5cc75f31b": { + "templateId": "Token:receivemtxcurrency", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": false, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "9b272935-d695-480c-b819-290e27d16128": { + "templateId": "Worker:managerdoctor_uc_t01", + "attributes": { + "gender": "1", + "level": 1, + "item_seen": true, + "squad_slot_idx": -1, + "portrait": "/Game/UI/Icons/Icon-Worker/IconDefinitions/IconDef-ManagerPortrait-Doctor-M01.IconDef-ManagerPortrait-Doctor-M01", + "max_level_bonus": 0, + "personality": "Homebase.Worker.Personality.IsAnalytical", + "squad_id": "", + "xp": 0, + "slotted_building_id": "", + "managerSynergy": "Homebase.Manager.IsDoctor", + "building_slot_used": -1, + "favorite": false + }, + "quantity": 1 + }, + "575ffac5-8be4-4fb7-9916-fd0afd9eafb9": { + "templateId": "Worker:workerbasic_uc_t01", + "attributes": { + "gender": "2", + "level": 1, + "item_seen": true, + "squad_slot_idx": -1, + "portrait": "/Game/UI/Icons/Icon-Worker/IconDefinitions/IconDef-WorkerPortrait-Competitive-F03.IconDef-WorkerPortrait-Competitive-F03", + "max_level_bonus": 0, + "personality": "Homebase.Worker.Personality.IsCompetitive", + "squad_id": "", + "xp": 0, + "slotted_building_id": "", + "building_slot_used": -1, + "favorite": false, + "set_bonus": "Homebase.Worker.SetBonus.IsTrapDamageLow" + }, + "quantity": 1 + }, + "68084a91-135e-4355-b41b-35e18820cc27": { + "templateId": "Worker:workerbasic_vr_t01", + "attributes": { + "gender": "2", + "level": 10, + "item_seen": true, + "squad_slot_idx": 1, + "portrait": "/Game/UI/Icons/Icon-Worker/IconDefinitions/IconDef-WorkerPortrait-Adventurous-F03.IconDef-WorkerPortrait-Adventurous-F03", + "max_level_bonus": 0, + "personality": "Homebase.Worker.Personality.IsAdventurous", + "squad_id": "squad_attribute_arms_closeassaultsquad", + "xp": 0, + "slotted_building_id": "", + "building_slot_used": -1, + "favorite": false, + "set_bonus": "Homebase.Worker.SetBonus.IsAbilityDamageLow" + }, + "quantity": 1 + }, + "0c85482b-1c13-40ae-8627-293caa1d2b9f": { + "templateId": "Quest:challenge_leavenoonebehind_1", + "attributes": { + "level": -1, + "item_seen": true, + "completion_questcollect_survivoritemdata": 20, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-29T14:29:02.042Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "762d407e-75f7-4aac-90b8-d7e1664b6d58": { + "templateId": "Token:worldinventorybonus", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": false, + "xp": 0, + "favorite": false + }, + "quantity": 10 + }, + "e83235f3-7a27-407c-9140-a37b1066f67c": { + "templateId": "Quest:plankertonquest_filler_4_d2", + "attributes": { + "level": -1, + "item_seen": true, + "sent_new_notification": true, + "challenge_bundle_id": "", + "completion_complete_destroyencamp_2_diff2": 2, + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-15T12:32:08.268Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "3bd2ba1d-8598-43f3-a7dd-77b88fdc11c2": { + "templateId": "Expedition:expedition_sea_survivorscouting_short_t01", + "attributes": { + "expedition_criteria": [ + "RequiresCommando", + "RequiresOutlander" + ], + "level": 1, + "item_seen": false, + "expedition_max_target_power": 95, + "expedition_min_target_power": 4, + "expedition_slot_id": "expedition.generation.sea.t01_0", + "expedition_squad_id": "", + "max_level_bonus": 0, + "expedition_expiration_end_time": "2020-02-05T23:12:19.786Z", + "expedition_success_chance": 0, + "xp": 0, + "expedition_expiration_start_time": "2020-02-05T21:42:19.786Z", + "favorite": false + }, + "quantity": 1 + }, + "5283d939-426d-4fc4-b70e-4c3d16843882": { + "templateId": "HomebaseNode:questreward_feature_defenderlevelup", + "attributes": { + "item_seen": false + }, + "quantity": 1 + }, + "ac6095de-d10f-4003-8f9f-b507236c499f": { + "templateId": "Quest:plankertonquest_filler_5_d1", + "attributes": { + "completion_complete_exploration_2": 1, + "level": -1, + "item_seen": true, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-30T17:03:16.744Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "c9657504-e8f7-42c3-9b14-41dce8dd5211": { + "templateId": "Quest:homebaseonboarding", + "attributes": { + "level": -1, + "completion_hbonboarding_completezone": 1, + "item_seen": false, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-25T18:55:36.618Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "completion_hbonboarding_namehomebase": 1, + "completion_hbonboarding_watchsatellitecine": 1, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "5e59bc1d-208b-4d04-b5b2-b6c4a529a79d": { + "templateId": "Quest:reactivequest_trollstash_r2", + "attributes": { + "level": -1, + "item_seen": true, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-25T18:08:05.124Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "completion_quest_reactive_trollstash": 1, + "selection": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "e18bd87e-1789-4f34-b54a-49fbfc94924a": { + "templateId": "Worker:workerbasic_sr_t01", + "attributes": { + "gender": "1", + "level": 10, + "squad_slot_idx": 1, + "item_seen": true, + "portrait": "/Game/UI/Icons/Icon-Worker/IconDefinitions/IconDef-WorkerPortrait-Dreamer-M01.IconDef-WorkerPortrait-Dreamer-M01", + "max_level_bonus": 0, + "personality": "Homebase.Worker.Personality.IsDreamer", + "squad_id": "squad_attribute_medicine_emtsquad", + "xp": 0, + "slotted_building_id": "", + "building_slot_used": -1, + "favorite": false, + "set_bonus": "Homebase.Worker.SetBonus.IsShieldRegenLow" + }, + "quantity": 1 + }, + "72dc029e-2322-4dc2-aa92-0acf4b20568b": { + "templateId": "Worker:workerbasic_uc_t01", + "attributes": { + "gender": "1", + "level": 1, + "item_seen": true, + "squad_slot_idx": -1, + "portrait": "/Game/UI/Icons/Icon-Worker/IconDefinitions/IconDef-WorkerPortrait-Analytical-M03.IconDef-WorkerPortrait-Analytical-M03", + "max_level_bonus": 0, + "personality": "Homebase.Worker.Personality.IsAnalytical", + "squad_id": "", + "xp": 0, + "slotted_building_id": "", + "building_slot_used": -1, + "favorite": false, + "set_bonus": "Homebase.Worker.SetBonus.IsMeleeDamageLow" + }, + "quantity": 1 + }, + "89271fb7-e30b-4e0d-89a0-c46cd7ddb7eb": { + "templateId": "Quest:plankertonquest_launchtherocket", + "attributes": { + "level": -1, + "item_seen": false, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-17T12:16:44.924Z", + "challenge_linked_quest_parent": "", + "completion_questcomplete_plankertonquest_launchrocket_d5": 1, + "max_level_bonus": 0, + "selection": -1, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "7664d82d-3e00-46a7-9305-aa82fc903344": { + "templateId": "Quest:stonewoodquest_fetch_trashcans", + "attributes": { + "level": -1, + "item_seen": true, + "completion_stonewoodquest_fetch_trashcans": 5, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-17T12:16:44.890Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "8f4adbda-4586-41a5-88d6-d33f9f8631aa": { + "templateId": "TeamPerk:tpid_dimmak", + "attributes": {}, + "quantity": 1 + }, + "a65b4afb-5611-4090-96d4-27d000894197": { + "templateId": "TeamPerk:tpid_nevertellmetheodds", + "attributes": {}, + "quantity": 1 + }, + "1446b973-586f-418a-9db5-4665119bb670": { + "templateId": "Quest:wargames_visibilityquest_challenge_dangerclose", + "attributes": { + "level": -1, + "item_seen": false, + "completion_wargames_visibilityquest_challenge_dangerclose": 0, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Active", + "last_state_change_time": "2020-01-09T15:12:41.065Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "478b90d8-ed64-4f0a-96aa-26e1800c9272": { + "templateId": "Quest:challenge_eldritchabominations_15", + "attributes": { + "level": -1, + "item_seen": true, + "sent_new_notification": true, + "completion_kill_husk_smasher": 75, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-29T15:09:23.642Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "14ebcd02-e84b-4ac6-80f2-61a1e6eb010a": { + "templateId": "Quest:outpostquest_t1_l7", + "attributes": { + "level": -1, + "item_seen": true, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-22T18:17:42.686Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "completion_complete_outpost_1_7": 1, + "favorite": false + }, + "quantity": 1 + }, + "59dd2dfe-69dc-470b-99a4-6dc0e3c14daa": { + "templateId": "Defender:did_defenderpistol_basic_r_t01", + "attributes": { + "max_level_bonus": 0, + "squad_id": "", + "level": 1, + "item_seen": true, + "squad_slot_idx": -1, + "alterations": [ + "Alteration:aid_att_def_clipsize", + "Alteration:aid_att_def_shieldregen", + "Alteration:aid_att_def_maxhealth" + ], + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "da6322ef-261b-4c2b-957a-8474a792d403": { + "templateId": "Quest:challenge_toxictreasures_1", + "attributes": { + "level": -1, + "item_seen": true, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-19T16:25:07.714Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "completion_complete_mimic": 2, + "favorite": false + }, + "quantity": 1 + }, + "8da889df-554f-4d98-80b7-912b2cee4dc9": { + "templateId": "Quest:starlightquest_complete_all_hard", + "attributes": { + "level": -1, + "item_seen": true, + "completion_starlightquest_complete_all_d1_hard": 0, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "completion_starlightquest_complete_all_d3_hard": 0, + "quest_state": "Active", + "last_state_change_time": "2020-01-20T18:44:07.274Z", + "challenge_linked_quest_parent": "", + "completion_starlightquest_complete_all_d2_hard": 0, + "max_level_bonus": 0, + "xp": 0, + "completion_starlightquest_complete_all_d4_hard": 0, + "favorite": false + }, + "quantity": 1 + }, + "47263f68-6a6c-4c96-a414-9c88ed15f366": { + "templateId": "Worker:workerbasic_vr_t01", + "attributes": { + "gender": "2", + "level": 10, + "item_seen": true, + "squad_slot_idx": 7, + "portrait": "/Game/UI/Icons/Icon-Worker/IconDefinitions/IconDef-WorkerPortrait-Pragmatic-F01.IconDef-WorkerPortrait-Pragmatic-F01", + "max_level_bonus": 0, + "personality": "Homebase.Worker.Personality.IsPragmatic", + "squad_id": "squad_attribute_scavenging_scoutingparty", + "xp": 0, + "slotted_building_id": "", + "building_slot_used": -1, + "favorite": false, + "set_bonus": "Homebase.Worker.SetBonus.IsFortitudeLow" + }, + "quantity": 1 + }, + "b421d840-3405-4454-9169-43ad1f048500": { + "templateId": "HomebaseNode:questreward_expedition_dirtbike2", + "attributes": { + "item_seen": false + }, + "quantity": 1 + }, + "51044442-56ad-47e3-8199-3c292cc7f43d": { + "templateId": "Worker:workerbasic_vr_t01", + "attributes": { + "gender": "2", + "level": 1, + "item_seen": false, + "squad_slot_idx": -1, + "portrait": "/Game/UI/Icons/Icon-Worker/IconDefinitions/IconDef-WorkerPortrait-Dependable-F03.IconDef-WorkerPortrait-Dependable-F03", + "max_level_bonus": 0, + "personality": "Homebase.Worker.Personality.IsDependable", + "squad_id": "", + "xp": 0, + "slotted_building_id": "", + "building_slot_used": -1, + "favorite": false, + "set_bonus": "Homebase.Worker.SetBonus.IsTrapDurabilityHigh" + }, + "quantity": 1 + }, + "48b6ba31-d485-47ff-b426-e80fec7a0568": { + "templateId": "Worker:workerbasic_vr_t01", + "attributes": { + "gender": "1", + "level": 10, + "item_seen": true, + "squad_slot_idx": 3, + "portrait": "/Game/UI/Icons/Icon-Worker/IconDefinitions/IconDef-WorkerPortrait-Analytical-M02.IconDef-WorkerPortrait-Analytical-M02", + "max_level_bonus": 0, + "personality": "Homebase.Worker.Personality.IsAnalytical", + "squad_id": "squad_attribute_scavenging_scoutingparty", + "xp": 0, + "slotted_building_id": "", + "building_slot_used": -1, + "favorite": false, + "set_bonus": "Homebase.Worker.SetBonus.IsFortitudeLow" + }, + "quantity": 1 + }, + "f9a96455-0d81-480f-a3ae-ff7587b2710c": { + "templateId": "Defender:did_defenderassault_basic_c_t01", + "attributes": { + "max_level_bonus": 0, + "squad_id": "", + "level": 1, + "item_seen": true, + "squad_slot_idx": -1, + "alterations": [ + "Alteration:aid_att_def_maxshield" + ], + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "ec189e43-c22c-4241-9f4f-feac6f5f58ed": { + "templateId": "Worker:worker_halloween_husky_vr_t01", + "attributes": { + "gender": "1", + "level": 10, + "item_seen": true, + "squad_slot_idx": 4, + "portrait": "/Game/UI/Icons/Icon-Worker/IconDefinitions/IconDef-WorkerPortrait-Husky.IconDef-WorkerPortrait-Husky", + "max_level_bonus": 0, + "personality": "Homebase.Worker.Personality.IsAnalytical", + "squad_id": "squad_attribute_arms_closeassaultsquad", + "xp": 0, + "slotted_building_id": "", + "building_slot_used": -1, + "favorite": false, + "set_bonus": "Homebase.Worker.SetBonus.IsMeleeDamageLow" + }, + "quantity": 1 + }, + "e59cb428-a9f7-49e4-ad84-8f2f01b552fc": { + "templateId": "Defender:did_defenderassault_basic_c_t01", + "attributes": { + "max_level_bonus": 0, + "squad_id": "", + "level": 1, + "item_seen": true, + "squad_slot_idx": -1, + "alterations": [ + "Alteration:aid_att_def_critchance_ranged" + ], + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "63f03d50-e8af-4d44-9845-f1562b51fcda": { + "templateId": "Stat:offense", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": false, + "xp": 0, + "favorite": false + }, + "quantity": 5000 + }, + "ac278b23-e943-4ee7-ac4d-9a539c7cb5a0": { + "templateId": "Quest:challenge_holdthedoor_20", + "attributes": { + "completion_complete_outpost": 11, + "level": -1, + "item_seen": true, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-29T18:45:46.374Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "eeebe150-dfdb-439b-96d1-bd0644fbf6df": { + "templateId": "Quest:stonewoodquest_ability_hoverboard", + "attributes": { + "completion_stonewoodquest_ability_hoverboard": 1, + "level": -1, + "completion_complete_pve01_diff4": 1, + "item_seen": false, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-18T20:05:14.283Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "6b9e3455-7639-4338-a138-03d7735847ee": { + "templateId": "Worker:workerbasic_sr_t01", + "attributes": { + "gender": "1", + "level": 10, + "item_seen": true, + "squad_slot_idx": 4, + "portrait": "/Game/UI/Icons/Icon-Worker/IconDefinitions/IconDef-WorkerPortrait-Competitive-M02.IconDef-WorkerPortrait-Competitive-M02", + "max_level_bonus": 0, + "personality": "Homebase.Worker.Personality.IsCompetitive", + "squad_id": "squad_attribute_arms_fireteamalpha", + "xp": 0, + "slotted_building_id": "", + "building_slot_used": -1, + "favorite": false, + "set_bonus": "Homebase.Worker.SetBonus.IsFortitudeLow" + }, + "quantity": 1 + }, + "cdc8fb4a-f1f7-4da2-9b69-cf5c54de5a00": { + "templateId": "Quest:stonewoodquest_killcollect_mistmonsters", + "attributes": { + "level": -1, + "item_seen": false, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-17T12:16:44.897Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "completion_stonewoodquest_killcollect_mistmonsters": 5, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "f1a591e4-9bdd-4a61-91fe-c632dd434fff": { + "templateId": "Worker:workerbasic_uc_t01", + "attributes": { + "gender": "2", + "level": 1, + "item_seen": true, + "squad_slot_idx": -1, + "portrait": "/Game/UI/Icons/Icon-Worker/IconDefinitions/IconDef-WorkerPortrait-Curious-F02.IconDef-WorkerPortrait-Curious-F02", + "max_level_bonus": 0, + "personality": "Homebase.Worker.Personality.IsCurious", + "squad_id": "", + "xp": 0, + "slotted_building_id": "", + "building_slot_used": -1, + "favorite": false, + "set_bonus": "Homebase.Worker.SetBonus.IsMeleeDamageLow" + }, + "quantity": 1 + }, + "cda16ead-837a-451f-aa0d-f257582cc84e": { + "templateId": "Worker:workerbasic_vr_t01", + "attributes": { + "gender": "1", + "level": 10, + "item_seen": true, + "squad_slot_idx": 4, + "portrait": "/Game/UI/Icons/Icon-Worker/IconDefinitions/IconDef-WorkerPortrait-Analytical-M01.IconDef-WorkerPortrait-Analytical-M01", + "max_level_bonus": 0, + "personality": "Homebase.Worker.Personality.IsAnalytical", + "squad_id": "squad_attribute_scavenging_scoutingparty", + "xp": 0, + "slotted_building_id": "", + "building_slot_used": -1, + "favorite": false, + "set_bonus": "Homebase.Worker.SetBonus.IsResistanceLow" + }, + "quantity": 1 + }, + "a3c28d32-64cb-4337-b4a8-3efa769fcd2b": { + "templateId": "ConditionalAction:generic_instance", + "attributes": { + "alt_profile_types": [ + "athena" + ], + "_private": true, + "devName": "MAJOR: Season 11 - Starlight - Quests Phase 1", + "conditions": { + "event": { + "instanceId": "0tmu6pv1n0jjdtmsnsnou4e078[0]0", + "eventName": "CalendarEvent_Starlight2019_Quests_Phase1", + "eventStart": "2020-01-20T00:00:00.000Z", + "eventEnd": "2020-07-03T20:00:00.000Z", + "startActions": { + "hasRun": true, + "conversions": [], + "itemsToGrant": [], + "questsToUnpause": [] + }, + "endActions": { + "hasRun": false, + "conversions": [], + "itemsToRemove": [ + { + "templateId": "Quest:starlightquest_daily_complete_d1", + "quantity": 1 + } + ], + "questsToPause": [] + }, + "metaData": {} + } + } + }, + "quantity": 1 + }, + "0490d60d-89ed-4bec-b417-8deff040b426": { + "templateId": "Hero:hid_commando_gunheadshot_vr_t01", + "attributes": { + "outfitvariants": [], + "backblingvariants": [], + "gender": 0, + "level": 1, + "item_seen": true, + "squad_slot_idx": -1, + "portrait": "", + "hero_name": "DefaultHeroName", + "max_level_bonus": 0, + "squad_id": "", + "mode_loadouts": [], + "xp": 0, + "slotted_building_id": "", + "refundable": false, + "building_slot_used": -1, + "favorite": false + }, + "quantity": 1 + }, + "0738f521-eef1-4b7d-8ed4-c030261ffc75": { + "templateId": "Expedition:expedition_air_supplyrun_long_t02", + "attributes": { + "expedition_criteria": [ + "RequiresCommando", + "RequiresRareConstructor" + ], + "level": 1, + "item_seen": false, + "expedition_max_target_power": 305, + "expedition_min_target_power": 15, + "expedition_slot_id": "expedition.generation.air.t02_0", + "expedition_squad_id": "", + "max_level_bonus": 0, + "expedition_expiration_end_time": "2020-02-05T23:12:19.784Z", + "expedition_success_chance": 0, + "xp": 0, + "expedition_expiration_start_time": "2020-02-05T21:42:19.784Z", + "favorite": false + }, + "quantity": 1 + }, + "d25f93c6-f8fc-4891-8ab7-ce9fc6a4220f": { + "templateId": "Quest:challenge_missionaccomplished_11", + "attributes": { + "level": -1, + "completion_complete_primary": 8, + "item_seen": true, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-12T15:25:17.389Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "329727cd-8422-45d5-894b-eead42d30b6a": { + "templateId": "Quest:achievement_killmistmonsters", + "attributes": { + "level": -1, + "item_seen": true, + "sent_new_notification": true, + "completion_kill_husk_smasher": 1945, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Active", + "last_state_change_time": "2020-01-25T18:55:36.621Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "541c7f8f-bffc-4bc1-b4df-78d16f832d14": { + "templateId": "Quest:challenge_holdthedoor_7", + "attributes": { + "completion_complete_outpost": 5, + "level": -1, + "item_seen": true, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-09T16:30:59.691Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "bc89f7de-d62e-4db8-a83e-324fc46ddffc": { + "templateId": "Quest:plankertonquest_filler_2_d4", + "attributes": { + "level": -1, + "item_seen": true, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-28T19:27:28.589Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "selection": 0, + "xp": 0, + "favorite": false, + "completion_kill_husk_2_diff4_v2": 500 + }, + "quantity": 1 + }, + "0e0ba06b-e2dc-4000-a105-d35d7573b49d": { + "templateId": "ConsumableAccountItem:smallxpboost_gift", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "favorite": false + }, + "quantity": 9579248 + }, + "b863ca8b-be12-4715-8a84-7d34e1b306f4": { + "templateId": "Worker:workerbasic_c_t01", + "attributes": { + "gender": "1", + "level": 1, + "item_seen": true, + "squad_slot_idx": -1, + "portrait": "/Game/UI/Icons/Icon-Worker/IconDefinitions/IconDef-WorkerPortrait-Dependable-M01.IconDef-WorkerPortrait-Dependable-M01", + "max_level_bonus": 0, + "personality": "Homebase.Worker.Personality.IsDependable", + "squad_id": "", + "xp": 0, + "slotted_building_id": "", + "building_slot_used": -1, + "favorite": false, + "set_bonus": "Homebase.Worker.SetBonus.IsAbilityDamageLow" + }, + "quantity": 1 + }, + "d498e2f2-9187-4ead-9629-77098d402bc5": { + "templateId": "HomebaseNode:questreward_stonewood_squad_ssd3", + "attributes": { + "item_seen": true + }, + "quantity": 1 + }, + "f796df9f-f111-4c2c-b8e0-4159e1253cb3": { + "templateId": "Quest:cannyvalleyquest_filler_1_d3", + "attributes": { + "level": -1, + "completion_complete_evacuate_3_diff3": 1, + "item_seen": true, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Active", + "last_state_change_time": "2020-01-30T12:18:00.769Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "dcd46344-2fef-4b04-9bb0-27ca916d9ee9": { + "templateId": "Quest:plankertonquest_landmark_plankharbor", + "attributes": { + "level": -1, + "item_seen": false, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-17T12:16:44.915Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "completion_plankertonquest_landmark_plankharbor": 1, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "6de1caac-0b14-496a-970f-ac40853272bf": { + "templateId": "HomebaseNode:questreward_plankerton_squad_ssd6", + "attributes": { + "item_seen": true + }, + "quantity": 1 + }, + "66d0bd45-dcb4-45ba-8f84-b9f85026210f": { + "templateId": "Worker:workerbasic_uc_t01", + "attributes": { + "gender": "2", + "level": 1, + "item_seen": true, + "squad_slot_idx": -1, + "portrait": "/Game/UI/Icons/Icon-Worker/IconDefinitions/IconDef-WorkerPortrait-Cooperative-F02.IconDef-WorkerPortrait-Cooperative-F02", + "max_level_bonus": 0, + "personality": "Homebase.Worker.Personality.IsCooperative", + "squad_id": "", + "xp": 0, + "slotted_building_id": "", + "building_slot_used": -1, + "favorite": false, + "set_bonus": "Homebase.Worker.SetBonus.IsResistanceLow" + }, + "quantity": 1 + }, + "09a36af3-5f4c-4486-a1d7-c7b5eb98420a": { + "templateId": "HomebaseNode:questreward_expedition_truck2", + "attributes": { + "item_seen": false + }, + "quantity": 1 + }, + "a3cc308e-3d64-42ce-abb6-aac921844938": { + "templateId": "Quest:outpostquest_t1_l8", + "attributes": { + "level": -1, + "item_seen": true, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-26T18:03:33.698Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false, + "completion_complete_outpost_1_8": 1 + }, + "quantity": 1 + }, + "de19e55b-84b0-48c4-87ca-5f1e53856d01": { + "templateId": "Quest:tutorial_loadout_support1", + "attributes": { + "completion_heroloadout_support1_intro": 1, + "level": -1, + "item_seen": false, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-01T22:04:44.104Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false, + "completion_heroloadout_support1_guardscreen1": 1 + }, + "quantity": 1 + }, + "6758384a-25ed-473d-8f75-72d54e312918": { + "templateId": "Quest:challenge_holdthedoor_4", + "attributes": { + "completion_complete_outpost": 3, + "level": -1, + "item_seen": true, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-04T22:12:48.160Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "5ee5ec8f-89c5-474b-929a-520dfb58b41b": { + "templateId": "Quest:challenge_eldritchabominations_14", + "attributes": { + "level": -1, + "item_seen": true, + "sent_new_notification": true, + "completion_kill_husk_smasher": 70, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-26T16:16:23.820Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "385c4680-f9ce-429b-85b9-ad2becb8b609": { + "templateId": "Worker:managersoldier_c_t01", + "attributes": { + "gender": "1", + "level": 1, + "item_seen": true, + "squad_slot_idx": -1, + "portrait": "/Game/UI/Icons/Icon-Worker/IconDefinitions/IconDef-ManagerPortrait-Marksman-M01.IconDef-ManagerPortrait-Marksman-M01", + "max_level_bonus": 0, + "personality": "Homebase.Worker.Personality.IsDependable", + "squad_id": "", + "xp": 0, + "slotted_building_id": "", + "managerSynergy": "Homebase.Manager.IsSoldier", + "building_slot_used": -1, + "favorite": false + }, + "quantity": 1 + }, + "2cee144d-e3ab-4e38-8226-eea7184e1124": { + "templateId": "Quest:challenge_holdthedoor_12", + "attributes": { + "completion_complete_outpost": 7, + "level": -1, + "item_seen": true, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-01T01:15:26.100Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "05466c25-bad3-44cf-b544-25f438cb4d1f": { + "templateId": "Quest:challenge_eldritchabominations_18", + "attributes": { + "level": -1, + "item_seen": true, + "sent_new_notification": true, + "completion_kill_husk_smasher": 90, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-14T19:22:24.450Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "6a430c9c-f84e-4d16-8b85-2a6e20652f7c": { + "templateId": "Quest:reactivequest_masterservers", + "attributes": { + "level": -1, + "item_seen": true, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-21T15:19:10.406Z", + "challenge_linked_quest_parent": "", + "completion_complete_protecttheservers_2": 1, + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "fbe39c76-99eb-4b80-8ef7-ccf85e5ac12b": { + "templateId": "Quest:challenge_eldritchabominations_3", + "attributes": { + "level": -1, + "item_seen": true, + "sent_new_notification": true, + "completion_kill_husk_smasher": 15, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-19T19:05:23.710Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "0da41ac0-23ac-4565-a450-13b3a5909a34": { + "templateId": "Quest:challenge_eldritchabominations_1", + "attributes": { + "level": -1, + "item_seen": true, + "sent_new_notification": true, + "completion_kill_husk_smasher": 5, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-17T16:38:37.900Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "18dae877-7c68-449c-8eb6-f49d6afbd366": { + "templateId": "Quest:cannyvalleyquest_filler_3_d1", + "attributes": { + "level": -1, + "item_seen": true, + "completion_complete_pve03_diff1_v2": 3, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-18T12:54:47.305Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false, + "completion_questcollect_survivoritemdata_v2": 15 + }, + "quantity": 1 + }, + "ed50246d-692e-4614-b9b9-ec176bc578ad": { + "templateId": "Quest:heroquest_soldier_1", + "attributes": { + "level": -1, + "item_seen": true, + "completion_upgrade_soldier": 1, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-28T09:59:48.945Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "completion_kill_husk_commando_assault": 100, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "681851b0-2c70-4868-9721-73cf870aea23": { + "templateId": "Expedition:expedition_traprun_sea_medium_t03", + "attributes": { + "expedition_criteria": [ + "RequiresRareConstructor" + ], + "level": 1, + "item_seen": false, + "expedition_max_target_power": 325, + "expedition_min_target_power": 16, + "expedition_slot_id": "expedition.generation.sea.t03_1", + "expedition_squad_id": "", + "max_level_bonus": 0, + "expedition_expiration_end_time": "2020-02-05T23:12:19.783Z", + "expedition_success_chance": 0, + "xp": 0, + "expedition_expiration_start_time": "2020-02-05T21:42:19.783Z", + "favorite": false + }, + "quantity": 1 + }, + "23f6fad1-ac04-4f3e-9a95-4597fc06c5c8": { + "templateId": "AccountResource:reagent_alteration_upgrade_vr", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "favorite": false + }, + "quantity": 2608499 + }, + "ee438717-2652-4637-b1ce-8208c45933b8": { + "templateId": "Worker:managerexplorer_r_t01", + "attributes": { + "gender": "1", + "level": 10, + "item_seen": true, + "squad_slot_idx": 0, + "portrait": "/Game/UI/Icons/Icon-Worker/IconDefinitions/IconDef-ManagerPortrait-Explorer-M01.IconDef-ManagerPortrait-Explorer-M01", + "max_level_bonus": 0, + "personality": "Homebase.Worker.Personality.IsAnalytical", + "squad_id": "squad_attribute_scavenging_scoutingparty", + "xp": 0, + "slotted_building_id": "", + "managerSynergy": "Homebase.Manager.IsExplorer", + "building_slot_used": -1, + "favorite": false + }, + "quantity": 1 + }, + "604593f6-d03e-43ef-aed4-d042c7f838ca": { + "templateId": "Defender:did_defenderpistol_basic_f_r_t01", + "attributes": { + "max_level_bonus": 0, + "squad_id": "", + "level": 1, + "item_seen": true, + "squad_slot_idx": -1, + "alterations": [ + "Alteration:aid_att_def_weapondamage_pistol", + "Alteration:aid_att_def_shieldregen", + "Alteration:aid_att_def_maxshield" + ], + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "91c3cf67-11cb-4407-9cfb-94453b82a17a": { + "templateId": "Quest:challenge_leavenoonebehind_7", + "attributes": { + "level": -1, + "item_seen": true, + "completion_questcollect_survivoritemdata": 50, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-29T16:58:38.024Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "42060f09-42d5-4511-b79d-76e53983ec83": { + "templateId": "Stat:technology", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": false, + "xp": 0, + "favorite": false + }, + "quantity": 5000 + }, + "13eb4f9d-d65e-4c3d-841f-d1de2963859b": { + "templateId": "Quest:challenge_missionaccomplished_5", + "attributes": { + "level": -1, + "completion_complete_primary": 5, + "item_seen": true, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-30T15:35:19.138Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "d112ab18-0f3f-4442-9de1-093b76238420": { + "templateId": "Worker:workerbasic_r_t01", + "attributes": { + "gender": "2", + "level": 1, + "item_seen": true, + "squad_slot_idx": -1, + "portrait": "/Game/UI/Icons/Icon-Worker/IconDefinitions/IconDef-WorkerPortrait-Dreamer-F02.IconDef-WorkerPortrait-Dreamer-F02", + "max_level_bonus": 0, + "personality": "Homebase.Worker.Personality.IsDreamer", + "squad_id": "", + "xp": 0, + "slotted_building_id": "", + "building_slot_used": -1, + "favorite": false, + "set_bonus": "Homebase.Worker.SetBonus.IsTrapDurabilityHigh" + }, + "quantity": 1 + }, + "fd3a14bb-82f2-4d7d-91c9-1518be006f4f": { + "templateId": "Quest:stonewoodquest_mechanical_buildlev2", + "attributes": { + "level": -1, + "item_seen": false, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-17T12:16:44.891Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false, + "completion_stonewoodquest_mechanical_buildlev2": 50 + }, + "quantity": 1 + }, + "deff5002-9313-4222-9468-cea7b1d1d008": { + "templateId": "Worker:workerbasic_r_t01", + "attributes": { + "gender": "2", + "level": 1, + "item_seen": true, + "squad_slot_idx": -1, + "portrait": "/Game/UI/Icons/Icon-Worker/IconDefinitions/IconDef-WorkerPortrait-Pragmatic-F03.IconDef-WorkerPortrait-Pragmatic-F03", + "max_level_bonus": 0, + "personality": "Homebase.Worker.Personality.IsPragmatic", + "squad_id": "", + "xp": 0, + "slotted_building_id": "", + "building_slot_used": -1, + "favorite": false, + "set_bonus": "Homebase.Worker.SetBonus.IsFortitudeLow" + }, + "quantity": 1 + }, + "83b49c86-dd3a-4792-8ef5-0765c8a6ddb3": { + "templateId": "Quest:wargames_visibilityquest_wargame_generators", + "attributes": { + "level": -1, + "item_seen": false, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Active", + "last_state_change_time": "2020-01-09T15:12:41.066Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "completion_wargames_visibilityquest_wargame_generators": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "5b4537ec-1fff-424c-b8a3-07d2f3ff1169": { + "templateId": "AccountResource:reagent_weapons", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "favorite": false + }, + "quantity": 1802572 + }, + "5d8d400c-506b-4b75-843c-a5bda783b7b5": { + "templateId": "Stat:fortitude", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": false, + "xp": 0, + "favorite": false + }, + "quantity": 5000 + }, + "c082bb8b-ee6a-4f1b-b953-9a2557c4ee11f": { + "templateId": "Hero:hid_commando_gunheadshothw_sr_t04", + "attributes": { + "outfitvariants": [], + "backblingvariants": [], + "gender": 0, + "level": 40, + "item_seen": true, + "squad_slot_idx": -1, + "portrait": "", + "hero_name": "DefaultHeroName", + "max_level_bonus": 0, + "squad_id": "Squad_Combat_AdventureSquadOne", + "mode_loadouts": [], + "xp": 0, + "slotted_building_id": "", + "refundable": false, + "favorite": true, + "building_slot_used": -1 + }, + "quantity": 1 + }, + "4030e2d1-ce9d-4d72-ae3c-986568a40477": { + "templateId": "AccountResource:schematicxp", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "favorite": false + }, + "quantity": 370449162 + }, + "c48f6525-cbe5-497b-87aa-8fe772c5afbb": { + "templateId": "AccountResource:reagent_evolverarity_r", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "favorite": false + }, + "quantity": 7109842 + }, + "19b4591e-ed2f-4b9a-b21c-ea7bc193e236": { + "templateId": "Worker:workerbasic_vr_t01", + "attributes": { + "gender": "1", + "level": 1, + "item_seen": true, + "squad_slot_idx": -1, + "portrait": "/Game/UI/Icons/Icon-Worker/IconDefinitions/IconDef-WorkerPortrait-Competitive-M03.IconDef-WorkerPortrait-Competitive-M03", + "max_level_bonus": 0, + "personality": "Homebase.Worker.Personality.IsCompetitive", + "squad_id": "", + "xp": 0, + "slotted_building_id": "", + "building_slot_used": -1, + "favorite": false, + "set_bonus": "Homebase.Worker.SetBonus.IsMeleeDamageLow" + }, + "quantity": 1 + }, + "cc38f919-836a-4b1b-8b3e-63ef167049ec": { + "templateId": "HomebaseNode:skilltree_adrenalinerush", + "attributes": { + "item_seen": false + }, + "quantity": 6 + }, + "7e86b21b-4ddb-49ba-a6ce-4b2f388fd6c9": { + "templateId": "Worker:workerbasic_uc_t01", + "attributes": { + "gender": "1", + "level": 1, + "item_seen": true, + "squad_slot_idx": -1, + "portrait": "/Game/UI/Icons/Icon-Worker/IconDefinitions/IconDef-WorkerPortrait-Dreamer-M03.IconDef-WorkerPortrait-Dreamer-M03", + "max_level_bonus": 0, + "personality": "Homebase.Worker.Personality.IsDreamer", + "squad_id": "", + "xp": 0, + "slotted_building_id": "", + "building_slot_used": -1, + "favorite": false, + "set_bonus": "Homebase.Worker.SetBonus.IsTrapDurabilityHigh" + }, + "quantity": 1 + }, + "3992a16e-5002-457a-bb6c-4886ba3cb683": { + "templateId": "Worker:workerbasic_c_t01", + "attributes": { + "gender": "2", + "level": 1, + "item_seen": true, + "squad_slot_idx": -1, + "portrait": "/Game/UI/Icons/Icon-Worker/IconDefinitions/IconDef-WorkerPortrait-Analytical-F01.IconDef-WorkerPortrait-Analytical-F01", + "max_level_bonus": 0, + "personality": "Homebase.Worker.Personality.IsAnalytical", + "squad_id": "", + "xp": 0, + "slotted_building_id": "", + "building_slot_used": -1, + "favorite": false, + "set_bonus": "Homebase.Worker.SetBonus.IsAbilityDamageLow" + }, + "quantity": 1 + }, + "286be2b0-c6b1-413f-902f-052e2570df4a": { + "templateId": "AccountResource:reagent_people", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "favorite": false + }, + "quantity": 3999781 + }, + "c8b838d5-2077-4192-8877-d38e9bb8a04c": { + "templateId": "Quest:homebaseonboardingafteroutpost", + "attributes": { + "level": -1, + "item_seen": true, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-25T19:10:31.437Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "completion_open_card_pack": 1, + "xp": 0, + "completion_purchase_card_pack": 1, + "completion_hbonboarding_watchoutpostunlock": 1, + "favorite": false + }, + "quantity": 1 + }, + "6be66163-d4ae-465d-b0d4-937d9d64b7fd": { + "templateId": "AccountResource:reagent_evolverarity_sr", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "favorite": false + }, + "quantity": 9980316 + }, + "935ad5ed-ee84-496c-ae71-b021a71327a5": { + "templateId": "Hero:hid_commando_shockdamage_r_t01", + "attributes": { + "outfitvariants": [], + "backblingvariants": [], + "gender": 0, + "level": 1, + "item_seen": true, + "squad_slot_idx": -1, + "portrait": "", + "hero_name": "DefaultHeroName", + "max_level_bonus": 0, + "squad_id": "", + "mode_loadouts": [], + "xp": 0, + "slotted_building_id": "", + "refundable": false, + "building_slot_used": -1, + "favorite": false + }, + "quantity": 1 + }, + "bff3da51-c78d-4458-9865-9c8605518dc4": { + "templateId": "HomebaseNode:questreward_evolution3", + "attributes": { + "item_seen": false + }, + "quantity": 1 + }, + "4ff777eb-a9df-4276-b4c2-3b224061327b": { + "templateId": "HomebaseNode:skilltree_airstrike", + "attributes": { + "item_seen": false + }, + "quantity": 6 + }, + "dc4a434b-0e6f-456c-9e58-97d7bc3cc6b6": { + "templateId": "Quest:stonewoodquest_filler_1_d4", + "attributes": { + "level": -1, + "item_seen": true, + "completion_complete_pve01_diff4": 2, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-16T16:37:45.404Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false, + "completion_complete_encampment_1_diff4": 4 + }, + "quantity": 1 + }, + "8bf4df23-88ef-492c-b3e1-d5eed48cc1d5": { + "templateId": "AccountResource:reagent_alteration_generic", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "favorite": false + }, + "quantity": 8014533 + }, + "98ae1807-f516-42d4-9721-5fab57424d55": { + "templateId": "Quest:starlightquest_kill_mimics", + "attributes": { + "level": -1, + "completion_starlightquest_kill_mimics": 1, + "item_seen": true, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Active", + "last_state_change_time": "2020-01-20T18:44:07.274Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "95b82582-4cdb-46af-9678-ff59b5a41fbe": { + "templateId": "Quest:cannyvalleyquest_filler_1_d4", + "attributes": { + "completion_complete_mimic_3_diff4": 0, + "level": -1, + "item_seen": true, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Active", + "last_state_change_time": "2020-01-21T13:22:45.299Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "20f8ba5d-becc-4132-bb58-200c8a70f154": { + "templateId": "Quest:cannyvalley_landmark_memorial", + "attributes": { + "level": -1, + "item_seen": true, + "sent_new_notification": true, + "challenge_bundle_id": "", + "completion_cannyvalley_landmark_memorial": 1, + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-25T21:43:34.441Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "selection": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "62c9d8a8-a957-49f3-b20c-b131c648af95": { + "templateId": "HomebaseNode:questreward_twinepeaks_squad_ssd4", + "attributes": { + "item_seen": true + }, + "quantity": 1 + }, + "08852309-9890-4632-aeab-ff37c331ace8": { + "templateId": "Worker:managersoldier_r_t01", + "attributes": { + "gender": "2", + "level": 1, + "item_seen": true, + "squad_slot_idx": -1, + "portrait": "/Game/UI/Icons/Icon-Worker/IconDefinitions/IconDef-ManagerPortrait-Marksman-F01.IconDef-ManagerPortrait-Marksman-F01", + "max_level_bonus": 0, + "personality": "Homebase.Worker.Personality.IsCurious", + "squad_id": "", + "xp": 0, + "slotted_building_id": "", + "managerSynergy": "Homebase.Manager.IsSoldier", + "building_slot_used": -1, + "favorite": false + }, + "quantity": 1 + }, + "e1298c41-3725-4616-be32-09e1ba619faa": { + "templateId": "Quest:challenge_missionaccomplished_17", + "attributes": { + "level": -1, + "completion_complete_primary": 11, + "item_seen": true, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-25T18:08:15.002Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "2a3e1c30-f3a9-4da5-9045-3505465e0d31": { + "templateId": "Quest:challenge_toxictreasures_14", + "attributes": { + "level": -1, + "item_seen": true, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-27T14:08:53.195Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "completion_complete_mimic": 8, + "favorite": false + }, + "quantity": 1 + }, + "b2174271-a332-465e-9e1e-bd768cb07444": { + "templateId": "Quest:wargames_visibilityquest_challenge_fog", + "attributes": { + "completion_wargames_visibilityquest_challenge_fog": 0, + "level": -1, + "item_seen": false, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Active", + "last_state_change_time": "2020-01-09T15:12:41.065Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "200854c3-571c-4103-b580-b2848186c1ab": { + "templateId": "Worker:worker_halloween_husk_uc_t01", + "attributes": { + "gender": "1", + "level": 1, + "item_seen": true, + "squad_slot_idx": -1, + "portrait": "/Game/UI/Icons/Icon-Worker/IconDefinitions/IconDef-WorkerPortrait-Husk.IconDef-WorkerPortrait-Husk", + "max_level_bonus": 0, + "personality": "Homebase.Worker.Personality.IsAdventurous", + "squad_id": "", + "xp": 0, + "slotted_building_id": "", + "building_slot_used": -1, + "favorite": false, + "set_bonus": "Homebase.Worker.SetBonus.IsRangedDamageLow" + }, + "quantity": 1 + }, + "e2ac177f-9020-47c2-b640-48f1bff809ac": { + "templateId": "Quest:stonewoodquest_fetch_researchcrates", + "attributes": { + "level": -1, + "item_seen": false, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-17T12:16:44.879Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "completion_stonewoodquest_fetch_researchcrates": 5, + "favorite": false + }, + "quantity": 1 + }, + "220b0ab9-8d01-4f6c-9d83-47be281468cc": { + "templateId": "Quest:stonewoodquest_tutorial_expeditions", + "attributes": { + "completion_expeditions_tabcallout": 1, + "completion_expeditions_guard_heroes": 1, + "level": -1, + "completion_expeditions_intro": 1, + "item_seen": false, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-17T12:16:44.933Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "completion_expeditions_guard_command": 1, + "favorite": false, + "completion_expeditions_highlight_command": 1 + }, + "quantity": 1 + }, + "7c686cb2-1e1c-44d2-a3cb-1f0627fde280": { + "templateId": "Worker:worker_halloween_lobber_vr_t01", + "attributes": { + "gender": "1", + "level": 10, + "item_seen": true, + "squad_slot_idx": 5, + "portrait": "/Game/UI/Icons/Icon-Worker/IconDefinitions/IconDef-WorkerPortrait-Lobber.IconDef-WorkerPortrait-Lobber", + "max_level_bonus": 0, + "personality": "Homebase.Worker.Personality.IsDreamer", + "squad_id": "squad_attribute_medicine_trainingteam", + "xp": 0, + "slotted_building_id": "", + "building_slot_used": -1, + "favorite": false, + "set_bonus": "Homebase.Worker.SetBonus.IsResistanceLow" + }, + "quantity": 1 + }, + "43463202-24f8-45de-b0a3-27fcc4758768": { + "templateId": "Quest:challenge_holdthedoor_8", + "attributes": { + "completion_complete_outpost": 5, + "level": -1, + "item_seen": true, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-13T22:14:59.796Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "3c295830-2deb-49c6-87c6-1a84627bd8e2": { + "templateId": "Worker:workerbasic_r_t03", + "attributes": { + "gender": "1", + "level": 30, + "squad_slot_idx": 3, + "item_seen": true, + "portrait": "/Game/UI/Icons/Icon-Worker/IconDefinitions/IconDef-WorkerPortrait-Curious-M03.IconDef-WorkerPortrait-Curious-M03", + "max_level_bonus": 0, + "personality": "Homebase.Worker.Personality.IsCurious", + "squad_id": "squad_attribute_synthesis_corpsofengineering", + "xp": 0, + "slotted_building_id": "", + "building_slot_used": -1, + "favorite": false, + "set_bonus": "Homebase.Worker.SetBonus.IsResistanceLow" + }, + "quantity": 1 + }, + "38a253b1-7380-4d3b-8ce4-de471e9320d7": { + "templateId": "Worker:workerbasic_c_t01", + "attributes": { + "gender": "2", + "level": 1, + "item_seen": true, + "squad_slot_idx": -1, + "portrait": "/Game/UI/Icons/Icon-Worker/IconDefinitions/IconDef-WorkerPortrait-Pragmatic-F01.IconDef-WorkerPortrait-Pragmatic-F01", + "max_level_bonus": 0, + "personality": "Homebase.Worker.Personality.IsPragmatic", + "squad_id": "", + "xp": 0, + "slotted_building_id": "", + "building_slot_used": -1, + "favorite": false, + "set_bonus": "Homebase.Worker.SetBonus.IsShieldRegenLow" + }, + "quantity": 1 + }, + "e9e46a90-b1cb-407d-a8df-0f648048f49d": { + "templateId": "Worker:workerbasic_c_t01", + "attributes": { + "gender": "2", + "level": 1, + "item_seen": true, + "squad_slot_idx": -1, + "portrait": "/Game/UI/Icons/Icon-Worker/IconDefinitions/IconDef-WorkerPortrait-Cooperative-F01.IconDef-WorkerPortrait-Cooperative-F01", + "max_level_bonus": 0, + "personality": "Homebase.Worker.Personality.IsCooperative", + "squad_id": "", + "xp": 0, + "slotted_building_id": "", + "building_slot_used": -1, + "favorite": false, + "set_bonus": "Homebase.Worker.SetBonus.IsFortitudeLow" + }, + "quantity": 1 + }, + "b9e5891c-04e3-4da7-8e14-5703072ca4c1": { + "templateId": "Worker:workerbasic_r_t02", + "attributes": { + "gender": "2", + "level": 10, + "squad_slot_idx": 3, + "item_seen": true, + "portrait": "/Game/UI/Icons/Icon-Worker/IconDefinitions/IconDef-WorkerPortrait-Pragmatic-F01.IconDef-WorkerPortrait-Pragmatic-F01", + "max_level_bonus": 0, + "personality": "Homebase.Worker.Personality.IsPragmatic", + "squad_id": "squad_attribute_scavenging_gadgeteers", + "xp": 0, + "slotted_building_id": "", + "building_slot_used": -1, + "favorite": false, + "set_bonus": "Homebase.Worker.SetBonus.IsResistanceLow" + }, + "quantity": 1 + }, + "03fe74cf-9878-43d5-8e05-cc7040e9b2d2": { + "templateId": "Quest:challenge_holdthedoor_17", + "attributes": { + "completion_complete_outpost": 10, + "level": -1, + "item_seen": true, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-09T16:35:41.679Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "4dfc9eae-2829-4c39-886d-7af2dd9d2d5d": { + "templateId": "Quest:stonewoodquest_landmark_buildoff", + "attributes": { + "level": -1, + "item_seen": false, + "sent_new_notification": true, + "completion_stonewoodquest_landmark_buildoff": 1, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-17T12:16:44.887Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "8aa90b9c-f6ef-4c86-9bf7-bdca1ef820a4": { + "templateId": "Defender:did_defenderpistol_basic_f_r_t01", + "attributes": { + "max_level_bonus": 0, + "squad_id": "", + "level": 1, + "item_seen": true, + "squad_slot_idx": -1, + "alterations": [ + "Alteration:aid_att_def_weapondamage_pistol", + "Alteration:aid_att_def_maxhealth", + "Alteration:aid_att_def_weapondamage_pistol" + ], + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "a1282f97-875f-4e97-bf64-becad0ce16cf": { + "templateId": "Worker:workerbasic_c_t01", + "attributes": { + "gender": "1", + "level": 1, + "item_seen": true, + "squad_slot_idx": -1, + "portrait": "/Game/UI/Icons/Icon-Worker/IconDefinitions/IconDef-WorkerPortrait-Curious-M01.IconDef-WorkerPortrait-Curious-M01", + "max_level_bonus": 0, + "personality": "Homebase.Worker.Personality.IsCurious", + "squad_id": "", + "xp": 0, + "slotted_building_id": "", + "building_slot_used": -1, + "favorite": false, + "set_bonus": "Homebase.Worker.SetBonus.IsAbilityDamageLow" + }, + "quantity": 1 + }, + "84458f2b-aec1-44a9-9a21-beb9dbd1dab9": { + "templateId": "Quest:s11_holdfastquest_season_burner", + "attributes": { + "level": -1, + "completion_s11_holdfastquest_season_burner": 0, + "item_seen": false, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Active", + "last_state_change_time": "2020-01-20T18:44:07.278Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "d7e7a2e5-fd79-4c32-9344-dfbbc2a45aa7": { + "templateId": "Worker:workerbasic_r_t01", + "attributes": { + "gender": "1", + "level": 1, + "item_seen": true, + "squad_slot_idx": -1, + "portrait": "/Game/UI/Icons/Icon-Worker/IconDefinitions/IconDef-WorkerPortrait-Cooperative-M02.IconDef-WorkerPortrait-Cooperative-M02", + "max_level_bonus": 0, + "personality": "Homebase.Worker.Personality.IsCooperative", + "squad_id": "", + "xp": 0, + "slotted_building_id": "", + "building_slot_used": -1, + "favorite": false, + "set_bonus": "Homebase.Worker.SetBonus.IsRangedDamageLow" + }, + "quantity": 1 + }, + "5552c272-e4f0-4371-8f0f-105fcba1397b": { + "templateId": "Quest:wargames_visibilityquest_wargame_telebomb", + "attributes": { + "level": -1, + "item_seen": false, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Active", + "last_state_change_time": "2020-01-08T17:52:23.912Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false, + "completion_wargames_visibilityquest_wargame_telebomb": 0 + }, + "quantity": 1 + }, + "1bedb842-058d-44c8-9782-a41be23a2b13": { + "templateId": "Stat:fortitude_team", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": false, + "xp": 0, + "favorite": false + }, + "quantity": 5000 + }, + "7904a674-7d0f-4c84-97bf-7007060e917d": { + "templateId": "Defender:did_defenderassault_basic_r_t01", + "attributes": { + "max_level_bonus": 0, + "squad_id": "", + "level": 1, + "item_seen": true, + "squad_slot_idx": -1, + "alterations": [ + "Alteration:aid_att_def_reload", + "Alteration:aid_att_def_maxhealth", + "Alteration:aid_att_def_critchance_ranged" + ], + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "70bc37c0-8298-4d94-9844-938d8f0d58b7": { + "templateId": "AccountResource:reagent_c_t02", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "favorite": false + }, + "quantity": 4923098 + }, + "e245fbb8-a31e-41f8-a16e-bacd1ea6fab9": { + "templateId": "HomebaseNode:questreward_plankerton_squad_ssd4", + "attributes": { + "item_seen": true + }, + "quantity": 1 + }, + "2e2e822e-25eb-4f04-9ccd-36c122ce6817": { + "templateId": "Quest:challenge_missionaccomplished_16", + "attributes": { + "level": -1, + "completion_complete_primary": 10, + "item_seen": true, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-23T15:25:43.242Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "248f6221-7cce-4506-a03e-6121e228a13a": { + "templateId": "HomebaseNode:questreward_expedition_rowboat2", + "attributes": { + "item_seen": false + }, + "quantity": 1 + }, + "0cbb8c3d-88ee-4ef0-a8b5-2b71e5a85f90": { + "templateId": "Hero:hid_ninja_smokedimmak_r_t01", + "attributes": { + "outfitvariants": [], + "backblingvariants": [], + "gender": 0, + "level": 1, + "item_seen": true, + "squad_slot_idx": -1, + "portrait": "", + "hero_name": "DefaultHeroName", + "max_level_bonus": 0, + "squad_id": "", + "mode_loadouts": [], + "xp": 0, + "slotted_building_id": "", + "refundable": false, + "building_slot_used": -1, + "favorite": false + }, + "quantity": 1 + }, + "819ebf83-b097-46ce-af00-629f475e6d3e": { + "templateId": "Quest:heroquest_constructor_2", + "attributes": { + "completion_ability_bullrush": 1, + "level": -1, + "completion_ability_base": 1, + "item_seen": true, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "completion_build_any_floor_constructor": 1, + "quest_state": "Claimed", + "last_state_change_time": "2020-01-05T19:11:13.875Z", + "completion_complete_pve01_diff2_constructor": 1, + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "f67f0510-d1f2-421e-9d28-864768a4f39d": { + "templateId": "Hero:hid_ninja_slashtail_sr_t01", + "attributes": { + "outfitvariants": [], + "backblingvariants": [], + "gender": 0, + "level": 1, + "item_seen": true, + "squad_slot_idx": -1, + "portrait": "", + "hero_name": "DefaultHeroName", + "max_level_bonus": 0, + "squad_id": "", + "mode_loadouts": [], + "xp": 0, + "slotted_building_id": "", + "refundable": false, + "building_slot_used": -1, + "favorite": false + }, + "quantity": 1 + }, + "b4b3ba24-03df-464e-8c40-b83086613da2": { + "templateId": "Worker:workerbasic_vr_t01", + "attributes": { + "gender": "1", + "level": 10, + "item_seen": true, + "squad_slot_idx": 2, + "portrait": "/Game/UI/Icons/Icon-Worker/IconDefinitions/IconDef-WorkerPortrait-Adventurous-M01.IconDef-WorkerPortrait-Adventurous-M01", + "max_level_bonus": 0, + "personality": "Homebase.Worker.Personality.IsAdventurous", + "squad_id": "squad_attribute_arms_closeassaultsquad", + "xp": 0, + "slotted_building_id": "", + "building_slot_used": -1, + "favorite": false, + "set_bonus": "Homebase.Worker.SetBonus.IsMeleeDamageLow" + }, + "quantity": 1 + }, + "e77184ab-7203-4290-a920-8dbfa2181d27": { + "templateId": "Quest:heroquest_constructorleadership", + "attributes": { + "completion_has_item_constructor": 0, + "level": -1, + "item_seen": true, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-25T19:22:16.437Z", + "completion_unlock_skill_tree_constructor_leadership": 1, + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "ff0addb1-36c3-4f1f-b071-235f73ca11fd": { + "templateId": "Defender:did_defenderassault_basic_r_t01", + "attributes": { + "max_level_bonus": 0, + "squad_id": "", + "level": 1, + "item_seen": true, + "squad_slot_idx": -1, + "alterations": [ + "Alteration:aid_att_def_critchance_ranged", + "Alteration:aid_att_def_maxshield", + "Alteration:aid_att_def_weapondamage_assault" + ], + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "a4120a0f-a514-4e42-a995-01eaacd47f27": { + "templateId": "Worker:workerbasic_vr_t01", + "attributes": { + "gender": "1", + "level": 10, + "squad_slot_idx": 2, + "item_seen": true, + "portrait": "/Game/UI/Icons/Icon-Worker/IconDefinitions/IconDef-WorkerPortrait-Curious-M01.IconDef-WorkerPortrait-Curious-M01", + "max_level_bonus": 0, + "personality": "Homebase.Worker.Personality.IsCurious", + "squad_id": "squad_attribute_arms_fireteamalpha", + "xp": 0, + "slotted_building_id": "", + "building_slot_used": -1, + "favorite": false, + "set_bonus": "Homebase.Worker.SetBonus.IsRangedDamageLow" + }, + "quantity": 1 + }, + "1d163a14-5eb5-400d-81bc-b0118c4a1767": { + "templateId": "AccountResource:reagent_c_t01", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "favorite": false + }, + "quantity": 4120062 + }, + "258b2f63-04e8-4d24-9a84-55ed52dbd456": { + "templateId": "Quest:reactivequest_riftdata", + "attributes": { + "completion_quest_reactive_riftdata": 3, + "level": -1, + "item_seen": true, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-01T14:52:17.316Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "f049eabf-1e62-4b31-a7c3-23fcf34dd89f": { + "templateId": "Quest:challenge_leavenoonebehind_15", + "attributes": { + "level": -1, + "item_seen": true, + "completion_questcollect_survivoritemdata": 95, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-06T12:04:19.607Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "211f3830-9ff4-4e69-a948-385c39d70d34": { + "templateId": "Quest:heroquest_constructor_3", + "attributes": { + "level": -1, + "item_seen": true, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "completion_complete_buildradar_1_diff2_con": 1, + "last_state_change_time": "2020-01-09T16:57:03.680Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "bce62425-ef07-44dd-9a77-a1423e260281": { + "templateId": "Quota:restxp", + "attributes": { + "max_quota": 4556491, + "max_level_bonus": 0, + "level": 1, + "units_per_minute_recharge": 3797, + "item_seen": false, + "recharge_delay_minutes": 360, + "xp": 0, + "last_mod_time": "2020-02-05T21:52:20.369Z", + "favorite": false, + "current_value": 4200412 + }, + "quantity": 1 + }, + "bd1cc084-307f-4b99-92c4-655d767542ca": { + "templateId": "Worker:workerbasic_vr_t01", + "attributes": { + "gender": "1", + "level": 1, + "item_seen": true, + "squad_slot_idx": -1, + "portrait": "/Game/UI/Icons/Icon-Worker/IconDefinitions/IconDef-WorkerPortrait-Pragmatic-M02.IconDef-WorkerPortrait-Pragmatic-M02", + "max_level_bonus": 0, + "personality": "Homebase.Worker.Personality.IsPragmatic", + "squad_id": "squad_attribute_arms_fireteamalpha", + "xp": 0, + "slotted_building_id": "", + "building_slot_used": -1, + "favorite": false, + "set_bonus": "Homebase.Worker.SetBonus.IsAbilityDamageLow" + }, + "quantity": 1 + }, + "9c63c78d-dff7-48d4-8833-e396910914bb": { + "templateId": "Expedition:expedition_traprun_medium_t02", + "attributes": { + "expedition_criteria": [ + "RequiresOutlander", + "RequiresRareNinja" + ], + "level": 1, + "item_seen": false, + "expedition_max_target_power": 210, + "expedition_min_target_power": 10, + "expedition_slot_id": "expedition.generation.land.t02_0", + "expedition_squad_id": "", + "max_level_bonus": 0, + "expedition_expiration_end_time": "2020-02-05T23:12:19.785Z", + "expedition_success_chance": 0, + "xp": 0, + "expedition_expiration_start_time": "2020-02-05T21:42:19.785Z", + "favorite": false + }, + "quantity": 1 + }, + "6540e57b-279b-4e6a-9eb8-640d31d11011": { + "templateId": "Hero:hid_constructor_hammertank_r_t01", + "attributes": { + "outfitvariants": [], + "backblingvariants": [], + "gender": 0, + "level": 1, + "item_seen": false, + "squad_slot_idx": -1, + "portrait": "", + "hero_name": "DefaultHeroName", + "max_level_bonus": 0, + "squad_id": "", + "mode_loadouts": [], + "xp": 0, + "slotted_building_id": "", + "refundable": false, + "building_slot_used": -1, + "favorite": false + }, + "quantity": 1 + }, + "074ef96e-9a86-4313-8f32-04bf160e739d": { + "templateId": "Quest:plankertonquest_filler_7_d5", + "attributes": { + "level": -1, + "item_seen": true, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-23T15:57:42.860Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "completion_complete_exploration_2_diff5": 2, + "favorite": false + }, + "quantity": 1 + }, + "fdd5f17c-3138-472f-898d-840c5ad7b962": { + "templateId": "Worker:workerbasic_c_t01", + "attributes": { + "gender": "2", + "level": 1, + "item_seen": false, + "squad_slot_idx": -1, + "portrait": "/Game/UI/Icons/Icon-Worker/IconDefinitions/IconDef-WorkerPortrait-Dreamer-F01.IconDef-WorkerPortrait-Dreamer-F01", + "max_level_bonus": 0, + "personality": "Homebase.Worker.Personality.IsDreamer", + "squad_id": "", + "xp": 0, + "slotted_building_id": "", + "building_slot_used": -1, + "favorite": false, + "set_bonus": "Homebase.Worker.SetBonus.IsRangedDamageLow" + }, + "quantity": 1 + }, + "a6fa0859-61e9-4c54-8be6-14a881292419": { + "templateId": "Quest:achievement_loottreasurechests", + "attributes": { + "level": -1, + "item_seen": true, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "completion_interact_treasurechest": 216, + "quest_state": "Active", + "last_state_change_time": "2020-01-25T18:55:36.621Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "3b3c116f-7f1d-4092-89ce-ebeeb6af329f": { + "templateId": "HomebaseNode:questreward_expedition_speedboat3", + "attributes": { + "item_seen": false + }, + "quantity": 1 + }, + "41a17006-4d60-4b7f-99c6-6923252e6dea": { + "templateId": "Defender:did_defenderpistol_basic_c_t01", + "attributes": { + "max_level_bonus": 0, + "squad_id": "", + "level": 1, + "item_seen": true, + "squad_slot_idx": -1, + "alterations": [ + "Alteration:aid_att_def_maxshield" + ], + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "4ccba65b-7221-4391-b562-8e4098693876": { + "templateId": "Quest:foundersquest_getrewards_1_2", + "attributes": { + "level": -1, + "item_seen": false, + "completion_questcomplete_outpostquest_t1_l1": 0, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-25T19:10:49.382Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "completion_questcomplete_homebaseonboardingafteroutpost": 1, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "6441c8bd-4f42-4cf8-baac-a07e67d5e6cd": { + "templateId": "Quest:genericquest_killmistmonsters_repeatable", + "attributes": { + "level": -1, + "item_seen": false, + "sent_new_notification": true, + "completion_kill_husk_smasher": 6, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Active", + "last_state_change_time": "2020-01-20T18:44:07.280Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "bcd8ada9-8a47-4319-9102-97fe459cc7ce": { + "templateId": "Quest:s11_holdfastquest_legend_30", + "attributes": { + "level": -1, + "item_seen": false, + "sent_new_notification": true, + "completion_s11_holdfastquest_legend_30": 0, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Active", + "last_state_change_time": "2020-01-31T10:28:35.698Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "119bd706-523a-4d84-a12b-189e1939ec0c": { + "templateId": "Worker:workerbasic_uc_t01", + "attributes": { + "gender": "2", + "level": 1, + "item_seen": false, + "squad_slot_idx": -1, + "portrait": "/Game/UI/Icons/Icon-Worker/IconDefinitions/IconDef-WorkerPortrait-Dependable-F02.IconDef-WorkerPortrait-Dependable-F02", + "max_level_bonus": 0, + "personality": "Homebase.Worker.Personality.IsDependable", + "squad_id": "", + "xp": 0, + "slotted_building_id": "", + "building_slot_used": -1, + "favorite": false, + "set_bonus": "Homebase.Worker.SetBonus.IsMeleeDamageLow" + }, + "quantity": 1 + }, + "70e6e0e9-0c7a-4eeb-aad2-caea2ffa1258": { + "templateId": "Quest:heroquest_ninja_1", + "attributes": { + "completion_unlock_skill_tree_ninja_leadership": 1, + "level": -1, + "item_seen": true, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-27T15:41:26.078Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "completion_kill_husk_melee": 20, + "favorite": false + }, + "quantity": 1 + }, + "0dd26862-4694-412b-837d-a67dea9aba7a": { + "templateId": "Quest:s11_holdfastquest_repeat_ice", + "attributes": { + "completion_s11_holdfastquest_repeat_ice": 0, + "level": -1, + "item_seen": false, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Active", + "last_state_change_time": "2020-01-20T18:44:07.277Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "cd303fb5-1853-4168-afad-55a768b5243a": { + "templateId": "Quest:cannyvalley_hidden_enablegunslinger", + "attributes": { + "level": -1, + "item_seen": false, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Active", + "last_state_change_time": "2020-01-14T17:13:26.986Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "completion_questcomplete_cannyvalley_landmark_highnoon": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "10f912aa-6c9c-4107-a8f6-529389bc72d9": { + "templateId": "PrerollData:preroll_basic", + "attributes": { + "linked_offer": "", + "fulfillmentId": "63BE689248CAF1251C84B4B3574F90EF", + "expended_streakbreakers": {}, + "level": 1, + "item_seen": false, + "max_level_bonus": 0, + "highest_rarity": 0, + "xp": 0, + "offerId": "B9B0CE758A5049F898773C1A47A69ED4", + "expiration": "2020-02-06T00:00:00.000Z", + "items": [ + { + "itemType": "AccountResource:schematicxp", + "attributes": {}, + "quantity": 307934838 + }, + { + "itemType": "Defender:did_defendermelee_basic_c_t01", + "attributes": { + "Alteration": { + "LootTierGroup": "AlterationTG.Defender.Melee.C", + "Tier": 0 + }, + "alterations": [ + "Alteration:aid_att_def_maxshield" + ] + }, + "quantity": 1 + }, + { + "itemType": "Worker:workerbasic_uc_t01", + "attributes": { + "personality": "Homebase.Worker.Personality.IsCurious", + "gender": "1", + "portrait": "/Game/UI/Icons/Icon-Worker/IconDefinitions/IconDef-WorkerPortrait-Curious-M01.IconDef-WorkerPortrait-Curious-M01", + "set_bonus": "Homebase.Worker.SetBonus.IsRangedDamageLow" + }, + "quantity": 1 + }, + { + "itemType": "AccountResource:eventcurrency_snowballs", + "attributes": {}, + "quantity": 2426612 + } + ], + "favorite": false + }, + "quantity": 1 + }, + "325a6d3e-ddd5-4418-8553-9fce0df3cf72": { + "templateId": "Worker:worker_halloween_husky_vr_t01", + "attributes": { + "gender": "2", + "level": 10, + "squad_slot_idx": 6, + "item_seen": true, + "portrait": "/Game/UI/Icons/Icon-Worker/IconDefinitions/IconDef-WorkerPortrait-Husky.IconDef-WorkerPortrait-Husky", + "max_level_bonus": 0, + "personality": "Homebase.Worker.Personality.IsCooperative", + "squad_id": "squad_attribute_synthesis_thethinktank", + "xp": 0, + "slotted_building_id": "", + "building_slot_used": -1, + "favorite": false, + "set_bonus": "Homebase.Worker.SetBonus.IsAbilityDamageLow" + }, + "quantity": 1 + }, + "1b843219-84db-4ec6-a64e-7295e661fa06": { + "templateId": "Hero:hid_ninja_starsassassin_r_t01", + "attributes": { + "outfitvariants": [], + "backblingvariants": [], + "gender": 0, + "level": 1, + "item_seen": true, + "squad_slot_idx": -1, + "portrait": "", + "hero_name": "DefaultHeroName", + "max_level_bonus": 0, + "squad_id": "", + "mode_loadouts": [], + "xp": 0, + "slotted_building_id": "", + "refundable": false, + "building_slot_used": -1, + "favorite": false + }, + "quantity": 1 + }, + "1216b26a-a260-43b1-8d17-2c02fee5316f": { + "templateId": "Quest:s11_fetch_quest_g1", + "attributes": { + "level": -1, + "item_seen": true, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-02-01T23:34:22.885Z", + "challenge_linked_quest_parent": "", + "completion_s11_fetch_quest_g1": 7, + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "f38cb910-69e1-4568-bae5-d5de5f726836": { + "templateId": "Quest:cannyvalleyquest_filler_1_d2", + "attributes": { + "level": -1, + "item_seen": true, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Active", + "last_state_change_time": "2020-01-12T12:16:47.176Z", + "challenge_linked_quest_parent": "", + "completion_complete_gate_quadruple_3_diff2": 0, + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "2f8d0d43-abb6-4b55-a4c1-c8d42ab669be": { + "templateId": "Defender:did_defenderpistol_basic_c_t01", + "attributes": { + "max_level_bonus": 0, + "squad_id": "", + "level": 1, + "item_seen": true, + "squad_slot_idx": -1, + "alterations": [ + "Alteration:aid_att_def_firerate" + ], + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "2b1fad8b-d49d-4741-8747-3b5629f74bba": { + "templateId": "Quest:s11_holdfastquest_season_survive_15", + "attributes": { + "completion_s11_holdfastquest_season_survive_15": 0, + "level": -1, + "item_seen": false, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Active", + "last_state_change_time": "2020-01-20T18:44:07.278Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "be484b90-7a03-4cc7-bf4d-99968b6c63a5": { + "templateId": "Quest:cannyvalleyquest_filler_1_d1", + "attributes": { + "level": -1, + "item_seen": true, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-21T13:04:12.276Z", + "completion_quick_complete_pve03": 2, + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "01ec9093-6d91-439e-9231-05bdb1ef6d3c": { + "templateId": "Worker:workerbasic_uc_t01", + "attributes": { + "gender": "1", + "level": 1, + "item_seen": true, + "squad_slot_idx": -1, + "portrait": "/Game/UI/Icons/Icon-Worker/IconDefinitions/IconDef-WorkerPortrait-Competitive-M02.IconDef-WorkerPortrait-Competitive-M02", + "max_level_bonus": 0, + "personality": "Homebase.Worker.Personality.IsCompetitive", + "squad_id": "", + "xp": 0, + "slotted_building_id": "", + "building_slot_used": -1, + "favorite": false, + "set_bonus": "Homebase.Worker.SetBonus.IsTrapDamageLow" + }, + "quantity": 1 + }, + "7e2ea346-2c11-407c-a1f0-99a47a7f9bc7": { + "templateId": "Quest:plankertonquest_filler_1_d2", + "attributes": { + "level": -1, + "item_seen": true, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-31T00:15:31.390Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "completion_complete_powerreactor_2_diff2_v2": 1, + "favorite": false + }, + "quantity": 1 + }, + "ac935f8b-449e-4d5a-9887-d13b50860c70": { + "templateId": "Defender:did_defendermelee_basic_r_t01", + "attributes": { + "max_level_bonus": 0, + "squad_id": "", + "level": 1, + "item_seen": true, + "squad_slot_idx": -1, + "alterations": [ + "Alteration:aid_att_def_weapondamage_spears", + "Alteration:aid_att_def_maxhealth", + "Alteration:aid_att_def_maxhealth" + ], + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "cd320727-ba98-48e4-a468-f46317174408": { + "templateId": "Quest:starlightquest_destructiblespawners", + "attributes": { + "level": -1, + "item_seen": false, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-25T12:19:25.139Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "completion_starlightquest_destructiblespawners": 6, + "favorite": false + }, + "quantity": 1 + }, + "43774fe9-0c05-4071-b42e-5513a50d3e25": { + "templateId": "HomebaseNode:questreward_teamperk_slot1", + "attributes": { + "item_seen": false + }, + "quantity": 1 + }, + "f304ee25-66cf-4f2f-a9db-07d74b463a63": { + "templateId": "ConditionalAction:generic_instance", + "attributes": { + "alt_profile_types": [ + "athena" + ], + "_private": true, + "devName": "MAJOR: Season 11-3 - Repeatable Quests - Mission Alerts", + "conditions": { + "event": { + "instanceId": "0gqav31rd1gqbfa7mmc85phto6[0]0", + "eventName": "CalendarEvent_Season11WinterEventRepeatables", + "eventStart": "2020-01-12T00:00:00.000Z", + "eventEnd": "2020-02-28T00:00:00.000Z", + "startActions": { + "hasRun": true, + "conversions": [], + "itemsToGrant": [ + { + "templateId": "Quest:genericquest_killminibosses_repeatable", + "quantity": 1 + }, + { + "templateId": "Quest:genericquest_completestormzones_repeatable", + "quantity": 1 + }, + { + "templateId": "Quest:genericquest_killmistmonsters_repeatable", + "quantity": 1 + }, + { + "templateId": "Quest:genericquest_killfirehusks_repeatable", + "quantity": 1 + }, + { + "templateId": "Quest:genericquest_killnaturehusks_repeatable", + "quantity": 1 + }, + { + "templateId": "Quest:genericquest_killwaterhusks_repeatable", + "quantity": 1 + } + ], + "questsToUnpause": [] + }, + "endActions": { + "hasRun": false, + "conversions": [], + "itemsToRemove": [ + { + "templateId": "Quest:genericquest_killminibosses_repeatable", + "quantity": 1 + }, + { + "templateId": "Quest:genericquest_completestormzones_repeatable", + "quantity": 1 + }, + { + "templateId": "Quest:genericquest_killmistmonsters_repeatable", + "quantity": 1 + }, + { + "templateId": "Quest:genericquest_killfirehusks_repeatable", + "quantity": 1 + }, + { + "templateId": "Quest:genericquest_killnaturehusks_repeatable", + "quantity": 1 + }, + { + "templateId": "Quest:genericquest_killwaterhusks_repeatable", + "quantity": 1 + } + ], + "questsToPause": [] + }, + "metaData": {} + } + } + }, + "quantity": 1 + }, + "993ea8e5-321a-44be-a28e-4db74f93356f": { + "templateId": "Quest:challenge_defendertraining_1", + "attributes": { + "level": -1, + "item_seen": true, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "completion_upgrade_any_defender": 1, + "quest_state": "Claimed", + "last_state_change_time": "2020-01-02T15:12:56.789Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "c212eadf-38fa-4850-9c52-c05577729639": { + "templateId": "AccountResource:reagent_alteration_ele_water", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "favorite": false + }, + "quantity": 5400097 + }, + "f2a426e7-dbba-4cdc-b9d3-7e8a78da5a21": { + "templateId": "Quest:pickaxequest_stw005_tier_6", + "attributes": { + "completion_pickaxequest_stw005_tier_6": 6, + "level": -1, + "item_seen": false, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-07T18:27:34.670Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "c645e2fe-916b-4ead-9357-a09813850077": { + "templateId": "Quest:challenge_collectionbook_1", + "attributes": { + "level": -1, + "item_seen": true, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "completion_collectionbook_levelup": 2, + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-18T16:22:02.710Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "31a4e902-7445-425b-86d1-63958c16b421": { + "templateId": "Quest:achievement_protectthesurvivors", + "attributes": { + "level": -1, + "item_seen": false, + "completion_custom_protectthesurvivors": 1, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-25T18:54:08.874Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "7053e12d-530d-4317-994a-e3d8224a4688": { + "templateId": "Defender:did_defenderassault_basic_c_t00", + "attributes": { + "max_level_bonus": 0, + "squad_id": "", + "level": 1, + "item_seen": true, + "squad_slot_idx": -1, + "alterations": [], + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "3674af5f-d635-40c6-8019-e90d20323e8e": { + "templateId": "Quest:heroquest_constructor_1", + "attributes": { + "level": -1, + "item_seen": true, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-16T16:37:53.690Z", + "completion_upgrade_constructor": 1, + "completion_complete_pve01_diff2_constructor": 1, + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "completion_assign_hero_constructor": 1, + "favorite": false + }, + "quantity": 1 + }, + "489b76a0-2973-4522-a2b6-37adc130c1a8": { + "templateId": "Quest:homebasequest_completeexpedition", + "attributes": { + "level": -1, + "item_seen": true, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-17T17:42:24.971Z", + "completion_collectexpedition": 1, + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "4e81aedf-c8bc-4ac7-8ea3-e2e99d53f0e8": { + "templateId": "Quest:reactivequest_shielders", + "attributes": { + "level": -1, + "item_seen": true, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-07T11:23:59.938Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "completion_quest_reactive_shielders": 20, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "a22b707c-1738-4f67-9cad-3a8ff25153cf": { + "templateId": "Worker:workerbasic_vr_t04", + "attributes": { + "gender": "2", + "level": 32, + "squad_slot_idx": 5, + "item_seen": true, + "portrait": "/Game/UI/Icons/Icon-Worker/IconDefinitions/IconDef-WorkerPortrait-Curious-F01.IconDef-WorkerPortrait-Curious-F01", + "max_level_bonus": 0, + "personality": "Homebase.Worker.Personality.IsCurious", + "squad_id": "squad_attribute_synthesis_corpsofengineering", + "xp": 0, + "slotted_building_id": "", + "building_slot_used": -1, + "favorite": false, + "set_bonus": "Homebase.Worker.SetBonus.IsAbilityDamageLow" + }, + "quantity": 1 + }, + "1790cea9-093d-4798-b883-24c34637a1a4": { + "templateId": "Defender:did_defendermelee_basic_vr_t01", + "attributes": { + "max_level_bonus": 0, + "squad_id": "", + "level": 1, + "item_seen": true, + "squad_slot_idx": -1, + "alterations": [ + "Alteration:aid_att_def_weapondamage_hammer", + "Alteration:aid_att_def_maxshield", + "Alteration:aid_att_def_critchance_melee", + "Alteration:aid_att_def_weapondamage_melee" + ], + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "e504a0ba-0886-4539-8d5c-20deb04c0167": { + "templateId": "Worker:managergadgeteer_c_t01", + "attributes": { + "gender": "1", + "level": 1, + "item_seen": true, + "squad_slot_idx": -1, + "portrait": "/Game/UI/Icons/Icon-Worker/IconDefinitions/IconDef-ManagerPortrait-Gadgeteer-M01.IconDef-ManagerPortrait-Gadgeteer-M01", + "max_level_bonus": 0, + "personality": "Homebase.Worker.Personality.IsPragmatic", + "squad_id": "", + "xp": 0, + "slotted_building_id": "", + "managerSynergy": "Homebase.Manager.IsGadgeteer", + "building_slot_used": -1, + "favorite": false + }, + "quantity": 1 + }, + "6a704d46-7f04-4ac9-8172-9eac1ea4f724": { + "templateId": "Worker:workerbasic_c_t01", + "attributes": { + "gender": "2", + "level": 1, + "item_seen": true, + "squad_slot_idx": -1, + "portrait": "/Game/UI/Icons/Icon-Worker/IconDefinitions/IconDef-WorkerPortrait-Curious-F03.IconDef-WorkerPortrait-Curious-F03", + "max_level_bonus": 0, + "personality": "Homebase.Worker.Personality.IsCurious", + "squad_id": "", + "xp": 0, + "slotted_building_id": "", + "building_slot_used": -1, + "favorite": false, + "set_bonus": "Homebase.Worker.SetBonus.IsRangedDamageLow" + }, + "quantity": 1 + }, + "278498d3-0260-49be-a0cd-4eedfaf549cc": { + "templateId": "Quest:cannyvalleyquest_filler_1_d5", + "attributes": { + "level": -1, + "item_seen": true, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "completion_complete_delivergoods_3_diff5": 0, + "quest_state": "Active", + "last_state_change_time": "2020-01-29T18:19:37.238Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "60becd3f-e281-4f91-94e0-acb9376b1555": { + "templateId": "Quest:achievement_savesurvivors", + "attributes": { + "level": -1, + "item_seen": true, + "completion_questcollect_survivoritemdata": 1049, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Active", + "last_state_change_time": "2020-01-25T18:55:36.621Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "e79513c8-f59e-47f6-8083-1c3bc21f9932": { + "templateId": "ConditionalAction:generic_instance", + "attributes": { + "alt_profile_types": [ + "athena" + ], + "_private": true, + "devName": "MAJOR: Season 11-4 - Winterfest - Quests - Phase 3", + "conditions": { + "event": { + "instanceId": "732307dlje5b72qo9kuepns0u5[0]0", + "eventName": "CalendarEvent_Season11WinterEventNarrativePhase3", + "eventStart": "2020-01-16T00:00:00.000Z", + "eventEnd": "2020-02-28T00:00:00.000Z", + "startActions": { + "hasRun": true, + "conversions": [], + "itemsToGrant": [ + { + "templateId": "Quest:s11_rescuehero_quest_h1", + "quantity": 1 + } + ], + "questsToUnpause": [] + }, + "endActions": { + "hasRun": false, + "conversions": [], + "itemsToRemove": [ + { + "templateId": "Quest:s11_rescuehero_quest_h1", + "quantity": 1 + }, + { + "templateId": "Quest:s11_destroy_quest_h2", + "quantity": 1 + }, + { + "templateId": "Quest:s11_fetch_quest_h3", + "quantity": 1 + }, + { + "templateId": "Quest:s11_landmark_quest_h4", + "quantity": 1 + }, + { + "templateId": "Quest:s11_killcollect_quest_h5", + "quantity": 1 + }, + { + "templateId": "Quest:s11_fetch_quest_h6", + "quantity": 1 + }, + { + "templateId": "Quest:s11_reactivefetch_quest_h7", + "quantity": 1 + } + ], + "questsToPause": [] + }, + "metaData": {} + } + } + }, + "quantity": 1 + }, + "1c19baec-99f2-442c-b501-aaa79472d669": { + "templateId": "Quest:achievement_explorezones", + "attributes": { + "completion_complete_exploration_1": 158, + "level": -1, + "item_seen": true, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Active", + "last_state_change_time": "2020-01-25T18:55:36.621Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "d2c82901-49f1-4462-8964-9c035d5000fa": { + "templateId": "Expedition:expedition_craftingrun_short_t03", + "attributes": { + "expedition_criteria": [ + "RequiresRareOutlander" + ], + "level": 1, + "item_seen": false, + "expedition_max_target_power": 200, + "expedition_min_target_power": 10, + "expedition_slot_id": "expedition.generation.land.t03_1", + "expedition_squad_id": "", + "max_level_bonus": 0, + "expedition_expiration_end_time": "2020-02-05T23:12:19.786Z", + "expedition_success_chance": 0, + "xp": 0, + "expedition_expiration_start_time": "2020-02-05T21:42:19.786Z", + "favorite": false + }, + "quantity": 1 + }, + "5ddef65a-a05a-4e77-ab9e-301fa9fbd336": { + "templateId": "Quest:plankertonquest_tutorial_perk", + "attributes": { + "completion_plankertonquest_tutorial_perk_obj_guardscreen01": 1, + "level": -1, + "item_seen": false, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-17T12:16:44.934Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "completion_plankertonquest_tutorial_perk_obj_tabcallout": 1, + "favorite": false + }, + "quantity": 1 + }, + "225a13bc-87b3-442b-aeef-b3988712a3ee": { + "templateId": "Defender:did_defenderassault_basic_m_r_t01", + "attributes": { + "max_level_bonus": 0, + "squad_id": "", + "level": 1, + "item_seen": false, + "squad_slot_idx": -1, + "alterations": [ + "Alteration:aid_att_def_firerate", + "Alteration:aid_att_def_maxshield", + "Alteration:aid_att_def_shieldregen" + ], + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "c1fbe539-d1fe-479a-bce6-8e1cbae225f2": { + "templateId": "Defender:did_defenderpistol_basic_uc_t01", + "attributes": { + "max_level_bonus": 0, + "squad_id": "", + "level": 1, + "item_seen": true, + "squad_slot_idx": -1, + "alterations": [ + "Alteration:aid_att_def_clipsize", + "Alteration:aid_att_def_maxshield" + ], + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "282df483-26f0-45be-9718-6832ec8dfc37": { + "templateId": "Quest:challenge_toxictreasures_7", + "attributes": { + "level": -1, + "item_seen": true, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-30T13:03:00.850Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "completion_complete_mimic": 5, + "favorite": false + }, + "quantity": 1 + }, + "28a4a595-7e4c-42d2-b476-ccebb48c2610": { + "templateId": "HomebaseNode:skilltree_hoverturret", + "attributes": { + "item_seen": false + }, + "quantity": 6 + }, + "770a863b-ea6f-4a61-9154-27e83c493cc3": { + "templateId": "Hero:hid_commando_gunheadshothw_rs01_sr_t04", + "attributes": { + "outfitvariants": [], + "backblingvariants": [], + "gender": 0, + "level": 40, + "item_seen": true, + "squad_slot_idx": -1, + "portrait": "", + "hero_name": "DefaultHeroName", + "max_level_bonus": 0, + "squad_id": "", + "mode_loadouts": [], + "xp": 0, + "slotted_building_id": "", + "refundable": false, + "favorite": true, + "building_slot_used": -1 + }, + "quantity": 1 + }, + "7c59f40f-88ac-44f9-aa1a-55299e889ef6": { + "templateId": "Worker:workerbasic_vr_t01", + "attributes": { + "gender": "2", + "level": 10, + "squad_slot_idx": 2, + "item_seen": true, + "portrait": "/Game/UI/Icons/Icon-Worker/IconDefinitions/IconDef-WorkerPortrait-Analytical-F02.IconDef-WorkerPortrait-Analytical-F02", + "max_level_bonus": 0, + "personality": "Homebase.Worker.Personality.IsAnalytical", + "squad_id": "squad_attribute_medicine_emtsquad", + "xp": 0, + "slotted_building_id": "", + "building_slot_used": -1, + "favorite": false, + "set_bonus": "Homebase.Worker.SetBonus.IsShieldRegenLow" + }, + "quantity": 1 + }, + "523dfd0b-ebdc-4f2a-bd49-e6af15e9732e": { + "templateId": "HomebaseNode:skilltree_banner", + "attributes": { + "item_seen": false + }, + "quantity": 6 + }, + "8619fe18-2f50-4420-a44c-47bfef5a24ae": { + "templateId": "Quest:reactivequest_lightninghusks", + "attributes": { + "level": -1, + "item_seen": true, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-28T19:27:19.358Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "completion_quest_reactive_lightninghusks": 10, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "2252572a-421f-46ef-9dd6-43fdc67291d4": { + "templateId": "Quest:challenge_toxictreasures_13", + "attributes": { + "level": -1, + "item_seen": true, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-24T19:39:44.571Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "completion_complete_mimic": 8, + "favorite": false + }, + "quantity": 1 + }, + "446ed811-1790-4a7b-94ca-1471719a1216": { + "templateId": "Hero:hid_commando_009_r_t01", + "attributes": { + "outfitvariants": [], + "backblingvariants": [], + "gender": 0, + "level": 1, + "item_seen": false, + "squad_slot_idx": -1, + "portrait": "", + "hero_name": "DefaultHeroName", + "max_level_bonus": 0, + "squad_id": "", + "mode_loadouts": [], + "xp": 0, + "slotted_building_id": "", + "refundable": false, + "building_slot_used": -1, + "favorite": false + }, + "quantity": 1 + }, + "2072035e-3172-4efe-b214-8915283eecc8": { + "templateId": "HomebaseNode:questreward_feature_weaponlevelup", + "attributes": { + "item_seen": false + }, + "quantity": 1 + }, + "3bb8860e-362a-4540-8905-46ea79021ba4": { + "templateId": "Hero:hid_constructor_011_sr_t01", + "attributes": { + "outfitvariants": [], + "backblingvariants": [], + "gender": 0, + "level": 1, + "item_seen": true, + "squad_slot_idx": -1, + "portrait": "", + "hero_name": "DefaultHeroName", + "max_level_bonus": 0, + "squad_id": "", + "mode_loadouts": [], + "xp": 0, + "slotted_building_id": "", + "refundable": false, + "building_slot_used": -1, + "favorite": false + }, + "quantity": 1 + }, + "1c834961-5490-4273-9bfb-1c37497b4ec7": { + "templateId": "Hero:hid_commando_024_vr_t01", + "attributes": { + "outfitvariants": [], + "backblingvariants": [], + "gender": 0, + "level": 1, + "item_seen": true, + "squad_slot_idx": -1, + "portrait": "", + "hero_name": "DefaultHeroName", + "max_level_bonus": 0, + "squad_id": "", + "mode_loadouts": [], + "xp": 0, + "slotted_building_id": "", + "refundable": false, + "building_slot_used": -1, + "favorite": false + }, + "quantity": 1 + }, + "5e65cf84-7b03-4f5a-8b21-afcde86b1d0f": { + "templateId": "HomebaseNode:questreward_recyclecollection", + "attributes": { + "item_seen": false + }, + "quantity": 1 + }, + "c76c4f8e-63ea-4dbb-9fce-6535dd946f89": { + "templateId": "Worker:workerbasic_c_t01", + "attributes": { + "gender": "2", + "level": 1, + "item_seen": true, + "squad_slot_idx": -1, + "portrait": "/Game/UI/Icons/Icon-Worker/IconDefinitions/IconDef-WorkerPortrait-Pragmatic-F03.IconDef-WorkerPortrait-Pragmatic-F03", + "max_level_bonus": 0, + "personality": "Homebase.Worker.Personality.IsPragmatic", + "squad_id": "", + "xp": 0, + "slotted_building_id": "", + "building_slot_used": -1, + "favorite": false, + "set_bonus": "Homebase.Worker.SetBonus.IsFortitudeLow" + }, + "quantity": 1 + }, + "7827e334-450e-4aa2-bea4-a3971c369490": { + "templateId": "Worker:workerbasic_sr_t01", + "attributes": { + "gender": "2", + "level": 10, + "item_seen": true, + "squad_slot_idx": 5, + "portrait": "/Game/UI/Icons/Icon-Worker/IconDefinitions/IconDef-WorkerPortrait-Curious-F03.IconDef-WorkerPortrait-Curious-F03", + "max_level_bonus": 0, + "personality": "Homebase.Worker.Personality.IsCurious", + "squad_id": "squad_attribute_scavenging_gadgeteers", + "xp": 0, + "slotted_building_id": "", + "building_slot_used": -1, + "favorite": false, + "set_bonus": "Homebase.Worker.SetBonus.IsResistanceLow" + }, + "quantity": 1 + }, + "d09fbdc2-901c-4d9a-a40b-fe89d66d9fc2": { + "templateId": "HomebaseNode:questreward_feature_researchsystem", + "attributes": { + "item_seen": false + }, + "quantity": 1 + }, + "5dba0693-8e18-4a65-89b8-39c3fe652d14": { + "templateId": "Worker:workerbasic_c_t01", + "attributes": { + "gender": "1", + "level": 1, + "item_seen": true, + "squad_slot_idx": -1, + "portrait": "/Game/UI/Icons/Icon-Worker/IconDefinitions/IconDef-WorkerPortrait-Cooperative-M03.IconDef-WorkerPortrait-Cooperative-M03", + "max_level_bonus": 0, + "personality": "Homebase.Worker.Personality.IsCooperative", + "squad_id": "", + "xp": 0, + "slotted_building_id": "", + "building_slot_used": -1, + "favorite": false, + "set_bonus": "Homebase.Worker.SetBonus.IsAbilityDamageLow" + }, + "quantity": 1 + }, + "4351e29f-ae0f-4265-a95b-a5c19b2f2b25": { + "templateId": "Quest:daily_high_priority", + "attributes": { + "level": -1, + "item_seen": false, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Active", + "last_state_change_time": "2020-02-02T00:16:55.189Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "completion_quick_complete": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "e4e8af23-9d57-401e-883a-0a40b5c47dfd": { + "templateId": "Hero:hid_ninja_starsassassin_uc_t01", + "attributes": { + "outfitvariants": [], + "backblingvariants": [], + "gender": 0, + "level": 1, + "item_seen": true, + "squad_slot_idx": -1, + "portrait": "", + "hero_name": "DefaultHeroName", + "max_level_bonus": 0, + "squad_id": "", + "mode_loadouts": [], + "xp": 0, + "slotted_building_id": "", + "refundable": false, + "building_slot_used": -1, + "favorite": false + }, + "quantity": 1 + }, + "e4b4befb-fe4a-4010-983b-e6263d8155b2": { + "templateId": "AccountResource:reagent_alteration_ele_nature", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "favorite": false + }, + "quantity": 6975876 + }, + "b8cc42f5-21f1-4e56-b5c2-6fd96cf3b642": { + "templateId": "Quest:stonewoodquest_joelkarolina_killhusks", + "attributes": { + "completion_stonewoodquest_joelkarolina_killhusks": 1000, + "level": -1, + "item_seen": true, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-02-01T23:34:24.861Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "85b92d9b-652f-4424-b956-5f55a8a8989c": { + "templateId": "HomebaseNode:questreward_feature_survivorlevelup", + "attributes": { + "item_seen": false + }, + "quantity": 1 + }, + "3e527de6-292f-4a98-9002-e97e770b16ef": { + "templateId": "Hero:hid_outlander_punchphase_uc_t01", + "attributes": { + "outfitvariants": [], + "backblingvariants": [], + "gender": 0, + "level": 1, + "item_seen": true, + "squad_slot_idx": -1, + "portrait": "", + "hero_name": "DefaultHeroName", + "max_level_bonus": 0, + "squad_id": "", + "mode_loadouts": [], + "xp": 0, + "slotted_building_id": "", + "refundable": false, + "building_slot_used": -1, + "favorite": false + }, + "quantity": 1 + }, + "903a8425-5f95-4ff4-8e5d-c618c0cf6385": { + "templateId": "Worker:worker_halloween_husky_r_t01", + "attributes": { + "gender": "2", + "level": 1, + "item_seen": true, + "squad_slot_idx": -1, + "portrait": "/Game/UI/Icons/Icon-Worker/IconDefinitions/IconDef-WorkerPortrait-Husky.IconDef-WorkerPortrait-Husky", + "max_level_bonus": 0, + "personality": "Homebase.Worker.Personality.IsAnalytical", + "squad_id": "", + "xp": 0, + "slotted_building_id": "", + "building_slot_used": -1, + "favorite": false, + "set_bonus": "Homebase.Worker.SetBonus.IsTrapDamageLow" + }, + "quantity": 1 + }, + "0c721100-ff08-4ba0-9b6a-5627c6be36eb": { + "templateId": "ConditionalAction:generic_instance", + "attributes": { + "alt_profile_types": [ + "athena" + ], + "_private": true, + "devName": "MAJOR: Season 11-3 - Winterfest - Quests - Phase 2", + "conditions": { + "event": { + "instanceId": "2kj84fotmeaq50ri4n7g4i29tu[0]0", + "eventName": "CalendarEvent_Season11WinterEventNarrativePhase2", + "eventStart": "2020-01-26T00:00:00.000Z", + "eventEnd": "2020-02-28T00:00:00.000Z", + "startActions": { + "hasRun": true, + "conversions": [], + "itemsToGrant": [ + { + "templateId": "Quest:s11_fetch_quest_g1", + "quantity": 1 + } + ], + "questsToUnpause": [] + }, + "endActions": { + "hasRun": false, + "conversions": [], + "itemsToRemove": [ + { + "templateId": "Quest:s11_fetch_quest_g1", + "quantity": 1 + }, + { + "templateId": "Quest:s11_gathercollect_quest_g2", + "quantity": 1 + }, + { + "templateId": "Quest:s11_fetch_quest_g3", + "quantity": 1 + }, + { + "templateId": "Quest:s11_reactivekill_quest_g4", + "quantity": 1 + }, + { + "templateId": "Quest:s11_killcollect_quest_g5", + "quantity": 1 + }, + { + "templateId": "Quest:s11_landmark_quest_g6", + "quantity": 1 + }, + { + "templateId": "Quest:s11_fetch_quest_g7", + "quantity": 1 + }, + { + "templateId": "Quest:s11_destroy_quest_f0", + "quantity": 1 + }, + { + "templateId": "Quest:s11_custom_quest_f0", + "quantity": 1 + }, + { + "templateId": "Quest:s11_gathercollect_quest_f0", + "quantity": 1 + }, + { + "templateId": "Quest:s11_fetch_quest_fkey", + "quantity": 1 + }, + { + "templateId": "Quest:s11_fetch_quest_fgift", + "quantity": 1 + }, + { + "templateId": "Quest:s11_reactivekill_quest_f0", + "quantity": 1 + } + ], + "questsToPause": [] + }, + "metaData": {} + } + } + }, + "quantity": 1 + }, + "1cfe5518-6510-4e8d-a90b-df8cbe4b7b7f": { + "templateId": "HomebaseNode:questreward_feature_herolevelup", + "attributes": { + "item_seen": false + }, + "quantity": 1 + }, + "93a5b4fe-90a1-4eda-b2ad-c45c00e91b06": { + "templateId": "AccountResource:voucher_herobuyback", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "favorite": false + }, + "quantity": 2994750 + }, + "628877c6-3cac-4cff-bc9b-650680457084": { + "templateId": "Quest:reactivequest_firehusks", + "attributes": { + "completion_quest_reactive_firehusks": 10, + "level": -1, + "item_seen": true, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-24T19:05:34.808Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "87f15436-b2c6-4e6f-8d9e-4642414848d9": { + "templateId": "Quest:daily_huskextermination_ninja", + "attributes": { + "level": -1, + "item_seen": true, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-02-01T18:45:46.704Z", + "completion_kill_husk_ninja_v2": 300, + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "677c3ce5-cd84-4727-9a17-56507d08081a": { + "templateId": "Worker:workerbasic_r_t01", + "attributes": { + "gender": "2", + "level": 1, + "item_seen": true, + "squad_slot_idx": -1, + "portrait": "/Game/UI/Icons/Icon-Worker/IconDefinitions/IconDef-WorkerPortrait-Competitive-F02.IconDef-WorkerPortrait-Competitive-F02", + "max_level_bonus": 0, + "personality": "Homebase.Worker.Personality.IsCompetitive", + "squad_id": "", + "xp": 0, + "slotted_building_id": "", + "building_slot_used": -1, + "favorite": false, + "set_bonus": "Homebase.Worker.SetBonus.IsAbilityDamageLow" + }, + "quantity": 1 + }, + "c11e6900-3c67-4cc7-9d33-e83012060c41": { + "templateId": "Hero:hid_commando_grenadegun_r_t01", + "attributes": { + "outfitvariants": [], + "backblingvariants": [], + "gender": 0, + "level": 1, + "item_seen": true, + "squad_slot_idx": -1, + "portrait": "", + "hero_name": "DefaultHeroName", + "max_level_bonus": 0, + "squad_id": "", + "mode_loadouts": [], + "xp": 0, + "slotted_building_id": "", + "refundable": false, + "building_slot_used": -1, + "favorite": false + }, + "quantity": 1 + }, + "bc7bfae0-7007-4653-a1f0-bfeaff728e78": { + "templateId": "Hero:hid_constructor_rushbase_uc_t01", + "attributes": { + "outfitvariants": [], + "backblingvariants": [], + "gender": 0, + "level": 1, + "item_seen": true, + "squad_slot_idx": -1, + "portrait": "", + "hero_name": "DefaultHeroName", + "max_level_bonus": 0, + "squad_id": "", + "mode_loadouts": [], + "xp": 0, + "slotted_building_id": "", + "refundable": false, + "building_slot_used": -1, + "favorite": false + }, + "quantity": 1 + }, + "1ea64d3c-e866-4d38-a997-fac2285f2772": { + "templateId": "Quest:challenge_eldritchabominations_9", + "attributes": { + "level": -1, + "item_seen": true, + "sent_new_notification": true, + "completion_kill_husk_smasher": 45, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-01T23:22:49.871Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "88aa199e-1142-4995-a91d-eca40ac175cc": { + "templateId": "Quest:challenge_leavenoonebehind_10", + "attributes": { + "level": -1, + "item_seen": true, + "completion_questcollect_survivoritemdata": 70, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-19T20:06:45.752Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "d2c44a9f-b035-4107-a83e-bfd419376733": { + "templateId": "Defender:did_defenderassault_basic_c_t01", + "attributes": { + "max_level_bonus": 0, + "squad_id": "", + "level": 1, + "item_seen": true, + "squad_slot_idx": -1, + "alterations": [ + "Alteration:aid_att_def_reload" + ], + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "3b47779c-d566-436b-89a3-3f8455fc4c45": { + "templateId": "Worker:managermartialartist_c_t01", + "attributes": { + "gender": "1", + "level": 1, + "item_seen": true, + "squad_slot_idx": -1, + "portrait": "/Game/UI/Icons/Icon-Worker/IconDefinitions/IconDef-ManagerPortrait-MartialArtist-M01.IconDef-ManagerPortrait-MartialArtist-M01", + "max_level_bonus": 0, + "personality": "Homebase.Worker.Personality.IsPragmatic", + "squad_id": "", + "xp": 0, + "slotted_building_id": "", + "managerSynergy": "Homebase.Manager.IsMartialArtist", + "building_slot_used": -1, + "favorite": false + }, + "quantity": 1 + }, + "12e032d0-de1d-451c-9822-45f685b4c86a": { + "templateId": "Quest:heroquest_loadout_outlander_1", + "attributes": { + "level": -1, + "item_seen": false, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Active", + "last_state_change_time": "2020-01-14T17:13:26.986Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "completion_complete_pve03_diff24_loadout_outlander": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "55d559c4-5077-4ae4-ba89-267e929d2046": { + "templateId": "Quest:reactivequest_finddj", + "attributes": { + "level": -1, + "item_seen": true, + "completion_quest_reactive_finddj": 3, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-30T17:26:59.916Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "486da7e8-05f8-4583-9ed9-aa807ed6439d": { + "templateId": "Quest:plankertonquest_launchrocket_d5", + "attributes": { + "level": -1, + "item_seen": true, + "sent_new_notification": true, + "completion_complete_launchrocket_2": 1, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-23T23:36:41.992Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "1de69971-272f-4ab5-b916-61003a29453d": { + "templateId": "Worker:workerbasic_sr_t01", + "attributes": { + "gender": "2", + "level": 10, + "squad_slot_idx": 7, + "item_seen": true, + "portrait": "/Game/UI/Icons/Icon-Worker/IconDefinitions/IconDef-WorkerPortrait-Cooperative-F02.IconDef-WorkerPortrait-Cooperative-F02", + "max_level_bonus": 0, + "personality": "Homebase.Worker.Personality.IsCooperative", + "squad_id": "squad_attribute_arms_fireteamalpha", + "xp": 0, + "slotted_building_id": "", + "building_slot_used": -1, + "favorite": false, + "set_bonus": "Homebase.Worker.SetBonus.IsTrapDamageLow" + }, + "quantity": 1 + }, + "bf74d44b-775f-4ef3-99de-afeaf870de80": { + "templateId": "Quest:plankertonquest_filler_5_d4", + "attributes": { + "level": -1, + "item_seen": true, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-06T18:57:23.368Z", + "completion_complete_retrievedata_2_diff4": 2, + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "2d9bb04a-7cac-474d-a058-22ac4395224a": { + "templateId": "Hero:hid_commando_010_bday_sr_t04", + "attributes": { + "outfitvariants": [], + "backblingvariants": [], + "gender": 0, + "level": 40, + "item_seen": true, + "squad_slot_idx": -1, + "portrait": "", + "hero_name": "DefaultHeroName", + "max_level_bonus": 0, + "squad_id": "squad_combat_adventuresquadone", + "mode_loadouts": [], + "xp": 0, + "slotted_building_id": "", + "refundable": false, + "favorite": true, + "building_slot_used": -1 + }, + "quantity": 1 + }, + "fb410c0f-4703-4909-9624-3b8405257d5d": { + "templateId": "Worker:workerbasic_vr_t01", + "attributes": { + "gender": "1", + "level": 1, + "item_seen": true, + "squad_slot_idx": -1, + "portrait": "/Game/UI/Icons/Icon-Worker/IconDefinitions/IconDef-WorkerPortrait-Competitive-M03.IconDef-WorkerPortrait-Competitive-M03", + "max_level_bonus": 0, + "personality": "Homebase.Worker.Personality.IsCompetitive", + "squad_id": "", + "xp": 0, + "slotted_building_id": "", + "building_slot_used": -1, + "favorite": false, + "set_bonus": "Homebase.Worker.SetBonus.IsRangedDamageLow" + }, + "quantity": 1 + }, + "dfc8517f-8e7d-425c-bd78-d044bb544a73": { + "templateId": "HomebaseNode:questreward_homebase_defender", + "attributes": { + "item_seen": false + }, + "quantity": 1 + }, + "14a307a3-1513-4c7b-bc93-0e0a851c450c": { + "templateId": "Quest:starlightquest_traptrial", + "attributes": { + "completion_starlightquest_traptrial_teleport": 1, + "level": -1, + "item_seen": false, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "completion_starlightquest_traptrial_ceilingdrop": 1, + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-25T12:19:28.931Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "completion_starlightquest_traptrial_snares": 1, + "favorite": false, + "completion_starlightquest_traptrial_arrows": 1 + }, + "quantity": 1 + }, + "2c8793c7-a81e-47d0-91ba-47a3560ff5a9": { + "templateId": "Quest:stonewoodquest_joelkarolina_killmistmonsters", + "attributes": { + "completion_stonewoodquest_joelkarolina_killmistmonsters": 1, + "level": -1, + "item_seen": false, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Active", + "last_state_change_time": "2020-02-01T23:34:24.861Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "0beabe87-7d10-4d57-867d-abfef58e6a8c": { + "templateId": "Quest:challenge_toxictreasures_12", + "attributes": { + "level": -1, + "item_seen": true, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-23T18:18:20.359Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "completion_complete_mimic": 7, + "favorite": false + }, + "quantity": 1 + }, + "69d148d8-088f-4700-b27f-de9a1bf262a9": { + "templateId": "Quest:wargames_visibilityquest_wargame_tprifts", + "attributes": { + "level": -1, + "item_seen": false, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Active", + "last_state_change_time": "2020-01-24T16:38:06.807Z", + "completion_wargames_visibilityquest_wargame_tprifts": 0, + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "325cd3b5-71a5-413b-a0ae-1185cb7b678f": { + "templateId": "Defender:did_defendersniper_basic_c_t01", + "attributes": { + "max_level_bonus": 0, + "squad_id": "", + "level": 1, + "item_seen": true, + "squad_slot_idx": -1, + "alterations": [ + "Alteration:aid_att_def_shieldregen" + ], + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "f55f71aa-2fd6-4c59-9cb5-520781197f47": { + "templateId": "Worker:worker_halloween_husk_c_t01", + "attributes": { + "gender": "1", + "level": 1, + "item_seen": true, + "squad_slot_idx": -1, + "portrait": "/Game/UI/Icons/Icon-Worker/IconDefinitions/IconDef-WorkerPortrait-Husk.IconDef-WorkerPortrait-Husk", + "max_level_bonus": 0, + "personality": "Homebase.Worker.Personality.IsCompetitive", + "squad_id": "", + "xp": 0, + "slotted_building_id": "", + "building_slot_used": -1, + "favorite": false, + "set_bonus": "Homebase.Worker.SetBonus.IsTrapDamageLow" + }, + "quantity": 1 + }, + "b9c9d6de-ddf1-4946-93a5-61316e48fad0": { + "templateId": "Worker:workerbasic_c_t01", + "attributes": { + "gender": "2", + "level": 1, + "item_seen": true, + "squad_slot_idx": -1, + "portrait": "/Game/UI/Icons/Icon-Worker/IconDefinitions/IconDef-WorkerPortrait-Dreamer-F02.IconDef-WorkerPortrait-Dreamer-F02", + "max_level_bonus": 0, + "personality": "Homebase.Worker.Personality.IsDreamer", + "squad_id": "", + "xp": 0, + "slotted_building_id": "", + "building_slot_used": -1, + "favorite": false, + "set_bonus": "Homebase.Worker.SetBonus.IsRangedDamageLow" + }, + "quantity": 1 + }, + "cb4d0267-c03c-4fa9-8ca1-67e6e44a7a23": { + "templateId": "Stat:technology_team", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": false, + "xp": 0, + "favorite": false + }, + "quantity": 5000 + }, + "8211bfac-bc99-4128-a49f-3936dcec2e0d": { + "templateId": "Quest:weeklyquest_tiered_completemissionalerts_t10", + "attributes": { + "level": -1, + "item_seen": true, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "weeklyquestroll_09", + "completion_weeklyquest_tiered_completemissionalerts_t10": 2, + "quest_state": "Active", + "last_state_change_time": "2020-01-09T15:12:46.441Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "selection": -1, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "04d95c17-3acd-4dc2-904f-e0e63fbc7da5": { + "templateId": "Quest:starlightquest_destroy_urns", + "attributes": { + "completion_starlightquest_destroy_urns": 0, + "level": -1, + "item_seen": true, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Active", + "last_state_change_time": "2020-01-25T12:19:15.950Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "62e454f8-e4e3-42a1-bc80-c02eb9bdeac9": { + "templateId": "Quest:challenge_eldritchabominations_2", + "attributes": { + "level": -1, + "item_seen": true, + "sent_new_notification": true, + "completion_kill_husk_smasher": 10, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-18T19:48:58.478Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "5c503769-97ed-482f-9352-ab60be7d6066": { + "templateId": "Quest:homebaseonboardinggrantschematics", + "attributes": { + "level": -1, + "item_seen": false, + "completion_questcomplete_outpostquest_t1_l1": 1, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-25T19:09:06.461Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "08de9222-afea-4277-b310-35f04052ca07": { + "templateId": "Worker:workerbasic_uc_t01", + "attributes": { + "gender": "2", + "level": 1, + "item_seen": true, + "squad_slot_idx": -1, + "portrait": "/Game/UI/Icons/Icon-Worker/IconDefinitions/IconDef-WorkerPortrait-Dreamer-F02.IconDef-WorkerPortrait-Dreamer-F02", + "max_level_bonus": 0, + "personality": "Homebase.Worker.Personality.IsDreamer", + "squad_id": "", + "xp": 0, + "slotted_building_id": "", + "building_slot_used": -1, + "favorite": false, + "set_bonus": "Homebase.Worker.SetBonus.IsRangedDamageLow" + }, + "quantity": 1 + }, + "e629a63b-102a-4455-93eb-c3f77b0ed44a": { + "templateId": "Worker:workerbasic_uc_t01", + "attributes": { + "gender": "2", + "level": 1, + "item_seen": true, + "squad_slot_idx": -1, + "portrait": "/Game/UI/Icons/Icon-Worker/IconDefinitions/IconDef-WorkerPortrait-Curious-F02.IconDef-WorkerPortrait-Curious-F02", + "max_level_bonus": 0, + "personality": "Homebase.Worker.Personality.IsCurious", + "squad_id": "", + "xp": 0, + "slotted_building_id": "", + "building_slot_used": -1, + "favorite": false, + "set_bonus": "Homebase.Worker.SetBonus.IsShieldRegenLow" + }, + "quantity": 1 + }, + "488e0567-71e2-4df9-b63e-bdbb249223ba": { + "templateId": "Quest:tutorial_loadout_support5", + "attributes": { + "level": -1, + "item_seen": false, + "sent_new_notification": true, + "completion_heroloadout_support5_guardscreen1": 1, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-01T22:04:36.298Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "completion_heroloadout_support5_intro": 1, + "favorite": false + }, + "quantity": 1 + }, + "2ba92906-771e-4ab6-b9ac-bced4d6078db": { + "templateId": "Worker:workerbasic_uc_t01", + "attributes": { + "gender": "1", + "level": 1, + "item_seen": true, + "squad_slot_idx": -1, + "portrait": "/Game/UI/Icons/Icon-Worker/IconDefinitions/IconDef-WorkerPortrait-Dreamer-M02.IconDef-WorkerPortrait-Dreamer-M02", + "max_level_bonus": 0, + "personality": "Homebase.Worker.Personality.IsDreamer", + "squad_id": "", + "xp": 0, + "slotted_building_id": "", + "building_slot_used": -1, + "favorite": false, + "set_bonus": "Homebase.Worker.SetBonus.IsMeleeDamageLow" + }, + "quantity": 1 + }, + "ef768ad7-5c1c-41e5-884a-ebbfc2d268a8": { + "templateId": "Hero:hid_ninja_slashtail_r_t01", + "attributes": { + "outfitvariants": [], + "backblingvariants": [], + "gender": 0, + "level": 1, + "item_seen": true, + "squad_slot_idx": -1, + "portrait": "", + "hero_name": "DefaultHeroName", + "max_level_bonus": 0, + "squad_id": "", + "mode_loadouts": [], + "xp": 0, + "slotted_building_id": "", + "refundable": false, + "building_slot_used": -1, + "favorite": false + }, + "quantity": 1 + }, + "f293d6b7-1ee5-466b-9c07-c37434e0d672": { + "templateId": "Worker:managergadgeteer_r_t01", + "attributes": { + "gender": "1", + "level": 1, + "item_seen": false, + "squad_slot_idx": -1, + "portrait": "/Game/UI/Icons/Icon-Worker/IconDefinitions/IconDef-ManagerPortrait-Gadgeteer-M01.IconDef-ManagerPortrait-Gadgeteer-M01", + "max_level_bonus": 0, + "personality": "Homebase.Worker.Personality.IsAnalytical", + "squad_id": "", + "xp": 0, + "slotted_building_id": "", + "managerSynergy": "Homebase.Manager.IsGadgeteer", + "building_slot_used": -1, + "favorite": false + }, + "quantity": 1 + }, + "4e4db777-d3aa-4faa-bd4e-f18cb6186f8e": { + "templateId": "Expedition:expedition_supplyrun_long_t02", + "attributes": { + "expedition_criteria": [ + "RequiresRareConstructor", + "RequiresRareNinja" + ], + "level": 1, + "item_seen": false, + "expedition_max_target_power": 270, + "expedition_min_target_power": 13, + "expedition_slot_id": "expedition.generation.land.t02_1", + "expedition_squad_id": "", + "max_level_bonus": 0, + "expedition_expiration_end_time": "2020-02-05T23:12:19.787Z", + "expedition_success_chance": 0, + "xp": 0, + "expedition_expiration_start_time": "2020-02-05T21:42:19.787Z", + "favorite": false + }, + "quantity": 1 + }, + "25de8383-9153-4518-b967-20cb73e1a135": { + "templateId": "Quest:genericquest_killminibosses_repeatable", + "attributes": { + "level": -1, + "item_seen": false, + "completion_kill_miniboss": 0, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Active", + "last_state_change_time": "2020-02-01T23:34:26.226Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "0cf33881-1d70-401e-b8fb-7f229838effc": { + "templateId": "Quest:wargames_visibilityquest_wargame_lava", + "attributes": { + "level": -1, + "item_seen": false, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Active", + "last_state_change_time": "2020-01-09T15:12:41.066Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "completion_wargames_visibilityquest_wargame_lava": 0, + "favorite": false + }, + "quantity": 1 + }, + "fa299ac9-0773-4ea0-a9dd-f2c93af322a7": { + "templateId": "Worker:workerbasic_uc_t01", + "attributes": { + "gender": "2", + "level": 1, + "item_seen": true, + "squad_slot_idx": -1, + "portrait": "/Game/UI/Icons/Icon-Worker/IconDefinitions/IconDef-WorkerPortrait-Pragmatic-F02.IconDef-WorkerPortrait-Pragmatic-F02", + "max_level_bonus": 0, + "personality": "Homebase.Worker.Personality.IsPragmatic", + "squad_id": "", + "xp": 0, + "slotted_building_id": "", + "building_slot_used": -1, + "favorite": false, + "set_bonus": "Homebase.Worker.SetBonus.IsRangedDamageLow" + }, + "quantity": 1 + }, + "4edf74f5-7581-41ac-9775-df839fada583": { + "templateId": "Quest:stonewoodquest_side_1_d3", + "attributes": { + "completion_complete_whackatroll_1_diff3": 2, + "level": -1, + "item_seen": true, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-11T21:17:59.020Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "c7057ade-4996-4872-a6c8-7bcd27206950": { + "templateId": "Quest:challenge_workertraining_2", + "attributes": { + "level": -1, + "item_seen": true, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-29T17:00:21.798Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "completion_convert_any_worker": 1, + "favorite": false + }, + "quantity": 1 + }, + "92c604a8-0ddf-4482-b3e6-e65815b6b054": { + "templateId": "Quest:challenge_holdthedoor_10", + "attributes": { + "completion_complete_outpost": 6, + "level": -1, + "item_seen": true, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-24T17:45:25.849Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "fa7e984a-8e0e-4d0e-bda3-7dd0857fcd6d": { + "templateId": "Hero:hid_ninja_014_uc_t01", + "attributes": { + "outfitvariants": [], + "backblingvariants": [], + "gender": 0, + "level": 1, + "item_seen": false, + "squad_slot_idx": -1, + "portrait": "", + "hero_name": "DefaultHeroName", + "max_level_bonus": 0, + "squad_id": "", + "mode_loadouts": [], + "xp": 0, + "slotted_building_id": "", + "refundable": false, + "building_slot_used": -1, + "favorite": false + }, + "quantity": 1 + }, + "e838d5b0-201d-48ea-9172-6174b5ddda05": { + "templateId": "Quest:stonewoodquest_fetch_stormcalls", + "attributes": { + "level": -1, + "item_seen": false, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-17T12:16:44.893Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "completion_stonewoodquest_fetch_stormcalls": 5, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "8016b297-d547-40b4-91f0-4ccf29743ee8": { + "templateId": "Quest:cannyvalleyquest_filler_4_d1", + "attributes": { + "completion_complete_gate_triple_3_v2": 1, + "level": -1, + "item_seen": true, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Active", + "last_state_change_time": "2020-01-18T12:54:47.306Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "f74c7b5c-0798-4c36-bc08-9a7b9ad7a6b1": { + "templateId": "Quest:stonewoodquest_gathercollect_armoryupgrade", + "attributes": { + "level": -1, + "item_seen": false, + "sent_new_notification": true, + "challenge_bundle_id": "", + "completion_stonewoodquest_gathercollect_armoryupgrade": 7, + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-17T12:16:44.898Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "99ff8835-10e5-4ae9-88d4-3fda3722fe98": { + "templateId": "HomebaseNode:questreward_newfollower5_slot", + "attributes": { + "item_seen": false + }, + "quantity": 1 + }, + "63af4d9b-ff40-4906-9491-c126fea64347": { + "templateId": "Quest:challenge_weaponupgrade_2", + "attributes": { + "level": -1, + "item_seen": true, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-19T22:35:09.171Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "completion_convert_any_weapon": 1, + "favorite": false + }, + "quantity": 1 + }, + "0845ae66-9465-4b9a-b8df-724e31e6bd03": { + "templateId": "Quest:outpostquest_t1_l4", + "attributes": { + "level": -1, + "item_seen": true, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-10T19:19:56.344Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "completion_complete_outpost_1_4": 1, + "completion_custom_defendersupplyreceived": 0, + "favorite": false + }, + "quantity": 1 + }, + "2a001fc6-76ef-4ba8-b50f-3b5245369e9d": { + "templateId": "Quest:reactivequest_poisonlobbers", + "attributes": { + "level": -1, + "item_seen": true, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "completion_quest_reactive_poisonlobbers": 10, + "quest_state": "Claimed", + "last_state_change_time": "2020-01-01T15:44:44.953Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "761954ea-27d3-45f8-bc2a-b2d0fc35ae16": { + "templateId": "Hero:hid_ninja_starsassassin_r_t01", + "attributes": { + "outfitvariants": [], + "backblingvariants": [], + "gender": 0, + "level": 1, + "item_seen": true, + "squad_slot_idx": -1, + "portrait": "", + "hero_name": "DefaultHeroName", + "max_level_bonus": 0, + "squad_id": "", + "mode_loadouts": [], + "xp": 0, + "slotted_building_id": "", + "refundable": false, + "building_slot_used": -1, + "favorite": false + }, + "quantity": 1 + }, + "3d42206a-6645-4b48-9ae7-606fbfd4dca9": { + "templateId": "HomebaseNode:questreward_cannyvalley_squad_ssd1", + "attributes": { + "item_seen": true + }, + "quantity": 1 + }, + "3e70280d-e35d-430e-a31d-1949da1ba49a": { + "templateId": "Quest:plankertonquest_filler_2_d3", + "attributes": { + "completion_complete_delivergoods_2_diff3_v2": 1, + "level": -1, + "item_seen": true, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-20T17:53:51.712Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "90cc0ee5-7d68-4872-8362-ae34f3215d38": { + "templateId": "Quest:challenge_workertraining_1", + "attributes": { + "completion_upgrade_any_worker": 1, + "level": -1, + "item_seen": true, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-29T11:19:05.477Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "91200a39-13e7-463c-884c-7dbe70ca4891": { + "templateId": "HomebaseNode:questreward_evolution2", + "attributes": { + "item_seen": false + }, + "quantity": 1 + }, + "942dba29-ef0a-425f-bcea-44379b9be751": { + "templateId": "Worker:workerbasic_vr_t04", + "attributes": { + "gender": "2", + "level": 40, + "squad_slot_idx": 1, + "item_seen": true, + "portrait": "/Game/UI/Icons/Icon-Worker/IconDefinitions/IconDef-WorkerPortrait-Curious-F02.IconDef-WorkerPortrait-Curious-F02", + "max_level_bonus": 0, + "personality": "Homebase.Worker.Personality.IsCurious", + "squad_id": "squad_attribute_synthesis_corpsofengineering", + "xp": 0, + "slotted_building_id": "", + "building_slot_used": -1, + "favorite": false, + "set_bonus": "Homebase.Worker.SetBonus.IsMeleeDamageLow" + }, + "quantity": 1 + }, + "040b3ff0-2116-4b58-8b92-f078e2e8f960": { + "templateId": "Worker:managersoldier_r_t01", + "attributes": { + "gender": "2", + "level": 1, + "item_seen": true, + "squad_slot_idx": -1, + "portrait": "/Game/UI/Icons/Icon-Worker/IconDefinitions/IconDef-ManagerPortrait-Marksman-F01.IconDef-ManagerPortrait-Marksman-F01", + "max_level_bonus": 0, + "personality": "Homebase.Worker.Personality.IsPragmatic", + "squad_id": "", + "xp": 0, + "slotted_building_id": "", + "managerSynergy": "Homebase.Manager.IsSoldier", + "building_slot_used": -1, + "favorite": false + }, + "quantity": 1 + }, + "583bcfae-6b6d-4285-9a78-da6403ff90ec": { + "templateId": "AccountResource:reagent_alteration_upgrade_r", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "favorite": false + }, + "quantity": 7670792 + }, + "559f9441-f709-47df-b8e5-11660746c0c9": { + "templateId": "Quest:plankertonquest_fetch_searchingforlab", + "attributes": { + "level": -1, + "item_seen": false, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "completion_plankertonquest_fetch_searchingforlab": 7, + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-17T12:16:44.903Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "bcaed744-403b-4795-a6b3-3fcaba066519": { + "templateId": "Quest:reactivequest_radiostation", + "attributes": { + "completion_quest_reactive_radiostation": 5, + "level": -1, + "item_seen": true, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-15T19:08:15.543Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "490d884c-3ce5-4f3d-ad4b-51befa73868b": { + "templateId": "Quest:s11_holdfastquest_seasonelite_group", + "attributes": { + "level": -1, + "item_seen": false, + "completion_s11_holdfastquest_seasonelite_group": 0, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Active", + "last_state_change_time": "2020-01-20T18:44:07.279Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "bdc978bc-c70f-4fae-8eb9-e626e96fbf93": { + "templateId": "Quest:challenge_eldritchabominations_16", + "attributes": { + "level": -1, + "item_seen": true, + "sent_new_notification": true, + "completion_kill_husk_smasher": 80, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-05T18:56:59.793Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "cfd3f607-d3ae-477e-91c8-4d9293dd79e0": { + "templateId": "Quest:stonewoodquest_filler_1_d3", + "attributes": { + "level": -1, + "item_seen": true, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-06T19:22:15.685Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "completion_complete_evacuate_1_diff3": 1, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "42814259-4183-42ab-b69a-4059b17509b1": { + "templateId": "HomebaseNode:questreward_expedition_speedboat", + "attributes": { + "item_seen": false + }, + "quantity": 1 + }, + "60eb521a-acc2-42da-ada0-55521a85b58c": { + "templateId": "Expedition:expedition_sea_supplyrun_medium_t02", + "attributes": { + "expedition_criteria": [ + "RequiresRareNinja", + "RequiresCommando" + ], + "level": 1, + "item_seen": false, + "expedition_max_target_power": 190, + "expedition_min_target_power": 9, + "expedition_slot_id": "expedition.generation.sea.t02_1", + "expedition_squad_id": "", + "max_level_bonus": 0, + "expedition_expiration_end_time": "2020-02-05T23:12:19.782Z", + "expedition_success_chance": 0, + "xp": 0, + "expedition_expiration_start_time": "2020-02-05T21:42:19.782Z", + "favorite": false + }, + "quantity": 1 + }, + "9110389e-9bc0-4b1d-9298-13697f81c91b": { + "templateId": "Expedition:expedition_air_supplyrun_medium_t02", + "attributes": { + "expedition_criteria": [ + "RequiresRareConstructor", + "RequiresNinja" + ], + "level": 1, + "item_seen": false, + "expedition_max_target_power": 205, + "expedition_min_target_power": 10, + "expedition_slot_id": "expedition.generation.air.t02_1", + "expedition_squad_id": "", + "max_level_bonus": 0, + "expedition_expiration_end_time": "2020-02-05T23:12:19.784Z", + "expedition_success_chance": 0, + "xp": 0, + "expedition_expiration_start_time": "2020-02-05T21:42:19.784Z", + "favorite": false + }, + "quantity": 1 + }, + "fee50700-9438-4d67-b1e6-6a91816ca216": { + "templateId": "Quest:outpostquest_t1_l10", + "attributes": { + "level": -1, + "item_seen": true, + "sent_new_notification": true, + "completion_complete_outpost_1_10": 1, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-01T23:22:54.668Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "31cf813f-981f-4043-92ac-a229e0299697": { + "templateId": "Hero:hid_commando_gcgrenade_r_t01", + "attributes": { + "outfitvariants": [], + "backblingvariants": [], + "gender": 0, + "level": 1, + "item_seen": true, + "squad_slot_idx": -1, + "portrait": "", + "hero_name": "DefaultHeroName", + "max_level_bonus": 0, + "squad_id": "", + "mode_loadouts": [], + "xp": 0, + "slotted_building_id": "", + "refundable": false, + "building_slot_used": -1, + "favorite": false + }, + "quantity": 1 + }, + "8bfde8d2-7f63-4706-92af-5c802b8ee352": { + "templateId": "Quest:weeklyquest_tiered_completemissionalerts_t12", + "attributes": { + "level": -1, + "item_seen": true, + "sent_new_notification": true, + "challenge_bundle_id": "", + "completion_weeklyquest_tiered_completemissionalerts_t12": 2, + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "weeklyquestroll_10", + "quest_state": "Active", + "last_state_change_time": "2020-01-31T10:21:34.563Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "selection": -1, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "072533fc-9b8c-4027-98d6-088d183acbfd": { + "templateId": "Hero:hid_constructor_007_r_t01", + "attributes": { + "outfitvariants": [], + "backblingvariants": [], + "gender": 0, + "level": 1, + "item_seen": true, + "squad_slot_idx": -1, + "portrait": "", + "hero_name": "DefaultHeroName", + "max_level_bonus": 0, + "squad_id": "", + "mode_loadouts": [], + "xp": 0, + "slotted_building_id": "", + "refundable": false, + "building_slot_used": -1, + "favorite": false + }, + "quantity": 1 + }, + "f0ddff25-463f-486a-b70a-188f15f7b170": { + "templateId": "HomebaseNode:questreward_newfollower4_slot", + "attributes": { + "item_seen": false + }, + "quantity": 1 + }, + "6afcf9b8-eaeb-49aa-a349-3af0d78e59f6": { + "templateId": "Quest:starlightquest_complete_d2_a", + "attributes": { + "level": -1, + "item_seen": true, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Active", + "last_state_change_time": "2020-01-25T12:19:38.118Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "completion_starlightquest_complete_d2_a": 0, + "favorite": false + }, + "quantity": 1 + }, + "f07f49b8-fe90-4f86-bbd8-b88171240061": { + "templateId": "Token:hordepointstier1", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": false, + "xp": 0, + "favorite": false + }, + "quantity": 395938398 + }, + "aa696475-f325-46e7-b575-22a7361e61f7": { + "templateId": "Worker:workerbasic_vr_t01", + "attributes": { + "gender": "2", + "level": 1, + "item_seen": true, + "squad_slot_idx": -1, + "portrait": "/Game/UI/Icons/Icon-Worker/IconDefinitions/IconDef-WorkerPortrait-Dependable-F01.IconDef-WorkerPortrait-Dependable-F01", + "max_level_bonus": 0, + "personality": "Homebase.Worker.Personality.IsDependable", + "squad_id": "", + "xp": 0, + "slotted_building_id": "", + "building_slot_used": -1, + "favorite": false, + "set_bonus": "Homebase.Worker.SetBonus.IsMeleeDamageLow" + }, + "quantity": 1 + }, + "e791162d-e7c1-4227-bf70-013ec71a8711": { + "templateId": "Hero:hid_outlander_punchdamage_sr_t04", + "attributes": { + "outfitvariants": [], + "backblingvariants": [], + "gender": 0, + "level": 40, + "item_seen": true, + "squad_slot_idx": -1, + "portrait": "", + "hero_name": "DefaultHeroName", + "max_level_bonus": 0, + "squad_id": "", + "mode_loadouts": [], + "xp": 0, + "slotted_building_id": "", + "refundable": false, + "favorite": true, + "building_slot_used": -1 + }, + "quantity": 1 + }, + "35e788e2-5c86-48e0-a1f8-bc9348eba190": { + "templateId": "Quest:challenge_defendertraining_2", + "attributes": { + "level": -1, + "item_seen": true, + "completion_convert_any_defender": 1, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-26T15:28:43.102Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "c59d8607-5b20-4b2c-a13e-a456a577f610": { + "templateId": "Quest:challenge_missionaccomplished_3", + "attributes": { + "level": -1, + "completion_complete_primary": 4, + "item_seen": true, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-28T10:48:17.508Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "65ca9ae2-25ed-4ef9-8f02-c11a227dabca": { + "templateId": "Quest:s11_holdfastquest_season_furnacemaint", + "attributes": { + "level": -1, + "item_seen": false, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Active", + "last_state_change_time": "2020-01-20T18:44:07.278Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "completion_s11_holdfastquest_season_furnacemaint": 0, + "favorite": false + }, + "quantity": 1 + }, + "8fcb9e83-436e-4024-9f51-51581490f61b": { + "templateId": "Quest:challenge_holdthedoor_19", + "attributes": { + "completion_complete_outpost": 11, + "level": -1, + "item_seen": true, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-30T13:01:58.186Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "fb809f77-4f99-4739-b7f8-5ce8c56d196d": { + "templateId": "Quest:stonewoodquest_tutorial_survivorslotting", + "attributes": { + "level": -1, + "item_seen": false, + "completion_survivorslotting_highlight_command": 1, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-17T12:16:44.932Z", + "challenge_linked_quest_parent": "", + "completion_survivorslotting_tabcallout": 1, + "max_level_bonus": 0, + "xp": 0, + "completion_survivorslotting_guard_survivors": 1, + "favorite": false, + "completion_survivorslotting_guard_command": 1 + }, + "quantity": 1 + }, + "69d3c127-bfe1-45b6-a4a1-6004d24e79e4": { + "templateId": "Worker:managermartialartist_r_t01", + "attributes": { + "gender": "2", + "level": 10, + "item_seen": true, + "squad_slot_idx": 0, + "portrait": "/Game/UI/Icons/Icon-Worker/IconDefinitions/IconDef-ManagerPortrait-MartialArtist-F01.IconDef-ManagerPortrait-MartialArtist-F01", + "max_level_bonus": 0, + "personality": "Homebase.Worker.Personality.IsAdventurous", + "squad_id": "squad_attribute_arms_closeassaultsquad", + "xp": 0, + "slotted_building_id": "", + "managerSynergy": "Homebase.Manager.IsMartialArtist", + "building_slot_used": -1, + "favorite": false + }, + "quantity": 1 + }, + "4a07af2a-004a-4838-a443-cc0205daaa1f": { + "templateId": "Worker:managermartialartist_c_t01", + "attributes": { + "gender": "1", + "level": 1, + "item_seen": true, + "squad_slot_idx": -1, + "portrait": "/Game/UI/Icons/Icon-Worker/IconDefinitions/IconDef-ManagerPortrait-MartialArtist-M01.IconDef-ManagerPortrait-MartialArtist-M01", + "max_level_bonus": 0, + "personality": "Homebase.Worker.Personality.IsDreamer", + "squad_id": "", + "xp": 0, + "slotted_building_id": "", + "managerSynergy": "Homebase.Manager.IsMartialArtist", + "building_slot_used": -1, + "favorite": false + }, + "quantity": 1 + }, + "fbb47a7e-c5c9-4c65-9997-ce52d68970a2": { + "templateId": "HomebaseNode:questreward_stonewood_squad_ssd4", + "attributes": { + "item_seen": true + }, + "quantity": 1 + }, + "9a2f5ca6-ab84-4fc5-bd0a-ad70ba972c7d": { + "templateId": "Worker:workerbasic_vr_t01", + "attributes": { + "gender": "2", + "level": 10, + "item_seen": true, + "squad_slot_idx": 3, + "portrait": "/Game/UI/Icons/Icon-Worker/IconDefinitions/IconDef-WorkerPortrait-Dependable-F02.IconDef-WorkerPortrait-Dependable-F02", + "max_level_bonus": 0, + "personality": "Homebase.Worker.Personality.IsDependable", + "squad_id": "squad_attribute_medicine_emtsquad", + "xp": 0, + "slotted_building_id": "", + "building_slot_used": -1, + "favorite": false, + "set_bonus": "Homebase.Worker.SetBonus.IsRangedDamageLow" + }, + "quantity": 1 + }, + "62bb087d-3e40-49bf-b8c6-79f676601f6e": { + "templateId": "Quest:challenge_leavenoonebehind_3", + "attributes": { + "level": -1, + "item_seen": true, + "completion_questcollect_survivoritemdata": 30, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-07T11:23:53.815Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "2ef0e81d-6654-4568-9793-fa51adf6c78c": { + "templateId": "HomebaseNode:questreward_buildingresourcecap2", + "attributes": { + "item_seen": false + }, + "quantity": 1 + }, + "239e9bfe-9790-4bc5-b424-da0c955b5ad0": { + "templateId": "Quest:challenge_missionaccomplished_18", + "attributes": { + "level": -1, + "completion_complete_primary": 11, + "item_seen": true, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-27T22:59:48.606Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "fd7fcdec-db02-4ec3-88c2-0c186a9b5072": { + "templateId": "Quest:stonewoodquest_tutorial_levelup_defender", + "attributes": { + "completion_defenderupgrade_guard_heroes": 1, + "completion_defenderupgrade_tabcallout": 1, + "level": -1, + "item_seen": false, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "completion_defenderupgrade_guard_command": 1, + "completion_defenderupgrade_highlight_command": 1, + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-17T12:16:44.931Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "completion_defenderupgrade_intro_defenders": 1, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "07ecb09b-67cd-4bc7-ba38-cad2851f3691": { + "templateId": "Hero:hid_commando_009_m_r_t01", + "attributes": { + "outfitvariants": [], + "backblingvariants": [], + "gender": 0, + "level": 1, + "item_seen": true, + "squad_slot_idx": -1, + "portrait": "", + "hero_name": "DefaultHeroName", + "max_level_bonus": 0, + "squad_id": "", + "mode_loadouts": [], + "xp": 0, + "slotted_building_id": "", + "refundable": false, + "building_slot_used": -1, + "favorite": false + }, + "quantity": 1 + }, + "151d4e45-9946-4552-b7e1-47939eae64ed": { + "templateId": "Hero:hid_ninja_021_sr_t01", + "attributes": { + "outfitvariants": [], + "backblingvariants": [], + "gender": 0, + "level": 1, + "item_seen": true, + "squad_slot_idx": -1, + "portrait": "", + "hero_name": "DefaultHeroName", + "max_level_bonus": 0, + "squad_id": "squad_combat_adventuresquadone", + "mode_loadouts": [], + "xp": 0, + "slotted_building_id": "", + "refundable": false, + "building_slot_used": -1, + "favorite": false + }, + "quantity": 1 + }, + "efe74ce8-5e3a-4a07-ac5d-339bb710aa22": { + "templateId": "Hero:hid_constructor_009_r_t01", + "attributes": { + "outfitvariants": [], + "backblingvariants": [], + "gender": 0, + "level": 1, + "item_seen": false, + "squad_slot_idx": -1, + "portrait": "", + "hero_name": "DefaultHeroName", + "max_level_bonus": 0, + "squad_id": "", + "mode_loadouts": [], + "xp": 0, + "slotted_building_id": "", + "refundable": false, + "building_slot_used": -1, + "favorite": false + }, + "quantity": 1 + }, + "9a743651-900a-4bc9-a212-f9d85c151f92": { + "templateId": "HomebaseNode:questreward_stonewood_squad_ssd2", + "attributes": { + "item_seen": true + }, + "quantity": 1 + }, + "91fdb812-230e-41d6-b6c0-9df855596bed": { + "templateId": "Quest:plankertonquest_filler_3_d1", + "attributes": { + "level": -1, + "item_seen": true, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-27T01:02:16.418Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "completion_complete_launchballoon_2": 1, + "favorite": false + }, + "quantity": 1 + }, + "c8f3a7e3-27dd-4461-8a34-84efff727f5e": { + "templateId": "Worker:managerdoctor_c_t01", + "attributes": { + "gender": "2", + "level": 1, + "item_seen": true, + "squad_slot_idx": -1, + "portrait": "/Game/UI/Icons/Icon-Worker/IconDefinitions/IconDef-ManagerPortrait-Doctor-F01.IconDef-ManagerPortrait-Doctor-F01", + "max_level_bonus": 0, + "personality": "Homebase.Worker.Personality.IsCooperative", + "squad_id": "", + "xp": 0, + "slotted_building_id": "", + "managerSynergy": "Homebase.Manager.IsDoctor", + "building_slot_used": -1, + "favorite": false + }, + "quantity": 1 + }, + "880397a8-074e-490d-a68d-c9f8bdf22e35": { + "templateId": "Quest:plankertonquest_filler_4_d3", + "attributes": { + "level": -1, + "item_seen": true, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-26T16:39:22.244Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "completion_complete_relaysurvivor_2_diff3": 6, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "54ef775a-2f72-4737-99a4-271b50a59218": { + "templateId": "Quest:wargames_visibilityquest_challenge_surprise", + "attributes": { + "level": -1, + "item_seen": false, + "sent_new_notification": true, + "completion_wargames_visibilityquest_challenge_surprise": 0, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Active", + "last_state_change_time": "2020-01-09T15:12:41.065Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "cc64f57b-2ccc-471b-8960-0c446ce1abfb": { + "templateId": "Quest:challenge_toxictreasures_6", + "attributes": { + "level": -1, + "item_seen": true, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-28T19:01:43.366Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "completion_complete_mimic": 4, + "favorite": false + }, + "quantity": 1 + }, + "3fc2bbf5-d3c5-493f-804d-ec319d2dd04e": { + "templateId": "Worker:workerbasic_r_t01", + "attributes": { + "gender": "1", + "level": 1, + "item_seen": true, + "squad_slot_idx": -1, + "portrait": "/Game/UI/Icons/Icon-Worker/IconDefinitions/IconDef-WorkerPortrait-Adventurous-M03.IconDef-WorkerPortrait-Adventurous-M03", + "max_level_bonus": 0, + "personality": "Homebase.Worker.Personality.IsAdventurous", + "squad_id": "", + "xp": 0, + "slotted_building_id": "", + "building_slot_used": -1, + "favorite": false, + "set_bonus": "Homebase.Worker.SetBonus.IsFortitudeLow" + }, + "quantity": 1 + }, + "d86e23e5-83dd-4c05-b695-0f2598424580": { + "templateId": "Quest:bbpromoquest_2019_reactive_hiddenspawner", + "attributes": { + "level": -1, + "item_seen": false, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Active", + "last_state_change_time": "2020-01-20T18:44:07.281Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "completion_bbpromoquest_2019_reactive_hiddenspawner": 0, + "favorite": false + }, + "quantity": 1 + }, + "5bc2a936-b5a0-40fa-8e14-400690f79bea": { + "templateId": "Quest:challenge_leavenoonebehind_6", + "attributes": { + "level": -1, + "item_seen": true, + "completion_questcollect_survivoritemdata": 45, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-24T16:23:15.827Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "4ec610fb-d13e-43f4-b9ba-d20782627032": { + "templateId": "Token:homebasepoints", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": false, + "xp": 0, + "favorite": false + }, + "quantity": 459283945 + }, + "b3bdfece-df33-4149-86d8-b986c672f62f": { + "templateId": "Quest:cannyvalley_reactive_survey", + "attributes": { + "level": -1, + "item_seen": true, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-27T13:19:32.624Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "completion_cannyvalley_reactive_survey": 7, + "favorite": false + }, + "quantity": 1 + }, + "9c86f06d-1d0a-4d33-b250-9ce2a7436392": { + "templateId": "Quest:outpostquest_t1_l2", + "attributes": { + "level": -1, + "item_seen": true, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-25T21:04:23.597Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "completion_complete_outpost_1_2": 1, + "favorite": false + }, + "quantity": 1 + }, + "d0298d94-68c1-4e4d-b7d4-e0d9caa9b945": { + "templateId": "Quest:challenge_holdthedoor_16", + "attributes": { + "completion_complete_outpost": 9, + "level": -1, + "item_seen": true, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-29T18:04:52.748Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "ec93562e-7b11-4b19-92d3-e3d3e977fd9b": { + "templateId": "Quest:pickaxequest_stw003_tier_4", + "attributes": { + "level": -1, + "completion_pickaxequest_stw003_tier_4": 2, + "item_seen": false, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-07T18:27:26.371Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "30950312-3123-4de6-b6c8-86bb9064f7ed": { + "templateId": "Worker:workerbasic_r_t04", + "attributes": { + "gender": "2", + "level": 40, + "squad_slot_idx": 6, + "item_seen": true, + "portrait": "/Game/UI/Icons/Icon-Worker/IconDefinitions/IconDef-WorkerPortrait-Curious-F02.IconDef-WorkerPortrait-Curious-F02", + "max_level_bonus": 0, + "personality": "Homebase.Worker.Personality.IsCurious", + "squad_id": "squad_attribute_synthesis_corpsofengineering", + "xp": 0, + "slotted_building_id": "", + "building_slot_used": -1, + "favorite": false, + "set_bonus": "Homebase.Worker.SetBonus.IsAbilityDamageLow" + }, + "quantity": 1 + }, + "85d2db88-408d-40c1-954d-345b9fb8ff96": { + "templateId": "Quest:challenge_herotraining_3", + "attributes": { + "level": -1, + "item_seen": true, + "completion_upgraderarity_hero": 0, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Active", + "last_state_change_time": "2020-01-18T20:05:07.369Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "73e5c182-a185-466c-99e2-ece98dfde4e5": { + "templateId": "Worker:workerbasic_uc_t01", + "attributes": { + "gender": "1", + "level": 1, + "item_seen": true, + "squad_slot_idx": -1, + "portrait": "/Game/UI/Icons/Icon-Worker/IconDefinitions/IconDef-WorkerPortrait-Dependable-M02.IconDef-WorkerPortrait-Dependable-M02", + "max_level_bonus": 0, + "personality": "Homebase.Worker.Personality.IsDependable", + "squad_id": "", + "xp": 0, + "slotted_building_id": "", + "building_slot_used": -1, + "favorite": false, + "set_bonus": "Homebase.Worker.SetBonus.IsAbilityDamageLow" + }, + "quantity": 1 + }, + "bf5cfe46-e2a3-4b5a-aeab-7698c3d48c98": { + "templateId": "Quest:challenge_eldritchabominations_7", + "attributes": { + "level": -1, + "item_seen": true, + "sent_new_notification": true, + "completion_kill_husk_smasher": 35, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-29T17:44:04.394Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "f58dfae7-e754-41ea-b662-83a58c3bdea3": { + "templateId": "Quest:reactivequest_flingers", + "attributes": { + "level": -1, + "item_seen": true, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-04T19:50:37.452Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "completion_quest_reactive_flingers": 5, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "c1c1dbc2-3fa6-4931-a4ec-98aacff330e3": { + "templateId": "Quest:starlightquest_complete_dailies_2", + "attributes": { + "level": -1, + "item_seen": true, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Active", + "last_state_change_time": "2020-01-20T18:44:07.274Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "completion_starlightquest_complete_dailies_2": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "599f888e-8848-4d12-82b7-2fdd03e0ee99": { + "templateId": "Worker:workerbasic_vr_t01", + "attributes": { + "gender": "1", + "level": 1, + "item_seen": true, + "squad_slot_idx": -1, + "portrait": "/Game/UI/Icons/Icon-Worker/IconDefinitions/IconDef-WorkerPortrait-Cooperative-M02.IconDef-WorkerPortrait-Cooperative-M02", + "max_level_bonus": 0, + "personality": "Homebase.Worker.Personality.IsCooperative", + "squad_id": "", + "xp": 0, + "slotted_building_id": "", + "building_slot_used": -1, + "favorite": false, + "set_bonus": "Homebase.Worker.SetBonus.IsAbilityDamageLow" + }, + "quantity": 1 + }, + "bbc6a686-ef0c-4042-acac-c64c5d4bd13b": { + "templateId": "Quest:plankertonquest_landmark_lars", + "attributes": { + "level": -1, + "item_seen": false, + "sent_new_notification": true, + "completion_plankertonquest_landmark_lars": 1, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-17T12:16:44.921Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "1cbc645c-f378-4d7d-ab6c-5e6daa90b2a2": { + "templateId": "Hero:hid_constructor_013_uc_t01", + "attributes": { + "outfitvariants": [], + "backblingvariants": [], + "gender": 0, + "level": 1, + "item_seen": true, + "squad_slot_idx": -1, + "portrait": "", + "hero_name": "DefaultHeroName", + "max_level_bonus": 0, + "squad_id": "", + "mode_loadouts": [], + "xp": 0, + "slotted_building_id": "", + "refundable": false, + "building_slot_used": -1, + "favorite": false + }, + "quantity": 1 + }, + "c18b6a71-f1b6-4e1c-91d2-56ff881f198a": { + "templateId": "Quest:wargames_dailyquest_tornado_with_nobuild_plankerton", + "attributes": { + "level": -1, + "item_seen": false, + "sent_new_notification": true, + "completion_wargames_daily_plankerton_tornado_with_nobuild": 0, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "dailywargamesplankerton_01", + "quest_state": "Active", + "last_state_change_time": "2020-02-05T19:05:26.902Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "selection": -1, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "a2e7c5c1-8f33-4fa5-a17d-e7c0587aba6d": { + "templateId": "HomebaseNode:questreward_cannyvalley_squad_ssd5", + "attributes": { + "item_seen": true + }, + "quantity": 1 + }, + "dbf7296a-58ca-4c77-a227-cfaff6ff257d": { + "templateId": "Worker:workerbasic_uc_t01", + "attributes": { + "gender": "1", + "level": 1, + "item_seen": true, + "squad_slot_idx": -1, + "portrait": "/Game/UI/Icons/Icon-Worker/IconDefinitions/IconDef-WorkerPortrait-Curious-M02.IconDef-WorkerPortrait-Curious-M02", + "max_level_bonus": 0, + "personality": "Homebase.Worker.Personality.IsCurious", + "squad_id": "", + "xp": 0, + "slotted_building_id": "", + "building_slot_used": -1, + "favorite": false, + "set_bonus": "Homebase.Worker.SetBonus.IsAbilityDamageLow" + }, + "quantity": 1 + }, + "2053077e-ec1f-4dd1-9053-a74399d1d261": { + "templateId": "Defender:did_defenderassault_basic_c_t01", + "attributes": { + "max_level_bonus": 0, + "squad_id": "", + "level": 1, + "item_seen": true, + "squad_slot_idx": -1, + "alterations": [ + "Alteration:aid_att_def_firerate" + ], + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "71ef9aeb-1240-4255-8ff1-429e02b4b8b6": { + "templateId": "Hero:hid_ninja_008_sr_t01", + "attributes": { + "outfitvariants": [], + "backblingvariants": [], + "gender": 0, + "level": 1, + "item_seen": true, + "squad_slot_idx": -1, + "portrait": "", + "hero_name": "DefaultHeroName", + "max_level_bonus": 0, + "squad_id": "", + "mode_loadouts": [], + "xp": 0, + "slotted_building_id": "", + "refundable": false, + "building_slot_used": -1, + "favorite": false + }, + "quantity": 1 + }, + "f49e1679-5590-4f27-8917-fbcfda4ef6db": { + "templateId": "Quest:stonewoodquest_retrievedata_d1", + "attributes": { + "level": -1, + "item_seen": true, + "completion_complete_retrievedata_1": 1, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-26T18:33:47.875Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "d321148d-1930-4ea1-b933-f640613cb79c": { + "templateId": "ConditionalAction:generic_instance", + "attributes": { + "alt_profile_types": [ + "athena" + ], + "_private": true, + "devName": "MAJOR: Season 11 - Starlight - Quests Phase 5", + "conditions": { + "event": { + "instanceId": "5e00pbspdnqhsfo842383h1072[0]0", + "eventName": "CalendarEvent_Starlight2019_Quests_Phase5", + "eventStart": "2020-01-20T00:00:00.000Z", + "eventEnd": "2020-07-03T20:00:00.000Z", + "startActions": { + "hasRun": true, + "conversions": [], + "itemsToGrant": [], + "questsToUnpause": [] + }, + "endActions": { + "hasRun": false, + "conversions": [], + "itemsToRemove": [ + { + "templateId": "Quest:starlightquest_complete_melee_d1", + "quantity": 1 + }, + { + "templateId": "Quest:starlightquest_complete_melee_timed_d1", + "quantity": 1 + }, + { + "templateId": "Quest:starlightquest_complete_timed_d1", + "quantity": 1 + }, + { + "templateId": "Quest:starlightquest_complete_timed_d2", + "quantity": 1 + }, + { + "templateId": "Quest:starlightquest_complete_timed_d3", + "quantity": 1 + }, + { + "templateId": "Quest:starlightquest_complete_timed_d4", + "quantity": 1 + } + ], + "questsToPause": [] + }, + "metaData": {} + } + } + }, + "quantity": 1 + }, + "edcd01ae-4555-4e26-adb5-0503006cdf59": { + "templateId": "Quest:challenge_toxictreasures_15", + "attributes": { + "level": -1, + "item_seen": true, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-14T22:49:35.080Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "completion_complete_mimic": 9, + "favorite": false + }, + "quantity": 1 + }, + "029f5e65-7c9e-42eb-818e-d810d29444ec": { + "templateId": "Quest:teamperkquest_superchargedtraps", + "attributes": { + "level": -1, + "item_seen": false, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-17T18:23:32.077Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "c4f40bca-e468-4d20-82f2-d7d1cabcffe8": { + "templateId": "Worker:workerbasic_vr_t01", + "attributes": { + "gender": "2", + "level": 10, + "item_seen": true, + "squad_slot_idx": 3, + "portrait": "/Game/UI/Icons/Icon-Worker/IconDefinitions/IconDef-WorkerPortrait-Dreamer-F01.IconDef-WorkerPortrait-Dreamer-F01", + "max_level_bonus": 0, + "personality": "Homebase.Worker.Personality.IsDreamer", + "squad_id": "squad_attribute_arms_fireteamalpha", + "xp": 0, + "slotted_building_id": "", + "building_slot_used": -1, + "favorite": false, + "set_bonus": "Homebase.Worker.SetBonus.IsFortitudeLow" + }, + "quantity": 1 + }, + "b73efced-f16a-45f5-bfe6-10d523d9d8f1": { + "templateId": "HomebaseNode:questreward_pickaxe", + "attributes": { + "item_seen": false + }, + "quantity": 1 + }, + "a5a1871e-7d8a-45ca-8c0a-e98411d19836": { + "templateId": "Hero:hid_commando_gcgrenade_r_t01", + "attributes": { + "outfitvariants": [], + "backblingvariants": [], + "gender": 0, + "level": 1, + "item_seen": false, + "squad_slot_idx": -1, + "portrait": "", + "hero_name": "DefaultHeroName", + "max_level_bonus": 0, + "squad_id": "", + "mode_loadouts": [], + "xp": 0, + "slotted_building_id": "", + "refundable": false, + "building_slot_used": -1, + "favorite": false + }, + "quantity": 1 + }, + "aebd2e31-d023-4a1d-8592-8c9550b1504c": { + "templateId": "Hero:hid_commando_guntough_uc_t01", + "attributes": { + "outfitvariants": [], + "backblingvariants": [], + "gender": 0, + "level": 1, + "item_seen": true, + "squad_slot_idx": -1, + "portrait": "", + "hero_name": "DefaultHeroName", + "max_level_bonus": 0, + "squad_id": "", + "mode_loadouts": [], + "xp": 0, + "slotted_building_id": "", + "refundable": false, + "building_slot_used": -1, + "favorite": false + }, + "quantity": 1 + }, + "d1180818-7756-4ba8-a115-8a018669e340": { + "templateId": "Worker:workerbasic_r_t01", + "attributes": { + "gender": "1", + "level": 1, + "item_seen": true, + "squad_slot_idx": -1, + "portrait": "/Game/UI/Icons/Icon-Worker/IconDefinitions/IconDef-WorkerPortrait-Analytical-M02.IconDef-WorkerPortrait-Analytical-M02", + "max_level_bonus": 0, + "personality": "Homebase.Worker.Personality.IsAnalytical", + "squad_id": "", + "xp": 0, + "slotted_building_id": "", + "building_slot_used": -1, + "favorite": false, + "set_bonus": "Homebase.Worker.SetBonus.IsFortitudeLow" + }, + "quantity": 1 + }, + "7e599ff5-c1b3-44fe-aa63-79e87403b215": { + "templateId": "ConditionalAction:generic_instance", + "attributes": { + "alt_profile_types": [ + "athena" + ], + "_private": true, + "devName": "MAJOR: Season 11 - Starlight - Quests Phase 2", + "conditions": { + "event": { + "instanceId": "0g2aos0p60t7komldlqeu4m27b[0]0", + "eventName": "CalendarEvent_Starlight2019_Quests_Phase2", + "eventStart": "2020-01-20T00:00:00.000Z", + "eventEnd": "2020-07-03T20:00:00.000Z", + "startActions": { + "hasRun": true, + "conversions": [], + "itemsToGrant": [], + "questsToUnpause": [] + }, + "endActions": { + "hasRun": false, + "conversions": [], + "itemsToRemove": [ + { + "templateId": "Quest:starlightquest_daily_complete_d2", + "quantity": 1 + } + ], + "questsToPause": [] + }, + "metaData": {} + } + } + }, + "quantity": 1 + }, + "40fdd5f9-a745-4c80-a7da-25af172abfce": { + "templateId": "Quest:stonewoodquest_closegate_d1", + "attributes": { + "level": -1, + "item_seen": true, + "completion_complete_gate_1": 1, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-25T20:10:06.097Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "b6d47833-8a83-4c28-a61a-7363eee05fc1": { + "templateId": "Quest:cannyvalleyquest_side_3_d2", + "attributes": { + "level": -1, + "item_seen": true, + "sent_new_notification": true, + "completion_complete_gate_triple_3_diff2": 2, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Active", + "last_state_change_time": "2020-01-30T12:18:00.769Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "e77ef3f3-7847-4277-b989-71ca7906da9a": { + "templateId": "Worker:workerbasic_uc_t01", + "attributes": { + "gender": "1", + "level": 1, + "item_seen": true, + "squad_slot_idx": -1, + "portrait": "/Game/UI/Icons/Icon-Worker/IconDefinitions/IconDef-WorkerPortrait-Competitive-M01.IconDef-WorkerPortrait-Competitive-M01", + "max_level_bonus": 0, + "personality": "Homebase.Worker.Personality.IsCompetitive", + "squad_id": "", + "xp": 0, + "slotted_building_id": "", + "building_slot_used": -1, + "favorite": false, + "set_bonus": "Homebase.Worker.SetBonus.IsRangedDamageLow" + }, + "quantity": 1 + }, + "abcadc11-9261-4e8a-b945-e41cb1abe8b9": { + "templateId": "Hero:hid_ninja_smokedimmak_r_t01", + "attributes": { + "outfitvariants": [], + "backblingvariants": [], + "gender": 0, + "level": 1, + "item_seen": true, + "squad_slot_idx": -1, + "portrait": "", + "hero_name": "DefaultHeroName", + "max_level_bonus": 0, + "squad_id": "", + "mode_loadouts": [], + "xp": 0, + "slotted_building_id": "", + "refundable": false, + "building_slot_used": -1, + "favorite": false + }, + "quantity": 1 + }, + "22b20630-45fd-4fb0-bd77-d081f765180b": { + "templateId": "Hero:hid_outlander_punchphase_r_t01", + "attributes": { + "outfitvariants": [], + "backblingvariants": [], + "gender": 0, + "level": 1, + "item_seen": true, + "squad_slot_idx": -1, + "portrait": "", + "hero_name": "DefaultHeroName", + "max_level_bonus": 0, + "squad_id": "", + "mode_loadouts": [], + "xp": 0, + "slotted_building_id": "", + "refundable": false, + "building_slot_used": -1, + "favorite": false + }, + "quantity": 1 + }, + "b4841f82-8e97-4f7c-9630-1994d186ec8c": { + "templateId": "Quest:challenge_holdthedoor_3", + "attributes": { + "completion_complete_outpost": 3, + "level": -1, + "item_seen": true, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-28T10:24:04.378Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "078828d2-a77a-4078-8c64-57ad33d3bafe": { + "templateId": "Quest:teamperkquest_onetwopunch", + "attributes": { + "level": -1, + "item_seen": false, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-01T21:59:29.342Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "631ed973-2027-4579-b19f-e5252ffcdbfc": { + "templateId": "Worker:workerbasic_r_t01", + "attributes": { + "gender": "1", + "level": 1, + "item_seen": true, + "squad_slot_idx": -1, + "portrait": "/Game/UI/Icons/Icon-Worker/IconDefinitions/IconDef-WorkerPortrait-Pragmatic-M03.IconDef-WorkerPortrait-Pragmatic-M03", + "max_level_bonus": 0, + "personality": "Homebase.Worker.Personality.IsPragmatic", + "squad_id": "", + "xp": 0, + "slotted_building_id": "", + "building_slot_used": -1, + "favorite": false, + "set_bonus": "Homebase.Worker.SetBonus.IsFortitudeLow" + }, + "quantity": 1 + }, + "3199a163-219f-4680-af07-61a3a4e3de3b": { + "templateId": "Quest:plankertonquest_filler_1_d1", + "attributes": { + "level": -1, + "item_seen": true, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-24T18:53:43.142Z", + "completion_complete_gate_double_2": 1, + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "87caaf61-e9b8-4735-8f59-06dad005a03c": { + "templateId": "Hero:hid_ninja_smokedimmak_r_t01", + "attributes": { + "outfitvariants": [], + "backblingvariants": [], + "gender": 0, + "level": 1, + "item_seen": false, + "squad_slot_idx": -1, + "portrait": "", + "hero_name": "DefaultHeroName", + "max_level_bonus": 0, + "squad_id": "", + "mode_loadouts": [], + "xp": 0, + "slotted_building_id": "", + "refundable": false, + "building_slot_used": -1, + "favorite": false + }, + "quantity": 1 + }, + "f34fad78-baa8-42c8-8738-bd7ddfec8a64": { + "templateId": "Defender:did_defenderpistol_basic_f_r_t01", + "attributes": { + "max_level_bonus": 0, + "squad_id": "", + "level": 1, + "item_seen": false, + "squad_slot_idx": -1, + "alterations": [ + "Alteration:aid_att_def_durability", + "Alteration:aid_att_def_maxshield", + "Alteration:aid_att_def_shieldregen" + ], + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "5e202149-d063-43e4-8632-e1c6cce36283": { + "templateId": "HomebaseNode:questreward_feature_skillsystem", + "attributes": { + "item_seen": false + }, + "quantity": 1 + }, + "e6cfdc79-e7d0-4e89-96cf-ad04ed75cc46": { + "templateId": "Quest:tutorial_loadout_gadgets", + "attributes": { + "completion_heroloadout_gadgets_guardscreen1": 1, + "level": -1, + "item_seen": false, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-01T22:04:32.059Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "completion_heroloadout_gadgets_intro": 1, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "2ce7d5a9-f31a-4e91-937b-5cd4d1db70cd": { + "templateId": "TeamPerk:tpid_keepout", + "attributes": {}, + "quantity": 1 + }, + "706cac0c-951a-4618-84bc-947289a133f9": { + "templateId": "Token:research_respec", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": false, + "xp": 0, + "favorite": false + }, + "quantity": 675948324 + }, + "f45fd23d-73dd-4a4f-8a11-a6f5d2eafb2f": { + "templateId": "Quest:heroquest_loadout_ninja_2", + "attributes": { + "level": -1, + "item_seen": false, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Active", + "last_state_change_time": "2020-02-01T23:34:21.004Z", + "completion_complete_pve03_diff3_loadout_ninja": 0, + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "CosmeticLocker:cosmeticlocker_stw_1": { + "templateId": "CosmeticLocker:cosmeticlocker_stw", + "attributes": { + "locker_slots_data": { + "slots": { + "Pickaxe": { + "items": [ + "AthenaPickaxe:pickaxe_id_029_assassin" + ] + }, + "ItemWrap": { + "items": [ + "AthenaItemWrap:wrap_103_yatter", + "AthenaItemWrap:wrap_103_yatter", + "AthenaItemWrap:wrap_103_yatter", + "AthenaItemWrap:wrap_103_yatter", + "AthenaItemWrap:wrap_103_yatter", + "AthenaItemWrap:wrap_103_yatter", + "AthenaItemWrap:wrap_103_yatter", + null + ] + }, + "LoadingScreen": { + "items": [ + "AthenaLoadingScreen:lsid_163_smrocketride" + ] + }, + "Dance": { + "items": [ + "AthenaDance:eid_robot", + "AthenaDance:eid_dreamfeet", + "AthenaDance:eid_poplock", + "AthenaDance:eid_billybounce", + "AthenaDance:eid_ridethepony_athena", + "AthenaDance:eid_electroswing" + ] + }, + "MusicPack": { + "items": [ + "" + ] + }, + "Backpack": { + "items": [ + "AthenaBackpack:bid_stwhero" + ] + } + } + }, + "use_count": 0, + "banner_icon_template": "brs9worldcup2019", + "banner_color_template": "defaultcolor1", + "locker_name": "", + "item_seen": false, + "favorite": false + }, + "quantity": 1 + }, + "d90b69b2-4769-495b-b60e-cb3b44d01869": { + "templateId": "Hero:hid_outlander_punchdamage_vr_t01", + "attributes": { + "outfitvariants": [], + "backblingvariants": [], + "gender": 0, + "level": 1, + "item_seen": true, + "squad_slot_idx": -1, + "portrait": "", + "hero_name": "DefaultHeroName", + "max_level_bonus": 0, + "squad_id": "", + "mode_loadouts": [], + "xp": 0, + "slotted_building_id": "", + "refundable": false, + "building_slot_used": -1, + "favorite": false + }, + "quantity": 1 + }, + "0f3ac719-7e64-49a7-b1ee-c3c1b754801e": { + "templateId": "Worker:workerbasic_sr_t01", + "attributes": { + "gender": "2", + "level": 10, + "item_seen": true, + "squad_slot_idx": 6, + "portrait": "/Game/UI/Icons/Icon-Worker/IconDefinitions/IconDef-WorkerPortrait-Dependable-F03.IconDef-WorkerPortrait-Dependable-F03", + "max_level_bonus": 0, + "personality": "Homebase.Worker.Personality.IsDependable", + "squad_id": "squad_attribute_scavenging_gadgeteers", + "xp": 0, + "slotted_building_id": "", + "building_slot_used": -1, + "favorite": false, + "set_bonus": "Homebase.Worker.SetBonus.IsResistanceLow" + }, + "quantity": 1 + }, + "ced9fb94-5f9c-4141-904d-812246225c0c": { + "templateId": "HomebaseNode:questreward_mission_defender2", + "attributes": { + "item_seen": false + }, + "quantity": 1 + }, + "14ba6cd6-ba1c-4551-b567-4a898214d809": { + "templateId": "Quest:plankertonquest_mechanical_refuelintro", + "attributes": { + "level": -1, + "item_seen": false, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-17T12:16:44.907Z", + "challenge_linked_quest_parent": "", + "completion_plankertonquest_mechanical_refuelintro": 1, + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "65eb4084-40d5-4704-93e7-92ffe9cb7e27": { + "templateId": "Worker:workerbasic_uc_t01", + "attributes": { + "gender": "2", + "level": 3, + "item_seen": true, + "squad_slot_idx": -1, + "portrait": "/Game/UI/Icons/Icon-Worker/IconDefinitions/IconDef-WorkerPortrait-Competitive-F03.IconDef-WorkerPortrait-Competitive-F03", + "max_level_bonus": 0, + "personality": "Homebase.Worker.Personality.IsCompetitive", + "squad_id": "", + "xp": 0, + "slotted_building_id": "", + "building_slot_used": -1, + "favorite": false, + "set_bonus": "Homebase.Worker.SetBonus.IsFortitudeLow" + }, + "quantity": 1 + }, + "11c33812-ca22-4c8a-bcb7-8b88e8e5f26e": { + "templateId": "Quest:stonewoodquest_launchrocket_d5", + "attributes": { + "level": -1, + "item_seen": true, + "sent_new_notification": true, + "challenge_bundle_id": "", + "completion_complete_launchrocket_1": 1, + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-19T21:12:00.500Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "dea73e20-00d6-4ad9-9fe6-ffc7985fdd2a": { + "templateId": "Hero:hid_constructor_008_r_t01", + "attributes": { + "outfitvariants": [], + "backblingvariants": [], + "gender": 0, + "level": 1, + "item_seen": true, + "squad_slot_idx": -1, + "portrait": "", + "hero_name": "DefaultHeroName", + "max_level_bonus": 0, + "squad_id": "", + "mode_loadouts": [], + "xp": 0, + "slotted_building_id": "", + "refundable": false, + "building_slot_used": -1, + "favorite": false + }, + "quantity": 1 + }, + "954b0351-4578-4037-9f28-ed17a68e29fa": { + "templateId": "Worker:workerbasic_vr_t03", + "attributes": { + "gender": "1", + "level": 30, + "squad_slot_idx": 1, + "item_seen": true, + "portrait": "/Game/UI/Icons/Icon-Worker/IconDefinitions/IconDef-WorkerPortrait-Analytical-M03.IconDef-WorkerPortrait-Analytical-M03", + "max_level_bonus": 0, + "personality": "Homebase.Worker.Personality.IsAnalytical", + "squad_id": "squad_attribute_synthesis_thethinktank", + "xp": 0, + "slotted_building_id": "", + "building_slot_used": -1, + "favorite": false, + "set_bonus": "Homebase.Worker.SetBonus.IsTrapDamageLow" + }, + "quantity": 1 + }, + "ae14c328-a0bb-4bf1-9323-8b578b75899d": { + "templateId": "Hero:hid_commando_guntough_f_4thjuly_sr_t04", + "attributes": { + "outfitvariants": [], + "backblingvariants": [], + "gender": 0, + "level": 40, + "item_seen": true, + "squad_slot_idx": -1, + "portrait": "", + "hero_name": "DefaultHeroName", + "max_level_bonus": 0, + "squad_id": "", + "mode_loadouts": [], + "xp": 0, + "slotted_building_id": "", + "refundable": false, + "favorite": true, + "building_slot_used": -1 + }, + "quantity": 1 + }, + "66785908-ab69-4f69-939f-3a34fcb8cce7": { + "templateId": "Quest:heroquest_outlanderleadership", + "attributes": { + "level": -1, + "item_seen": false, + "completion_has_item_outlander": 0, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-25T18:57:06.741Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "completion_unlock_skill_tree_outlander_leadership": 1, + "favorite": false + }, + "quantity": 1 + }, + "505a208e-4fdf-4c27-b38c-73ddfc43bb90": { + "templateId": "Quest:challenge_missionaccomplished_15", + "attributes": { + "level": -1, + "completion_complete_primary": 10, + "item_seen": true, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-20T18:33:26.070Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "1843c67e-bc3e-4023-988d-74bde5d99d26": { + "templateId": "Worker:workerbasic_c_t01", + "attributes": { + "gender": "1", + "level": 1, + "item_seen": true, + "squad_slot_idx": -1, + "portrait": "/Game/UI/Icons/Icon-Worker/IconDefinitions/IconDef-WorkerPortrait-Adventurous-M03.IconDef-WorkerPortrait-Adventurous-M03", + "max_level_bonus": 0, + "personality": "Homebase.Worker.Personality.IsAdventurous", + "squad_id": "", + "xp": 0, + "slotted_building_id": "", + "building_slot_used": -1, + "favorite": false, + "set_bonus": "Homebase.Worker.SetBonus.IsAbilityDamageLow" + }, + "quantity": 1 + }, + "1cd823e1-68e6-4513-a5e6-b82ea4716de2": { + "templateId": "Quest:challenge_eldritchabominations_4", + "attributes": { + "level": -1, + "item_seen": true, + "sent_new_notification": true, + "completion_kill_husk_smasher": 20, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-22T17:02:09.631Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "aecaf308-c02e-4a0d-bdcc-5344338cb317": { + "templateId": "Quest:tutorial_loadout_preset1", + "attributes": { + "level": -1, + "completion_heroloadout_preset_guardscreen1": 1, + "item_seen": false, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-01T22:04:40.281Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "completion_heroloadout_preset_highlight": 1, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "e4fe99c7-c67a-47ae-9b5f-38ce1357996a": { + "templateId": "Expedition:expedition_air_survivorscouting_medium_t03", + "attributes": { + "expedition_criteria": [ + "RequiresRareConstructor" + ], + "level": 1, + "item_seen": false, + "expedition_max_target_power": 365, + "expedition_min_target_power": 18, + "expedition_slot_id": "expedition.generation.air.t03_0", + "expedition_squad_id": "", + "max_level_bonus": 0, + "expedition_expiration_end_time": "2020-02-05T23:12:19.784Z", + "expedition_success_chance": 0, + "xp": 0, + "expedition_expiration_start_time": "2020-02-05T21:42:19.784Z", + "favorite": false + }, + "quantity": 1 + }, + "101f1a83-9453-411a-bca2-95bc87d7c981": { + "templateId": "HomebaseNode:questreward_cannyvalley_squad_ssd4", + "attributes": { + "item_seen": true + }, + "quantity": 1 + }, + "249514bc-797b-4407-8463-fafac0fc2d15": { + "templateId": "TeamPerk:tpid_endlessshadow", + "attributes": {}, + "quantity": 1 + }, + "fb0de291-4c15-4c9e-ad9c-aa994e164a6b": { + "templateId": "Hero:hid_ninja_myth03_sr_t04", + "attributes": { + "outfitvariants": [], + "backblingvariants": [], + "gender": 0, + "level": 40, + "item_seen": true, + "squad_slot_idx": -1, + "portrait": "", + "hero_name": "DefaultHeroName", + "max_level_bonus": 0, + "squad_id": "", + "mode_loadouts": [], + "xp": 0, + "slotted_building_id": "", + "refundable": false, + "favorite": true, + "building_slot_used": -1 + }, + "quantity": 1 + }, + "7b32a825-5a7a-4c3f-bca1-2b2b0aa7cea2": { + "templateId": "Quest:wargames_visibilityquest_wargame_overload", + "attributes": { + "level": -1, + "item_seen": false, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Active", + "last_state_change_time": "2020-01-24T16:38:06.807Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "completion_wargames_visibilityquest_wargame_overload": 0, + "favorite": false + }, + "quantity": 1 + }, + "df19c602-e03d-479f-bd4d-2051af8d2f94": { + "templateId": "Quest:stonewoodquest_filler_1_d2", + "attributes": { + "completion_complete_pve01_diff2": 1, + "level": -1, + "item_seen": true, + "completion_questcollect_survivoritemdata": 3, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-26T18:09:35.170Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "c18ad2d5-ada5-4186-911a-e9dccae2ca81": { + "templateId": "Worker:workerbasic_vr_t01", + "attributes": { + "gender": "1", + "level": 10, + "squad_slot_idx": 3, + "item_seen": true, + "portrait": "/Game/UI/Icons/Icon-Worker/IconDefinitions/IconDef-WorkerPortrait-Adventurous-M01.IconDef-WorkerPortrait-Adventurous-M01", + "max_level_bonus": 0, + "personality": "Homebase.Worker.Personality.IsAdventurous", + "squad_id": "squad_attribute_arms_closeassaultsquad", + "xp": 0, + "slotted_building_id": "", + "building_slot_used": -1, + "favorite": false, + "set_bonus": "Homebase.Worker.SetBonus.IsRangedDamageLow" + }, + "quantity": 1 + }, + "48298ed0-2d43-4959-8087-45bdde676502": { + "templateId": "Hero:hid_constructor_013_uc_t01", + "attributes": { + "outfitvariants": [], + "backblingvariants": [], + "gender": 0, + "level": 1, + "item_seen": true, + "squad_slot_idx": -1, + "portrait": "", + "hero_name": "DefaultHeroName", + "max_level_bonus": 0, + "squad_id": "", + "mode_loadouts": [], + "xp": 0, + "slotted_building_id": "", + "refundable": false, + "building_slot_used": -1, + "favorite": false + }, + "quantity": 1 + }, + "9b60d943-2f82-4ed4-9148-9e553176655d": { + "templateId": "Quest:reactivequest_copperore", + "attributes": { + "level": -1, + "item_seen": false, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-25T20:09:41.469Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "completion_quest_reactive_copperore": 1, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "1604a5e8-44e8-475d-acad-4c49048f6b97": { + "templateId": "Hero:hid_constructor_hammertank_uc_t01", + "attributes": { + "outfitvariants": [], + "backblingvariants": [], + "gender": 0, + "level": 1, + "item_seen": false, + "squad_slot_idx": -1, + "portrait": "", + "hero_name": "DefaultHeroName", + "max_level_bonus": 0, + "squad_id": "", + "mode_loadouts": [], + "xp": 0, + "slotted_building_id": "", + "refundable": false, + "building_slot_used": -1, + "favorite": false + }, + "quantity": 1 + }, + "ce22413f-44c2-401b-a2af-96fcffe7caf0": { + "templateId": "Quest:challenge_leavenoonebehind_17", + "attributes": { + "level": -1, + "item_seen": true, + "completion_questcollect_survivoritemdata": 31, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Active", + "last_state_change_time": "2020-01-14T17:13:23.591Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "26db3306-6d30-4a7a-841d-fae1afb9693b": { + "templateId": "Quest:challenge_missionaccomplished_19", + "attributes": { + "level": -1, + "completion_complete_primary": 12, + "item_seen": true, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-30T17:03:22.172Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "0cde3525-be3a-4ebe-b354-1b11c228e52b": { + "templateId": "Worker:workerbasic_vr_t01", + "attributes": { + "gender": "1", + "level": 10, + "item_seen": true, + "squad_slot_idx": 2, + "portrait": "/Game/UI/Icons/Icon-Worker/IconDefinitions/IconDef-WorkerPortrait-Dependable-M02.IconDef-WorkerPortrait-Dependable-M02", + "max_level_bonus": 0, + "personality": "Homebase.Worker.Personality.IsDependable", + "squad_id": "squad_attribute_scavenging_gadgeteers", + "xp": 0, + "slotted_building_id": "", + "building_slot_used": -1, + "favorite": false, + "set_bonus": "Homebase.Worker.SetBonus.IsTrapDamageLow" + }, + "quantity": 1 + }, + "f519843f-cfff-4991-8044-0b12c11ff700": { + "templateId": "Quest:wargames_visibilityquest_wargame_tiki", + "attributes": { + "level": -1, + "item_seen": false, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Active", + "last_state_change_time": "2020-01-22T22:33:30.725Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "completion_wargames_visibilityquest_wargame_tiki": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "42925beb-3a21-4f53-b362-843e0786de31": { + "templateId": "Worker:workerbasic_r_t03", + "attributes": { + "gender": "2", + "level": 30, + "squad_slot_idx": 2, + "item_seen": true, + "portrait": "/Game/UI/Icons/Icon-Worker/IconDefinitions/IconDef-WorkerPortrait-Curious-F03.IconDef-WorkerPortrait-Curious-F03", + "max_level_bonus": 0, + "personality": "Homebase.Worker.Personality.IsCurious", + "squad_id": "squad_attribute_synthesis_corpsofengineering", + "xp": 0, + "slotted_building_id": "", + "building_slot_used": -1, + "favorite": false, + "set_bonus": "Homebase.Worker.SetBonus.IsResistanceLow" + }, + "quantity": 1 + }, + "e3622ca4-8eae-487b-8940-02d3a57dec99": { + "templateId": "Quest:plankertonquest_filler_3_d3", + "attributes": { + "level": -1, + "item_seen": true, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "completion_complete_anomaly_2_diff3_v2": 3, + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-23T14:34:39.020Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "6b1a3f67-9950-4017-a9a4-fd0316bd5759": { + "templateId": "HomebaseNode:questreward_expedition_propplane", + "attributes": { + "item_seen": false + }, + "quantity": 1 + }, + "8f603fb4-3e04-42c6-b25c-7cbddc297c02": { + "templateId": "Worker:workerbasic_sr_t01", + "attributes": { + "gender": "2", + "level": 10, + "item_seen": true, + "squad_slot_idx": 1, + "portrait": "/Game/UI/Icons/Icon-Worker/IconDefinitions/IconDef-WorkerPortrait-Dependable-F02.IconDef-WorkerPortrait-Dependable-F02", + "max_level_bonus": 0, + "personality": "Homebase.Worker.Personality.IsDependable", + "squad_id": "squad_attribute_scavenging_gadgeteers", + "xp": 0, + "slotted_building_id": "", + "building_slot_used": -1, + "favorite": false, + "set_bonus": "Homebase.Worker.SetBonus.IsTrapDamageLow" + }, + "quantity": 1 + }, + "97b72ad1-628d-46b3-8af5-ed682f15bd0f": { + "templateId": "TeamPerk:tpid_longarmofthelaw", + "attributes": {}, + "quantity": 1 + }, + "89510765-be81-4ae5-9924-461c68301963": { + "templateId": "Quest:heroquest_ninjaleadership", + "attributes": { + "completion_unlock_skill_tree_ninja_leadership": 1, + "level": -1, + "item_seen": false, + "sent_new_notification": true, + "completion_has_item_ninja": 0, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-25T18:57:06.741Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "a68627cd-9730-48b0-862e-2b6c9939ed27": { + "templateId": "HomebaseNode:questreward_twinepeaks_squad_ssd1", + "attributes": { + "item_seen": true + }, + "quantity": 1 + }, + "96000457-aa4c-4275-9fc7-a32faf8354da": { + "templateId": "Worker:workerbasic_uc_t01", + "attributes": { + "gender": "1", + "level": 1, + "item_seen": true, + "squad_slot_idx": -1, + "portrait": "/Game/UI/Icons/Icon-Worker/IconDefinitions/IconDef-WorkerPortrait-Pragmatic-M02.IconDef-WorkerPortrait-Pragmatic-M02", + "max_level_bonus": 0, + "personality": "Homebase.Worker.Personality.IsPragmatic", + "squad_id": "", + "xp": 0, + "slotted_building_id": "", + "building_slot_used": -1, + "favorite": false, + "set_bonus": "Homebase.Worker.SetBonus.IsResistanceLow" + }, + "quantity": 1 + }, + "0423d999-7993-4e51-b430-f4ef6c01d55f": { + "templateId": "Worker:worker_halloween_husky_vr_t01", + "attributes": { + "gender": "1", + "level": 10, + "item_seen": true, + "squad_slot_idx": 5, + "portrait": "/Game/UI/Icons/Icon-Worker/IconDefinitions/IconDef-WorkerPortrait-Husky.IconDef-WorkerPortrait-Husky", + "max_level_bonus": 0, + "personality": "Homebase.Worker.Personality.IsCooperative", + "squad_id": "squad_attribute_scavenging_scoutingparty", + "xp": 0, + "slotted_building_id": "", + "building_slot_used": -1, + "favorite": false, + "set_bonus": "Homebase.Worker.SetBonus.IsShieldRegenLow" + }, + "quantity": 1 + }, + "b8839bc9-4dfa-4ae6-af13-089aad825e29": { + "templateId": "Quest:s11_holdfastquest_season_loot", + "attributes": { + "level": -1, + "item_seen": false, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Active", + "last_state_change_time": "2020-01-20T18:44:07.278Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "completion_s11_holdfastquest_season_loot": 0, + "favorite": false + }, + "quantity": 1 + }, + "6978b397-e070-4793-abff-f75db884d0d3": { + "templateId": "Defender:did_defenderpistol_basic_uc_t01", + "attributes": { + "max_level_bonus": 0, + "squad_id": "", + "level": 1, + "item_seen": false, + "squad_slot_idx": -1, + "alterations": [ + "Alteration:aid_att_def_firerate", + "Alteration:aid_att_def_maxhealth" + ], + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "e21465df-e153-45e4-ba48-7ad8bb79258f": { + "templateId": "CollectedResource:Token_collectionresource_nodegatetoken01", + "attributes": { + "last_updated": "2020-02-05T22:42:01.707Z", + "stored_value": 0 + }, + "quantity": 1 + }, + "6959e216-d078-4bd3-9d3f-40fe98a0afef": { + "templateId": "Quest:homebasequest_slotmissiondefender", + "attributes": { + "level": -1, + "item_seen": true, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "completion_questcomplete_stonewoodquest_filler_1_d3": 0, + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-26T18:58:00.599Z", + "completion_assign_defender_to_adventure_squadone": 1, + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "eaa66457-a576-4132-a489-8b0c9458b5cb": { + "templateId": "TeamPerk:tpid_roundtrip", + "attributes": {}, + "quantity": 1 + }, + "4e419a70-a5b5-403d-997f-cb41304ed10e": { + "templateId": "ConditionalAction:generic_instance", + "attributes": { + "alt_profile_types": [ + "athena" + ], + "_private": true, + "devName": "MAJOR: Winter - Holdfast - Challenge - Week 7", + "conditions": { + "event": { + "instanceId": "75lfn4b9v7324plb2eol1j57v4[0]0", + "eventName": "CalendarEvent_Holdfast_Week7", + "eventStart": "2020-01-30T06:00:00.000Z", + "eventEnd": "2020-02-06T06:00:00.000Z", + "startActions": { + "hasRun": true, + "conversions": [], + "itemsToGrant": [ + { + "templateId": "Quest:s11_holdfastquest_legend_15", + "quantity": 1 + }, + { + "templateId": "Quest:s11_holdfastquest_legend_30", + "quantity": 1 + }, + { + "templateId": "Quest:s11_holdfastquest_legend_elite", + "quantity": 1 + } + ], + "questsToUnpause": [] + }, + "endActions": { + "hasRun": false, + "conversions": [], + "itemsToRemove": [ + { + "templateId": "Quest:s11_holdfastquest_legend_15", + "quantity": 1 + }, + { + "templateId": "Quest:s11_holdfastquest_legend_30", + "quantity": 1 + }, + { + "templateId": "Quest:s11_holdfastquest_legend_elite", + "quantity": 1 + }, + { + "templateId": "Quest:s11_holdfastquest_legend_45", + "quantity": 1 + } + ], + "questsToPause": [] + }, + "metaData": {} + } + } + }, + "quantity": 1 + }, + "32ca28f0-8964-45f0-8376-5ffb3e5573a6": { + "templateId": "Quest:heroquest_loadout_soldier_1", + "attributes": { + "level": -1, + "item_seen": false, + "completion_complete_pve03_diff24_loadout_soldier": 1, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Active", + "last_state_change_time": "2020-01-14T17:13:26.986Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "5b26e032-b9c2-4d83-aa58-87515e264f7c": { + "templateId": "Quest:stonewoodquest_mechanical_killhusks", + "attributes": { + "level": -1, + "completion_stonewoodquest_mechanical_killhusks_ranged": 20, + "completion_stonewoodquest_mechanical_killhusks_trap": 20, + "item_seen": false, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-17T12:16:44.895Z", + "completion_stonewoodquest_mechanical_killhusks_melee": 20, + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "1750802c-c71a-4fed-84f4-91cf38f1481d": { + "templateId": "Quest:starlightquest_dungeoneer_soldier", + "attributes": { + "level": -1, + "item_seen": true, + "completion_starlightquest_dungeoneer_soldier_1": 0, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Active", + "last_state_change_time": "2020-01-20T18:44:07.275Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "7b036cb5-2a71-464d-bc2e-424c14a7f7f0": { + "templateId": "Quest:reactivequest_smasher", + "attributes": { + "level": -1, + "item_seen": true, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-18T19:49:05.509Z", + "completion_quest_reactive_smasher": 5, + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "861da089-f4c3-4a1f-be7e-863a4d1ded0f": { + "templateId": "Worker:workerbasic_vr_t01", + "attributes": { + "gender": "1", + "level": 1, + "item_seen": true, + "squad_slot_idx": -1, + "portrait": "/Game/UI/Icons/Icon-Worker/IconDefinitions/IconDef-WorkerPortrait-Dependable-M03.IconDef-WorkerPortrait-Dependable-M03", + "max_level_bonus": 0, + "personality": "Homebase.Worker.Personality.IsDependable", + "squad_id": "squad_attribute_medicine_emtsquad", + "xp": 0, + "slotted_building_id": "", + "building_slot_used": -1, + "favorite": false, + "set_bonus": "Homebase.Worker.SetBonus.IsFortitudeLow" + }, + "quantity": 1 + }, + "9dc86b38-6b37-4e98-a7be-38dc30275821": { + "templateId": "Quest:foundersquest_getrewards_2_3", + "attributes": { + "level": -1, + "item_seen": false, + "completion_questcomplete_outpostquest_t1_l1": 1, + "sent_new_notification": false, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-07-13T19:16:00.695Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "44a35ac7-b556-4b36-af64-4999a3c716c9": { + "templateId": "Quest:reactivequest_supplyrun", + "attributes": { + "completion_complete_pve01_diff5": 2, + "level": -1, + "item_seen": true, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-18T20:05:07.366Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "completion_quest_reactive_larssupplies": 4, + "favorite": false + }, + "quantity": 1 + }, + "ace82de4-576c-44ad-bfc8-b06cfd6c4851": { + "templateId": "Quest:cannyvalleyquest_side_3_d1", + "attributes": { + "completion_complete_powerreactor_3_diff1": 1, + "level": -1, + "item_seen": true, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Active", + "last_state_change_time": "2020-01-12T12:16:47.176Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "358b125b-1b62-4283-ab5b-c24a064aa4c4": { + "templateId": "Quest:tutorial_loadout_support2", + "attributes": { + "level": -1, + "item_seen": false, + "sent_new_notification": true, + "completion_heroloadout_support2_intro": 1, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-01T22:04:49.062Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "completion_heroloadout_support2_guardscreen1": 1, + "favorite": false + }, + "quantity": 1 + }, + "98f48db2-50c7-48ee-92fb-99aa65a7ebb6": { + "templateId": "Quest:bbpromoquest_2019_reactive_jesscabinet", + "attributes": { + "level": -1, + "item_seen": true, + "sent_new_notification": true, + "challenge_bundle_id": "", + "completion_bbpromoquest_2019_reactive_jesscabinet": 3, + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Active", + "last_state_change_time": "2020-01-20T18:44:07.281Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "296845f1-d4c1-471c-b82f-bd4dc0694e2f": { + "templateId": "Worker:workerbasic_c_t01", + "attributes": { + "gender": "1", + "level": 1, + "item_seen": true, + "squad_slot_idx": -1, + "portrait": "/Game/UI/Icons/Icon-Worker/IconDefinitions/IconDef-WorkerPortrait-Analytical-M03.IconDef-WorkerPortrait-Analytical-M03", + "max_level_bonus": 0, + "personality": "Homebase.Worker.Personality.IsAnalytical", + "squad_id": "", + "xp": 0, + "slotted_building_id": "", + "building_slot_used": -1, + "favorite": false, + "set_bonus": "Homebase.Worker.SetBonus.IsAbilityDamageLow" + }, + "quantity": 1 + }, + "4e72b4db-5378-4fa8-acf2-4eede383fdf8": { + "templateId": "Expedition:expedition_resourcerun_wood_short", + "attributes": { + "expedition_criteria": [], + "level": 1, + "item_seen": false, + "expedition_max_target_power": 70, + "expedition_min_target_power": 3, + "expedition_slot_id": "expedition.generation.land.t01_1", + "expedition_squad_id": "", + "max_level_bonus": 0, + "expedition_expiration_end_time": "2020-02-05T23:12:19.785Z", + "expedition_success_chance": 0, + "xp": 0, + "expedition_expiration_start_time": "2020-02-05T21:42:19.785Z", + "favorite": false + }, + "quantity": 1 + }, + "7f3770d8-31e9-49b9-9821-51cbdbd3424e": { + "templateId": "Hero:hid_constructor_008_r_t01", + "attributes": { + "outfitvariants": [], + "backblingvariants": [], + "gender": 0, + "level": 1, + "item_seen": true, + "squad_slot_idx": -1, + "portrait": "", + "hero_name": "DefaultHeroName", + "max_level_bonus": 0, + "squad_id": "", + "mode_loadouts": [], + "xp": 0, + "slotted_building_id": "", + "refundable": false, + "building_slot_used": -1, + "favorite": false + }, + "quantity": 1 + }, + "3f151fbb-5e85-4d2f-973c-6e83e62168fd": { + "templateId": "Worker:managergadgeteer_c_t01", + "attributes": { + "gender": "1", + "level": 1, + "item_seen": true, + "squad_slot_idx": -1, + "portrait": "/Game/UI/Icons/Icon-Worker/IconDefinitions/IconDef-ManagerPortrait-Gadgeteer-M01.IconDef-ManagerPortrait-Gadgeteer-M01", + "max_level_bonus": 0, + "personality": "Homebase.Worker.Personality.IsDreamer", + "squad_id": "", + "xp": 0, + "slotted_building_id": "", + "managerSynergy": "Homebase.Manager.IsGadgeteer", + "building_slot_used": -1, + "favorite": false + }, + "quantity": 1 + }, + "019dea71-373b-432b-86b0-c550de581206": { + "templateId": "Expedition:expedition_supplyrun_short_t03", + "attributes": { + "expedition_criteria": [ + "RequiresEpicCommando", + "RequiresRareNinja" + ], + "level": 1, + "item_seen": false, + "expedition_max_target_power": 200, + "expedition_min_target_power": 10, + "expedition_slot_id": "expedition.generation.land.t03_0", + "expedition_squad_id": "", + "max_level_bonus": 0, + "expedition_expiration_end_time": "2020-02-05T23:12:19.787Z", + "expedition_success_chance": 0, + "xp": 0, + "expedition_expiration_start_time": "2020-02-05T21:42:19.787Z", + "favorite": false + }, + "quantity": 1 + }, + "0dd11143-452b-426b-a587-eb1c2b99d91d": { + "templateId": "ConditionalAction:generic_instance", + "attributes": { + "alt_profile_types": [ + "athena" + ], + "_private": true, + "devName": "STORE: Season 11-3 - Campaign Currency", + "conditions": { + "event": { + "instanceId": "6c6shhimkd8l60hibb21ku5m5m[0]0", + "eventName": "CalendarEvent_Season11WinterCurrency", + "eventStart": "2020-01-14T00:00:00.000Z", + "eventEnd": "2020-02-28T00:00:00.000Z", + "startActions": { + "hasRun": true, + "conversions": [], + "itemsToGrant": [], + "questsToUnpause": [], + "eventCurrencyToSet": { + "templateId": "AccountResource:eventcurrency_snowballs", + "cf": 3550936 + } + }, + "endActions": { + "hasRun": false, + "conversions": [ + { + "recipe": { + "static_results": [], + "static_costs": [ + { + "templateId": "AccountResource:eventcurrency_snowballs", + "quantity": 8887917 + } + ], + "static_catalysts": [] + }, + "quantity": -1, + "convert_remainder_up": true + } + ], + "itemsToRemove": [], + "questsToPause": [], + "eventCurrencyToUnset": "AccountResource:eventcurrency_snowballs" + }, + "metaData": {} + } + } + }, + "quantity": 1 + }, + "b7af4591-6bfc-4402-b666-ba3b18d47e1a": { + "templateId": "Quest:teamperkquest_preemptivestrike", + "attributes": { + "level": -1, + "item_seen": false, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-01T21:59:29.343Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "8db8eaf6-b936-40c7-b6f5-a87cd8a2c9e6": { + "templateId": "Defender:did_defendermelee_basic_uc_t01", + "attributes": { + "max_level_bonus": 0, + "squad_id": "", + "level": 3, + "item_seen": true, + "squad_slot_idx": -1, + "alterations": [ + "Alteration:aid_att_def_weapondamage_sword", + "Alteration:aid_att_def_maxhealth" + ], + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "b1b4f70d-1537-40fe-aa71-6cf76e804a29": { + "templateId": "Quest:challenge_eldritchabominations_5", + "attributes": { + "level": -1, + "item_seen": true, + "sent_new_notification": true, + "completion_kill_husk_smasher": 25, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-24T16:23:27.445Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "4758ebd3-7d69-423b-af6e-5427fc5821f2": { + "templateId": "Quest:stonewoodquest_side_1_d5", + "attributes": { + "level": -1, + "item_seen": true, + "completion_questcollect_survivoritemdata": 15, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-20T18:10:02.817Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "completion_complete_pve01_diff5_v2": 3, + "favorite": false + }, + "quantity": 1 + }, + "2e75d3ee-1802-472d-9fd7-b5b9c9154455": { + "templateId": "HomebaseNode:questreward_feature_reperk", + "attributes": { + "item_seen": false + }, + "quantity": 1 + }, + "38e3f0e4-daf8-4d4d-9361-680481f74877": { + "templateId": "Hero:hid_constructor_013_r_t01", + "attributes": { + "outfitvariants": [], + "backblingvariants": [], + "gender": 0, + "level": 1, + "item_seen": true, + "squad_slot_idx": -1, + "portrait": "", + "hero_name": "DefaultHeroName", + "max_level_bonus": 0, + "squad_id": "", + "mode_loadouts": [], + "xp": 0, + "slotted_building_id": "", + "refundable": false, + "building_slot_used": -1, + "favorite": false + }, + "quantity": 1 + }, + "b0792012-c1b2-4f37-82f2-ccc320824097": { + "templateId": "Defender:did_defenderassault_basic_m_r_t01", + "attributes": { + "max_level_bonus": 0, + "squad_id": "", + "level": 1, + "item_seen": false, + "squad_slot_idx": -1, + "alterations": [ + "Alteration:aid_att_def_critdamage_ranged", + "Alteration:aid_att_def_shieldregen", + "Alteration:aid_att_def_weapondamage_assault" + ], + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "3284cbe5-8c8b-4473-bbca-7f30cbf3963f": { + "templateId": "Defender:did_defendersniper_basic_sr_t01", + "attributes": { + "max_level_bonus": 0, + "squad_id": "", + "level": 4, + "item_seen": true, + "squad_slot_idx": -1, + "alterations": [ + "Alteration:aid_att_def_critdamage_ranged", + "Alteration:aid_att_def_maxhealth", + "Alteration:aid_att_def_clipsize", + "Alteration:aid_att_def_critchance_ranged", + "Alteration:aid_att_def_maxhealth" + ], + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "73d5357c-59bb-4396-bc12-fb3b7e8f57b4": { + "templateId": "Quest:homebasequest_slotoutpostdefender", + "attributes": { + "level": -1, + "item_seen": true, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "completion_questcomplete_stonewoodquest_filler_1_d3": 0, + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-26T18:37:31.044Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "completion_assign_defender": 1, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "4d4cdc66-d884-4e5a-8883-8715a1908487": { + "templateId": "Defender:did_defenderassault_basic_r_t01", + "attributes": { + "max_level_bonus": 0, + "squad_id": "", + "level": 1, + "item_seen": true, + "squad_slot_idx": -1, + "alterations": [ + "Alteration:aid_att_def_durability", + "Alteration:aid_att_def_shieldregen", + "Alteration:aid_att_def_critdamage_ranged" + ], + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "d22042cc-c2d2-442b-b601-851781e965d1": { + "templateId": "Quest:plankertonquest_filler_5_d3", + "attributes": { + "level": -1, + "item_seen": true, + "completion_questcollect_survivoritemdata": 15, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-27T19:10:28.591Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "completion_complete_powerreactor_2_diff3": 1, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "4e802b5b-b926-4bb4-92ff-e56216992903": { + "templateId": "HomebaseNode:questreward_expedition_truck", + "attributes": { + "item_seen": false + }, + "quantity": 1 + }, + "1679e482-5145-44dd-a999-ec502e043b30": { + "templateId": "HomebaseNode:questreward_newheroloadout5_dummy", + "attributes": { + "item_seen": false + }, + "quantity": 1 + }, + "bdf3d8d5-06e9-4dcc-9aba-571edf36c02f": { + "templateId": "Worker:managerexplorer_c_t01", + "attributes": { + "gender": "1", + "level": 1, + "item_seen": true, + "squad_slot_idx": -1, + "portrait": "/Game/UI/Icons/Icon-Worker/IconDefinitions/IconDef-ManagerPortrait-Explorer-M01.IconDef-ManagerPortrait-Explorer-M01", + "max_level_bonus": 0, + "personality": "Homebase.Worker.Personality.IsCurious", + "squad_id": "", + "xp": 0, + "slotted_building_id": "", + "managerSynergy": "Homebase.Manager.IsExplorer", + "building_slot_used": -1, + "favorite": false + }, + "quantity": 1 + }, + "fa04bb99-7bde-4ab2-ac28-5f17462f47a7": { + "templateId": "Quest:outpostquest_t1_l5", + "attributes": { + "level": -1, + "item_seen": true, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-17T18:08:45.147Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "completion_complete_outpost_1_5": 1, + "favorite": false + }, + "quantity": 1 + }, + "5963a3f6-96fb-41bc-b30e-7f065c596b37": { + "templateId": "HomebaseNode:questreward_evolution", + "attributes": { + "item_seen": false + }, + "quantity": 1 + }, + "f51e3506-c512-4f01-a39c-b2c549e5afdc": { + "templateId": "Hero:hid_outlander_zoneharvest_uc_t01", + "attributes": { + "outfitvariants": [], + "backblingvariants": [], + "gender": 0, + "level": 1, + "item_seen": true, + "squad_slot_idx": -1, + "portrait": "", + "hero_name": "DefaultHeroName", + "max_level_bonus": 0, + "squad_id": "", + "mode_loadouts": [], + "xp": 0, + "slotted_building_id": "", + "refundable": false, + "building_slot_used": -1, + "favorite": false + }, + "quantity": 1 + }, + "530bc8f8-6db7-464e-a04c-3506e1d24e14": { + "templateId": "Hero:hid_outlander_013_vr_t01", + "attributes": { + "outfitvariants": [], + "backblingvariants": [], + "gender": 0, + "level": 3, + "item_seen": true, + "squad_slot_idx": -1, + "portrait": "", + "hero_name": "DefaultHeroName", + "max_level_bonus": 0, + "squad_id": "", + "mode_loadouts": [], + "xp": 0, + "slotted_building_id": "", + "refundable": false, + "building_slot_used": -1, + "favorite": false + }, + "quantity": 1 + }, + "4fdb010b-b528-4138-9021-a6979628fc9a": { + "templateId": "Expedition:expedition_sea_supplyrun_medium_t02", + "attributes": { + "expedition_criteria": [ + "RequiresCommando", + "RequiresOutlander" + ], + "level": 1, + "item_seen": false, + "expedition_max_target_power": 190, + "expedition_min_target_power": 9, + "expedition_slot_id": "expedition.generation.sea.t02_0", + "expedition_squad_id": "", + "max_level_bonus": 0, + "expedition_expiration_end_time": "2020-02-05T23:12:19.786Z", + "expedition_success_chance": 0, + "xp": 0, + "expedition_expiration_start_time": "2020-02-05T21:42:19.786Z", + "favorite": false + }, + "quantity": 1 + }, + "827b052c-d91f-4602-a8a1-160f7debaf75": { + "templateId": "Quest:stonewoodquest_fetch_triangulatingpop", + "attributes": { + "completion_stonewoodquest_fetch_triangulatingpop": 5, + "level": -1, + "item_seen": false, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-17T12:16:44.900Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "70f3896c-d369-4fd2-be5e-974eafba59a9": { + "templateId": "Quest:challenge_toxictreasures_16", + "attributes": { + "level": -1, + "item_seen": true, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-25T12:19:33.743Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "completion_complete_mimic": 9, + "favorite": false + }, + "quantity": 1 + }, + "57954364-eeda-4d89-885b-488491d15ce8": { + "templateId": "ConditionalAction:generic_instance", + "attributes": { + "alt_profile_types": [ + "athena" + ], + "_private": true, + "devName": "MAJOR: Season 11 - BBPromo Quests", + "conditions": { + "event": { + "instanceId": "5maoup0ffpt3c2og323ju7aqn7[0]0", + "eventName": "CalendarEvent_BBPromo2019_Quests", + "eventStart": "2020-01-19T00:00:00.000Z", + "eventEnd": "2090-02-14T00:00:00.000Z", + "startActions": { + "hasRun": true, + "conversions": [], + "itemsToGrant": [ + { + "templateId": "Quest:bbpromoquest_2019_reactive_kylecabinet", + "quantity": 1 + }, + { + "templateId": "Quest:bbpromoquest_2019_reactive_jesscabinet", + "quantity": 1 + }, + { + "templateId": "Quest:bbpromoquest_2019_reactive_hiddenspawner", + "quantity": 1 + } + ], + "questsToUnpause": [] + }, + "endActions": { + "hasRun": false, + "conversions": [], + "itemsToRemove": [ + { + "templateId": "Quest:bbpromoquest_2019_reactive_kylecabinet", + "quantity": 1 + }, + { + "templateId": "Quest:bbpromoquest_2019_reactive_jesscabinet", + "quantity": 1 + }, + { + "templateId": "Quest:bbpromoquest_2019_reactive_hiddenspawner", + "quantity": 1 + } + ], + "questsToPause": [] + }, + "metaData": {} + } + } + }, + "quantity": 1 + }, + "241c02ed-dc00-40f6-a935-ebb10ffbe5ff": { + "templateId": "AccountResource:reagent_c_t04", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "favorite": false + }, + "quantity": 5356130 + }, + "249d4143-e712-4e03-98c6-3e8eed73fe2b": { + "templateId": "Hero:hid_commando_007_vr_t01", + "attributes": { + "outfitvariants": [], + "backblingvariants": [], + "gender": 0, + "level": 1, + "item_seen": true, + "squad_slot_idx": -1, + "portrait": "", + "hero_name": "DefaultHeroName", + "max_level_bonus": 0, + "squad_id": "", + "mode_loadouts": [], + "xp": 0, + "slotted_building_id": "", + "refundable": false, + "building_slot_used": -1, + "favorite": false + }, + "quantity": 1 + }, + "607ad331-cc3b-461d-915c-db24b89f68eb": { + "templateId": "Quest:challenge_missionaccomplished_9", + "attributes": { + "level": -1, + "completion_complete_primary": 7, + "item_seen": true, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-07T10:48:33.553Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "8943bd0d-17c3-4ad0-aef6-42b76070cd47": { + "templateId": "Quest:wargames_visibilityquest_wargame_saucer", + "attributes": { + "level": -1, + "item_seen": false, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Active", + "last_state_change_time": "2020-01-08T17:52:23.912Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false, + "completion_wargames_visibilityquest_wargame_saucer": 0 + }, + "quantity": 1 + }, + "8bc63bbd-2112-4810-9d24-0a9199d665b2": { + "templateId": "AccountResource:reagent_alteration_upgrade_sr", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "favorite": false + }, + "quantity": 9884342 + }, + "cdaae870-3953-42b9-8654-4cc0cc0cf349": { + "templateId": "Defender:did_defendershotgun_basic_f_r_t01", + "attributes": { + "max_level_bonus": 0, + "squad_id": "", + "level": 1, + "item_seen": false, + "squad_slot_idx": -1, + "alterations": [ + "Alteration:aid_att_def_critdamage_ranged", + "Alteration:aid_att_def_shieldregen", + "Alteration:aid_att_def_critchance_ranged" + ], + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "47f87e55-e32d-41b1-be7a-eecc9be59e00": { + "templateId": "Defender:did_defendershotgun_basic_f_r_t01", + "attributes": { + "max_level_bonus": 0, + "squad_id": "", + "level": 1, + "item_seen": true, + "squad_slot_idx": -1, + "alterations": [ + "Alteration:aid_att_def_reload", + "Alteration:aid_att_def_maxhealth", + "Alteration:aid_att_def_maxhealth" + ], + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "8ebaf589-95ef-4fe2-9bf7-f9f8b075d288": { + "templateId": "Quest:challenge_upgradealteration", + "attributes": { + "completion_alteration_upgrade": 1, + "level": -1, + "item_seen": false, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-30T17:57:02.774Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "3eb22240-ceff-4fe8-a4ff-6310a31e18be": { + "templateId": "Quest:heroquest_outlander_2", + "attributes": { + "level": -1, + "item_seen": true, + "completion_complete_pve01_diff3_outlander": 3, + "sent_new_notification": true, + "completion_ability_outlander_fragment": 1, + "challenge_bundle_id": "", + "completion_upgrade_outlander_lvl_3": 1, + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-08T18:15:11.323Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "4a19d590-628e-44f3-bb5f-ddb6999c7562": { + "templateId": "Quest:s11_holdfastquest_legend_elite", + "attributes": { + "level": -1, + "item_seen": false, + "sent_new_notification": true, + "challenge_bundle_id": "", + "completion_s11_holdfastquest_legend_elite": 0, + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Active", + "last_state_change_time": "2020-01-31T10:28:35.698Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "07830a33-e11e-4187-9c10-e2b0461d04b6": { + "templateId": "HomebaseNode:questreward_buildingupgradelevel2", + "attributes": { + "item_seen": false + }, + "quantity": 1 + }, + "66c90371-414a-4a6a-a8f7-3a1f50599212": { + "templateId": "Worker:managertrainer_uc_t01", + "attributes": { + "gender": "1", + "level": 1, + "item_seen": true, + "squad_slot_idx": -1, + "portrait": "/Game/UI/Icons/Icon-Worker/IconDefinitions/IconDef-ManagerPortrait-PersonalTrainer-M01.IconDef-ManagerPortrait-PersonalTrainer-M01", + "max_level_bonus": 0, + "personality": "Homebase.Worker.Personality.IsPragmatic", + "squad_id": "", + "xp": 0, + "slotted_building_id": "", + "managerSynergy": "Homebase.Manager.IsTrainer", + "building_slot_used": -1, + "favorite": false + }, + "quantity": 1 + }, + "2e0f2991-66e6-4d1d-947b-0ac0ea22e1a3": { + "templateId": "Quest:stonewoodquest_tutorial_survivorsquads", + "attributes": { + "item_seen": false, + "completion_survivorsquads_squadtilesguard": 1, + "completion_survivorsquads_commandguardaccount": 1, + "xp_reward_scalar": 1, + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-17T12:16:44.925Z", + "completion_survivorsquads_changeheroguard": 1, + "completion_survivorsquads_powerintro": 1, + "completion_survivorsquads_tabcallout": 1, + "completion_survivorsquads_survivorshighlight": 1, + "completion_survivorsquads_commandguardintro": 1, + "completion_survivorsquads_changeherointro": 1, + "completion_survivorsquads_levelintro": 1, + "level": -1, + "completion_survivorsquads_squadsguard": 1, + "completion_survivorsquads_squadsintro": 1, + "sent_new_notification": true, + "challenge_bundle_id": "", + "challenge_linked_quest_given": "", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "completion_survivorsquads_squadshighlight": 1, + "xp": 0, + "completion_survivorsquads_commandguardsquad": 1, + "favorite": false + }, + "quantity": 1 + }, + "8df84a10-484d-42fe-b0ac-7bd4f53aec0a": { + "templateId": "Quest:challenge_eldritchabominations_6", + "attributes": { + "level": -1, + "item_seen": true, + "sent_new_notification": true, + "completion_kill_husk_smasher": 30, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-25T18:36:06.830Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "beba9e81-fcf0-4ca8-a74e-346b57a5bfe0": { + "templateId": "Quest:wargames_visibilityquest_challenge_fulltime", + "attributes": { + "level": -1, + "item_seen": false, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Active", + "last_state_change_time": "2020-01-09T15:12:41.065Z", + "challenge_linked_quest_parent": "", + "completion_wargames_visibilityquest_challenge_fulltime": 0, + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "6e0d475e-b1ac-4d8f-8973-31d7c429fa89": { + "templateId": "Worker:workerbasic_vr_t04", + "attributes": { + "gender": "2", + "level": 40, + "squad_slot_idx": 4, + "item_seen": true, + "portrait": "/Game/UI/Icons/Icon-Worker/IconDefinitions/IconDef-WorkerPortrait-Curious-F01.IconDef-WorkerPortrait-Curious-F01", + "max_level_bonus": 0, + "personality": "Homebase.Worker.Personality.IsCurious", + "squad_id": "squad_attribute_synthesis_corpsofengineering", + "xp": 0, + "slotted_building_id": "", + "building_slot_used": -1, + "favorite": false, + "set_bonus": "Homebase.Worker.SetBonus.IsTrapDamageLow" + }, + "quantity": 1 + }, + "749cc1c2-74c0-4265-bcd3-4fe5f18a288b": { + "templateId": "Quest:challenge_holdthedoor_2", + "attributes": { + "completion_complete_outpost": 2, + "level": -1, + "item_seen": true, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-27T16:10:55.062Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "f1c2bcc3-cc1f-4c15-9459-b26820112ba3": { + "templateId": "HomebaseNode:questreward_plankerton_squad_ssd5", + "attributes": { + "item_seen": true + }, + "quantity": 1 + }, + "df6f1876-3784-4def-9c93-440787edd72f": { + "templateId": "Hero:hid_outlander_007_r_t01", + "attributes": { + "outfitvariants": [], + "backblingvariants": [], + "gender": 0, + "level": 1, + "item_seen": true, + "squad_slot_idx": -1, + "portrait": "", + "hero_name": "DefaultHeroName", + "max_level_bonus": 0, + "squad_id": "", + "mode_loadouts": [], + "xp": 0, + "slotted_building_id": "", + "refundable": false, + "building_slot_used": -1, + "favorite": false + }, + "quantity": 1 + }, + "e440e74a-c59b-4ed8-9278-712357d347e0": { + "templateId": "Quest:challenge_holdthedoor_9", + "attributes": { + "completion_complete_outpost": 6, + "level": -1, + "item_seen": true, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-19T16:36:09.856Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "056decfd-cd3c-491e-b5aa-dd020394843a": { + "templateId": "HomebaseNode:questreward_feature_traplevelup", + "attributes": { + "item_seen": false + }, + "quantity": 1 + }, + "8c7a029b-645d-4b20-952c-ada0968e55be": { + "templateId": "PrerollData:preroll_basic", + "attributes": { + "linked_offer": "OfferId:4D64CBE3618D41FBB5CAD0E472F4610A", + "fulfillmentId": "OfferId:D2E08EFA731D437B85B7340EB51A5E1D", + "expended_streakbreakers": {}, + "level": 1, + "item_seen": false, + "max_level_bonus": 0, + "highest_rarity": 0, + "xp": 0, + "offerId": "D2E08EFA731D437B85B7340EB51A5E1D", + "expiration": "2020-02-06T00:00:00.000Z", + "items": [ + { + "itemType": "Worker:workerbasic_c_t01", + "attributes": { + "personality": "Homebase.Worker.Personality.IsDreamer", + "gender": "1", + "portrait": "/Game/UI/Icons/Icon-Worker/IconDefinitions/IconDef-WorkerPortrait-Dreamer-M03.IconDef-WorkerPortrait-Dreamer-M03", + "set_bonus": "Homebase.Worker.SetBonus.IsFortitudeLow" + }, + "quantity": 1 + }, + { + "itemType": "AccountResource:eventcurrency_snowballs", + "attributes": {}, + "quantity": 4422359 + } + ], + "favorite": false + }, + "quantity": 1 + }, + "a4842a13-0615-4487-8533-8a22f10e2e73": { + "templateId": "Quest:challenge_toxictreasures_8", + "attributes": { + "level": -1, + "item_seen": false, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-01T12:02:23.018Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "completion_complete_mimic": 5, + "favorite": false + }, + "quantity": 1 + }, + "d530c0bf-308e-45b5-8a12-2939fdb3e587": { + "templateId": "Quest:stonewoodquest_launchballoon_d1", + "attributes": { + "level": -1, + "item_seen": true, + "sent_new_notification": true, + "completion_complete_launchweatherballoon_1": 1, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-25T20:49:55.823Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "338a277c-0213-4c15-8f23-7bcc878ac008": { + "templateId": "HomebaseNode:questreward_stonewood_squad_ssd1", + "attributes": { + "item_seen": true + }, + "quantity": 1 + }, + "0b0bdd19-8f17-4365-8a5d-fcca28959f0f": { + "templateId": "Worker:workerbasic_c_t01", + "attributes": { + "gender": "1", + "level": 1, + "item_seen": true, + "squad_slot_idx": -1, + "portrait": "/Game/UI/Icons/Icon-Worker/IconDefinitions/IconDef-WorkerPortrait-Dreamer-M02.IconDef-WorkerPortrait-Dreamer-M02", + "max_level_bonus": 0, + "personality": "Homebase.Worker.Personality.IsDreamer", + "squad_id": "", + "xp": 0, + "slotted_building_id": "", + "building_slot_used": -1, + "favorite": false, + "set_bonus": "Homebase.Worker.SetBonus.IsTrapDamageLow" + }, + "quantity": 1 + }, + "b02a8f51-e47a-4cb3-8273-7ccb789569de": { + "templateId": "Worker:workerbasic_c_t01", + "attributes": { + "gender": "2", + "level": 1, + "item_seen": true, + "squad_slot_idx": -1, + "portrait": "/Game/UI/Icons/Icon-Worker/IconDefinitions/IconDef-WorkerPortrait-Pragmatic-F01.IconDef-WorkerPortrait-Pragmatic-F01", + "max_level_bonus": 0, + "personality": "Homebase.Worker.Personality.IsPragmatic", + "squad_id": "", + "xp": 0, + "slotted_building_id": "", + "building_slot_used": -1, + "favorite": false, + "set_bonus": "Homebase.Worker.SetBonus.IsResistanceLow" + }, + "quantity": 1 + }, + "d84f92bb-f725-45bb-8572-c6fd2aac20ac": { + "templateId": "Expedition:expedition_miningore_t00", + "attributes": { + "expedition_criteria": [], + "level": 1, + "item_seen": false, + "expedition_max_target_power": 20, + "expedition_min_target_power": 1, + "expedition_slot_id": "expedition.generation.choppingwood", + "expedition_squad_id": "", + "max_level_bonus": 0, + "expedition_expiration_end_time": "2020-02-05T23:12:19.785Z", + "expedition_success_chance": 0, + "xp": 0, + "expedition_expiration_start_time": "2020-02-05T21:42:19.785Z", + "favorite": false + }, + "quantity": 1 + }, + "9f34b734-3851-430f-8b24-2a3c6871ca54": { + "templateId": "ConsumableAccountItem:smallxpboost", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "favorite": false + }, + "quantity": 8339478 + }, + "554ea395-1bd4-4e86-9f29-c9a34d418d06": { + "templateId": "Worker:workerbasic_sr_t01", + "attributes": { + "gender": "1", + "level": 10, + "item_seen": true, + "squad_slot_idx": 4, + "portrait": "/Game/UI/Icons/Icon-Worker/IconDefinitions/IconDef-WorkerPortrait-Adventurous-M02.IconDef-WorkerPortrait-Adventurous-M02", + "max_level_bonus": 0, + "personality": "Homebase.Worker.Personality.IsAdventurous", + "squad_id": "squad_attribute_synthesis_thethinktank", + "xp": 0, + "slotted_building_id": "", + "building_slot_used": -1, + "favorite": false, + "set_bonus": "Homebase.Worker.SetBonus.IsMeleeDamageLow" + }, + "quantity": 1 + }, + "fe8032de-98da-4011-800a-db4ba851db85": { + "templateId": "Quest:challenge_eldritchabominations_19", + "attributes": { + "level": -1, + "item_seen": false, + "sent_new_notification": true, + "completion_kill_husk_smasher": 95, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-21T14:27:18.800Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "ba7b1b3e-c5ef-4c19-80fd-c51af20c425e": { + "templateId": "Defender:did_defenderpistol_basic_f_r_t01", + "attributes": { + "max_level_bonus": 0, + "squad_id": "", + "level": 1, + "item_seen": true, + "squad_slot_idx": -1, + "alterations": [ + "Alteration:aid_att_def_ammosave", + "Alteration:aid_att_def_maxshield", + "Alteration:aid_att_def_critdamage_ranged" + ], + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "3ed18380-288d-40b2-b112-b1f0796d6ba9": { + "templateId": "Hero:hid_commando_myth03_sr_t04", + "attributes": { + "outfitvariants": [], + "backblingvariants": [], + "gender": 0, + "level": 40, + "squad_slot_idx": 0, + "item_seen": true, + "portrait": "", + "hero_name": "DefaultHeroName", + "max_level_bonus": 0, + "squad_id": "squad_combat_adventuresquadone", + "mode_loadouts": [], + "xp": 0, + "slotted_building_id": "", + "refundable": false, + "favorite": true, + "building_slot_used": -1 + }, + "quantity": 1 + }, + "b2f981d8-a2c6-4bfd-99ec-40713a875311": { + "templateId": "Quest:starlightquest_complete_dailies_1", + "attributes": { + "level": -1, + "item_seen": true, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Active", + "last_state_change_time": "2020-01-20T18:44:07.274Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "completion_starlightquest_complete_dailies_1": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "33b9a594-0f17-4898-bb3f-dbc50d7a8610": { + "templateId": "Worker:workerbasic_r_t01", + "attributes": { + "gender": "2", + "level": 1, + "item_seen": true, + "squad_slot_idx": -1, + "portrait": "/Game/UI/Icons/Icon-Worker/IconDefinitions/IconDef-WorkerPortrait-Cooperative-F03.IconDef-WorkerPortrait-Cooperative-F03", + "max_level_bonus": 0, + "personality": "Homebase.Worker.Personality.IsCooperative", + "squad_id": "", + "xp": 0, + "slotted_building_id": "", + "building_slot_used": -1, + "favorite": false, + "set_bonus": "Homebase.Worker.SetBonus.IsAbilityDamageLow" + }, + "quantity": 1 + }, + "2a6aa9c4-808d-4db1-95b2-d0bdd025bc7a": { + "templateId": "Quest:stonewoodquest_tutorial_levelup_weapon", + "attributes": { + "level": -1, + "completion_schematicupgrade_armoryguard": 1, + "item_seen": false, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-17T12:16:44.928Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "completion_schematicupgrade_tabcallout": 1, + "favorite": false + }, + "quantity": 1 + }, + "61c4c5f4-c078-4060-882a-0b65be2e9e23": { + "templateId": "Quest:daily_discovery_shelters", + "attributes": { + "level": -1, + "item_seen": true, + "sent_new_notification": true, + "completion_quest_reactive_discovershelter_v2": 0, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Active", + "last_state_change_time": "2020-01-20T18:20:56.052Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "30789ea2-1bc0-4cce-8ecb-10253fd38270": { + "templateId": "Worker:workerbasic_c_t01", + "attributes": { + "gender": "2", + "level": 1, + "item_seen": true, + "squad_slot_idx": -1, + "portrait": "/Game/UI/Icons/Icon-Worker/IconDefinitions/IconDef-WorkerPortrait-Adventurous-F02.IconDef-WorkerPortrait-Adventurous-F02", + "max_level_bonus": 0, + "personality": "Homebase.Worker.Personality.IsAdventurous", + "squad_id": "", + "xp": 0, + "slotted_building_id": "", + "building_slot_used": -1, + "favorite": false, + "set_bonus": "Homebase.Worker.SetBonus.IsTrapDamageLow" + }, + "quantity": 1 + }, + "3ab3e405-f70f-49c9-8493-a60baa01c382": { + "templateId": "PrerollData:preroll_basic", + "attributes": { + "linked_offer": "", + "fulfillmentId": "OfferId:4D64CBE3618D41FBB5CAD0E472F4610A", + "expended_streakbreakers": {}, + "level": 1, + "item_seen": false, + "max_level_bonus": 0, + "highest_rarity": 0, + "xp": 0, + "offerId": "4D64CBE3618D41FBB5CAD0E472F4610A", + "expiration": "2020-02-06T00:00:00.000Z", + "items": [ + { + "itemType": "Worker:workerbasic_c_t01", + "attributes": { + "personality": "Homebase.Worker.Personality.IsDreamer", + "gender": "1", + "portrait": "/Game/UI/Icons/Icon-Worker/IconDefinitions/IconDef-WorkerPortrait-Dreamer-M03.IconDef-WorkerPortrait-Dreamer-M03", + "set_bonus": "Homebase.Worker.SetBonus.IsFortitudeLow" + }, + "quantity": 1 + }, + { + "itemType": "AccountResource:eventcurrency_snowballs", + "attributes": {}, + "quantity": 6090396 + } + ], + "favorite": false + }, + "quantity": 1 + }, + "d7346c86-ce78-422e-8bf3-13720f840d1e": { + "templateId": "Defender:did_defendershotgun_basic_r_t01", + "attributes": { + "max_level_bonus": 0, + "squad_id": "", + "level": 1, + "item_seen": true, + "squad_slot_idx": -1, + "alterations": [ + "Alteration:aid_att_def_clipsize", + "Alteration:aid_att_def_maxhealth", + "Alteration:aid_att_def_weapondamage_shotgun" + ], + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "1f791aec-e24f-4a0f-8ec4-5a102c33beae": { + "templateId": "Quest:outpostquest_t1_endless", + "attributes": { + "level": -1, + "item_seen": false, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "completion_complete_outpost_1_endless": 0, + "quest_state": "Active", + "last_state_change_time": "2020-01-24T16:38:06.807Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "36b1df04-2669-4c6a-bf41-5b0dfc954fe2": { + "templateId": "Quest:reactivequest_blasters", + "attributes": { + "level": -1, + "item_seen": true, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-25T18:08:19.563Z", + "completion_quest_reactive_blasters": 10, + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "09b4f9d7-5352-4d21-bfce-e9da8abdcae1": { + "templateId": "Quest:cannyvalley_reactive_rockformations", + "attributes": { + "level": -1, + "item_seen": true, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-01T14:24:42.772Z", + "completion_cannyvalley_reactive_rockformations": 17, + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "18bddeaf-03f3-41c7-96c8-a9483308f787": { + "templateId": "HomebaseNode:skilltree_buildinghealth", + "attributes": { + "item_seen": false + }, + "quantity": 8 + }, + "f613b590-f312-4358-9250-393412059338": { + "templateId": "HomebaseNode:questreward_newheroloadout3_dummy", + "attributes": { + "item_seen": false + }, + "quantity": 1 + }, + "d6752f39-517f-414e-9d85-b2b986a74312": { + "templateId": "Quest:reactivequest_seebot", + "attributes": { + "level": -1, + "item_seen": true, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-23T17:59:10.748Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "completion_quest_reactive_seebotv2": 5, + "favorite": false + }, + "quantity": 1 + }, + "84370011-e8ad-427a-ab3c-ef87049fab96": { + "templateId": "Worker:workerbasic_uc_t01", + "attributes": { + "gender": "2", + "level": 1, + "item_seen": true, + "squad_slot_idx": -1, + "portrait": "/Game/UI/Icons/Icon-Worker/IconDefinitions/IconDef-WorkerPortrait-Cooperative-F02.IconDef-WorkerPortrait-Cooperative-F02", + "max_level_bonus": 0, + "personality": "Homebase.Worker.Personality.IsCooperative", + "squad_id": "", + "xp": 0, + "slotted_building_id": "", + "building_slot_used": -1, + "favorite": false, + "set_bonus": "Homebase.Worker.SetBonus.IsTrapDamageLow" + }, + "quantity": 1 + }, + "261eaabe-03a1-4e09-9c08-4b68a1be7d7b": { + "templateId": "Worker:managerdoctor_r_t01", + "attributes": { + "gender": "2", + "level": 1, + "item_seen": true, + "squad_slot_idx": -1, + "portrait": "/Game/UI/Icons/Icon-Worker/IconDefinitions/IconDef-ManagerPortrait-Doctor-F01.IconDef-ManagerPortrait-Doctor-F01", + "max_level_bonus": 0, + "personality": "Homebase.Worker.Personality.IsPragmatic", + "squad_id": "", + "xp": 0, + "slotted_building_id": "", + "managerSynergy": "Homebase.Manager.IsDoctor", + "building_slot_used": -1, + "favorite": false + }, + "quantity": 1 + }, + "c700d209-bf45-4679-94ef-2e830c27c10e": { + "templateId": "Defender:did_defenderpistol_basic_f_r_t01", + "attributes": { + "max_level_bonus": 0, + "squad_id": "", + "level": 1, + "item_seen": true, + "squad_slot_idx": -1, + "alterations": [ + "Alteration:aid_att_def_firerate", + "Alteration:aid_att_def_shieldregen", + "Alteration:aid_att_def_maxshield" + ], + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "42d5edfa-571c-47c0-b0e0-6cf981dad166": { + "templateId": "Hero:hid_ninja_007_r_t01", + "attributes": { + "outfitvariants": [], + "backblingvariants": [], + "gender": 0, + "level": 1, + "item_seen": true, + "squad_slot_idx": -1, + "portrait": "", + "hero_name": "DefaultHeroName", + "max_level_bonus": 0, + "squad_id": "", + "mode_loadouts": [], + "xp": 0, + "slotted_building_id": "", + "refundable": false, + "building_slot_used": -1, + "favorite": false + }, + "quantity": 1 + }, + "53eb8920-69f4-4d9a-8531-95ca37d9b7dc": { + "templateId": "Hero:hid_constructor_rushbase_r_t01", + "attributes": { + "outfitvariants": [], + "backblingvariants": [], + "gender": 0, + "level": 1, + "item_seen": true, + "squad_slot_idx": -1, + "portrait": "", + "hero_name": "DefaultHeroName", + "max_level_bonus": 0, + "squad_id": "", + "mode_loadouts": [], + "xp": 0, + "slotted_building_id": "", + "refundable": false, + "building_slot_used": -1, + "favorite": false + }, + "quantity": 1 + }, + "ea489ab3-f82f-49d8-81a1-d85fcf761066": { + "templateId": "Quest:challenge_leavenoonebehind_13", + "attributes": { + "level": -1, + "item_seen": true, + "completion_questcollect_survivoritemdata": 85, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-24T20:29:28.801Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "df9d5cac-4bfb-4fa6-a754-3cadababd91b": { + "templateId": "Quest:daily_mission_specialist_outlander", + "attributes": { + "level": -1, + "item_seen": true, + "sent_new_notification": true, + "challenge_bundle_id": "", + "completion_complete_outlander": 0, + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Active", + "last_state_change_time": "2020-01-18T16:25:31.007Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "e3da4012-16ab-4d6b-bf83-19f9acd6a68c": { + "templateId": "AccountResource:heroxp", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "favorite": false + }, + "quantity": 419858132 + }, + "6c352060-a858-49a7-97a9-48c51696081d": { + "templateId": "Quest:wargames_visibilityquest_challenge_explode", + "attributes": { + "level": -1, + "item_seen": false, + "sent_new_notification": true, + "challenge_bundle_id": "", + "completion_wargames_visibilityquest_challenge_explode": 0, + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Active", + "last_state_change_time": "2020-01-09T15:12:41.065Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "ec8ae2ea-82ee-4f11-a745-6131d54fe850": { + "templateId": "HomebaseNode:questreward_expedition_propplane3", + "attributes": { + "item_seen": false + }, + "quantity": 1 + }, + "7a8fb7c6-36f0-45ed-9108-d53c17cf8d3a": { + "templateId": "Worker:workerbasic_sr_t01", + "attributes": { + "gender": "2", + "level": 10, + "squad_slot_idx": 4, + "item_seen": true, + "portrait": "/Game/UI/Icons/Icon-Worker/IconDefinitions/IconDef-WorkerPortrait-Dependable-F03.IconDef-WorkerPortrait-Dependable-F03", + "max_level_bonus": 0, + "personality": "Homebase.Worker.Personality.IsDependable", + "squad_id": "squad_attribute_scavenging_gadgeteers", + "xp": 0, + "slotted_building_id": "", + "building_slot_used": -1, + "favorite": false, + "set_bonus": "Homebase.Worker.SetBonus.IsTrapDamageLow" + }, + "quantity": 1 + }, + "856d6ee6-5061-4595-888b-598aaf92ead9": { + "templateId": "Quest:challenge_leavenoonebehind_8", + "attributes": { + "level": -1, + "item_seen": true, + "completion_questcollect_survivoritemdata": 55, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-01T19:44:35.706Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "87c115dc-c519-4a43-a672-680d7e66fa29": { + "templateId": "Quest:challenge_holdthedoor_13", + "attributes": { + "completion_complete_outpost": 8, + "level": -1, + "item_seen": true, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-04T18:18:37.863Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "31020120-d7a4-4af5-baa8-e7d749abea88": { + "templateId": "HomebaseNode:questreward_herotactical_slot", + "attributes": { + "item_seen": true + }, + "quantity": 1 + }, + "452c2cda-78bb-4be1-a068-f16a9d8aec1d": { + "templateId": "Hero:hid_commando_007hw_sr_t04", + "attributes": { + "outfitvariants": [], + "backblingvariants": [], + "gender": 0, + "level": 40, + "item_seen": true, + "squad_slot_idx": -1, + "portrait": "", + "hero_name": "DefaultHeroName", + "max_level_bonus": 0, + "squad_id": "squad_combat_adventuresquadone", + "mode_loadouts": [], + "xp": 0, + "slotted_building_id": "", + "refundable": false, + "favorite": true, + "building_slot_used": -1 + }, + "quantity": 1 + }, + "56809215-b68e-4be1-9c76-88741405b8f5": { + "templateId": "Worker:workerbasic_uc_t01", + "attributes": { + "gender": "2", + "level": 1, + "item_seen": true, + "squad_slot_idx": -1, + "portrait": "/Game/UI/Icons/Icon-Worker/IconDefinitions/IconDef-WorkerPortrait-Analytical-F02.IconDef-WorkerPortrait-Analytical-F02", + "max_level_bonus": 0, + "personality": "Homebase.Worker.Personality.IsAnalytical", + "squad_id": "", + "xp": 0, + "slotted_building_id": "", + "building_slot_used": -1, + "favorite": false, + "set_bonus": "Homebase.Worker.SetBonus.IsMeleeDamageLow" + }, + "quantity": 1 + }, + "db137a02-8b92-4e68-9458-65ee0d8ba193": { + "templateId": "Quest:cannyvalleyquest_side_3_d3", + "attributes": { + "completion_complete_delivergoods_3_diff3": 0, + "level": -1, + "item_seen": true, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Active", + "last_state_change_time": "2020-01-21T13:22:45.299Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "68cb8cbb-2b1e-4f1d-93f4-b6743bc5ba21": { + "templateId": "Worker:workerbasic_c_t01", + "attributes": { + "gender": "2", + "level": 1, + "item_seen": true, + "squad_slot_idx": -1, + "portrait": "/Game/UI/Icons/Icon-Worker/IconDefinitions/IconDef-WorkerPortrait-Cooperative-F03.IconDef-WorkerPortrait-Cooperative-F03", + "max_level_bonus": 0, + "personality": "Homebase.Worker.Personality.IsCooperative", + "squad_id": "", + "xp": 0, + "slotted_building_id": "", + "building_slot_used": -1, + "favorite": false, + "set_bonus": "Homebase.Worker.SetBonus.IsFortitudeLow" + }, + "quantity": 1 + }, + "a9678792-efc8-463b-8cf4-72b3147c15dd": { + "templateId": "Defender:did_defendershotgun_basic_uc_t01", + "attributes": { + "max_level_bonus": 0, + "squad_id": "", + "level": 1, + "item_seen": true, + "squad_slot_idx": -1, + "alterations": [ + "Alteration:aid_att_def_critdamage_ranged", + "Alteration:aid_att_def_maxshield" + ], + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "86d5879e-1701-445e-ba63-93c161d53035": { + "templateId": "Worker:workerbasic_c_t01", + "attributes": { + "gender": "2", + "level": 1, + "item_seen": true, + "squad_slot_idx": -1, + "portrait": "/Game/UI/Icons/Icon-Worker/IconDefinitions/IconDef-WorkerPortrait-Curious-F03.IconDef-WorkerPortrait-Curious-F03", + "max_level_bonus": 0, + "personality": "Homebase.Worker.Personality.IsCurious", + "squad_id": "", + "xp": 0, + "slotted_building_id": "", + "building_slot_used": -1, + "favorite": false, + "set_bonus": "Homebase.Worker.SetBonus.IsTrapDamageLow" + }, + "quantity": 1 + }, + "0b8b529d-60a6-4fb0-8bf7-37a2b0627bb3": { + "templateId": "Hero:hid_constructor_014_vr_t01", + "attributes": { + "outfitvariants": [], + "backblingvariants": [], + "gender": 0, + "level": 1, + "item_seen": true, + "squad_slot_idx": -1, + "portrait": "", + "hero_name": "DefaultHeroName", + "max_level_bonus": 0, + "squad_id": "", + "mode_loadouts": [], + "xp": 0, + "slotted_building_id": "", + "refundable": false, + "building_slot_used": -1, + "favorite": false + }, + "quantity": 1 + }, + "8afb1296-85bd-4ad1-9d2f-2004271f351e": { + "templateId": "Defender:did_defenderpistol_basic_f_r_t01", + "attributes": { + "max_level_bonus": 0, + "squad_id": "", + "level": 1, + "item_seen": false, + "squad_slot_idx": -1, + "alterations": [ + "Alteration:aid_att_def_clipsize", + "Alteration:aid_att_def_maxhealth", + "Alteration:aid_att_def_shieldregen" + ], + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "0c33cccd-9212-4c77-a8d9-10f1c545124d": { + "templateId": "Quest:pickaxequest_stw001_tier_1", + "attributes": { + "level": -1, + "item_seen": false, + "completion_questcomplete_outpostquest_t1_l1": 1, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-07T18:26:49.543Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "a5f6d758-80e4-434d-a7e6-8082e7aabb9d": { + "templateId": "Quest:s11_gathercollect_quest_g2", + "attributes": { + "level": -1, + "item_seen": true, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Active", + "last_state_change_time": "2020-02-01T23:34:22.885Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "completion_s11_gathercollect_quest_g2": 2, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "46cc7a42-671d-4893-a988-f38d21bda012": { + "templateId": "Worker:workerbasic_r_t02", + "attributes": { + "gender": "1", + "level": 10, + "squad_slot_idx": 3, + "item_seen": true, + "portrait": "/Game/UI/Icons/Icon-Worker/IconDefinitions/IconDef-WorkerPortrait-Curious-M03.IconDef-WorkerPortrait-Curious-M03", + "max_level_bonus": 0, + "personality": "Homebase.Worker.Personality.IsCurious", + "squad_id": "squad_attribute_medicine_trainingteam", + "xp": 0, + "slotted_building_id": "", + "building_slot_used": -1, + "favorite": false, + "set_bonus": "Homebase.Worker.SetBonus.IsTrapDurabilityHigh" + }, + "quantity": 1 + }, + "72737f6d-e5ce-4c59-ba8a-4f512c7e0723": { + "templateId": "Hero:hid_outlander_punchphase_uc_t01", + "attributes": { + "outfitvariants": [], + "backblingvariants": [], + "gender": 0, + "level": 1, + "item_seen": true, + "squad_slot_idx": -1, + "portrait": "", + "hero_name": "DefaultHeroName", + "max_level_bonus": 0, + "squad_id": "", + "mode_loadouts": [], + "xp": 0, + "slotted_building_id": "", + "refundable": false, + "building_slot_used": -1, + "favorite": false + }, + "quantity": 1 + }, + "17e67b01-b4da-4bc9-9570-c156494cd652": { + "templateId": "HomebaseNode:questreward_homebase_defender2", + "attributes": { + "item_seen": false + }, + "quantity": 1 + }, + "11c688d1-05e8-40f3-950e-f8cc32686a0e": { + "templateId": "Quest:challenge_toxictreasures_17", + "attributes": { + "level": -1, + "item_seen": true, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Active", + "last_state_change_time": "2020-01-25T12:19:33.746Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "completion_complete_mimic": 0, + "favorite": false + }, + "quantity": 1 + }, + "9f3fe59d-9635-4df0-9edf-a258715e9e46": { + "templateId": "Hero:hid_ninja_009_vr_t01", + "attributes": { + "outfitvariants": [], + "backblingvariants": [], + "gender": 0, + "level": 1, + "item_seen": true, + "squad_slot_idx": -1, + "portrait": "", + "hero_name": "DefaultHeroName", + "max_level_bonus": 0, + "squad_id": "", + "mode_loadouts": [], + "xp": 0, + "slotted_building_id": "", + "refundable": false, + "building_slot_used": -1, + "favorite": false + }, + "quantity": 1 + }, + "b3b7497d-0c27-4c87-9460-add635f4c570": { + "templateId": "Quest:challenge_holdthedoor_11", + "attributes": { + "completion_complete_outpost": 7, + "level": -1, + "item_seen": true, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-30T01:29:45.428Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "93a38873-6383-4168-a53c-46dc0f169534": { + "templateId": "Hero:hid_ninja_myth02_sr_t04", + "attributes": { + "outfitvariants": [], + "backblingvariants": [], + "gender": 0, + "level": 40, + "item_seen": true, + "squad_slot_idx": -1, + "portrait": "", + "hero_name": "DefaultHeroName", + "max_level_bonus": 0, + "squad_id": "squad_combat_adventuresquadone", + "mode_loadouts": [], + "xp": 0, + "slotted_building_id": "", + "refundable": false, + "favorite": true, + "building_slot_used": -1 + }, + "quantity": 1 + }, + "660fd220-e9a1-43d5-b174-768fa68a78df": { + "templateId": "Worker:workerbasic_vr_t01", + "attributes": { + "gender": "2", + "level": 10, + "item_seen": true, + "squad_slot_idx": 4, + "portrait": "/Game/UI/Icons/Icon-Worker/IconDefinitions/IconDef-WorkerPortrait-Adventurous-F03.IconDef-WorkerPortrait-Adventurous-F03", + "max_level_bonus": 0, + "personality": "Homebase.Worker.Personality.IsAdventurous", + "squad_id": "squad_attribute_medicine_trainingteam", + "xp": 0, + "slotted_building_id": "", + "building_slot_used": -1, + "favorite": false, + "set_bonus": "Homebase.Worker.SetBonus.IsTrapDurabilityHigh" + }, + "quantity": 1 + }, + "2a97f947-9edf-49a1-b6fd-869b17922e8e": { + "templateId": "HomebaseNode:questreward_mission_defender", + "attributes": { + "item_seen": false + }, + "quantity": 1 + }, + "f89cd5cc-7391-4184-9b7c-6c9d9763da1f": { + "templateId": "Hero:hid_commando_009_r_t01", + "attributes": { + "outfitvariants": [], + "backblingvariants": [], + "gender": 0, + "level": 1, + "item_seen": true, + "squad_slot_idx": -1, + "portrait": "", + "hero_name": "DefaultHeroName", + "max_level_bonus": 0, + "squad_id": "", + "mode_loadouts": [], + "xp": 0, + "slotted_building_id": "", + "refundable": false, + "building_slot_used": -1, + "favorite": false + }, + "quantity": 1 + }, + "1e852511-976a-458b-bf6c-3b19cbe3e7b7": { + "templateId": "Defender:did_defendersniper_basic_m_r_t01", + "attributes": { + "max_level_bonus": 0, + "squad_id": "", + "level": 1, + "item_seen": false, + "squad_slot_idx": -1, + "alterations": [ + "Alteration:aid_att_def_critdamage_ranged", + "Alteration:aid_att_def_maxshield", + "Alteration:aid_att_def_maxhealth" + ], + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "15c1c2ef-77a9-4927-ad32-1ac62831847f": { + "templateId": "Quest:challenge_leavenoonebehind_11", + "attributes": { + "level": -1, + "item_seen": true, + "completion_questcollect_survivoritemdata": 75, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-27T21:04:57.821Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "80bd8f52-44db-4dc7-8b7f-84bcfad62e85": { + "templateId": "Quest:challenge_toxictreasures_10", + "attributes": { + "level": -1, + "item_seen": true, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-10T19:38:44.658Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "completion_complete_mimic": 6, + "favorite": false + }, + "quantity": 1 + }, + "207e6583-3328-46bc-9162-0d98e9ac8bdf": { + "templateId": "Worker:workerbasic_r_t01", + "attributes": { + "gender": "1", + "level": 1, + "item_seen": true, + "squad_slot_idx": -1, + "portrait": "/Game/UI/Icons/Icon-Worker/IconDefinitions/IconDef-WorkerPortrait-Competitive-M02.IconDef-WorkerPortrait-Competitive-M02", + "max_level_bonus": 0, + "personality": "Homebase.Worker.Personality.IsCompetitive", + "squad_id": "", + "xp": 0, + "slotted_building_id": "", + "building_slot_used": -1, + "favorite": false, + "set_bonus": "Homebase.Worker.SetBonus.IsTrapDamageLow" + }, + "quantity": 1 + }, + "6d9b42ca-196c-476b-be92-1bda0b1baa07": { + "templateId": "HomebaseNode:questreward_buildingupgradelevel", + "attributes": { + "item_seen": false + }, + "quantity": 1 + }, + "6b2caadf-0f50-4054-a72a-46d12312310a": { + "templateId": "Defender:did_defenderassault_basic_uc_t01", + "attributes": { + "max_level_bonus": 0, + "squad_id": "", + "level": 1, + "item_seen": true, + "squad_slot_idx": -1, + "alterations": [ + "Alteration:aid_att_def_weapondamage_assault", + "Alteration:aid_att_def_maxshield" + ], + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "e474aff0-c4ef-4670-917f-78f9c1bd82a2": { + "templateId": "Quest:stonewoodquest_tutorial_upgrade", + "attributes": { + "level": -1, + "item_seen": false, + "completion_upgrades_guard_upgrades": 1, + "sent_new_notification": true, + "challenge_bundle_id": "", + "completion_upgrades_tabcallout": 1, + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-17T12:16:44.929Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "completion_upgrades_highlight": 1, + "completion_upgrades_guard_command": 1, + "completion_upgrades_intro": 1, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "40dbfea8-9363-4c7a-9565-0ea18c863649": { + "templateId": "HomebaseNode:questreward_expedition_propplane2", + "attributes": { + "item_seen": false + }, + "quantity": 1 + }, + "220c35b1-c33f-441c-9133-85a1d7c4ec8d": { + "templateId": "Quest:s11_holdfastquest_seasonelite_cramps", + "attributes": { + "level": -1, + "item_seen": false, + "completion_s11_holdfastquest_seasonelite_cramps1": 0, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Active", + "last_state_change_time": "2020-01-20T18:44:07.279Z", + "challenge_linked_quest_parent": "", + "completion_s11_holdfastquest_seasonelite_cramps": 0, + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "ed3dfaf4-3485-4020-9272-f019f29dc7b9": { + "templateId": "Quest:outpostquest_firstopen_endless", + "attributes": { + "level": -1, + "item_seen": false, + "sent_new_notification": true, + "completion_complete_endless_firstopen": 0, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Active", + "last_state_change_time": "2020-01-09T15:12:41.064Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "abb1f8f0-602e-48da-857e-a06e7efeed25": { + "templateId": "Quest:achievement_playwithothers", + "attributes": { + "level": -1, + "item_seen": true, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Active", + "last_state_change_time": "2020-01-25T18:55:36.621Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "completion_quick_complete": 226, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "2bbaaef7-f2ad-4221-9856-0bdc513e3c10": { + "templateId": "Quest:cannyvalley_reactive_oilsamples", + "attributes": { + "completion_cannyvalley_reactive_oilsamples": 5, + "level": -1, + "item_seen": true, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-29T17:39:46.924Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "selection": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "c300a4a9-a57e-4d91-8458-af95dfcb3616": { + "templateId": "Quest:plankertonquest_filler_1_d5", + "attributes": { + "level": -1, + "item_seen": true, + "completion_complete_gate_triple_2_diff5": 1, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "completion_questcomplete_plankertonquest_landmark_plankharbor": 0, + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-09T17:24:14.790Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "9e59d5c8-4ba6-4d7c-adfd-e992874d342d": { + "templateId": "Hero:hid_constructor_plasmadamage_r_t01", + "attributes": { + "outfitvariants": [], + "backblingvariants": [], + "gender": 0, + "level": 1, + "item_seen": true, + "squad_slot_idx": -1, + "portrait": "", + "hero_name": "DefaultHeroName", + "max_level_bonus": 0, + "squad_id": "", + "mode_loadouts": [], + "xp": 0, + "slotted_building_id": "", + "refundable": false, + "building_slot_used": -1, + "favorite": false + }, + "quantity": 1 + }, + "eda40075-6419-4224-b43d-46f0f4582d8a": { + "templateId": "Worker:workerbasic_vr_t01", + "attributes": { + "gender": "1", + "level": 10, + "item_seen": true, + "squad_slot_idx": 5, + "portrait": "/Game/UI/Icons/Icon-Worker/IconDefinitions/IconDef-WorkerPortrait-Cooperative-M03.IconDef-WorkerPortrait-Cooperative-M03", + "max_level_bonus": 0, + "personality": "Homebase.Worker.Personality.IsCooperative", + "squad_id": "squad_attribute_synthesis_thethinktank", + "xp": 0, + "slotted_building_id": "", + "building_slot_used": -1, + "favorite": false, + "set_bonus": "Homebase.Worker.SetBonus.IsTrapDamageLow" + }, + "quantity": 1 + }, + "83422daa-a674-4d43-85fb-a08fc401135e": { + "templateId": "AccountResource:reagent_c_t03", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "favorite": false + }, + "quantity": 8525913 + }, + "0d0d8fb9-f973-4551-bd2a-008ef50343df": { + "templateId": "Quest:stonewoodquest_tutorial_collectionbook", + "attributes": { + "completion_cb_tabcallout": 1, + "level": -1, + "item_seen": false, + "sent_new_notification": true, + "challenge_bundle_id": "", + "completion_cb_intro": 1, + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-17T12:16:44.932Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "completion_cb_guard_armory": 1, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "05fe7c3f-c10c-43a5-a06b-8374e4a769e8": { + "templateId": "Quest:teamperkquest_roundtrip", + "attributes": { + "level": -1, + "item_seen": false, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-01T21:59:29.342Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "2905dc9e-1812-4e3c-9e28-0a09319043ef": { + "templateId": "Quest:challenge_eldritchabominations_17", + "attributes": { + "level": -1, + "item_seen": false, + "sent_new_notification": true, + "completion_kill_husk_smasher": 85, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-09T16:16:35.364Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "b43ecef9-c129-4242-9c49-e67cfe08e15e": { + "templateId": "Quest:plankertonquest_filler_6_d4", + "attributes": { + "completion_complete_gate_2_diff4": 1, + "completion_complete_gate_double_2_diff4": 1, + "level": -1, + "item_seen": true, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-08T12:36:29.095Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "14f7991e-e601-4b28-ad57-08fc603d1ddf": { + "templateId": "Worker:workerbasic_vr_t01", + "attributes": { + "gender": "1", + "level": 1, + "item_seen": true, + "squad_slot_idx": -1, + "portrait": "/Game/UI/Icons/Icon-Worker/IconDefinitions/IconDef-WorkerPortrait-Cooperative-M01.IconDef-WorkerPortrait-Cooperative-M01", + "max_level_bonus": 0, + "personality": "Homebase.Worker.Personality.IsCooperative", + "squad_id": "", + "xp": 0, + "slotted_building_id": "", + "building_slot_used": -1, + "favorite": false, + "set_bonus": "Homebase.Worker.SetBonus.IsRangedDamageLow" + }, + "quantity": 1 + }, + "33c857c8-1c2e-4244-83ae-b69643da922b": { + "templateId": "Quest:plankertonquest_filler_5_d2", + "attributes": { + "level": -1, + "item_seen": true, + "completion_complete_medbot_2_diff2": 3, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-02T15:38:24.378Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "0e63ac3b-0f3c-46bb-b000-8c2fe7fe75b3": { + "templateId": "TeamPerk:tpid_preemptivestrike", + "attributes": {}, + "quantity": 1 + }, + "8aa8e985-efe9-4643-b039-72077c44f310": { + "templateId": "Worker:workerbasic_uc_t01", + "attributes": { + "gender": "2", + "level": 1, + "item_seen": true, + "squad_slot_idx": -1, + "portrait": "/Game/UI/Icons/Icon-Worker/IconDefinitions/IconDef-WorkerPortrait-Adventurous-F03.IconDef-WorkerPortrait-Adventurous-F03", + "max_level_bonus": 0, + "personality": "Homebase.Worker.Personality.IsAdventurous", + "squad_id": "", + "xp": 0, + "slotted_building_id": "", + "building_slot_used": -1, + "favorite": false, + "set_bonus": "Homebase.Worker.SetBonus.IsResistanceLow" + }, + "quantity": 1 + }, + "2b1c8ebb-de44-47d6-aa78-a271ac8b8f93": { + "templateId": "Defender:did_defendersniper_basic_m_r_t01", + "attributes": { + "max_level_bonus": 0, + "squad_id": "", + "level": 1, + "item_seen": false, + "squad_slot_idx": -1, + "alterations": [ + "Alteration:aid_att_def_weapondamage_sniper", + "Alteration:aid_att_def_maxshield", + "Alteration:aid_att_def_maxshield" + ], + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "d12a84af-643b-4ecd-8f6f-7318d5959c9a": { + "templateId": "Worker:workerbasic_r_t01", + "attributes": { + "gender": "2", + "level": 1, + "item_seen": true, + "squad_slot_idx": -1, + "portrait": "/Game/UI/Icons/Icon-Worker/IconDefinitions/IconDef-WorkerPortrait-Dreamer-F02.IconDef-WorkerPortrait-Dreamer-F02", + "max_level_bonus": 0, + "personality": "Homebase.Worker.Personality.IsDreamer", + "squad_id": "", + "xp": 0, + "slotted_building_id": "", + "building_slot_used": -1, + "favorite": false, + "set_bonus": "Homebase.Worker.SetBonus.IsResistanceLow" + }, + "quantity": 1 + }, + "7725f08a-05e9-43bc-9c83-114ebf8ba631": { + "templateId": "Quest:heroquest_soldier_2", + "attributes": { + "level": -1, + "item_seen": true, + "completion_kill_husk_commando_fraggrenade": 10, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-26T18:03:39.134Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "b11e3801-c0c0-4a0d-b71c-e5020b012cb0": { + "templateId": "Quest:cannyvalley_reactive_seebot", + "attributes": { + "level": -1, + "item_seen": true, + "sent_new_notification": true, + "challenge_bundle_id": "", + "completion_cannyvalley_reactive_seebot": 5, + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-26T15:27:18.199Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "ccc50718-df09-4660-bb5b-96bc91297e96": { + "templateId": "Quest:tutorial_loadout_support4", + "attributes": { + "level": -1, + "item_seen": false, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-01T22:04:41.748Z", + "completion_heroloadout_support4_intro": 1, + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "completion_heroloadout_support4_guardscreen1": 1, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "063ea6a8-08c6-42e9-a6bf-90fda42f76a2": { + "templateId": "Defender:did_defendersniper_basic_sr_t01", + "attributes": { + "max_level_bonus": 0, + "squad_id": "", + "level": 1, + "item_seen": true, + "squad_slot_idx": -1, + "alterations": [ + "Alteration:aid_att_def_ammosave", + "Alteration:aid_att_def_maxhealth", + "Alteration:aid_att_def_clipsize", + "Alteration:aid_att_def_weapondamage_sniper", + "Alteration:aid_att_def_shieldregen" + ], + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "f4a36318-0633-49c0-b699-2681d576dc9d": { + "templateId": "Hero:hid_commando_013_sr_t01", + "attributes": { + "outfitvariants": [], + "backblingvariants": [], + "gender": 0, + "level": 1, + "item_seen": true, + "squad_slot_idx": -1, + "portrait": "", + "hero_name": "DefaultHeroName", + "max_level_bonus": 0, + "squad_id": "Squad_Combat_AdventureSquadOne", + "mode_loadouts": [], + "xp": 0, + "slotted_building_id": "", + "refundable": false, + "building_slot_used": -1, + "favorite": false + }, + "quantity": 1 + }, + "97748e1e-20e9-4018-8ab2-d97b6701a6f9": { + "templateId": "Quest:teamperkquest_nevertellmetheodds", + "attributes": { + "level": -1, + "item_seen": false, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-01T21:59:29.342Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "ab8e088d-0b5c-4413-a41d-87bc93bdf89c": { + "templateId": "Quest:plankertonquest_filler_1_d3", + "attributes": { + "level": -1, + "item_seen": true, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-16T14:06:36.458Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "completion_complete_stormchest_2_diff3": 1, + "favorite": false + }, + "quantity": 1 + }, + "f819e7dd-2849-47e5-97b4-92a2cb3fd272": { + "templateId": "Hero:hid_constructor_018_sr_t04", + "attributes": { + "outfitvariants": [], + "backblingvariants": [], + "gender": 0, + "level": 40, + "item_seen": true, + "squad_slot_idx": -1, + "portrait": "", + "hero_name": "DefaultHeroName", + "max_level_bonus": 0, + "squad_id": "", + "mode_loadouts": [], + "xp": 0, + "slotted_building_id": "", + "refundable": false, + "favorite": true, + "building_slot_used": -1 + }, + "quantity": 1 + }, + "3944815f-2565-4fd7-ae55-434fa95b3cf3": { + "templateId": "Worker:workerbasic_c_t01", + "attributes": { + "gender": "1", + "level": 1, + "item_seen": true, + "squad_slot_idx": -1, + "portrait": "/Game/UI/Icons/Icon-Worker/IconDefinitions/IconDef-WorkerPortrait-Dreamer-M01.IconDef-WorkerPortrait-Dreamer-M01", + "max_level_bonus": 0, + "personality": "Homebase.Worker.Personality.IsDreamer", + "squad_id": "", + "xp": 0, + "slotted_building_id": "", + "building_slot_used": -1, + "favorite": false, + "set_bonus": "Homebase.Worker.SetBonus.IsTrapDurabilityHigh" + }, + "quantity": 1 + }, + "12f69348-ec91-4fe4-bf6a-77b832f0a3d5": { + "templateId": "Quest:plankertonquest_filler_1_d4", + "attributes": { + "level": -1, + "item_seen": true, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-28T16:19:00.977Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "completion_complete_evacuateshelter_2_diff4_v2": 1, + "favorite": false + }, + "quantity": 1 + }, + "a14a62a7-cf96-43b3-97bd-76cd47330c85": { + "templateId": "HomebaseNode:questreward_expedition_speedboat2", + "attributes": { + "item_seen": false + }, + "quantity": 1 + }, + "96d9741e-6d70-4616-815a-c73ce79350e7": { + "templateId": "Quest:challenge_replacealteration", + "attributes": { + "level": -1, + "item_seen": false, + "completion_alteration_respec": 1, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-30T17:56:17.305Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "cbc642a7-c83e-4407-aa90-4f9e141e6f76": { + "templateId": "Hero:hid_outlander_punchphase_r_t01", + "attributes": { + "outfitvariants": [], + "backblingvariants": [], + "gender": 0, + "level": 1, + "item_seen": true, + "squad_slot_idx": -1, + "portrait": "", + "hero_name": "DefaultHeroName", + "max_level_bonus": 0, + "squad_id": "", + "mode_loadouts": [], + "xp": 0, + "slotted_building_id": "", + "refundable": false, + "building_slot_used": -1, + "favorite": false + }, + "quantity": 1 + }, + "45c232e3-2e82-4273-8867-1b60650cc152": { + "templateId": "Defender:did_defendersniper_basic_c_t01", + "attributes": { + "max_level_bonus": 0, + "squad_id": "", + "level": 1, + "item_seen": false, + "squad_slot_idx": -1, + "alterations": [ + "Alteration:aid_att_def_critchance_ranged" + ], + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "46485ab6-c26a-4f2c-aa38-1a1945dd1176": { + "templateId": "Quest:stonewoodquest_side_1_d4", + "attributes": { + "level": -1, + "item_seen": true, + "sent_new_notification": true, + "completion_quick_complete_pve01": 2, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-18T21:10:28.252Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "selection": 1, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "e37c76a2-4d7e-4a99-835b-891267077145": { + "templateId": "PrerollData:preroll_basic", + "attributes": { + "linked_offer": "", + "fulfillmentId": "92720BF0A9FC455AA99604ACB2310962", + "expended_streakbreakers": { + "Currency:SB_Bronze": 100 + }, + "level": 1, + "item_seen": false, + "max_level_bonus": 0, + "highest_rarity": 1, + "xp": 0, + "offerId": "92720BF0A9FC455AA99604ACB2310962", + "expiration": "2020-02-06T00:00:00.000Z", + "items": [ + { + "itemType": "Worker:managerdoctor_c_t01", + "attributes": { + "personality": "Homebase.Worker.Personality.IsAnalytical", + "gender": "2", + "portrait": "/Game/UI/Icons/Icon-Worker/IconDefinitions/IconDef-ManagerPortrait-Doctor-F01.IconDef-ManagerPortrait-Doctor-F01" + }, + "quantity": 1 + }, + { + "itemType": "Worker:workerbasic_uc_t01", + "attributes": { + "personality": "Homebase.Worker.Personality.IsDependable", + "gender": "1", + "portrait": "/Game/UI/Icons/Icon-Worker/IconDefinitions/IconDef-WorkerPortrait-Dependable-M02.IconDef-WorkerPortrait-Dependable-M02", + "set_bonus": "Homebase.Worker.SetBonus.IsShieldRegenLow" + }, + "quantity": 1 + }, + { + "itemType": "Worker:workerbasic_r_t01", + "attributes": { + "personality": "Homebase.Worker.Personality.IsCooperative", + "gender": "2", + "portrait": "/Game/UI/Icons/Icon-Worker/IconDefinitions/IconDef-WorkerPortrait-Cooperative-F03.IconDef-WorkerPortrait-Cooperative-F03", + "set_bonus": "Homebase.Worker.SetBonus.IsMeleeDamageLow" + }, + "quantity": 1 + }, + { + "itemType": "ConsumableAccountItem:smallxpboost_gift", + "attributes": {}, + "quantity": 168745 + }, + { + "itemType": "AccountResource:eventcurrency_snowballs", + "attributes": {}, + "quantity": 5525209 + }, + { + "itemType": "Worker:managertrainer_c_t01", + "attributes": { + "personality": "Homebase.Worker.Personality.IsDreamer", + "gender": "1", + "portrait": "/Game/UI/Icons/Icon-Worker/IconDefinitions/IconDef-ManagerPortrait-PersonalTrainer-M01.IconDef-ManagerPortrait-PersonalTrainer-M01" + }, + "quantity": 1 + }, + { + "itemType": "Defender:did_defenderassault_basic_uc_t01", + "attributes": { + "Alteration": { + "LootTierGroup": "AlterationTG.Defender.Assault.UC", + "Tier": 0 + }, + "alterations": [ + "Alteration:aid_att_def_firerate", + "Alteration:aid_att_def_maxshield" + ] + }, + "quantity": 1 + }, + { + "itemType": "Worker:workerbasic_uc_t01", + "attributes": { + "personality": "Homebase.Worker.Personality.IsDependable", + "gender": "1", + "portrait": "/Game/UI/Icons/Icon-Worker/IconDefinitions/IconDef-WorkerPortrait-Dependable-M03.IconDef-WorkerPortrait-Dependable-M03", + "set_bonus": "Homebase.Worker.SetBonus.IsTrapDurabilityHigh" + }, + "quantity": 1 + }, + { + "itemType": "AccountResource:eventcurrency_snowballs", + "attributes": {}, + "quantity": 1905622 + }, + { + "itemType": "Worker:workerbasic_r_t01", + "attributes": { + "personality": "Homebase.Worker.Personality.IsDependable", + "gender": "2", + "portrait": "/Game/UI/Icons/Icon-Worker/IconDefinitions/IconDef-WorkerPortrait-Dependable-F02.IconDef-WorkerPortrait-Dependable-F02", + "set_bonus": "Homebase.Worker.SetBonus.IsAbilityDamageLow" + }, + "quantity": 1 + }, + { + "itemType": "AccountResource:eventcurrency_snowballs", + "attributes": {}, + "quantity": 1181268 + }, + { + "itemType": "Hero:hid_commando_011_r_t01", + "attributes": {}, + "quantity": 1 + }, + { + "itemType": "Defender:did_defendershotgun_basic_f_r_t01", + "attributes": { + "Alteration": { + "LootTierGroup": "AlterationTG.Defender.Shotgun.R", + "Tier": 0 + }, + "alterations": [ + "Alteration:aid_att_def_weapondamage_shotgun", + "Alteration:aid_att_def_shieldregen", + "Alteration:aid_att_def_critchance_ranged" + ] + }, + "quantity": 1 + } + ], + "favorite": false + }, + "quantity": 1 + }, + "b3f8086b-c528-4e01-a934-22b028c5e4f6": { + "templateId": "Token:upgrades_respec", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": false, + "xp": 0, + "favorite": false + }, + "quantity": 678493295 + }, + "b833032a-9911-430a-85b8-919fbede08c8": { + "templateId": "Quest:s11_holdfastquest_repeat_taste", + "attributes": { + "level": -1, + "item_seen": false, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Active", + "last_state_change_time": "2020-01-20T18:44:07.278Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false, + "completion_s11_holdfastquest_repeat_taste": 0 + }, + "quantity": 1 + }, + "9126a89c-bdf5-4c3d-8815-66d42444d608": { + "templateId": "Hero:hid_ninja_smokedimmak_r_t01", + "attributes": { + "outfitvariants": [], + "backblingvariants": [], + "gender": 0, + "level": 1, + "item_seen": false, + "squad_slot_idx": -1, + "portrait": "", + "hero_name": "DefaultHeroName", + "max_level_bonus": 0, + "squad_id": "", + "mode_loadouts": [], + "xp": 0, + "slotted_building_id": "", + "refundable": false, + "building_slot_used": -1, + "favorite": false + }, + "quantity": 1 + }, + "196628b1-8877-424d-ac39-3de19818d48b": { + "templateId": "Quest:outpostquest_t1_l1", + "attributes": { + "level": -1, + "completion_custom_supplydropreceived": 1, + "completion_complete_outpost_1_1": 1, + "item_seen": true, + "sent_new_notification": true, + "completion_custom_deployoutpost": 1, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-25T19:09:24.305Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "b44a2515-42f3-4fce-9128-42b3d1a5e419": { + "templateId": "Worker:workerbasic_vr_t01", + "attributes": { + "gender": "1", + "level": 10, + "squad_slot_idx": 2, + "item_seen": true, + "portrait": "/Game/UI/Icons/Icon-Worker/IconDefinitions/IconDef-WorkerPortrait-Adventurous-M02.IconDef-WorkerPortrait-Adventurous-M02", + "max_level_bonus": 0, + "personality": "Homebase.Worker.Personality.IsAdventurous", + "squad_id": "squad_attribute_medicine_trainingteam", + "xp": 0, + "slotted_building_id": "", + "building_slot_used": -1, + "favorite": false, + "set_bonus": "Homebase.Worker.SetBonus.IsResistanceLow" + }, + "quantity": 1 + }, + "c5415984-bd79-47e9-8cea-416bafb61bf0": { + "templateId": "HomebaseNode:skilltree_backpacksize", + "attributes": { + "item_seen": false + }, + "quantity": 8 + }, + "b57cf67b-b64d-484f-a17e-233d806f7dd9": { + "templateId": "HomebaseNode:skilltree_pickaxe", + "attributes": { + "item_seen": false + }, + "quantity": 8 + }, + "4b5137f1-89e7-4a73-be24-e8299d2218bb": { + "templateId": "Quest:achievement_destroygnomes", + "attributes": { + "level": -1, + "item_seen": false, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-31T00:55:38.040Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "completion_destroy_gnome": 100, + "favorite": false + }, + "quantity": 1 + }, + "59049d16-1111-42ee-9ae5-88728bce5c64": { + "templateId": "Quest:genericquest_killfirehusks_repeatable", + "attributes": { + "completion_kill_husk_ele_fire": 63, + "level": -1, + "item_seen": false, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Active", + "last_state_change_time": "2020-01-20T18:44:07.280Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "bf9c90f1-55ba-4f26-9062-cea5421637c6": { + "templateId": "Quest:stonewoodquest_tutorial_research", + "attributes": { + "level": -1, + "item_seen": false, + "sent_new_notification": true, + "completion_research_highlight": 1, + "challenge_bundle_id": "", + "completion_research_tabcallout": 1, + "completion_research_guard_command": 1, + "completion_research_intro": 1, + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "completion_research_guard_research": 1, + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-17T12:16:44.930Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "86342bc5-24ff-476c-a269-526b0b50870c": { + "templateId": "Quest:outpostquest_t1_l3", + "attributes": { + "level": -1, + "item_seen": true, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-26T18:56:50.401Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "completion_complete_outpost_1_3": 1, + "xp": 0, + "completion_custom_defendersupplyreceived": 1, + "favorite": false + }, + "quantity": 1 + }, + "c34bab19-05cc-40ee-808e-f24d2b0262f2": { + "templateId": "Quest:challenge_holdthedoor_6", + "attributes": { + "completion_complete_outpost": 4, + "level": -1, + "item_seen": true, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-06T20:15:11.749Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "b5e20436-791a-44bf-8dc0-c717e7b4a1b6": { + "templateId": "Quest:challenge_missionaccomplished_14", + "attributes": { + "level": -1, + "completion_complete_primary": 9, + "item_seen": true, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-19T16:36:14.721Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "31454abc-1f27-4766-b1ac-4415faf58d41": { + "templateId": "Token:battlebreakers_reward_ramirezhero", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": false, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "a1be7e0d-30ce-485b-83d4-dfd150db3e2d": { + "templateId": "HomebaseNode:questreward_plankerton_squad_ssd1", + "attributes": { + "item_seen": true + }, + "quantity": 1 + }, + "334fc40b-a5c8-43ac-86a5-eb8500e0359e": { + "templateId": "Quest:challenge_holdthedoor_18", + "attributes": { + "completion_complete_outpost": 10, + "level": -1, + "item_seen": true, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-11T16:06:13.264Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "7c5f1830-15b0-459b-9fff-b0b0215af740": { + "templateId": "Worker:workerbasic_uc_t01", + "attributes": { + "gender": "1", + "level": 1, + "item_seen": true, + "squad_slot_idx": -1, + "portrait": "/Game/UI/Icons/Icon-Worker/IconDefinitions/IconDef-WorkerPortrait-Analytical-M01.IconDef-WorkerPortrait-Analytical-M01", + "max_level_bonus": 0, + "personality": "Homebase.Worker.Personality.IsAnalytical", + "squad_id": "", + "xp": 0, + "slotted_building_id": "", + "building_slot_used": -1, + "favorite": false, + "set_bonus": "Homebase.Worker.SetBonus.IsResistanceLow" + }, + "quantity": 1 + }, + "a476c2bf-84d7-44eb-b31a-fbc09f5783f6": { + "templateId": "Quest:starlightquest_complete_d1_a", + "attributes": { + "level": -1, + "item_seen": false, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-25T12:19:38.117Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "completion_starlightquest_complete_d1_a": 1, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "6479a815-13ff-4588-8761-8ece1ec0df12": { + "templateId": "Quest:starlightquest_kill_minibosses", + "attributes": { + "level": -1, + "item_seen": true, + "completion_starlightquest_kill_minibosses": 2, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Active", + "last_state_change_time": "2020-01-20T18:44:07.274Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "7fe23a65-e5b8-42b3-89f7-eaef3956a203": { + "templateId": "Quest:reactivequest_trollstash_r1", + "attributes": { + "level": -1, + "item_seen": true, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-24T19:20:57.812Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "completion_quest_reactive_trollstashinit": 1, + "favorite": false + }, + "quantity": 1 + }, + "12f109a4-8218-456d-bef1-f269c3638918": { + "templateId": "ConditionalAction:generic_instance", + "attributes": { + "alt_profile_types": [ + "athena" + ], + "_private": true, + "devName": "MAJOR: Season 11 - Starlight", + "conditions": { + "event": { + "instanceId": "00b216kh3uhp2s6ll2a0s37qid[0]0", + "eventName": "CalendarEvent_Starlight2019", + "eventStart": "2020-01-20T00:00:00.000Z", + "eventEnd": "2020-07-03T20:00:00.000Z", + "startActions": { + "hasRun": true, + "conversions": [], + "itemsToGrant": [ + { + "templateId": "Quest:starlightquest_destroy_urns", + "quantity": 1 + }, + { + "templateId": "Quest:starlightquest_kill_minibosses", + "quantity": 1 + }, + { + "templateId": "Quest:starlightquest_kill_mimics", + "quantity": 1 + }, + { + "templateId": "Quest:starlightquest_destructiblespawners", + "quantity": 1 + }, + { + "templateId": "Quest:starlightquest_finitespawners", + "quantity": 1 + }, + { + "templateId": "Quest:starlightquest_traptrial", + "quantity": 1 + }, + { + "templateId": "Quest:starlightquest_complete_dailies_1", + "quantity": 1 + }, + { + "templateId": "Quest:starlightquest_complete_dailies_2", + "quantity": 1 + }, + { + "templateId": "Quest:starlightquest_complete_dailies_3", + "quantity": 1 + }, + { + "templateId": "Quest:starlightquest_complete_all", + "quantity": 1 + }, + { + "templateId": "Quest:starlightquest_complete_all_hard", + "quantity": 1 + }, + { + "templateId": "Quest:starlightquest_dungeoneer_soldier", + "quantity": 1 + }, + { + "templateId": "Quest:starlightquest_complete_d1_a", + "quantity": 1 + } + ], + "questsToUnpause": [] + }, + "endActions": { + "hasRun": false, + "conversions": [], + "itemsToRemove": [ + { + "templateId": "Quest:starlightquest_destroy_urns", + "quantity": 1 + }, + { + "templateId": "Quest:starlightquest_kill_minibosses", + "quantity": 1 + }, + { + "templateId": "Quest:starlightquest_kill_mimics", + "quantity": 1 + }, + { + "templateId": "Quest:starlightquest_destructiblespawners", + "quantity": 1 + }, + { + "templateId": "Quest:starlightquest_finitespawners", + "quantity": 1 + }, + { + "templateId": "Quest:starlightquest_traptrial", + "quantity": 1 + }, + { + "templateId": "Quest:starlightquest_complete_dailies_1", + "quantity": 1 + }, + { + "templateId": "Quest:starlightquest_complete_dailies_2", + "quantity": 1 + }, + { + "templateId": "Quest:starlightquest_complete_dailies_3", + "quantity": 1 + }, + { + "templateId": "Quest:starlightquest_complete_all", + "quantity": 1 + }, + { + "templateId": "Quest:starlightquest_complete_all_hard", + "quantity": 1 + }, + { + "templateId": "Quest:starlightquest_dungeoneer_soldier", + "quantity": 1 + }, + { + "templateId": "Quest:starlightquest_complete_d1_a", + "quantity": 1 + }, + { + "templateId": "Quest:starlightquest_complete_d1_b", + "quantity": 1 + }, + { + "templateId": "Quest:starlightquest_complete_d1_c", + "quantity": 1 + }, + { + "templateId": "Quest:starlightquest_complete_d2_a", + "quantity": 1 + }, + { + "templateId": "Quest:starlightquest_complete_d2_b", + "quantity": 1 + }, + { + "templateId": "Quest:starlightquest_complete_d2_c", + "quantity": 1 + }, + { + "templateId": "Quest:starlightquest_complete_d3_a", + "quantity": 1 + }, + { + "templateId": "Quest:starlightquest_complete_d3_b", + "quantity": 1 + }, + { + "templateId": "Quest:starlightquest_complete_d3_c", + "quantity": 1 + }, + { + "templateId": "Quest:starlightquest_complete_d4_a", + "quantity": 1 + }, + { + "templateId": "Quest:starlightquest_complete_d4_b", + "quantity": 1 + }, + { + "templateId": "Quest:starlightquest_complete_d4_c", + "quantity": 1 + }, + { + "templateId": "Quest:starlightquest_dungeoneer_constructor", + "quantity": 1 + }, + { + "templateId": "Quest:starlightquest_dungeoneer_outlander", + "quantity": 1 + }, + { + "templateId": "Quest:starlightquest_dungeoneer_ninja", + "quantity": 1 + } + ], + "questsToPause": [] + }, + "metaData": {} + } + } + }, + "quantity": 1 + }, + "ab95decc-7f4c-438a-b33f-b57f4201ff33": { + "templateId": "Quest:tutorial_loadout_commander", + "attributes": { + "level": -1, + "completion_heroloadout_commander_guardscreen1": 1, + "item_seen": false, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-01T22:04:48.895Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "completion_heroloadout_commander_highlight": 1, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "0426b693-3e94-4298-88df-f187393599d2": { + "templateId": "HomebaseNode:questreward_homebase_defender3", + "attributes": { + "item_seen": false + }, + "quantity": 1 + }, + "ad941198-09bd-48c1-80de-dd1e3492e7bb": { + "templateId": "Quest:endurancewave30theater01", + "attributes": { + "level": -1, + "item_seen": true, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Active", + "last_state_change_time": "2020-01-24T16:38:06.807Z", + "completion_endurancewave30theater01_completion": 0, + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "65ff37f6-ff7c-4907-9347-f686831141c5": { + "templateId": "Quest:challenge_toxictreasures_3", + "attributes": { + "level": -1, + "item_seen": true, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-22T18:01:32.871Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "completion_complete_mimic": 3, + "favorite": false + }, + "quantity": 1 + }, + "2a53ef63-6b3d-48eb-9e33-16063ca6967c": { + "templateId": "Worker:workerbasic_sr_t04", + "attributes": { + "gender": "2", + "level": 40, + "item_seen": true, + "squad_slot_idx": 5, + "portrait": "/Game/UI/Icons/Icon-Worker/IconDefinitions/IconDef-WorkerPortrait-Adventurous-F01.IconDef-WorkerPortrait-Adventurous-F01", + "max_level_bonus": 0, + "personality": "Homebase.Worker.Personality.IsAdventurous", + "squad_id": "squad_attribute_medicine_emtsquad", + "xp": 0, + "slotted_building_id": "", + "building_slot_used": -1, + "favorite": false, + "set_bonus": "Homebase.Worker.SetBonus.IsAbilityDamageLow" + }, + "quantity": 1 + }, + "4c522f4f-9509-41c0-acae-08347ca0a6b0": { + "templateId": "Worker:workerbasic_sr_t01", + "attributes": { + "gender": "1", + "level": 10, + "item_seen": true, + "squad_slot_idx": 4, + "portrait": "/Game/UI/Icons/Icon-Worker/IconDefinitions/IconDef-WorkerPortrait-Dreamer-M03.IconDef-WorkerPortrait-Dreamer-M03", + "max_level_bonus": 0, + "personality": "Homebase.Worker.Personality.IsDreamer", + "squad_id": "squad_attribute_medicine_emtsquad", + "xp": 0, + "slotted_building_id": "", + "building_slot_used": -1, + "favorite": false, + "set_bonus": "Homebase.Worker.SetBonus.IsFortitudeLow" + }, + "quantity": 1 + }, + "ff4808a9-fb09-4508-bdee-197c8e9e8101": { + "templateId": "Quest:stonewoodquest_fetch_directorstuff", + "attributes": { + "level": -1, + "item_seen": false, + "sent_new_notification": true, + "completion_stonewoodquest_fetch_directorstuff": 5, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-17T12:16:44.901Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "007baa35-351f-49e3-bf39-2e30a1790363": { + "templateId": "Quest:reactivequest_findpop", + "attributes": { + "level": -1, + "item_seen": true, + "sent_new_notification": true, + "completion_quest_reactive_findpop": 3, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-27T16:19:28.865Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "90c654b2-6c65-4031-95f9-bbdebd0dd63c": { + "templateId": "Quest:challenge_eldritchabominations_10", + "attributes": { + "level": -1, + "item_seen": true, + "sent_new_notification": true, + "completion_kill_husk_smasher": 50, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-05T20:00:24.965Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "dd46f79c-5191-4580-bb3c-53fe967fd235": { + "templateId": "AccountResource:reagent_traps", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "favorite": false + }, + "quantity": 4990397 + }, + "ececc9a7-8f1d-4f32-8809-1396133ed6eb": { + "templateId": "Quest:reactivequest_elemhusky", + "attributes": { + "level": -1, + "item_seen": true, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-11T17:41:52.577Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "completion_quest_reactive_elemhusky": 10, + "favorite": false + }, + "quantity": 1 + }, + "fecdba79-9396-42f6-bf8d-9fbfdac0b307": { + "templateId": "HomebaseNode:skilltree_stormshieldstorage", + "attributes": { + "item_seen": false + }, + "quantity": 8 + }, + "0622055f-529b-4380-a32a-9569c203d550": { + "templateId": "Quest:genericquest_killwaterhusks_repeatable", + "attributes": { + "level": -1, + "item_seen": false, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Active", + "last_state_change_time": "2020-01-20T18:44:07.280Z", + "completion_kill_husk_ele_water": 2, + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "09f75d03-b172-4bbb-97e3-c3fe81171267": { + "templateId": "Hero:hid_constructor_hammertank_uc_t01", + "attributes": { + "outfitvariants": [], + "backblingvariants": [], + "gender": 0, + "level": 1, + "item_seen": false, + "squad_slot_idx": -1, + "portrait": "", + "hero_name": "DefaultHeroName", + "max_level_bonus": 0, + "squad_id": "", + "mode_loadouts": [], + "xp": 0, + "slotted_building_id": "", + "refundable": false, + "building_slot_used": -1, + "favorite": false + }, + "quantity": 1 + }, + "fe15faf6-7f06-43d4-a860-966c0ca40d07": { + "templateId": "Quest:challenge_leavenoonebehind_5", + "attributes": { + "level": -1, + "item_seen": true, + "completion_questcollect_survivoritemdata": 40, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-19T23:26:07.268Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "aa63e2ee-b6bf-4b7d-9874-da06cbaaa584": { + "templateId": "Quest:heroquest_ninja_2", + "attributes": { + "completion_ability_mantisleap": 3, + "level": -1, + "completion_upgrade_ninja_lvl_3": 1, + "completion_complete_pve01_diff3_ninja": 3, + "item_seen": true, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-31T14:24:40.090Z", + "completion_ability_throwingstars": 3, + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "aa5e4f23-fee1-4399-a640-e6983121f407": { + "templateId": "Quest:heroquest_loadout_constructor_1", + "attributes": { + "level": -1, + "item_seen": false, + "completion_complete_pve01_diff24_loadout_constructor": 0, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Active", + "last_state_change_time": "2020-01-14T17:13:26.986Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "54ccf2c8-f0d0-4eb0-90bd-cedf02250d14": { + "templateId": "Quest:plankertonquest_filler_2_d2", + "attributes": { + "level": -1, + "item_seen": true, + "sent_new_notification": true, + "challenge_bundle_id": "", + "completion_complete_destroyencamp_2_diff2": 1, + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-01T14:01:55.046Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "selection": 1, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "86de5d17-73e0-4da4-a60f-a6bfa52875d2": { + "templateId": "Defender:did_defendermelee_basic_r_t01", + "attributes": { + "max_level_bonus": 0, + "squad_id": "", + "level": 1, + "item_seen": true, + "squad_slot_idx": -1, + "alterations": [ + "Alteration:aid_att_def_weapondamage_melee", + "Alteration:aid_att_def_maxhealth", + "Alteration:aid_att_def_weapondamage_melee" + ], + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "76303693-e9a5-46b5-82db-34e2754c777c": { + "templateId": "Quest:challenge_eldritchabominations_12", + "attributes": { + "level": -1, + "item_seen": true, + "sent_new_notification": true, + "completion_kill_husk_smasher": 60, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-15T19:53:55.671Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "85ee80b5-c9a4-405a-b545-e17f0498a73b": { + "templateId": "Worker:managerexplorer_c_t01", + "attributes": { + "gender": "1", + "level": 1, + "item_seen": true, + "squad_slot_idx": -1, + "portrait": "/Game/UI/Icons/Icon-Worker/IconDefinitions/IconDef-ManagerPortrait-Explorer-M01.IconDef-ManagerPortrait-Explorer-M01", + "max_level_bonus": 0, + "personality": "Homebase.Worker.Personality.IsCurious", + "squad_id": "", + "xp": 0, + "slotted_building_id": "", + "managerSynergy": "Homebase.Manager.IsExplorer", + "building_slot_used": -1, + "favorite": false + }, + "quantity": 1 + }, + "d5773e44-bf68-4472-912b-2b818b37c9b9": { + "templateId": "Worker:managersoldier_c_t01", + "attributes": { + "gender": "1", + "level": 1, + "item_seen": true, + "squad_slot_idx": -1, + "portrait": "/Game/UI/Icons/Icon-Worker/IconDefinitions/IconDef-ManagerPortrait-Marksman-M01.IconDef-ManagerPortrait-Marksman-M01", + "max_level_bonus": 0, + "personality": "Homebase.Worker.Personality.IsDreamer", + "squad_id": "", + "xp": 0, + "slotted_building_id": "", + "managerSynergy": "Homebase.Manager.IsSoldier", + "building_slot_used": -1, + "favorite": false + }, + "quantity": 1 + }, + "4e54a354-9cdd-452b-955a-3ad1b3efce7c": { + "templateId": "Quest:challenge_missionaccomplished_20", + "attributes": { + "level": -1, + "completion_complete_primary": 12, + "item_seen": true, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-01T00:04:07.797Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "280c27c3-938c-4e69-ae17-61abc21eb8ff": { + "templateId": "Defender:did_defenderassault_basic_uc_t01", + "attributes": { + "max_level_bonus": 0, + "squad_id": "", + "level": 1, + "item_seen": true, + "squad_slot_idx": -1, + "alterations": [ + "Alteration:aid_att_def_clipsize", + "Alteration:aid_att_def_shieldregen" + ], + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "777cae36-ea4f-4328-bc79-19284bb5aab9": { + "templateId": "Quest:reactivequest_gatherfood", + "attributes": { + "completion_quest_reactive_gatherfood": 8, + "level": -1, + "item_seen": true, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-29T15:39:46.001Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "4505e84c-20d4-477c-9022-2f05fe30e9d0": { + "templateId": "Quest:reactivequest_taker", + "attributes": { + "level": -1, + "item_seen": true, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-18T22:20:41.823Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "completion_quest_reactive_taker": 5, + "favorite": false + }, + "quantity": 1 + }, + "a6727d84-e065-4a3b-9363-b4f3f40c2421": { + "templateId": "HomebaseNode:questreward_newfollower1_slot", + "attributes": { + "item_seen": false + }, + "quantity": 1 + }, + "feca6264-0cdc-4ea1-b328-6a05d68684f8": { + "templateId": "Hero:hid_constructor_basebig_sr_t04", + "attributes": { + "outfitvariants": [], + "backblingvariants": [], + "gender": 0, + "level": 40, + "item_seen": true, + "squad_slot_idx": -1, + "portrait": "", + "hero_name": "DefaultHeroName", + "max_level_bonus": 0, + "squad_id": "squad_combat_adventuresquadone", + "mode_loadouts": [], + "xp": 0, + "slotted_building_id": "", + "refundable": false, + "favorite": true, + "building_slot_used": -1 + }, + "quantity": 1 + }, + "42b817f3-90de-489f-ac61-ea205e679165": { + "templateId": "Quest:pickaxequest_stw007_basic", + "attributes": { + "level": -1, + "item_seen": false, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-07T18:27:15.279Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "completion_questcomplete_stonewoodquest_closegate_d1": 1, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "eca89f38-ccec-475e-8bb5-50b992f90a6a": { + "templateId": "Quest:challenge_eldritchabominations_11", + "attributes": { + "level": -1, + "item_seen": true, + "sent_new_notification": true, + "completion_kill_husk_smasher": 55, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-10T13:25:47.514Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "fe856a8b-d024-4360-ae09-abd3e7c4a770": { + "templateId": "Quest:achievement_craftfirstweapon", + "attributes": { + "completion_custom_craftfirstweapon": 1, + "level": -1, + "item_seen": false, + "sent_new_notification": true, + "challenge_bundle_id": "", + "xp_reward_scalar": 1, + "challenge_linked_quest_given": "", + "quest_pool": "", + "quest_state": "Claimed", + "last_state_change_time": "2020-01-25T18:54:08.874Z", + "challenge_linked_quest_parent": "", + "max_level_bonus": 0, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "912b4fca-3f14-484c-a2ec-5cc09e90af19": { + "templateId": "Stat:resistance_team", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": false, + "xp": 0, + "favorite": false + }, + "quantity": 5000 + }, + "06ce3df0-1405-4d1e-8d30-2a641a109afe": { + "templateId": "HomebaseNode:questreward_cannyvalley_squad_ssd2", + "attributes": { + "item_seen": true + }, + "quantity": 1 + }, + "19cf49b3-9b94-43ee-9331-2a78bde5a6c7": { + "templateId": "Worker:managerengineer_r_t01", + "attributes": { + "gender": "2", + "level": 1, + "item_seen": true, + "squad_slot_idx": -1, + "portrait": "/Game/UI/Icons/Icon-Worker/IconDefinitions/IconDef-ManagerPortrait-Engineer-F01.IconDef-ManagerPortrait-Engineer-F01", + "max_level_bonus": 0, + "personality": "Homebase.Worker.Personality.IsAnalytical", + "squad_id": "squad_attribute_medicine_emtsquad", + "xp": 0, + "slotted_building_id": "", + "managerSynergy": "Homebase.Manager.IsEngineer", + "building_slot_used": -1, + "favorite": false + }, + "quantity": 1 + }, + "f191b6f5-05d8-4568-a28b-310084fe3162": { + "templateId": "Hero:hid_commando_009_r_t01", + "attributes": { + "outfitvariants": [], + "backblingvariants": [], + "gender": 0, + "level": 1, + "item_seen": true, + "squad_slot_idx": -1, + "portrait": "", + "hero_name": "DefaultHeroName", + "max_level_bonus": 0, + "squad_id": "", + "mode_loadouts": [], + "xp": 0, + "slotted_building_id": "", + "refundable": false, + "building_slot_used": -1, + "favorite": false + }, + "quantity": 1 + }, + "937c9df7-2619-4fcc-8efc-16180aec6262": { + "templateId": "Hero:hid_commando_011_uc_t01", + "attributes": { + "outfitvariants": [], + "backblingvariants": [], + "gender": 0, + "level": 1, + "item_seen": true, + "squad_slot_idx": 0, + "portrait": "", + "hero_name": "DefaultHeroName", + "max_level_bonus": 0, + "squad_id": "", + "mode_loadouts": [], + "xp": 0, + "slotted_building_id": "", + "refundable": false, + "building_slot_used": -1, + "favorite": false + }, + "quantity": 1 + }, + "867d4551-2dc3-4eb5-bf4d-fe349e0615c8": { + "templateId": "Hero:hid_outlander_punchphase_uc_t01", + "attributes": { + "outfitvariants": [], + "backblingvariants": [], + "gender": 0, + "level": 1, + "item_seen": true, + "squad_slot_idx": -1, + "portrait": "", + "hero_name": "DefaultHeroName", + "max_level_bonus": 0, + "squad_id": "", + "mode_loadouts": [], + "xp": 0, + "slotted_building_id": "", + "refundable": false, + "building_slot_used": -1, + "favorite": false + }, + "quantity": 1 + } + }, + "stats": { + "attributes": { + "node_costs": { + "research_node_default_page": { + "Token:collectionresource_nodegatetoken01": 3537002 + }, + "homebase_node_default_page": { + "Token:homebasepoints": 9435858 + } + }, + "use_random_loadout": false, + "mission_alert_redemption_record": { + "claimData": [] + }, + "rewards_claimed_post_max_level": 0, + "selected_hero_loadout": "CampaignHeroLoadout:defaultloadout", + "loadouts": [ + "CosmeticLocker:cosmeticlocker_stw", + "CosmeticLocker:cosmeticlocker_stw_1" + ], + "collection_book": { + "pages": [ + "CollectionBookPage:pageheroes_ninja", + "CollectionBookPage:pageheroes_outlander", + "CollectionBookPage:pageheroes_commando", + "CollectionBookPage:pageheroes_constructor", + "CollectionBookPage:pagepeople_defenders", + "CollectionBookPage:pagepeople_leads", + "CollectionBookPage:pagepeople_uniqueleads", + "CollectionBookPage:pagepeople_survivors", + "CollectionBookPage:pageranged_assault_weapons", + "CollectionBookPage:pageranged_shotgun_weapons", + "CollectionBookPage:page_ranged_pistols_weapons", + "CollectionBookPage:pageranged_snipers_weapons", + "CollectionBookPage:pageranged_shotgun_weapons_crystal", + "CollectionBookPage:pageranged_assault_weapons_crystal", + "CollectionBookPage:page_ranged_pistols_weapons_crystal", + "CollectionBookPage:pageranged_snipers_weapons_crystal", + "CollectionBookPage:pagetraps_wall", + "CollectionBookPage:pagetraps_ceiling", + "CollectionBookPage:pagetraps_floor", + "CollectionBookPage:pagemelee_swords_weapons", + "CollectionBookPage:pagemelee_swords_weapons_crystal", + "CollectionBookPage:pagemelee_axes_weapons", + "CollectionBookPage:pagemelee_axes_weapons_crystal", + "CollectionBookPage:pagemelee_scythes_weapons", + "CollectionBookPage:pagemelee_scythes_weapons_crystal", + "CollectionBookPage:pagemelee_clubs_weapons", + "CollectionBookPage:pagemelee_clubs_weapons_crystal", + "CollectionBookPage:pagemelee_spears_weapons", + "CollectionBookPage:pagemelee_spears_weapons_crystal", + "CollectionBookPage:pagemelee_tools_weapons", + "CollectionBookPage:pagemelee_tools_weapons_crystal", + "CollectionBookPage:pageranged_explosive_weapons", + "CollectionBookPage:pagespecial_springiton2018_people", + "CollectionBookPage:pagespecial_chinesenewyear2018_heroes", + "CollectionBookPage:pagespecial_weapons_chinesenewyear2018", + "CollectionBookPage:pagespecial_weapons_crystal_chinesenewyear2018", + "CollectionBookPage:pagespecial_stormzonecyber_heroes", + "CollectionBookPage:pagespecial_stormzonecyber_ranged", + "CollectionBookPage:pagespecial_stormzonecyber_melee", + "CollectionBookPage:pagespecial_stormzonecyber_ranged_crystal", + "CollectionBookPage:pagespecial_stormzonecyber_melee_crystal", + "CollectionBookPage:pagespecial_blockbuster2018_heroes", + "CollectionBookPage:pagespecial_blockbuster2018_ranged", + "CollectionBookPage:pagespecial_blockbuster2018_ranged_crystal", + "CollectionBookPage:pagespecial_roadtrip2018_heroes", + "CollectionBookPage:pagespecial_roadtrip2018_weapons", + "CollectionBookPage:pagespecial_roadtrip2018_weapons_crystal", + "CollectionBookPage:pagespecial_hydraulic", + "CollectionBookPage:pagespecial_hydraulic_crystal", + "CollectionBookPage:pagespecial_stormzone_heroes", + "CollectionBookPage:pagespecial_scavenger", + "CollectionBookPage:pagespecial_scavenger_crystal", + "CollectionBookPage:pagespecial_scavenger_heroes", + "CollectionBookPage:pagespecial_halloween2017_heroes", + "CollectionBookPage:pagespecial_halloween2017_workers", + "CollectionBookPage:pagespecial_weapons_ranged_stormzone2", + "CollectionBookPage:pagespecial_weapons_ranged_stormzone2_crystal", + "CollectionBookPage:pagespecial_weapons_melee_stormzone2", + "CollectionBookPage:pagespecial_weapons_melee_stormzone2_crystal", + "CollectionBookPage:pagespecial_winter2017_heroes", + "CollectionBookPage:pagespecial_weapons_ranged_winter2017", + "CollectionBookPage:pagespecial_weapons_ranged_winter2017_crystal", + "CollectionBookPage:pagespecial_weapons_melee_winter2017", + "CollectionBookPage:pagespecial_weapons_melee_winter2017_crystal", + "CollectionBookPage:pagespecial_winter2017_weapons", + "CollectionBookPage:pagespecial_winter2017_weapons_crystal", + "CollectionBookPage:pagespecial_ratrod_weapons", + "CollectionBookPage:pagespecial_ratrod_weapons_crystal", + "CollectionBookPage:pagespecial_weapons_ranged_medieval", + "CollectionBookPage:pagespecial_weapons_ranged_medieval_crystal", + "CollectionBookPage:pagespecial_weapons_melee_medieval", + "CollectionBookPage:pagespecial_weapons_melee_medieval_crystal", + "CollectionBookPage:pagespecial_shadowops_heroes", + "CollectionBookPage:pagespecial_wildwest_heroes" + ], + "maxBookXpLevelAchieved": 100 + }, + "mfa_reward_claimed": true, + "quest_manager": { + "dailyLoginInterval": "2020-02-05T19:05:26.904Z", + "dailyQuestRerolls": 1, + "questPoolStats": { + "poolStats": [ + { + "poolName": "weeklyquestroll_09", + "nextRefresh": "2020-01-16T00:00:00.000Z", + "rerollsRemaining": 1, + "questHistory": [ + "Quest:weeklyquest_tiered_completemissionalerts_t10" + ] + }, + { + "poolName": "maydaydailyquest_01", + "nextRefresh": "2020-01-19T16:10:14.532Z", + "rerollsRemaining": 1, + "questHistory": [ + "Quest:maydayquest_2019_daily_complete" + ] + }, + { + "poolName": "stormkingdailyquest_01", + "nextRefresh": "2020-02-06T19:05:26.904Z", + "rerollsRemaining": 1, + "questHistory": [] + }, + { + "poolName": "holdfastdaily_part2_01", + "nextRefresh": "2020-02-06T19:05:26.903Z", + "rerollsRemaining": 0, + "questHistory": [ + "Quest:s11_holdfastquest_d2_soldier", + "Quest:s11_holdfastquest_d2_outlander", + "Quest:s11_holdfastquest_d2_ninja", + "Quest:s11_holdfastquest_d2_ninja", + "Quest:s11_holdfastquest_d2_ninja", + "Quest:s11_holdfastquest_d2_outlander", + "Quest:s11_holdfastquest_d2_ninja", + "Quest:s11_holdfastquest_d2_constructor", + "Quest:s11_holdfastquest_d2_outlander" + ] + }, + { + "poolName": "dailywargamesstonewood_01", + "nextRefresh": "2020-02-06T19:05:26.902Z", + "rerollsRemaining": 1, + "questHistory": [] + }, + { + "poolName": "weeklyquestroll_10", + "nextRefresh": "2020-02-06T00:00:00.000Z", + "rerollsRemaining": 1, + "questHistory": [ + "Quest:weeklyquest_tiered_completemissionalerts_t12", + "Quest:weeklyquest_tiered_completemissionalerts_t12", + "Quest:weeklyquest_tiered_completemissionalerts_t11", + "Quest:weeklyquest_tiered_completemissionalerts_t12", + "Quest:weeklyquest_tiered_completemissionalerts_t11", + "Quest:weeklyquest_tiered_completemissionalerts_t12", + "Quest:weeklyquest_tiered_completemissionalerts_t11", + "Quest:weeklyquest_tiered_completemissionalerts_t11", + "Quest:weeklyquest_tiered_completemissionalerts_t11", + "Quest:weeklyquest_tiered_completemissionalerts_t11", + "Quest:weeklyquest_tiered_completemissionalerts_t11", + "Quest:weeklyquest_tiered_completemissionalerts_t12", + "Quest:weeklyquest_tiered_completemissionalerts_t12", + "Quest:weeklyquest_tiered_completemissionalerts_t12" + ] + }, + { + "poolName": "holdfastdaily_part1_01", + "nextRefresh": "2020-02-06T19:05:26.902Z", + "rerollsRemaining": 0, + "questHistory": [ + "Quest:s11_holdfastquest_d1_construct", + "Quest:s11_holdfastquest_d1_cramp", + "Quest:s11_holdfastquest_d1_burner", + "Quest:s11_holdfastquest_d1_burner", + "Quest:s11_holdfastquest_d1_ice", + "Quest:s11_holdfastquest_d1_burner", + "Quest:s11_holdfastquest_d1_construct", + "Quest:s11_holdfastquest_d1_construct", + "Quest:s11_holdfastquest_d1_cramp" + ] + }, + { + "poolName": "starlightdailyquest_01", + "nextRefresh": "2020-02-06T19:05:26.903Z", + "rerollsRemaining": 1, + "questHistory": [] + }, + { + "poolName": "dailywargamescanny_01", + "nextRefresh": "2020-02-06T19:05:26.901Z", + "rerollsRemaining": 1, + "questHistory": [] + }, + { + "poolName": "dailywargamesplankerton_01", + "nextRefresh": "2020-02-06T19:05:26.901Z", + "rerollsRemaining": 1, + "questHistory": [] + } + ], + "dailyLoginInterval": "2020-02-05T19:05:26.904Z", + "poolLockouts": { + "poolLockouts": [ + { + "lockoutName": "Weekly" + } + ] + } + } + }, + "legacy_research_points_spent": 287140, + "gameplay_stats": [ + { + "statName": "zonescompleted", + "statValue": 566 + } + ], + "permissions": [], + "unslot_mtx_spend": 300, + "twitch": {}, + "client_settings": { + "pinnedQuestInstances": [] + }, + "research_levels": { + "technology": 5000, + "fortitude": 5000, + "offense": 5000, + "resistance": 5000 + }, + "level": 300, + "xp_overflow": 0, + "latent_xp_marker": "4977938", + "event_currency": { + "templateId": "AccountResource:eventcurrency_snowballs", + "cf": 9111182 + }, + "inventory_limit_bonus": 0, + "matches_played": 0, + "xp_lost": 0, + "mode_loadouts": [], + "daily_rewards": { + "nextDefaultReward": 69, + "totalDaysLoggedIn": 69, + "lastClaimDate": "2021-01-04T01:16:50.760Z", + "additionalSchedules": { + "founderspackdailyrewardtoken": { + "rewardsClaimed": 69, + "claimedToday": true + } + } + }, + "last_applied_loadout": "CosmeticLocker:cosmeticlocker_stw_1", + "xp": 5940875, + "packs_granted": 1056, + "active_loadout_index": 0 + } + }, + "commandRevision": 617 +} \ No newline at end of file diff --git a/profiles/collection_book_people0.json b/profiles/collection_book_people0.json new file mode 100644 index 0000000..52d2300 --- /dev/null +++ b/profiles/collection_book_people0.json @@ -0,0 +1,17 @@ +{ + "_id": "LawinServer", + "created": "2020-01-01T17:22:28.023Z", + "updated": "2020-03-24T00:25:49.087Z", + "rvn": 1, + "wipeNumber": 1, + "accountId": "LawinServer", + "profileId": "collection_book_people0", + "version": "no_version", + "items": {}, + "stats": { + "attributes": { + "inventory_limit_bonus": 0 + } + }, + "commandRevision": 0 +} \ No newline at end of file diff --git a/profiles/collection_book_schematics0.json b/profiles/collection_book_schematics0.json new file mode 100644 index 0000000..b1ff90e --- /dev/null +++ b/profiles/collection_book_schematics0.json @@ -0,0 +1,17 @@ +{ + "_id": "LawinServer", + "created": "2020-01-01T17:22:28.023Z", + "updated": "2020-03-24T00:25:49.087Z", + "rvn": 1, + "wipeNumber": 1, + "accountId": "LawinServer", + "profileId": "collection_book_schematics0", + "version": "no_version", + "items": {}, + "stats": { + "attributes": { + "inventory_limit_bonus": 0 + } + }, + "commandRevision": 0 +} \ No newline at end of file diff --git a/profiles/collections.json b/profiles/collections.json new file mode 100644 index 0000000..b022da6 --- /dev/null +++ b/profiles/collections.json @@ -0,0 +1,15 @@ +{ + "_id": "LawinServer", + "created": "2020-01-01T17:22:28.023Z", + "updated": "2020-03-24T00:25:49.087Z", + "rvn": 1, + "wipeNumber": 1, + "accountId": "LawinServer", + "profileId": "collections", + "version": "no_version", + "items": {}, + "stats": { + "attributes": {} + }, + "commandRevision": 0 +} \ No newline at end of file diff --git a/profiles/common_core.json b/profiles/common_core.json new file mode 100644 index 0000000..6378ac4 --- /dev/null +++ b/profiles/common_core.json @@ -0,0 +1,1403 @@ +{ + "created": "2020-01-01T17:22:28.023Z", + "updated": "2020-06-21T19:06:31.519Z", + "rvn": 205, + "wipeNumber": 1, + "accountId": "LawinServer", + "profileId": "common_core", + "version": "no_version", + "items": { + "Campaign": { + "templateId": "Token:campaignaccess", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "CampaignFoundersPack1": { + "templateId": "Token:founderspack_1", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "23c79833-cea4-4f30-85e2-20f4b82aa2e0": { + "templateId": "HomebaseBannerColor:defaultcolor1", + "attributes": { + "item_seen": 1 + }, + "quantity": 1 + }, + "978d3e82-8b4c-4a6d-806f-0dfd1cc1694e": { + "templateId": "HomebaseBannerColor:defaultcolor2", + "attributes": { + "item_seen": 1 + }, + "quantity": 1 + }, + "e7d15670-4d2d-46b2-af08-fe26821699ce": { + "templateId": "HomebaseBannerColor:defaultcolor3", + "attributes": { + "item_seen": 1 + }, + "quantity": 1 + }, + "7d1c5947-33e4-41b8-9adb-694076b59f8c": { + "templateId": "HomebaseBannerColor:defaultcolor4", + "attributes": { + "item_seen": 1 + }, + "quantity": 1 + }, + "8e53ffbf-40f6-46b2-a076-f29930cdb5dc": { + "templateId": "HomebaseBannerColor:defaultcolor5", + "attributes": { + "item_seen": 1 + }, + "quantity": 1 + }, + "88355f7c-ddeb-4fa0-9953-e811707540ed": { + "templateId": "HomebaseBannerColor:defaultcolor6", + "attributes": { + "item_seen": 1 + }, + "quantity": 1 + }, + "f18f8ef3-1080-4cc0-87cc-2fc18dbab77a": { + "templateId": "HomebaseBannerColor:defaultcolor7", + "attributes": { + "item_seen": 1 + }, + "quantity": 1 + }, + "e9674f09-c41e-4e5e-a47c-941bcacfc042": { + "templateId": "HomebaseBannerColor:defaultcolor8", + "attributes": { + "item_seen": 1 + }, + "quantity": 1 + }, + "281bae81-42bd-4e04-b1fd-1109c187cb35": { + "templateId": "HomebaseBannerColor:defaultcolor9", + "attributes": { + "item_seen": 1 + }, + "quantity": 1 + }, + "92306c58-6521-4bf7-b9e5-e894b87055fb": { + "templateId": "HomebaseBannerColor:defaultcolor10", + "attributes": { + "item_seen": 1 + }, + "quantity": 1 + }, + "8aa755ec-de55-42a3-8733-adff90748022": { + "templateId": "HomebaseBannerColor:defaultcolor11", + "attributes": { + "item_seen": 1 + }, + "quantity": 1 + }, + "80ee7455-1c79-4f65-8441-5b73721fe37e": { + "templateId": "HomebaseBannerColor:defaultcolor12", + "attributes": { + "item_seen": 1 + }, + "quantity": 1 + }, + "d05b559c-debb-4e73-8cb3-b71d988c786e": { + "templateId": "HomebaseBannerColor:defaultcolor13", + "attributes": { + "item_seen": 1 + }, + "quantity": 1 + }, + "dcdea04c-ea1e-43e5-aa60-53a3e2b8168e": { + "templateId": "HomebaseBannerColor:defaultcolor14", + "attributes": { + "item_seen": 1 + }, + "quantity": 1 + }, + "7eaa1e18-c3c0-4081-aea0-62a62d2f2233": { + "templateId": "HomebaseBannerColor:defaultcolor15", + "attributes": { + "item_seen": 1 + }, + "quantity": 1 + }, + "7c844796-c028-49b2-bb60-c147926fe5d1": { + "templateId": "HomebaseBannerColor:defaultcolor16", + "attributes": { + "item_seen": 1 + }, + "quantity": 1 + }, + "5a4aa18b-5bef-422d-88e5-1cd116115f70": { + "templateId": "HomebaseBannerColor:defaultcolor17", + "attributes": { + "item_seen": 1 + }, + "quantity": 1 + }, + "e44badd9-9254-4e26-8237-fa5d16cf444c": { + "templateId": "HomebaseBannerColor:defaultcolor18", + "attributes": { + "item_seen": 1 + }, + "quantity": 1 + }, + "e8ea1bb3-7259-4282-902d-babdc84a3928": { + "templateId": "HomebaseBannerColor:defaultcolor19", + "attributes": { + "item_seen": 1 + }, + "quantity": 1 + }, + "eaf67234-ca78-4821-9223-84c39a600602": { + "templateId": "HomebaseBannerColor:defaultcolor20", + "attributes": { + "item_seen": 1 + }, + "quantity": 1 + }, + "21174768-fb85-45ef-ba8d-ead4841d99c7": { + "templateId": "HomebaseBannerColor:defaultcolor21", + "attributes": { + "item_seen": 1 + }, + "quantity": 1 + }, + "19c88cb1-801f-4e2e-bc2e-a3ab674ae597": { + "templateId": "HomebaseBannerIcon:standardbanner1", + "attributes": { + "item_seen": 1 + }, + "quantity": 1 + }, + "b0287b86-cabc-4e09-9dbb-65ab254ec2ba": { + "templateId": "HomebaseBannerIcon:standardbanner2", + "attributes": { + "item_seen": 1 + }, + "quantity": 1 + }, + "b2880e9c-f80e-48f8-b671-1dd4132ec586": { + "templateId": "HomebaseBannerIcon:standardbanner3", + "attributes": { + "item_seen": 1 + }, + "quantity": 1 + }, + "61d09a74-d600-4b95-b275-56eb0892385a": { + "templateId": "HomebaseBannerIcon:standardbanner4", + "attributes": { + "item_seen": 1 + }, + "quantity": 1 + }, + "fdb69ac3-cecb-4b09-94ec-7d2861f6d6e9": { + "templateId": "HomebaseBannerIcon:standardbanner5", + "attributes": { + "item_seen": 1 + }, + "quantity": 1 + }, + "d16a1f61-1be8-4b43-9e80-aea2c3f54417": { + "templateId": "HomebaseBannerIcon:standardbanner6", + "attributes": { + "item_seen": 1 + }, + "quantity": 1 + }, + "5e4e3421-f899-499e-8ce7-47ebb9c233fd": { + "templateId": "HomebaseBannerIcon:standardbanner7", + "attributes": { + "item_seen": 1 + }, + "quantity": 1 + }, + "34ee9a9d-7fe3-49b4-be6c-6a49ea0d1163": { + "templateId": "HomebaseBannerIcon:standardbanner8", + "attributes": { + "item_seen": 1 + }, + "quantity": 1 + }, + "26c040a8-3027-4539-9e3d-198e176c6658": { + "templateId": "HomebaseBannerIcon:standardbanner9", + "attributes": { + "item_seen": 1 + }, + "quantity": 1 + }, + "dd5984ce-b18f-4c73-aeca-abe20e07e83d": { + "templateId": "HomebaseBannerIcon:standardbanner10", + "attributes": { + "item_seen": 1 + }, + "quantity": 1 + }, + "480fda3e-286a-47f8-af97-2d8a2c389cca": { + "templateId": "HomebaseBannerIcon:standardbanner11", + "attributes": { + "item_seen": 1 + }, + "quantity": 1 + }, + "b311a6ab-e8f3-43f3-b638-873786b4be93": { + "templateId": "HomebaseBannerIcon:standardbanner12", + "attributes": { + "item_seen": 1 + }, + "quantity": 1 + }, + "501ea071-e91d-4df3-93f3-e748980d9e00": { + "templateId": "HomebaseBannerIcon:standardbanner13", + "attributes": { + "item_seen": 1 + }, + "quantity": 1 + }, + "853d6f1f-6e31-46bc-9c14-48af09ea54a3": { + "templateId": "HomebaseBannerIcon:standardbanner14", + "attributes": { + "item_seen": 1 + }, + "quantity": 1 + }, + "58b86a27-804a-4f38-8305-81e9b7e2ff9c": { + "templateId": "HomebaseBannerIcon:standardbanner15", + "attributes": { + "item_seen": 1 + }, + "quantity": 1 + }, + "928b2411-0983-48fc-bae4-b0b7e0528501": { + "templateId": "HomebaseBannerIcon:standardbanner16", + "attributes": { + "item_seen": 1 + }, + "quantity": 1 + }, + "10f7070e-1e43-488a-a7d6-228fb972dd46": { + "templateId": "HomebaseBannerIcon:standardbanner17", + "attributes": { + "item_seen": 1 + }, + "quantity": 1 + }, + "95d86406-1920-4e05-a67e-516c715145bc": { + "templateId": "HomebaseBannerIcon:standardbanner18", + "attributes": { + "item_seen": 1 + }, + "quantity": 1 + }, + "5a75035c-07c1-4e5c-bffd-3a48201cb759": { + "templateId": "HomebaseBannerIcon:standardbanner19", + "attributes": { + "item_seen": 1 + }, + "quantity": 1 + }, + "4f2e02ce-bfe0-4e36-badd-c102fc26a1cb": { + "templateId": "HomebaseBannerIcon:standardbanner20", + "attributes": { + "item_seen": 1 + }, + "quantity": 1 + }, + "982e4286-efaa-4e12-9ea8-be32374fb686": { + "templateId": "HomebaseBannerIcon:standardbanner21", + "attributes": { + "item_seen": 1 + }, + "quantity": 1 + }, + "1d68c704-5ada-45a1-8d67-97856cc3cea6": { + "templateId": "HomebaseBannerIcon:standardbanner22", + "attributes": { + "item_seen": 1 + }, + "quantity": 1 + }, + "a480fe34-5580-48a9-b7c7-18d82aec5b0a": { + "templateId": "HomebaseBannerIcon:standardbanner23", + "attributes": { + "item_seen": 1 + }, + "quantity": 1 + }, + "27078d37-2cd1-4a36-841a-0865da1eb3bc": { + "templateId": "HomebaseBannerIcon:standardbanner24", + "attributes": { + "item_seen": 1 + }, + "quantity": 1 + }, + "2d02eef0-9ec0-4158-961f-f3ba723927b9": { + "templateId": "HomebaseBannerIcon:standardbanner25", + "attributes": { + "item_seen": 1 + }, + "quantity": 1 + }, + "a064d394-46d6-4618-9ee9-05e8f9be0216": { + "templateId": "HomebaseBannerIcon:standardbanner26", + "attributes": { + "item_seen": 1 + }, + "quantity": 1 + }, + "a78e3fb8-c7f9-4246-b619-ce35184cbfa2": { + "templateId": "HomebaseBannerIcon:standardbanner27", + "attributes": { + "item_seen": 1 + }, + "quantity": 1 + }, + "6d835a69-6566-4942-83d7-f8afbb81594c": { + "templateId": "HomebaseBannerIcon:standardbanner28", + "attributes": { + "item_seen": 1 + }, + "quantity": 1 + }, + "19b9843c-ba41-40a7-8317-085748788ffe": { + "templateId": "HomebaseBannerIcon:standardbanner29", + "attributes": { + "item_seen": 1 + }, + "quantity": 1 + }, + "7cdee8e9-6e4e-490a-872f-a83f4ec01ea3": { + "templateId": "HomebaseBannerIcon:standardbanner30", + "attributes": { + "item_seen": 1 + }, + "quantity": 1 + }, + "70e4e8a6-d44f-4e43-9356-a82bdc9be002": { + "templateId": "HomebaseBannerIcon:standardbanner31", + "attributes": { + "item_seen": 1 + }, + "quantity": 1 + }, + "HomebaseBannerIcon:brseason01": { + "templateId": "HomebaseBannerIcon:BRSeason01", + "attributes": { + "item_seen": 1 + }, + "quantity": 1 + }, + "2980319b-88cf-42d2-8210-df7a24a534c5": { + "templateId": "HomebaseBannerIcon:BRSeason02Bush", + "attributes": { + "item_seen": 1 + }, + "quantity": 1 + }, + "a95dc85c-1438-4950-a217-6605951c93e8": { + "templateId": "HomebaseBannerIcon:BRSeason02Salt", + "attributes": { + "item_seen": 1 + }, + "quantity": 1 + }, + "4cdb5a4b-25a8-462c-9abe-d2d306863c19": { + "templateId": "HomebaseBannerIcon:BRSeason02LionHerald", + "attributes": { + "item_seen": 1 + }, + "quantity": 1 + }, + "d1d01356-9120-44b2-af40-fd2be08babe7": { + "templateId": "HomebaseBannerIcon:BRSeason02CatSoldier", + "attributes": { + "item_seen": 1 + }, + "quantity": 1 + }, + "b832bbd3-2b08-4f77-9fdb-f5678f0025d6": { + "templateId": "HomebaseBannerIcon:BRSeason02Dragon", + "attributes": { + "item_seen": 1 + }, + "quantity": 1 + }, + "0c69f1a7-2a98-47e7-a2cc-2a31c11e6d11": { + "templateId": "HomebaseBannerIcon:BRSeason02Planet", + "attributes": { + "item_seen": 1 + }, + "quantity": 1 + }, + "64a01ee3-42f9-40ed-b6f4-4cdf367254a0": { + "templateId": "HomebaseBannerIcon:BRSeason02Crosshair", + "attributes": { + "item_seen": 1 + }, + "quantity": 1 + }, + "aec6d9df-2808-413a-8a07-132511423a14": { + "templateId": "HomebaseBannerIcon:BRSeason02Bowling", + "attributes": { + "item_seen": 1 + }, + "quantity": 1 + }, + "061660c6-f9a3-433a-840a-f125f1e86c43": { + "templateId": "HomebaseBannerIcon:BRSeason02MonsterTruck", + "attributes": { + "item_seen": 1 + }, + "quantity": 1 + }, + "30baf3c8-b877-4596-8dfc-d216bc9e0aa6": { + "templateId": "HomebaseBannerIcon:BRSeason02Shark", + "attributes": { + "item_seen": 1 + }, + "quantity": 1 + }, + "f85b95b6-f4b8-458e-a53c-5b11b990bcf0": { + "templateId": "HomebaseBannerIcon:BRSeason02IceCream", + "attributes": { + "item_seen": 1 + }, + "quantity": 1 + }, + "a479ee03-47ab-4755-b087-2a0d4808d1d9": { + "templateId": "HomebaseBannerIcon:BRSeason02Log", + "attributes": { + "item_seen": 1 + }, + "quantity": 1 + }, + "5e1b6a7d-0b10-47c2-84de-769cd0da2b54": { + "templateId": "HomebaseBannerIcon:BRSeason02Cake", + "attributes": { + "item_seen": 1 + }, + "quantity": 1 + }, + "5e55cc48-c63f-445d-9d6b-6ba25c1d417c": { + "templateId": "HomebaseBannerIcon:BRSeason02Tank", + "attributes": { + "item_seen": 1 + }, + "quantity": 1 + }, + "2d20d835-339a-4802-b62b-458ba5f5e622": { + "templateId": "HomebaseBannerIcon:BRSeason02GasMask", + "attributes": { + "item_seen": 1 + }, + "quantity": 1 + }, + "16d5027a-fe88-423c-8602-bc0d42b006b4": { + "templateId": "HomebaseBannerIcon:BRSeason02Vulture", + "attributes": { + "item_seen": 1 + }, + "quantity": 1 + }, + "5b00106c-fa9d-4998-b6e4-c910392499ad": { + "templateId": "HomebaseBannerIcon:BRSeason02Sawhorse", + "attributes": { + "item_seen": 1 + }, + "quantity": 1 + }, + "aafc21aa-dbf0-4309-bd4e-71513bafd57c": { + "templateId": "HomebaseBannerIcon:BRSeason03Bee", + "attributes": { + "item_seen": 1 + }, + "quantity": 1 + }, + "5999424b-0f8b-4c26-946c-cbd7f98ae971": { + "templateId": "HomebaseBannerIcon:BRSeason03Chick", + "attributes": { + "item_seen": 1 + }, + "quantity": 1 + }, + "25b8bec9-5204-4d9f-a263-48bb248d0ab0": { + "templateId": "HomebaseBannerIcon:BRSeason03Chicken", + "attributes": { + "item_seen": 1 + }, + "quantity": 1 + }, + "c9cc0c0e-2e97-45f1-9904-750b7826f777": { + "templateId": "HomebaseBannerIcon:BRSeason03Crab", + "attributes": { + "item_seen": 1 + }, + "quantity": 1 + }, + "50dae029-a36c-44dd-8fc9-a8bc928fbed2": { + "templateId": "HomebaseBannerIcon:BRSeason03CrescentMoon", + "attributes": { + "item_seen": 1 + }, + "quantity": 1 + }, + "54f7a15a-c4e1-4f50-89db-2589ed18c957": { + "templateId": "HomebaseBannerIcon:BRSeason03DeadFish", + "attributes": { + "item_seen": 1 + }, + "quantity": 1 + }, + "1704c52a-5152-49fb-b4cd-da1949b50494": { + "templateId": "HomebaseBannerIcon:BRSeason03DinosaurSkull", + "attributes": { + "item_seen": 1 + }, + "quantity": 1 + }, + "67f40ee1-c941-424f-8485-ccb6aba68737": { + "templateId": "HomebaseBannerIcon:BRSeason03DogCollar", + "attributes": { + "item_seen": 1 + }, + "quantity": 1 + }, + "9c242847-363f-4c6c-9f3d-e450de675297": { + "templateId": "HomebaseBannerIcon:BRSeason03Donut", + "attributes": { + "item_seen": 1 + }, + "quantity": 1 + }, + "cf7bee97-cc37-4f39-9818-747d68002bdb": { + "templateId": "HomebaseBannerIcon:BRSeason03Eagle", + "attributes": { + "item_seen": 1 + }, + "quantity": 1 + }, + "d1253c6e-48aa-4c82-9741-1de2be2f770f": { + "templateId": "HomebaseBannerIcon:BRSeason03Egg", + "attributes": { + "item_seen": 1 + }, + "quantity": 1 + }, + "a85073a1-8503-4cc4-8807-3d2f97d3ad1b": { + "templateId": "HomebaseBannerIcon:BRSeason03Falcon", + "attributes": { + "item_seen": 1 + }, + "quantity": 1 + }, + "377541b4-3b2e-4113-b2a4-ad94aad766dc": { + "templateId": "HomebaseBannerIcon:BRSeason03Flail", + "attributes": { + "item_seen": 1 + }, + "quantity": 1 + }, + "af103fa7-b8ca-4ac0-9167-4fb315772e4b": { + "templateId": "HomebaseBannerIcon:BRSeason03HappyCloud", + "attributes": { + "item_seen": 1 + }, + "quantity": 1 + }, + "b19cb235-7c1b-401b-94ad-376d86311128": { + "templateId": "HomebaseBannerIcon:BRSeason03Lantern", + "attributes": { + "item_seen": 1 + }, + "quantity": 1 + }, + "f03c58c6-f0d6-43b6-aa68-a783ffa58d5f": { + "templateId": "HomebaseBannerIcon:BRSeason03Lightning", + "attributes": { + "item_seen": 1 + }, + "quantity": 1 + }, + "f2f52769-9ce4-4b6f-a2f7-919ab32ed3f3": { + "templateId": "HomebaseBannerIcon:BRSeason03Paw", + "attributes": { + "item_seen": 1 + }, + "quantity": 1 + }, + "ef53718f-4a3b-4690-a4f0-2e242d58a9f9": { + "templateId": "HomebaseBannerIcon:BRSeason03Shark", + "attributes": { + "item_seen": 1 + }, + "quantity": 1 + }, + "3b3f8e45-7a71-4574-9b2c-b198037713fd": { + "templateId": "HomebaseBannerIcon:BRSeason03ShootingStar", + "attributes": { + "item_seen": 1 + }, + "quantity": 1 + }, + "18288ea7-a160-49f8-b4f8-ab420a4bc4e3": { + "templateId": "HomebaseBannerIcon:BRSeason03Snake", + "attributes": { + "item_seen": 1 + }, + "quantity": 1 + }, + "1dd6b8ab-7ee0-4f1f-8e6f-c2f3a1be854e": { + "templateId": "HomebaseBannerIcon:BRSeason03Sun", + "attributes": { + "item_seen": 1 + }, + "quantity": 1 + }, + "5d7739eb-b6fe-40db-9772-092c6b8e4c57": { + "templateId": "HomebaseBannerIcon:BRSeason03TeddyBear", + "attributes": { + "item_seen": 1 + }, + "quantity": 1 + }, + "d7f2fe56-5ef7-4a4b-8da9-5dbf72c644c2": { + "templateId": "HomebaseBannerIcon:BRSeason03TopHat", + "attributes": { + "item_seen": 1 + }, + "quantity": 1 + }, + "58b9671d-405f-43a7-b2e6-26021fc5fd13": { + "templateId": "HomebaseBannerIcon:BRSeason03Whale", + "attributes": { + "item_seen": 1 + }, + "quantity": 1 + }, + "61dd1ee7-b297-426c-a148-d849121b4133": { + "templateId": "HomebaseBannerIcon:BRSeason03Wing", + "attributes": { + "item_seen": 1 + }, + "quantity": 1 + }, + "228e621b-d11f-4e79-a804-907f2e0e80f3": { + "templateId": "HomebaseBannerIcon:BRSeason03Wolf", + "attributes": { + "item_seen": 1 + }, + "quantity": 1 + }, + "fcbceb4b-feb7-4bee-a5d9-986d526b6905": { + "templateId": "HomebaseBannerIcon:BRSeason03Worm", + "attributes": { + "item_seen": 1 + }, + "quantity": 1 + }, + "f0a5d3f8-61a2-4d7c-9a33-754c28523b58": { + "templateId": "HomebaseBannerIcon:BRSeason04Blitz", + "attributes": { + "item_seen": 1 + }, + "quantity": 1 + }, + "4b12a9f9-50d3-4a5b-b5e5-adfb5b30a722": { + "templateId": "HomebaseBannerIcon:BRSeason04Bow", + "attributes": { + "item_seen": 1 + }, + "quantity": 1 + }, + "02585e51-bb27-4faa-b5b4-d6bf0ff1de5f": { + "templateId": "HomebaseBannerIcon:BRSeason04Chains", + "attributes": { + "item_seen": 1 + }, + "quantity": 1 + }, + "601ac905-2746-4c72-8b01-904e2315bee3": { + "templateId": "HomebaseBannerIcon:BRSeason04DogBowl", + "attributes": { + "item_seen": 1 + }, + "quantity": 1 + }, + "87699b2e-000f-417d-bdad-f7f0990edcdb": { + "templateId": "HomebaseBannerIcon:BRSeason04Duck", + "attributes": { + "item_seen": 1 + }, + "quantity": 1 + }, + "7474eadc-efeb-4806-81be-f51461e5475f": { + "templateId": "HomebaseBannerIcon:BRSeason04Fence", + "attributes": { + "item_seen": 1 + }, + "quantity": 1 + }, + "cdf010cc-31cb-4e78-9a25-aed1d37a3192": { + "templateId": "HomebaseBannerIcon:BRSeason04FilmCamera", + "attributes": { + "item_seen": 1 + }, + "quantity": 1 + }, + "fe7d8dd2-78fc-4f27-b287-92b674b40566": { + "templateId": "HomebaseBannerIcon:BRSeason04Fish", + "attributes": { + "item_seen": 1 + }, + "quantity": 1 + }, + "b425ddab-996c-4503-b82f-9e5bafb9c59b": { + "templateId": "HomebaseBannerIcon:BRSeason04Goo", + "attributes": { + "item_seen": 1 + }, + "quantity": 1 + }, + "0dd2f4cb-02f9-4755-baf6-1b192a5904fd": { + "templateId": "HomebaseBannerIcon:BRSeason04HeroEmblem", + "attributes": { + "item_seen": 1 + }, + "quantity": 1 + }, + "e4035c12-2609-4b0e-9f06-ecfcb566b578": { + "templateId": "HomebaseBannerIcon:BRSeason04Only90sKids", + "attributes": { + "item_seen": 1 + }, + "quantity": 1 + }, + "12a586ba-6cfb-4486-8b77-a0fe3161c216": { + "templateId": "HomebaseBannerIcon:BRSeason04Pencil", + "attributes": { + "item_seen": 1 + }, + "quantity": 1 + }, + "01b78784-9fa1-4648-ab5f-a79d97fec58e": { + "templateId": "HomebaseBannerIcon:BRSeason04SeaSerpent", + "attributes": { + "item_seen": 1 + }, + "quantity": 1 + }, + "54ee97b9-0d05-4878-b0f3-c04f26fb9907": { + "templateId": "HomebaseBannerIcon:BRSeason04SprayCan", + "attributes": { + "item_seen": 1 + }, + "quantity": 1 + }, + "59a88a14-afc0-4b89-8dd3-2ada5f9950a3": { + "templateId": "HomebaseBannerIcon:BRSeason04Teef", + "attributes": { + "item_seen": 1 + }, + "quantity": 1 + }, + "d4550733-e4f8-4b95-b677-488834245774": { + "templateId": "HomebaseBannerIcon:BRSeason04VillainEmblem", + "attributes": { + "item_seen": 1 + }, + "quantity": 1 + }, + "HomebaseBannerIcon:otherbanner1": { + "templateId": "HomebaseBannerIcon:otherbanner1", + "attributes": { + "item_seen": 1 + }, + "quantity": 1 + }, + "HomebaseBannerIcon:otherbanner2": { + "templateId": "HomebaseBannerIcon:otherbanner2", + "attributes": { + "item_seen": 1 + }, + "quantity": 1 + }, + "HomebaseBannerIcon:otherbanner3": { + "templateId": "HomebaseBannerIcon:otherbanner3", + "attributes": { + "item_seen": 1 + }, + "quantity": 1 + }, + "HomebaseBannerIcon:otherbanner4": { + "templateId": "HomebaseBannerIcon:otherbanner4", + "attributes": { + "item_seen": 1 + }, + "quantity": 1 + }, + "HomebaseBannerIcon:otherbanner5": { + "templateId": "HomebaseBannerIcon:otherbanner5", + "attributes": { + "item_seen": 1 + }, + "quantity": 1 + }, + "HomebaseBannerIcon:otherbanner6": { + "templateId": "HomebaseBannerIcon:otherbanner6", + "attributes": { + "item_seen": 1 + }, + "quantity": 1 + }, + "HomebaseBannerIcon:otherbanner7": { + "templateId": "HomebaseBannerIcon:otherbanner7", + "attributes": { + "item_seen": 1 + }, + "quantity": 1 + }, + "HomebaseBannerIcon:otherbanner8": { + "templateId": "HomebaseBannerIcon:otherbanner8", + "attributes": { + "item_seen": 1 + }, + "quantity": 1 + }, + "HomebaseBannerIcon:otherbanner9": { + "templateId": "HomebaseBannerIcon:otherbanner9", + "attributes": { + "item_seen": 1 + }, + "quantity": 1 + }, + "HomebaseBannerIcon:otherbanner10": { + "templateId": "HomebaseBannerIcon:otherbanner10", + "attributes": { + "item_seen": 1 + }, + "quantity": 1 + }, + "HomebaseBannerIcon:otherbanner11": { + "templateId": "HomebaseBannerIcon:otherbanner11", + "attributes": { + "item_seen": 1 + }, + "quantity": 1 + }, + "HomebaseBannerIcon:otherbanner12": { + "templateId": "HomebaseBannerIcon:otherbanner12", + "attributes": { + "item_seen": 1 + }, + "quantity": 1 + }, + "HomebaseBannerIcon:otherbanner13": { + "templateId": "HomebaseBannerIcon:otherbanner13", + "attributes": { + "item_seen": 1 + }, + "quantity": 1 + }, + "HomebaseBannerIcon:otherbanner14": { + "templateId": "HomebaseBannerIcon:otherbanner14", + "attributes": { + "item_seen": 1 + }, + "quantity": 1 + }, + "HomebaseBannerIcon:otherbanner15": { + "templateId": "HomebaseBannerIcon:otherbanner15", + "attributes": { + "item_seen": 1 + }, + "quantity": 1 + }, + "HomebaseBannerIcon:otherbanner16": { + "templateId": "HomebaseBannerIcon:otherbanner16", + "attributes": { + "item_seen": 1 + }, + "quantity": 1 + }, + "HomebaseBannerIcon:otherbanner17": { + "templateId": "HomebaseBannerIcon:otherbanner17", + "attributes": { + "item_seen": 1 + }, + "quantity": 1 + }, + "HomebaseBannerIcon:otherbanner18": { + "templateId": "HomebaseBannerIcon:otherbanner18", + "attributes": { + "item_seen": 1 + }, + "quantity": 1 + }, + "HomebaseBannerIcon:otherbanner19": { + "templateId": "HomebaseBannerIcon:otherbanner19", + "attributes": { + "item_seen": 1 + }, + "quantity": 1 + }, + "HomebaseBannerIcon:otherbanner20": { + "templateId": "HomebaseBannerIcon:otherbanner20", + "attributes": { + "item_seen": 1 + }, + "quantity": 1 + }, + "HomebaseBannerIcon:otherbanner21": { + "templateId": "HomebaseBannerIcon:otherbanner21", + "attributes": { + "item_seen": 1 + }, + "quantity": 1 + }, + "HomebaseBannerIcon:otherbanner22": { + "templateId": "HomebaseBannerIcon:otherbanner22", + "attributes": { + "item_seen": 1 + }, + "quantity": 1 + }, + "HomebaseBannerIcon:otherbanner23": { + "templateId": "HomebaseBannerIcon:otherbanner23", + "attributes": { + "item_seen": 1 + }, + "quantity": 1 + }, + "HomebaseBannerIcon:otherbanner24": { + "templateId": "HomebaseBannerIcon:otherbanner24", + "attributes": { + "item_seen": 1 + }, + "quantity": 1 + }, + "HomebaseBannerIcon:otherbanner25": { + "templateId": "HomebaseBannerIcon:otherbanner25", + "attributes": { + "item_seen": 1 + }, + "quantity": 1 + }, + "HomebaseBannerIcon:otherbanner26": { + "templateId": "HomebaseBannerIcon:otherbanner26", + "attributes": { + "item_seen": 1 + }, + "quantity": 1 + }, + "HomebaseBannerIcon:otherbanner27": { + "templateId": "HomebaseBannerIcon:otherbanner27", + "attributes": { + "item_seen": 1 + }, + "quantity": 1 + }, + "HomebaseBannerIcon:otherbanner28": { + "templateId": "HomebaseBannerIcon:otherbanner28", + "attributes": { + "item_seen": 1 + }, + "quantity": 1 + }, + "HomebaseBannerIcon:otherbanner29": { + "templateId": "HomebaseBannerIcon:otherbanner29", + "attributes": { + "item_seen": 1 + }, + "quantity": 1 + }, + "HomebaseBannerIcon:otherbanner30": { + "templateId": "HomebaseBannerIcon:otherbanner30", + "attributes": { + "item_seen": 1 + }, + "quantity": 1 + }, + "HomebaseBannerIcon:otherbanner31": { + "templateId": "HomebaseBannerIcon:otherbanner31", + "attributes": { + "item_seen": 1 + }, + "quantity": 1 + }, + "HomebaseBannerIcon:otherbanner32": { + "templateId": "HomebaseBannerIcon:otherbanner32", + "attributes": { + "item_seen": 1 + }, + "quantity": 1 + }, + "HomebaseBannerIcon:otherbanner33": { + "templateId": "HomebaseBannerIcon:otherbanner33", + "attributes": { + "item_seen": 1 + }, + "quantity": 1 + }, + "HomebaseBannerIcon:otherbanner34": { + "templateId": "HomebaseBannerIcon:otherbanner34", + "attributes": { + "item_seen": 1 + }, + "quantity": 1 + }, + "HomebaseBannerIcon:otherbanner35": { + "templateId": "HomebaseBannerIcon:otherbanner35", + "attributes": { + "item_seen": 1 + }, + "quantity": 1 + }, + "HomebaseBannerIcon:otherbanner36": { + "templateId": "HomebaseBannerIcon:otherbanner36", + "attributes": { + "item_seen": 1 + }, + "quantity": 1 + }, + "HomebaseBannerIcon:otherbanner37": { + "templateId": "HomebaseBannerIcon:otherbanner37", + "attributes": { + "item_seen": 1 + }, + "quantity": 1 + }, + "HomebaseBannerIcon:otherbanner38": { + "templateId": "HomebaseBannerIcon:otherbanner38", + "attributes": { + "item_seen": 1 + }, + "quantity": 1 + }, + "HomebaseBannerIcon:otherbanner39": { + "templateId": "HomebaseBannerIcon:otherbanner39", + "attributes": { + "item_seen": 1 + }, + "quantity": 1 + }, + "HomebaseBannerIcon:otherbanner40": { + "templateId": "HomebaseBannerIcon:otherbanner40", + "attributes": { + "item_seen": 1 + }, + "quantity": 1 + }, + "HomebaseBannerIcon:otherbanner41": { + "templateId": "HomebaseBannerIcon:otherbanner41", + "attributes": { + "item_seen": 1 + }, + "quantity": 1 + }, + "HomebaseBannerIcon:otherbanner42": { + "templateId": "HomebaseBannerIcon:otherbanner42", + "attributes": { + "item_seen": 1 + }, + "quantity": 1 + }, + "HomebaseBannerIcon:otherbanner43": { + "templateId": "HomebaseBannerIcon:otherbanner43", + "attributes": { + "item_seen": 1 + }, + "quantity": 1 + }, + "HomebaseBannerIcon:otherbanner44": { + "templateId": "HomebaseBannerIcon:otherbanner44", + "attributes": { + "item_seen": 1 + }, + "quantity": 1 + }, + "HomebaseBannerIcon:otherbanner45": { + "templateId": "HomebaseBannerIcon:otherbanner45", + "attributes": { + "item_seen": 1 + }, + "quantity": 1 + }, + "HomebaseBannerIcon:otherbanner46": { + "templateId": "HomebaseBannerIcon:otherbanner46", + "attributes": { + "item_seen": 1 + }, + "quantity": 1 + }, + "HomebaseBannerIcon:otherbanner47": { + "templateId": "HomebaseBannerIcon:otherbanner47", + "attributes": { + "item_seen": 1 + }, + "quantity": 1 + }, + "HomebaseBannerIcon:otherbanner48": { + "templateId": "HomebaseBannerIcon:otherbanner48", + "attributes": { + "item_seen": 1 + }, + "quantity": 1 + }, + "HomebaseBannerIcon:otherbanner49": { + "templateId": "HomebaseBannerIcon:otherbanner49", + "attributes": { + "item_seen": 1 + }, + "quantity": 1 + }, + "HomebaseBannerIcon:otherbanner50": { + "templateId": "HomebaseBannerIcon:otherbanner50", + "attributes": { + "item_seen": 1 + }, + "quantity": 1 + }, + "HomebaseBannerIcon:otherbanner51": { + "templateId": "HomebaseBannerIcon:otherbanner51", + "attributes": { + "item_seen": 1 + }, + "quantity": 1 + }, + "HomebaseBannerIcon:otherbanner52": { + "templateId": "HomebaseBannerIcon:otherbanner52", + "attributes": { + "item_seen": 1 + }, + "quantity": 1 + }, + "HomebaseBannerIcon:otherbanner53": { + "templateId": "HomebaseBannerIcon:otherbanner53", + "attributes": { + "item_seen": 1 + }, + "quantity": 1 + }, + "HomebaseBannerIcon:otherbanner54": { + "templateId": "HomebaseBannerIcon:otherbanner54", + "attributes": { + "item_seen": 1 + }, + "quantity": 1 + }, + "HomebaseBannerIcon:otherbanner55": { + "templateId": "HomebaseBannerIcon:otherbanner55", + "attributes": { + "item_seen": 1 + }, + "quantity": 1 + }, + "HomebaseBannerIcon:otherbanner56": { + "templateId": "HomebaseBannerIcon:otherbanner56", + "attributes": { + "item_seen": 1 + }, + "quantity": 1 + }, + "HomebaseBannerIcon:otherbanner57": { + "templateId": "HomebaseBannerIcon:otherbanner57", + "attributes": { + "item_seen": 1 + }, + "quantity": 1 + }, + "HomebaseBannerIcon:otherbanner58": { + "templateId": "HomebaseBannerIcon:otherbanner58", + "attributes": { + "item_seen": 1 + }, + "quantity": 1 + }, + "HomebaseBannerIcon:otherbanner59": { + "templateId": "HomebaseBannerIcon:otherbanner59", + "attributes": { + "item_seen": 1 + }, + "quantity": 1 + }, + "HomebaseBannerIcon:otherbanner60": { + "templateId": "HomebaseBannerIcon:otherbanner60", + "attributes": { + "item_seen": 1 + }, + "quantity": 1 + }, + "HomebaseBannerIcon:otherbanner61": { + "templateId": "HomebaseBannerIcon:otherbanner61", + "attributes": { + "item_seen": 1 + }, + "quantity": 1 + }, + "HomebaseBannerIcon:otherbanner62": { + "templateId": "HomebaseBannerIcon:otherbanner62", + "attributes": { + "item_seen": 1 + }, + "quantity": 1 + }, + "HomebaseBannerIcon:otherbanner63": { + "templateId": "HomebaseBannerIcon:otherbanner63", + "attributes": { + "item_seen": 1 + }, + "quantity": 1 + }, + "HomebaseBannerIcon:otherbanner64": { + "templateId": "HomebaseBannerIcon:otherbanner64", + "attributes": { + "item_seen": 1 + }, + "quantity": 1 + }, + "HomebaseBannerIcon:otherbanner65": { + "templateId": "HomebaseBannerIcon:otherbanner65", + "attributes": { + "item_seen": 1 + }, + "quantity": 1 + }, + "HomebaseBannerIcon:otherbanner66": { + "templateId": "HomebaseBannerIcon:otherbanner66", + "attributes": { + "item_seen": 1 + }, + "quantity": 1 + }, + "HomebaseBannerIcon:otherbanner67": { + "templateId": "HomebaseBannerIcon:otherbanner67", + "attributes": { + "item_seen": 1 + }, + "quantity": 1 + }, + "HomebaseBannerIcon:otherbanner68": { + "templateId": "HomebaseBannerIcon:otherbanner68", + "attributes": { + "item_seen": 1 + }, + "quantity": 1 + }, + "HomebaseBannerIcon:otherbanner69": { + "templateId": "HomebaseBannerIcon:otherbanner69", + "attributes": { + "item_seen": 1 + }, + "quantity": 1 + }, + "HomebaseBannerIcon:otherbanner70": { + "templateId": "HomebaseBannerIcon:otherbanner70", + "attributes": { + "item_seen": 1 + }, + "quantity": 1 + }, + "HomebaseBannerIcon:otherbanner71": { + "templateId": "HomebaseBannerIcon:otherbanner71", + "attributes": { + "item_seen": 1 + }, + "quantity": 1 + }, + "HomebaseBannerIcon:otherbanner72": { + "templateId": "HomebaseBannerIcon:otherbanner72", + "attributes": { + "item_seen": 1 + }, + "quantity": 1 + }, + "HomebaseBannerIcon:otherbanner73": { + "templateId": "HomebaseBannerIcon:otherbanner73", + "attributes": { + "item_seen": 1 + }, + "quantity": 1 + }, + "HomebaseBannerIcon:otherbanner74": { + "templateId": "HomebaseBannerIcon:otherbanner74", + "attributes": { + "item_seen": 1 + }, + "quantity": 1 + }, + "HomebaseBannerIcon:otherbanner75": { + "templateId": "HomebaseBannerIcon:otherbanner75", + "attributes": { + "item_seen": 1 + }, + "quantity": 1 + }, + "HomebaseBannerIcon:otherbanner76": { + "templateId": "HomebaseBannerIcon:otherbanner76", + "attributes": { + "item_seen": 1 + }, + "quantity": 1 + }, + "HomebaseBannerIcon:otherbanner77": { + "templateId": "HomebaseBannerIcon:otherbanner77", + "attributes": { + "item_seen": 1 + }, + "quantity": 1 + }, + "HomebaseBannerIcon:otherbanner78": { + "templateId": "HomebaseBannerIcon:otherbanner78", + "attributes": { + "item_seen": 1 + }, + "quantity": 1 + }, + "Currency": { + "templateId": "Currency:MtxPurchased", + "attributes": { + "platform": "EpicPC" + }, + "quantity": 999999999 + } + }, + "stats": { + "attributes": { + "survey_data": {}, + "personal_offers": {}, + "intro_game_played": true, + "import_friends_claimed": {}, + "mtx_purchase_history": {}, + "undo_cooldowns": [], + "mtx_affiliate_set_time": "2021-01-04T22:02:50.157Z", + "inventory_limit_bonus": 0, + "current_mtx_platform": "EpicPC", + "mtx_affiliate": "Lawin", + "weekly_purchases": {}, + "daily_purchases": {}, + "ban_history": {}, + "in_app_purchases": {}, + "permissions": [], + "undo_timeout": "min", + "monthly_purchases": {}, + "allowed_to_send_gifts": true, + "mfa_enabled": false, + "allowed_to_receive_gifts": true, + "gift_history": {} + } + }, + "commandRevision": 207 +} \ No newline at end of file diff --git a/profiles/common_public.json b/profiles/common_public.json new file mode 100644 index 0000000..7e85b7b --- /dev/null +++ b/profiles/common_public.json @@ -0,0 +1,18 @@ +{ + "created": "2020-01-01T17:22:28.023Z", + "updated": "2020-07-11T19:06:31.519Z", + "rvn": 4, + "wipeNumber": 1, + "accountId": "LawinServer", + "profileId": "common_public", + "version": "no_version", + "items": {}, + "stats": { + "attributes": { + "banner_color": "DefaultColor8", + "homebase_name": "LawinServer", + "banner_icon": "BRSeason02Salt" + } + }, + "commandRevision": 2 +} \ No newline at end of file diff --git a/profiles/creative.json b/profiles/creative.json new file mode 100644 index 0000000..0450935 --- /dev/null +++ b/profiles/creative.json @@ -0,0 +1,15 @@ +{ + "_id": "LawinServer", + "created": "2020-01-01T17:22:28.023Z", + "updated": "2020-03-24T00:25:49.087Z", + "rvn": 1, + "wipeNumber": 1, + "accountId": "LawinServer", + "profileId": "creative", + "version": "no_version", + "items": {}, + "stats": { + "attributes": {} + }, + "commandRevision": 0 +} \ No newline at end of file diff --git a/profiles/metadata.json b/profiles/metadata.json new file mode 100644 index 0000000..f8f19ec --- /dev/null +++ b/profiles/metadata.json @@ -0,0 +1,17 @@ +{ + "_id": "LawinServer", + "created": "2020-01-01T17:22:28.023Z", + "updated": "2020-03-24T00:25:49.087Z", + "rvn": 1, + "wipeNumber": 1, + "accountId": "LawinServer", + "profileId": "metadata", + "version": "no_version", + "items": {}, + "stats": { + "attributes": { + "inventory_limit_bonus": 0 + } + }, + "commandRevision": 0 +} \ No newline at end of file diff --git a/profiles/outpost0.json b/profiles/outpost0.json new file mode 100644 index 0000000..9b7d74d --- /dev/null +++ b/profiles/outpost0.json @@ -0,0 +1,17 @@ +{ + "_id": "LawinServer", + "created": "2020-01-01T17:22:28.023Z", + "updated": "2020-03-24T00:25:49.087Z", + "rvn": 1, + "wipeNumber": 1, + "accountId": "LawinServer", + "profileId": "outpost0", + "version": "no_version", + "items": {}, + "stats": { + "attributes": { + "inventory_limit_bonus": 0 + } + }, + "commandRevision": 0 +} \ No newline at end of file diff --git a/profiles/profile0.json b/profiles/profile0.json new file mode 100644 index 0000000..fad1363 --- /dev/null +++ b/profiles/profile0.json @@ -0,0 +1,3133 @@ +{ + "_id": "faefefcfdaad4eae8aed65c3139376f8", + "created": "2017-08-29T20:38:59.824Z", + "updated": "2017-12-25T02:08:43.518Z", + "rvn": 498, + "wipeNumber": 9, + "accountId": "b810c129520946d6801a58bb9d5859fc", + "profileId": "profile0", + "version": "grant_collectionbook_lvl_100_reward_change_dec_2017", + "items": { + "32b0b965-f82f-4e0c-9494-357c7c2817bc": { + "templateId": "Quest:stonewoodquest_filler_1_d2", + "attributes": { + "quest_state": "Claimed", + "last_state_change_time": "2017-12-25T02:06:00.508Z", + "completion_complete_pve01_diff2": 1, + "max_level_bonus": 0, + "level": -1, + "item_seen": true, + "completion_questcollect_survivoritemdata": 3, + "xp": 0, + "sent_new_notification": true, + "favorite": false + }, + "quantity": 1 + }, + "32b0b965-f82f-4e0c-9494-3ffghc7c2817bc": { + "templateId": "Quest:stonewoodquest_filler_1_d3", + "attributes": { + "quest_state": "Claimed", + "last_state_change_time": "2017-12-25T02:06:00.508Z", + "completion_complete_pve01_diff2": 1, + "max_level_bonus": 0, + "level": -1, + "item_seen": true, + "completion_questcollect_survivoritemdata": 3, + "xp": 0, + "sent_new_notification": true, + "favorite": false + }, + "quantity": 1 + }, + "0d609e04-d740-4d99-bef5-fcfa9ceaf561": { + "templateId": "HomebaseBannerColor:defaultcolor16", + "attributes": { + "item_seen": true + }, + "quantity": 1 + }, + "4ba2652c-0077-4474-8901-6feb2b48d135": { + "templateId": "Schematic:sid_wall_wood_spikes_c_t01", + "attributes": { + "alteration_slots": [ + { + "Type": "GameplaySlot", + "NumSlots": 1 + }, + { + "Type": "AttributeSlot", + "NumSlots": 1 + } + ], + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "alterations": [ + "Alteration:aid_att_trap_coredamage_t02" + ], + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "0f0e1281-25ab-405b-89d8-d9dcb86439fa": { + "templateId": "CollectedResource:Token_collectionresource_nodegatetoken01", + "attributes": { + "last_updated": "2017-08-31T15:02:57.896Z", + "stored_value": 0.06272159999999971 + }, + "quantity": 1 + }, + "8fcfb7a3-976e-45bc-889e-a43f14179167": { + "templateId": "AccountResource:heroxp", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "favorite": false + }, + "quantity": 2730 + }, + "0f003ec1-4185-4bf8-9b44-ade02e9826ba": { + "templateId": "Hero:hid_ninja_007_uc_t01", + "attributes": { + "equipped_cosmetics": [ + "", + "", + "", + "", + "", + "", + "", + "" + ], + "gender": 0, + "level": 1, + "item_seen": false, + "squad_slot_idx": -1, + "portrait": "", + "hero_name": "DefaultHeroName", + "max_level_bonus": 0, + "squad_id": "", + "mode_loadouts": [], + "xp": 0, + "slotted_building_id": "", + "building_slot_used": -1, + "favorite": false + }, + "quantity": 1 + }, + "a5c968fc-501d-43fc-8d3f-62bc1419fb1f": { + "templateId": "HomebaseBannerColor:defaultcolor12", + "attributes": { + "item_seen": true + }, + "quantity": 1 + }, + "295ca2c9-e177-4bf2-9907-a7a867e27bb8": { + "templateId": "Quest:homebasequest_researchpurchase", + "attributes": { + "quest_state": "Active", + "last_state_change_time": "2017-08-31T13:50:01.896Z", + "max_level_bonus": 0, + "level": -1, + "item_seen": false, + "xp": 0, + "completion_unlock_skill_tree_researchfortitude": 0, + "sent_new_notification": true, + "favorite": false + }, + "quantity": 1 + }, + "31c715d7-a4e5-490f-9a4f-89eb97e98890": { + "templateId": "Quest:achievement_killmistmonsters", + "attributes": { + "quest_state": "Active", + "last_state_change_time": "2017-08-29T21:05:57.089Z", + "max_level_bonus": 0, + "level": -1, + "item_seen": false, + "xp": 0, + "sent_new_notification": true, + "completion_kill_husk_smasher": 0, + "favorite": false + }, + "quantity": 1 + }, + "08b7e75e-cfdc-4845-8d32-2b10d96a5f3e": { + "templateId": "Schematic:sid_assault_surgical_vr_ore_t01", + "attributes": { + "alteration_slots": [ + { + "Type": "GameplaySlot", + "NumSlots": 1 + }, + { + "Type": "AttributeSlot", + "NumSlots": 4 + } + ], + "max_level_bonus": 0, + "level": 4, + "item_seen": true, + "alterations": [ + "Alteration:aid_att_ranged_damage", + "Alteration:aid_att_ranged_clipsize", + "Alteration:aid_att_ranged_recoil_alt1", + "Alteration:aid_g_ranged_energyaffliction" + ], + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "1b03da0e-c8cb-44bf-84eb-429566ac73ca": { + "templateId": "Schematic:sid_pistol_semiauto_c_ore_t00", + "attributes": { + "alteration_slots": [ + { + "Type": "GameplaySlot", + "NumSlots": 1 + }, + { + "Type": "AttributeSlot", + "NumSlots": 1 + } + ], + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "alterations": [], + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "69cf0f04-34a6-4eff-a31e-91acd1ad8fcb": { + "templateId": "AccountResource:voucher_basicpack", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": false, + "xp": 0, + "favorite": false + }, + "quantity": 2 + }, + "cc33ae01-f558-4613-ae30-c5c83ba1c9da": { + "templateId": "Quota:restxp", + "attributes": { + "max_quota": 2304909, + "max_level_bonus": 0, + "level": 1, + "units_per_minute_recharge": 1921, + "item_seen": false, + "recharge_delay_minutes": 360, + "xp": 0, + "last_mod_time": "2017-12-25T02:04:39.790Z", + "favorite": false, + "current_value": 1069997 + }, + "quantity": 1 + }, + "da82bdcc-3f4d-426b-91a8-13e6f60f3e56": { + "templateId": "HomebaseBannerIcon:standardbanner21", + "attributes": { + "item_seen": false + }, + "quantity": 1 + }, + "70372fc5-2826-4b87-8326-8227d1db98cf": { + "templateId": "HomebaseBannerColor:defaultcolor21", + "attributes": { + "item_seen": true + }, + "quantity": 1 + }, + "c0eae21a-50aa-48a3-a723-61958cefbbb9": { + "templateId": "HomebaseBannerColor:defaultcolor20", + "attributes": { + "item_seen": true + }, + "quantity": 1 + }, + "99fb9ead-c6f9-489c-9488-6f2a6555e71f": { + "templateId": "HomebaseBannerIcon:standardbanner17", + "attributes": { + "item_seen": true + }, + "quantity": 1 + }, + "3b352a6e-8731-4e41-8084-b82a3b6bc784": { + "templateId": "Schematic:ammo_shells", + "attributes": { + "alteration_slots": [ + { + "Type": "GameplaySlot", + "NumSlots": 1 + }, + { + "Type": "AttributeSlot", + "NumSlots": 3 + } + ], + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "alterations": [], + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "7bfbc8f3-83ac-4ec7-88a2-b293526e0536": { + "templateId": "Quest:homebaseonboarding", + "attributes": { + "quest_state": "Claimed", + "last_state_change_time": "2017-08-29T21:05:57.087Z", + "max_level_bonus": 0, + "completion_hbonboarding_namehomebase": 1, + "level": -1, + "completion_hbonboarding_completezone": 1, + "item_seen": false, + "completion_hbonboarding_watchsatellitecine": 1, + "xp": 0, + "sent_new_notification": true, + "favorite": false + }, + "quantity": 1 + }, + "7ag-gerdfge-gre-ge22342432432-2aaaaa": { + "templateId": "Quest:protoenablequest", + "attributes": { + "quest_state": "Active", + "last_state_change_time": "2017-08-29T21:05:57.087Z", + "max_level_bonus": 0, + "level": -1, + "item_seen": false, + "xp": 0, + "sent_new_notification": true, + "favorite": false + }, + "quantity": 1 + }, + "7ag-gegggfgfgfgfgfgfgfgesgv": { + "templateId": "Weapon:wid_assault_auto_sr_crystal_t05", + "attributes": { + "last_state_change_time": "2017-08-29T21:05:57.087Z", + "max_level_bonus": 0, + "level": 50, + "item_seen": false, + "xp": 0, + "sent_new_notification": true, + "favorite": false + }, + "quantity": 1 + }, + "7ag-gegggfgfgfgfgfgfgtdereetsgv": { + "templateId": "Schematic:sid_assault_auto_sr_crystal_t05", + "attributes": { + "last_state_change_time": "2017-08-29T21:05:57.087Z", + "max_level_bonus": 0, + "level": 50, + "item_seen": false, + "xp": 0, + "sent_new_notification": true, + "favorite": false + }, + "quantity": 1 + }, + "agresdarti48ut387t8bgggaa": { + "templateId": "Quest:TestQuest_Narrative", + "attributes": { + "quest_state": "Active", + "last_state_change_time": "2017-08-29T21:05:57.087Z", + "max_level_bonus": 0, + "level": -1, + "item_seen": false, + "xp": 0, + "sent_new_notification": true, + "favorite": false + }, + "quantity": 1 + }, + "agresdarti48ut387t8bgbgfuckaa": { + "templateId": "Quest:FoundersQuest_GetRewards_0_1", + "attributes": { + "quest_state": "Active", + "last_state_change_time": "2017-08-29T21:05:57.087Z", + "max_level_bonus": 0, + "level": -1, + "item_seen": false, + "xp": 0, + "sent_new_notification": true, + "favorite": false + }, + "quantity": 1 + }, + "003c9c95-cf60-4bf5-a34a-2f0c06eb466a": { + "templateId": "HomebaseBannerIcon:standardbanner16", + "attributes": { + "item_seen": true + }, + "quantity": 1 + }, + "df9671b2-222a-4d6f-8fab-d1adc9578ba1": { + "templateId": "HomebaseNode:t1_main_7064c2440", + "attributes": { + "item_seen": true + }, + "quantity": 1 + }, + "dgaab67gb2-222a-4d6f-8fab-d1adc9578ba1": { + "templateId": "HomebaseNode:T1_Main_4658A42D3", + "attributes": { + "item_seen": true + }, + "quantity": 1 + }, + "dgfanhj67gb2-222a-4d6f-8fab-d1adc9578ba1": { + "templateId": "HomebaseNode:T1_Main_20D6FB134", + "attributes": { + "item_seen": true + }, + "quantity": 1 + }, + "c8c4d5eb-962d-424e-a27a-4c84d2a3e577": { + "templateId": "Schematic:ammo_energycell", + "attributes": { + "alteration_slots": [ + { + "Type": "GameplaySlot", + "NumSlots": 1 + }, + { + "Type": "AttributeSlot", + "NumSlots": 3 + } + ], + "max_level_bonus": 0, + "level": 1, + "item_seen": false, + "alterations": [], + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "b6af432f-5326-4b39-bbff-94c790abaa35": { + "templateId": "HomebaseBannerIcon:standardbanner20", + "attributes": { + "item_seen": false + }, + "quantity": 1 + }, + "1af055df-0e55-4f01-8e0b-9b7b000e9a9f": { + "templateId": "Schematic:sid_sniper_amr_r_ore_t01", + "attributes": { + "alteration_slots": [ + { + "Type": "GameplaySlot", + "NumSlots": 1 + }, + { + "Type": "AttributeSlot", + "NumSlots": 3 + } + ], + "max_level_bonus": 0, + "level": 1, + "item_seen": false, + "alterations": [ + "Alteration:aid_att_ranged_durabilitydecay", + "Alteration:aid_att_weapon_afflicted_dmgbonus", + "Alteration:aid_att_weapon_slowed_dmgbonus_alt1" + ], + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "1agfhf-5hrfhfhhfhth5t-4sxszzz-sdgg": { + "templateId": "Schematic:sid_assault_auto_sr_crystal_t06", + "attributes": { + "alteration_slots": [ + { + "Type": "GameplaySlot", + "NumSlots": 1 + }, + { + "Type": "AttributeSlot", + "NumSlots": 3 + } + ], + "max_level_bonus": 0, + "level": 60, + "item_seen": false, + "alterations": [ + "Alteration:aid_att_ranged_durabilitydecay", + "Alteration:aid_att_weapon_afflicted_dmgbonus", + "Alteration:aid_att_weapon_slowed_dmgbonus_alt1" + ], + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "1agfhf-5hrfwyth5t-4sxszzz-sdgg": { + "templateId": "Schematic:sid_harvest_pickaxe_athena_c_t01", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": false, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "1agfhf-5hrfwaxxbnyth5t-4sxszzz-sdgg": { + "templateId": "Schematic:sid_ammodatarockets", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": false, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "1fakfgrughghgudghudhgdughdughudhgugg": { + "templateId": "Schematic:gadget_generic_turret", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": false, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "1fakfgrughfaitcudghudhgdughdughudhgugg": { + "templateId": "Schematic:gadget_generic_turret", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": false, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "1fakfgrughfaitcudghudhgdughdughudhgug": { + "templateId": "gadget:g_commando_goincommando", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": false, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "1gbbbnmlf-5hrfwaxxbnyth5t-4sxszzz-sdgg": { + "templateId": "Schematic:sid_sniper_tripleshot_athena_sr_ore_t03", + "attributes": { + "max_level_bonus": 0, + "level": 20, + "item_seen": false, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "dc8bf72e-af1c-44ca-88cb-5ffe6a11e42d": { + "templateId": "HomebaseBannerIcon:standardbanner26", + "attributes": { + "item_seen": false + }, + "quantity": 1 + }, + "3e4b6dd6-452c-42a7-a37a-0e5bae90b259": { + "templateId": "Token:accountinventorybonus", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": false, + "xp": 0, + "favorite": false + }, + "quantity": 25 + }, + "e46ec8e1-c17f-4756-ae62-179f144ce64a": { + "templateId": "Worker:workerbasic_uc_t01", + "attributes": { + "gender": "2", + "level": 1, + "item_seen": false, + "squad_slot_idx": -1, + "portrait": "/Game/UI/Icons/Icon-Worker/IconDefinitions/IconDef-WorkerPortrait-Dreamer-F01.IconDef-WorkerPortrait-Dreamer-F01", + "max_level_bonus": 0, + "personality": "Homebase.Worker.Personality.IsDreamer", + "squad_id": "", + "xp": 0, + "slotted_building_id": "", + "building_slot_used": -1, + "favorite": false, + "set_bonus": "Homebase.Worker.SetBonus.IsTrapDurabilityHigh" + }, + "quantity": 1 + }, + "e46ec8e1-gsrrrf-4756-ae62-179f144ce64a": { + "templateId": "Worker:managersoldier_sr_ramsie_t05", + "attributes": { + "gender": "0", + "level": 50, + "item_seen": false, + "squad_slot_idx": 0, + "portrait": "/Game/UI/Icons/Icon-Worker/IconDefinitions/IconDef-ManagerPortrait-SR-Soldier-ramsie.IconDef-ManagerPortrait-SR-Soldier-ramsie", + "max_level_bonus": 0, + "personality": "Homebase.Worker.Personality.IsDependable", + "managerSynergy": "Homebase.Manager.IsSoldier", + "squad_id": "squad_attribute_arms_fireteamalpha", + "xp": 0, + "slotted_building_id": "", + "building_slot_used": -1, + "favorite": false, + "set_bonus": "Homebase.Worker.SetBonus.IsTrapDurabilityHigh" + }, + "quantity": 1 + }, + "e46ec8e1-gsrgfgfaaf-47fgfgfdggdgd-ae62-179f144ce64a": { + "templateId": "Worker:managerquestdoctor_r_t05", + "attributes": { + "gender": "2", + "level": 50, + "item_seen": false, + "squad_slot_idx": 0, + "portrait": "/Game/UI/Icons/Icon-Worker/IconDefinitions/IconDef-ManagerPortrait-Doctor-F01.IconDef-ManagerPortrait-Doctor-F01", + "max_level_bonus": 0, + "personality": "Homebase.Worker.Personality.IsCompetitive", + "managerSynergy": "Homebase.Manager.IsDoctor", + "squad_id": "squad_attribute_medicine_emtsquad", + "xp": 0, + "slotted_building_id": "", + "building_slot_used": -1, + "favorite": false, + "set_bonus": "Homebase.Worker.SetBonus.IsShieldRegenHigh" + }, + "quantity": 1 + }, + "19fecccd-2cd9-4673-826b-a790e78843ec": { + "templateId": "HomebaseBannerIcon:standardbanner18", + "attributes": { + "item_seen": true + }, + "quantity": 1 + }, + "9128922a-7998-4ea9-b6e7-04a5aacc18d5": { + "templateId": "Worker:workerbasic_c_t01", + "attributes": { + "gender": "1", + "level": 1, + "item_seen": true, + "squad_slot_idx": 2, + "portrait": "/Game/UI/Icons/Icon-Worker/IconDefinitions/IconDef-WorkerPortrait-Dependable-M02.IconDef-WorkerPortrait-Dependable-M02", + "max_level_bonus": 0, + "personality": "Homebase.Worker.Personality.IsDependable", + "squad_id": "squad_attribute_medicine_emtsquad", + "xp": 0, + "slotted_building_id": "", + "building_slot_used": -1, + "favorite": false, + "set_bonus": "Homebase.Worker.SetBonus.IsFortitudeLow" + }, + "quantity": 1 + }, + "ded70a97-b7fa-4c6d-be4e-cf9c5f4f1f02": { + "templateId": "HomebaseBannerColor:defaultcolor1", + "attributes": { + "item_seen": true + }, + "quantity": 1 + }, + "c8b2ac94-9616-4798-82c1-2ca28699f4b6": { + "templateId": "HomebaseBannerColor:defaultcolor3", + "attributes": { + "item_seen": true + }, + "quantity": 1 + }, + "ef7bf36c-67d7-49bc-8731-1dce04fc5865": { + "templateId": "EventPurchaseTracker:generic_instance", + "attributes": { + "event_purchases": {}, + "_private": false, + "devName": "", + "event_instance_id": "2uf66jaojc9ln271aah5pfsujg[0]0" + }, + "quantity": 1 + }, + "75538f27-26f3-4c54-9eda-764fa5a5e839": { + "templateId": "HomebaseNode:t1_main_ba01a2361", + "attributes": { + "item_seen": false + }, + "quantity": 1 + }, + "6ec233e2-fc4b-43a1-94d0-0b7034b76442": { + "templateId": "Schematic:ammo_bulletsheavy", + "attributes": { + "alteration_slots": [ + { + "Type": "GameplaySlot", + "NumSlots": 1 + }, + { + "Type": "AttributeSlot", + "NumSlots": 3 + } + ], + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "alterations": [], + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "cec34fa5-ea54-43b5-99ab-76ec237ed005": { + "templateId": "HomebaseBannerIcon:standardbanner3", + "attributes": { + "item_seen": true + }, + "quantity": 1 + }, + "9efaf6ca-2513-4fd9-9500-52859d7c9d7d": { + "templateId": "Schematic:sid_ceiling_electric_single_c_t01", + "attributes": { + "alteration_slots": [ + { + "Type": "GameplaySlot", + "NumSlots": 1 + }, + { + "Type": "AttributeSlot", + "NumSlots": 1 + } + ], + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "alterations": [ + "Alteration:aid_att_trap_critdamage" + ], + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "3aeca522-2d1f-4663-a2a6-c27b3fb7c43b": { + "templateId": "HomebaseBannerIcon:standardbanner19", + "attributes": { + "item_seen": true + }, + "quantity": 1 + }, + "d9e17bb4-3b0b-426b-9ec7-6b504af1c006": { + "templateId": "HomebaseBannerColor:defaultcolor6", + "attributes": { + "item_seen": false + }, + "quantity": 1 + }, + "091395e7-5d85-49d7-915f-6e4f4329593c": { + "templateId": "HomebaseBannerColor:defaultcolor9", + "attributes": { + "item_seen": false + }, + "quantity": 1 + }, + "f47db304-71ad-40f9-b871-98d59d34fcf8": { + "templateId": "HomebaseNode:startnode_commandcenter", + "attributes": { + "item_seen": true + }, + "quantity": 1 + }, + "d075ab2339-9fae-44f0-a348-62d7d30d03bf": { + "templateId": "Quest:StonewoodQuest_TreasuredFriends", + "attributes": { + "quest_state": "Claimed", + "last_state_change_time": "2017-08-29T21:52:34.691Z", + "max_level_bonus": 0, + "level": -1, + "item_seen": true, + "xp": 0, + "sent_new_notification": true, + "favorite": false + }, + "quantity": 1 + }, + "d0759719-9fae-44f0-a348-62d7d30d03bf": { + "templateId": "Quest:stonewoodquest_closegate_d1", + "attributes": { + "quest_state": "Claimed", + "last_state_change_time": "2017-08-29T21:52:34.691Z", + "max_level_bonus": 0, + "level": -1, + "item_seen": true, + "completion_complete_gate_1": 1, + "xp": 0, + "sent_new_notification": true, + "favorite": false + }, + "quantity": 1 + }, + "d317e3d3-6260-4c6f-9587-52e6a1e3838d": { + "templateId": "Worker:managersoldier_c_t01", + "attributes": { + "gender": "2", + "level": 1, + "item_seen": true, + "squad_slot_idx": -1, + "portrait": "/Game/UI/Icons/Icon-Worker/IconDefinitions/IconDef-ManagerPortrait-Marksman-F01.IconDef-ManagerPortrait-Marksman-F01", + "max_level_bonus": 0, + "personality": "Homebase.Worker.Personality.IsCooperative", + "squad_id": "", + "xp": 0, + "slotted_building_id": "", + "managerSynergy": "Homebase.Manager.IsSoldier", + "building_slot_used": -1, + "favorite": false + }, + "quantity": 1 + }, + "4f0f823e-d214-410c-a68d-72547758f4ce": { + "templateId": "Schematic:sid_pistol_boltrevolver_uc_ore_t01", + "attributes": { + "alteration_slots": [ + { + "Type": "GameplaySlot", + "NumSlots": 1 + }, + { + "Type": "AttributeSlot", + "NumSlots": 2 + } + ], + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "alterations": [ + "Alteration:aid_att_ranged_durabilitydecay", + "Alteration:aid_att_ranged_recoil" + ], + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "f0a7e3bd-9987-4566-b12b-bd4ab0479f39": { + "templateId": "AccountResource:reagent_c_t01", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": false, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "199c8fd1-d204-4268-9320-0875931ee389": { + "templateId": "HomebaseBannerColor:defaultcolor2", + "attributes": { + "item_seen": true + }, + "quantity": 1 + }, + "5e3f0933-ff56-4ce3-a693-0251fc37a296": { + "templateId": "Quest:heroquest_constructorleadership", + "attributes": { + "quest_state": "Claimed", + "last_state_change_time": "2017-08-29T21:21:44.721Z", + "completion_unlock_skill_tree_constructor_leadership": 1, + "max_level_bonus": 0, + "level": -1, + "item_seen": true, + "xp": 0, + "sent_new_notification": true, + "favorite": false + }, + "quantity": 1 + }, + "e48c1773-c751-4684-91fe-d942609d3632": { + "templateId": "Quest:stonewoodquest_launchballoon_d1", + "attributes": { + "quest_state": "Claimed", + "last_state_change_time": "2017-08-31T14:44:12.466Z", + "max_level_bonus": 0, + "level": -1, + "item_seen": true, + "xp": 0, + "sent_new_notification": true, + "completion_complete_launchweatherballoon_1": 1, + "favorite": false + }, + "quantity": 1 + }, + "391ed81f-9fb6-438f-94fe-fc4f2413f11c": { + "templateId": "Quest:outpostquest_t1_l2", + "attributes": { + "quest_state": "Claimed", + "last_state_change_time": "2017-08-31T15:02:00.477Z", + "max_level_bonus": 0, + "level": -1, + "item_seen": true, + "xp": 0, + "completion_complete_outpost_1_2": 1, + "sent_new_notification": true, + "favorite": false + }, + "quantity": 1 + }, + "39faa81f-9fb6-438f-94fe-fc4f2413f11c": { + "templateId": "Quest:outpostquest_t1_l3", + "attributes": { + "quest_state": "Claimed", + "last_state_change_time": "2017-08-31T15:02:00.477Z", + "max_level_bonus": 0, + "level": -1, + "item_seen": true, + "xp": 0, + "completion_complete_outpost_1_3": 1, + "sent_new_notification": true, + "favorite": false + }, + "quantity": 1 + }, + "90f1579a-64fa-4b9d-8bf8-1a4d2a0ca61b": { + "templateId": "HomebaseBannerIcon:standardbanner27", + "attributes": { + "item_seen": false + }, + "quantity": 1 + }, + "4034e0fe-aa09-4dcc-8f7c-a8ca3fa59f12": { + "templateId": "HomebaseBannerIcon:standardbanner23", + "attributes": { + "item_seen": true + }, + "quantity": 1 + }, + "4e36c4a4-0b76-4ca4-90d0-14bce4012274": { + "templateId": "HomebaseBannerIcon:standardbanner14", + "attributes": { + "item_seen": false + }, + "quantity": 1 + }, + "d471c3ba-1bec-4875-9ef9-2ccf3d8e82e9": { + "templateId": "HomebaseBannerIcon:standardbanner25", + "attributes": { + "item_seen": false + }, + "quantity": 1 + }, + "f73caa8a-dca1-4fcf-bb2d-e431a9266015": { + "templateId": "HomebaseBannerColor:defaultcolor4", + "attributes": { + "item_seen": true + }, + "quantity": 1 + }, + "8d05faef-1abf-4d5b-9716-8bf9ee04e35d": { + "templateId": "HomebaseBannerColor:defaultcolor18", + "attributes": { + "item_seen": false + }, + "quantity": 1 + }, + "d566752a-1910-460c-9c71-0b389ec635ed": { + "templateId": "Quest:outpostquest_t1_l1", + "attributes": { + "quest_state": "Claimed", + "last_state_change_time": "2017-08-29T21:18:18.955Z", + "max_level_bonus": 0, + "level": -1, + "completion_custom_supplydropreceived": 1, + "completion_complete_outpost_1_1": 1, + "item_seen": true, + "xp": 0, + "sent_new_notification": true, + "completion_custom_deployoutpost": 1, + "favorite": false + }, + "quantity": 1 + }, + "a4ded5dd-b011-4f64-b5ba-3f76b0471490": { + "templateId": "Schematic:ingredient_blastpowder", + "attributes": { + "alteration_slots": [ + { + "Type": "GameplaySlot", + "NumSlots": 1 + }, + { + "Type": "AttributeSlot", + "NumSlots": 3 + } + ], + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "alterations": [], + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "7cc171a1-eed0-411c-994d-0e61aa345206": { + "templateId": "HomebaseNode:t1_main_38e8a5bf4", + "attributes": { + "item_seen": false + }, + "quantity": 1 + }, + "7efc171a1-eed0-411c-994d-0e61aa345206": { + "templateId": "HomebaseNode:T1_Main_AD1499E010", + "attributes": { + "item_seen": false + }, + "quantity": 1 + }, + "7ef1b71a1-eed0-411c-994d-0e61aa345206": { + "templateId": "HomebaseNode:T1_Main_27C02FC60", + "attributes": { + "item_seen": false + }, + "quantity": 1 + }, + "7egsac171a1-eed0-411c-994d-0e61aa345206": { + "templateId": "HomebaseNode:T1_Main_0011CCD10", + "attributes": { + "item_seen": false + }, + "quantity": 1 + }, + "7egnnb71a1-eed0-411c-994d-0e61aa345206": { + "templateId": "HomebaseNode:T1_Main_904080840", + "attributes": { + "item_seen": false + }, + "quantity": 1 + }, + "7eghaab171a1-eed0-411c-994d-0e61aa345206": { + "templateId": "HomebaseNode:T1_Main_609C8A9A8", + "attributes": { + "item_seen": false + }, + "quantity": 1 + }, + "7agnhghaab171a1-eed0-411c-994d-0e61aa345206": { + "templateId": "HomebaseNode:T1_Main_9FDB916E6", + "attributes": { + "item_seen": false + }, + "quantity": 1 + }, + "barghgnhghaab171a1-eed0-411c-994d-asdgtaa35532": { + "templateId": "HomebaseNode:T1_Main_3FFC8E9D7", + "attributes": { + "item_seen": false + }, + "quantity": 1 + }, + "6668e671-11e2-4029-84d6-133d4dd83e47": { + "templateId": "HomebaseBannerIcon:standardbanner9", + "attributes": { + "item_seen": false + }, + "quantity": 1 + }, + "3c1493d9-edac-4f89-b423-cd14e371596a": { + "templateId": "Worker:workerbasic_r_t01", + "attributes": { + "gender": "2", + "level": 1, + "item_seen": true, + "squad_slot_idx": 1, + "portrait": "/Game/UI/Icons/Icon-Worker/IconDefinitions/IconDef-WorkerPortrait-Pragmatic-F01.IconDef-WorkerPortrait-Pragmatic-F01", + "max_level_bonus": 0, + "personality": "Homebase.Worker.Personality.IsPragmatic", + "squad_id": "squad_attribute_medicine_emtsquad", + "xp": 0, + "slotted_building_id": "", + "building_slot_used": -1, + "favorite": false, + "set_bonus": "Homebase.Worker.SetBonus.IsShieldRegenLow" + }, + "quantity": 1 + }, + "49a505fb-1d2f-4d3f-ab34-51b5c4a9c743": { + "templateId": "HomebaseBannerColor:defaultcolor7", + "attributes": { + "item_seen": false + }, + "quantity": 1 + }, + "08852823-8d2c-4429-a621-e97ebb237abb": { + "templateId": "Quest:achievement_savesurvivors", + "attributes": { + "quest_state": "Active", + "last_state_change_time": "2017-08-29T21:05:57.089Z", + "max_level_bonus": 0, + "level": -1, + "item_seen": false, + "completion_questcollect_survivoritemdata": 9, + "xp": 0, + "sent_new_notification": true, + "favorite": false + }, + "quantity": 1 + }, + "bc467a2e-9394-455d-b39a-278133f39c05": { + "templateId": "HomebaseBannerIcon:standardbanner12", + "attributes": { + "item_seen": true + }, + "quantity": 1 + }, + "800154ba-cef7-48aa-897a-47541a6e2208": { + "templateId": "Schematic:sid_edged_scythe_c_ore_t01", + "attributes": { + "alteration_slots": [ + { + "Type": "GameplaySlot", + "NumSlots": 1 + }, + { + "Type": "AttributeSlot", + "NumSlots": 1 + } + ], + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "alterations": [ + "Alteration:aid_att_melee_damage" + ], + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "ac7c555e-83bd-4884-b628-f4e2421fd8aa": { + "templateId": "Quest:homebasequest_weakpointvision", + "attributes": { + "quest_state": "Claimed", + "last_state_change_time": "2017-08-31T13:47:23.012Z", + "completion_unlock_skill_tree_weakpointvision": 1, + "max_level_bonus": 0, + "level": -1, + "item_seen": true, + "xp": 0, + "sent_new_notification": true, + "favorite": false + }, + "quantity": 1 + }, + "d48a09b8-9a07-4a56-a447-f9211d964f5c": { + "templateId": "HomebaseBannerColor:defaultcolor17", + "attributes": { + "item_seen": false + }, + "quantity": 1 + }, + "55c0f27d-d172-49d6-9ec5-66ba1ed3ae8e": { + "templateId": "EventPurchaseTracker:generic_instance", + "attributes": { + "event_purchases": {}, + "_private": false, + "devName": "", + "event_instance_id": "2uf66jaojc9ln271aah5pfsujg[1]0" + }, + "quantity": 1 + }, + "8ca109fa-9ace-45cf-93ad-a265c3168b44": { + "templateId": "HomebaseBannerIcon:standardbanner22", + "attributes": { + "item_seen": true + }, + "quantity": 1 + }, + "e2d6cc1e-dbe3-436a-8dd3-fba8523f7456": { + "templateId": "HomebaseBannerIcon:foundertier1banner4", + "attributes": { + "item_seen": false + }, + "quantity": 1 + }, + "41ae399a-6b53-465a-81ed-58eb50890f77": { + "templateId": "Quest:challenge_herotraining_1", + "attributes": { + "completion_upgrade_any_hero": 1, + "quest_state": "Claimed", + "last_state_change_time": "2017-08-31T15:03:20.323Z", + "max_level_bonus": 0, + "level": -1, + "item_seen": true, + "xp": 0, + "sent_new_notification": true, + "favorite": false + }, + "quantity": 1 + }, + "05d71f97-2626-467a-85d8-9036e8217ec3": { + "templateId": "AccountResource:eventcurrency_scaling", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": false, + "xp": 0, + "favorite": false + }, + "quantity": 46 + }, + "e57a90d1-e2f5-42fd-b32d-2ebc2408c063": { + "templateId": "HomebaseBannerIcon:standardbanner11", + "attributes": { + "item_seen": true + }, + "quantity": 1 + }, + "55007fd2-edcc-487d-9e7b-df9044abacb3": { + "templateId": "Worker:workerbasic_c_t01", + "attributes": { + "gender": "2", + "level": 1, + "item_seen": true, + "squad_slot_idx": -1, + "portrait": "/Game/UI/Icons/Icon-Worker/IconDefinitions/IconDef-WorkerPortrait-Dreamer-F02.IconDef-WorkerPortrait-Dreamer-F02", + "max_level_bonus": 0, + "personality": "Homebase.Worker.Personality.IsDreamer", + "squad_id": "", + "xp": 0, + "slotted_building_id": "", + "building_slot_used": -1, + "favorite": false, + "set_bonus": "Homebase.Worker.SetBonus.IsMeleeDamageLow" + }, + "quantity": 1 + }, + "66aae8ae-9385-4ad4-8ef5-6f4101eda97d": { + "templateId": "Token:homebasepoints", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": false, + "xp": 0, + "favorite": false + }, + "quantity": 7 + }, + "95f0b025-cdb0-4db7-bfe1-15f3b83c0914": { + "templateId": "Quest:achievement_protectthesurvivors", + "attributes": { + "quest_state": "Claimed", + "last_state_change_time": "2017-08-29T21:04:55.773Z", + "max_level_bonus": 0, + "level": -1, + "item_seen": false, + "xp": 0, + "completion_custom_protectthesurvivors": 1, + "sent_new_notification": true, + "favorite": false + }, + "quantity": 1 + }, + "80d4a192-9206-4bb3-9a34-a4e0139f16b3": { + "templateId": "HomebaseBannerColor:defaultcolor15", + "attributes": { + "item_seen": false + }, + "quantity": 1 + }, + "f3bc3098-48e2-4874-a6dd-43eabe20e9e5": { + "templateId": "Schematic:sid_shotgun_auto_uc_ore_t01", + "attributes": { + "alteration_slots": [ + { + "Type": "GameplaySlot", + "NumSlots": 1 + }, + { + "Type": "AttributeSlot", + "NumSlots": 2 + } + ], + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "alterations": [ + "Alteration:aid_att_ranged_clipsize", + "Alteration:aid_att_ranged_clipsize_alt1" + ], + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "7c5d6c34-2f0b-4bb4-b8e3-7c5e28defa3c": { + "templateId": "HomebaseBannerIcon:standardbanner15", + "attributes": { + "item_seen": true + }, + "quantity": 1 + }, + "af5c4f1e-e193-4157-aaf6-04066f6bd6f5": { + "templateId": "Schematic:ingredient_duct_tape", + "attributes": { + "alteration_slots": [ + { + "Type": "GameplaySlot", + "NumSlots": 1 + }, + { + "Type": "AttributeSlot", + "NumSlots": 3 + } + ], + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "alterations": [], + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "79f15de0-e59e-4526-af03-0b52fa926a9a": { + "templateId": "Worker:workerbasic_r_t01", + "attributes": { + "gender": "1", + "level": 1, + "item_seen": true, + "squad_slot_idx": 2, + "portrait": "/Game/UI/Icons/Icon-Worker/IconDefinitions/IconDef-WorkerPortrait-Cooperative-M01.IconDef-WorkerPortrait-Cooperative-M01", + "max_level_bonus": 0, + "personality": "Homebase.Worker.Personality.IsCooperative", + "squad_id": "squad_attribute_arms_fireteamalpha", + "xp": 0, + "slotted_building_id": "", + "building_slot_used": -1, + "favorite": false, + "set_bonus": "Homebase.Worker.SetBonus.IsTrapDamageLow" + }, + "quantity": 1 + }, + "f1feb54d-74ec-4f57-8a50-e0e6eaad3e4d": { + "templateId": "Schematic:sid_shotgun_tactical_precision_r_ore_t01", + "attributes": { + "alteration_slots": [ + { + "Type": "GameplaySlot", + "NumSlots": 1 + }, + { + "Type": "AttributeSlot", + "NumSlots": 3 + } + ], + "max_level_bonus": 0, + "level": 2, + "item_seen": true, + "alterations": [ + "Alteration:aid_att_ranged_damage", + "Alteration:aid_att_ranged_critchance_alt1", + "Alteration:aid_g_ranged_electricalaffliction" + ], + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "32fd68a2-960f-4a32-bca2-d982c5372c2d": { + "templateId": "Schematic:sid_floor_health_c_t00", + "attributes": { + "alteration_slots": [ + { + "Type": "GameplaySlot", + "NumSlots": 1 + }, + { + "Type": "AttributeSlot", + "NumSlots": 2 + } + ], + "max_level_bonus": 0, + "level": 1, + "item_seen": false, + "alterations": [], + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "073706f8-eb8b-4f4b-9234-585077217fdf": { + "templateId": "Schematic:sid_assault_burst_r_ore_t01", + "attributes": { + "alteration_slots": [ + { + "Type": "GameplaySlot", + "NumSlots": 1 + }, + { + "Type": "AttributeSlot", + "NumSlots": 3 + } + ], + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "alterations": [ + "Alteration:aid_att_ranged_firerate", + "Alteration:aid_att_ranged_damage", + "Alteration:aid_g_ranged_electricalaffliction" + ], + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "93263e0d-eb6d-42bb-8459-7a288122cdde": { + "templateId": "HomebaseBannerIcon:standardbanner31", + "attributes": { + "item_seen": false + }, + "quantity": 1 + }, + "dc35569d-db9e-4978-8d66-6c90b35a33d1": { + "templateId": "Worker:workerbasic_c_t01", + "attributes": { + "gender": "1", + "level": 1, + "item_seen": true, + "squad_slot_idx": -1, + "portrait": "/Game/UI/Icons/Icon-Worker/IconDefinitions/IconDef-WorkerPortrait-Dependable-M02.IconDef-WorkerPortrait-Dependable-M02", + "max_level_bonus": 0, + "personality": "Homebase.Worker.Personality.IsDependable", + "squad_id": "", + "xp": 0, + "slotted_building_id": "", + "building_slot_used": -1, + "favorite": false, + "set_bonus": "Homebase.Worker.SetBonus.IsTrapDamageLow" + }, + "quantity": 1 + }, + "5066f6d3-34ec-49e2-b25f-d9afe5c0f94d": { + "templateId": "Schematic:sid_blunt_light_bat_r_ore_t01", + "attributes": { + "alteration_slots": [ + { + "Type": "GameplaySlot", + "NumSlots": 1 + }, + { + "Type": "AttributeSlot", + "NumSlots": 1 + } + ], + "max_level_bonus": 0, + "level": 1, + "item_seen": false, + "alterations": [ + "Alteration:aid_att_melee_damage", + "Alteration:aid_att_weapon_slowed_dmgbonus_alt1", + "Alteration:aid_att_melee_critdamage_alt2" + ], + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "96a6f6c0-9e1d-43e3-8bd3-46547b731db8": { + "templateId": "Quest:achievement_destroygnomes", + "attributes": { + "quest_state": "Active", + "last_state_change_time": "2017-08-29T21:05:57.089Z", + "max_level_bonus": 0, + "level": -1, + "item_seen": false, + "xp": 0, + "completion_destroy_gnome": 2, + "sent_new_notification": true, + "favorite": false + }, + "quantity": 1 + }, + "92d46ee6-fc3c-4ee6-80c6-54059aabefce": { + "templateId": "Quest:heroquest_ninjaleadership", + "attributes": { + "quest_state": "Active", + "last_state_change_time": "2017-08-29T21:05:57.089Z", + "max_level_bonus": 0, + "level": -1, + "completion_unlock_skill_tree_ninja_leadership": 0, + "item_seen": false, + "xp": 0, + "sent_new_notification": true, + "favorite": false + }, + "quantity": 1 + }, + "c437b5b9-b0a6-4c0b-ba70-b660cdf20fe9": { + "templateId": "HomebaseNode:t1_main_8d2c3c4d0", + "attributes": { + "item_seen": false + }, + "quantity": 1 + }, + "5d0d6b9f-e4e7-4f69-94c5-b373455e8f0a": { + "templateId": "Quest:homebasequest_unlockresearch", + "attributes": { + "quest_state": "Claimed", + "last_state_change_time": "2017-08-31T13:50:01.895Z", + "completion_unlock_skill_tree_research": 1, + "max_level_bonus": 0, + "level": -1, + "item_seen": false, + "xp": 0, + "sent_new_notification": true, + "favorite": false + }, + "quantity": 1 + }, + "6c37293a-3ffa-441f-8147-f55d0571babf": { + "templateId": "HomebaseBannerIcon:standardbanner28", + "attributes": { + "item_seen": true + }, + "quantity": 1 + }, + "d9977644-d196-4e9f-93b9-126523ae5ae3": { + "templateId": "HomebaseBannerColor:defaultcolor14", + "attributes": { + "item_seen": false + }, + "quantity": 1 + }, + "f9fb7413-9c59-49dd-9e17-e2f5277871fc": { + "templateId": "Schematic:sid_blunt_light_r_ore_t01", + "attributes": { + "alteration_slots": [ + { + "Type": "GameplaySlot", + "NumSlots": 1 + }, + { + "Type": "AttributeSlot", + "NumSlots": 3 + } + ], + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "alterations": [ + "Alteration:aid_att_melee_critchance", + "Alteration:aid_att_melee_durabilitydecay_alt2", + "Alteration:aid_g_melee_incendiary" + ], + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "83f598e7-ce64-4502-8201-6144fbc7e120": { + "templateId": "Token:founderspack_1", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": false, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "9e51c6fd-2826-4dc5-b50c-18882e21a0d6": { + "templateId": "Quest:homebasequest_unlockexpeditions", + "attributes": { + "quest_state": "Active", + "last_state_change_time": "2017-08-29T21:05:57.089Z", + "max_level_bonus": 0, + "level": -1, + "completion_unlock_skill_tree_expeditions": 0, + "item_seen": false, + "xp": 0, + "sent_new_notification": true, + "favorite": false + }, + "quantity": 1 + }, + "535de809-daa9-4afd-a5ad-ad4c9d342e59": { + "templateId": "Quest:homebasequest_slotemtworker", + "attributes": { + "quest_state": "Claimed", + "last_state_change_time": "2017-08-31T13:50:32.302Z", + "max_level_bonus": 0, + "level": -1, + "item_seen": true, + "xp": 0, + "sent_new_notification": true, + "favorite": false, + "completion_assign_worker_to_emt_squadone": 1 + }, + "quantity": 1 + }, + "851c947b-cdd9-45ef-bd75-8c5228f3004e": { + "templateId": "Worker:workerbasic_r_t01", + "attributes": { + "gender": "2", + "level": 1, + "item_seen": true, + "squad_slot_idx": 1, + "portrait": "/Game/UI/Icons/Icon-Worker/IconDefinitions/IconDef-WorkerPortrait-Dreamer-F02.IconDef-WorkerPortrait-Dreamer-F02", + "max_level_bonus": 0, + "personality": "Homebase.Worker.Personality.IsDreamer", + "squad_id": "squad_attribute_arms_fireteamalpha", + "xp": 0, + "slotted_building_id": "", + "building_slot_used": -1, + "favorite": false, + "set_bonus": "Homebase.Worker.SetBonus.IsRangedDamageLow" + }, + "quantity": 1 + }, + "daea2ba9-bda3-4cdb-aee9-07de94ed361f": { + "templateId": "Quest:heroquest_outlanderleadership", + "attributes": { + "quest_state": "Active", + "last_state_change_time": "2017-08-29T21:05:57.089Z", + "max_level_bonus": 0, + "level": -1, + "item_seen": false, + "xp": 0, + "completion_unlock_skill_tree_outlander_leadership": 0, + "sent_new_notification": true, + "favorite": false + }, + "quantity": 1 + }, + "c4eddfea-d11e-47ac-b8da-fce009cffb89": { + "templateId": "Schematic:sid_edged_sword_medium_c_ore_t00", + "attributes": { + "alteration_slots": [ + { + "Type": "GameplaySlot", + "NumSlots": 1 + }, + { + "Type": "AttributeSlot", + "NumSlots": 1 + } + ], + "max_level_bonus": 0, + "level": 1, + "item_seen": false, + "alterations": [], + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "f81b9dd4-35c0-40a0-bebf-400ab1283b82": { + "templateId": "HomebaseBannerIcon:standardbanner13", + "attributes": { + "item_seen": true + }, + "quantity": 1 + }, + "71344f5e-5d23-47e9-a952-847952b4d9b5": { + "templateId": "Quest:challenge_weaponupgrade_1", + "attributes": { + "quest_state": "Claimed", + "last_state_change_time": "2017-08-31T15:04:39.253Z", + "max_level_bonus": 0, + "level": -1, + "item_seen": true, + "xp": 0, + "sent_new_notification": true, + "completion_upgrade_any_weapon": 1, + "favorite": false + }, + "quantity": 1 + }, + "ac41d1f4-6ece-45df-93b1-99830c414a68": { + "templateId": "HomebaseBannerIcon:standardbanner6", + "attributes": { + "item_seen": true + }, + "quantity": 1 + }, + "b79c7228-2bdc-4f4d-8a9e-9b6eda23095d": { + "templateId": "HomebaseBannerColor:defaultcolor19", + "attributes": { + "item_seen": false + }, + "quantity": 1 + }, + "59d78745-96f2-4bbc-9501-0030ad03365c": { + "templateId": "HomebaseBannerIcon:standardbanner2", + "attributes": { + "item_seen": false + }, + "quantity": 1 + }, + "a1ca7ab5-dd7e-4131-bf8a-819c32b3ac46": { + "templateId": "Quest:achievement_explorezones", + "attributes": { + "quest_state": "Active", + "completion_complete_exploration_1": 0, + "last_state_change_time": "2017-08-29T21:05:57.089Z", + "max_level_bonus": 0, + "level": -1, + "item_seen": false, + "xp": 0, + "sent_new_notification": true, + "favorite": false + }, + "quantity": 1 + }, + "d1f90b14-611f-42d0-b4bf-1d30caeaebd2": { + "templateId": "Hero:hid_outlander_007_uc_t01", + "attributes": { + "equipped_cosmetics": [ + "", + "", + "", + "", + "", + "", + "", + "" + ], + "gender": 0, + "level": 1, + "item_seen": true, + "squad_slot_idx": -1, + "portrait": "", + "hero_name": "DefaultHeroName", + "max_level_bonus": 0, + "squad_id": "", + "mode_loadouts": [], + "xp": 0, + "slotted_building_id": "", + "building_slot_used": -1, + "favorite": false + }, + "quantity": 1 + }, + "d1f90fdfdfdfdfdf4-611f-42d0-b4bf-1d30caeaebd2": { + "templateId": "Hero:hid_outlander_zonefragment_sr_t05", + "attributes": { + "equipped_cosmetics": [ + "", + "", + "", + "", + "", + "", + "", + "" + ], + "gender": 0, + "level": 50, + "item_seen": true, + "squad_slot_idx": 0, + "portrait": "", + "hero_name": "DefaultHeroName", + "max_level_bonus": 0, + "squad_id": "Squad_Attribute_Scavenging_ScoutingParty", + "personality": "Homebase.Worker.Personality.IsCompetitive", + "managerSynergy": "Homebase.Manager.IsExplorer", + "mode_loadouts": [], + "xp": 0, + "slotted_building_id": "", + "building_slot_used": -1, + "favorite": false + }, + "quantity": 1 + }, + "410d8f37-8216-4466-b987-af3a7303f217": { + "templateId": "HomebaseBannerIcon:standardbanner29", + "attributes": { + "item_seen": true + }, + "quantity": 1 + }, + "110c9ba5-3b17-4625-b74e-a581f0ed823e": { + "templateId": "HomebaseBannerIcon:foundertier1banner3", + "attributes": { + "item_seen": false + }, + "quantity": 1 + }, + "2d4ea84f-b6d7-42dc-b193-98bb9a31b3aa": { + "templateId": "Quest:foundersquest_getrewards_0_1", + "attributes": { + "quest_state": "Claimed", + "last_state_change_time": "2017-08-29T21:19:45.200Z", + "max_level_bonus": 0, + "completion_questcomplete_homebaseonboardingafteroutpost": 1, + "level": -1, + "item_seen": false, + "xp": 0, + "sent_new_notification": true, + "favorite": false + }, + "quantity": 1 + }, + "d3fa9aa6-df5f-406d-ac40-e884e6b832f3": { + "templateId": "Worker:managertrainer_uc_t01", + "attributes": { + "gender": "1", + "level": 1, + "item_seen": true, + "squad_slot_idx": -1, + "portrait": "/Game/UI/Icons/Icon-Worker/IconDefinitions/IconDef-ManagerPortrait-PersonalTrainer-M01.IconDef-ManagerPortrait-PersonalTrainer-M01", + "max_level_bonus": 0, + "personality": "Homebase.Worker.Personality.IsDependable", + "squad_id": "", + "xp": 0, + "slotted_building_id": "", + "managerSynergy": "Homebase.Manager.IsTrainer", + "building_slot_used": -1, + "favorite": false + }, + "quantity": 1 + }, + "785f6f85-04c6-4025-acda-b6e9dd078afa": { + "templateId": "Quest:achievement_playwithothers", + "attributes": { + "quest_state": "Active", + "last_state_change_time": "2017-08-29T21:05:57.089Z", + "max_level_bonus": 0, + "level": -1, + "item_seen": false, + "completion_quick_complete": 0, + "xp": 0, + "sent_new_notification": true, + "favorite": false + }, + "quantity": 1 + }, + "8c67473e-3f3a-4cb7-bf9c-1637d285cdaa": { + "templateId": "HomebaseBannerIcon:foundertier1banner2", + "attributes": { + "item_seen": false + }, + "quantity": 1 + }, + "e4d92b7c-4591-472d-a32f-71251ec8786f": { + "templateId": "Schematic:sid_assault_burst_uc_ore_t01", + "attributes": { + "alteration_slots": [ + { + "Type": "GameplaySlot", + "NumSlots": 1 + }, + { + "Type": "AttributeSlot", + "NumSlots": 2 + } + ], + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "alterations": [ + "Alteration:aid_att_ranged_durabilitydecay", + "Alteration:aid_att_ranged_damage" + ], + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "9aafecdc-c09f-4741-add3-41f3e521d955": { + "templateId": "Quest:homebaseonboardinggrantschematics", + "attributes": { + "quest_state": "Claimed", + "last_state_change_time": "2017-08-29T21:18:00.437Z", + "max_level_bonus": 0, + "level": -1, + "item_seen": false, + "xp": 0, + "completion_questcomplete_outpostquest_t1_l1": 1, + "sent_new_notification": true, + "favorite": false + }, + "quantity": 1 + }, + "141f75cd-6fa6-481a-be29-25742f4f98ff": { + "templateId": "Worker:workerbasic_uc_t01", + "attributes": { + "gender": "2", + "level": 1, + "item_seen": true, + "squad_slot_idx": -1, + "portrait": "/Game/UI/Icons/Icon-Worker/IconDefinitions/IconDef-WorkerPortrait-Competitive-F01.IconDef-WorkerPortrait-Competitive-F01", + "max_level_bonus": 0, + "personality": "Homebase.Worker.Personality.IsCompetitive", + "squad_id": "", + "xp": 0, + "slotted_building_id": "", + "building_slot_used": -1, + "favorite": false, + "set_bonus": "Homebase.Worker.SetBonus.IsAbilityDamageLow" + }, + "quantity": 1 + }, + "6edce324-aa06-4f46-b311-e87dfb780f03": { + "templateId": "Schematic:sid_piercing_spear_uc_ore_t01", + "attributes": { + "alteration_slots": [ + { + "Type": "GameplaySlot", + "NumSlots": 1 + }, + { + "Type": "AttributeSlot", + "NumSlots": 2 + } + ], + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "alterations": [ + "Alteration:aid_att_melee_damage", + "Alteration:aid_g_melee_affliction" + ], + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "3abeaad4-31fd-49b9-ac16-35fcee36de7d": { + "templateId": "HomebaseBannerIcon:standardbanner10", + "attributes": { + "item_seen": true + }, + "quantity": 1 + }, + "f1ad0bee-6a0a-4a39-871c-df12f3647849": { + "templateId": "Schematic:sid_blunt_medium_uc_ore_t01", + "attributes": { + "alteration_slots": [ + { + "Type": "GameplaySlot", + "NumSlots": 1 + }, + { + "Type": "AttributeSlot", + "NumSlots": 2 + } + ], + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "alterations": [ + "Alteration:aid_att_melee_damage", + "Alteration:aid_att_melee_staminacostreduction" + ], + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "edba2920-969d-495a-b782-c27b3b0320e3": { + "templateId": "Schematic:sid_sniper_boltaction_scope_r_ore_t01", + "attributes": { + "alteration_slots": [ + { + "Type": "GameplaySlot", + "NumSlots": 1 + }, + { + "Type": "AttributeSlot", + "NumSlots": 3 + } + ], + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "alterations": [ + "Alteration:aid_att_ranged_damage", + "Alteration:aid_att_ranged_durabilitydecay", + "Alteration:aid_g_ranged_cryoaffliction" + ], + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "bd18cee3-fe9e-4da1-8d31-9aea8c7b76a2": { + "templateId": "HomebaseBannerIcon:standardbanner4", + "attributes": { + "item_seen": true + }, + "quantity": 1 + }, + "bd6d7ee4-d76e-4856-9352-eb0238ff6350": { + "templateId": "HomebaseBannerColor:defaultcolor10", + "attributes": { + "item_seen": true + }, + "quantity": 1 + }, + "6b4f7407-bf62-4122-962d-fb5099a97c33": { + "templateId": "DailyRewardScheduleToken:founderspackdailyrewardtoken", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": false, + "xp": 0, + "favorite": false + }, + "quantity": 5 + }, + "eafa0d89-e9ad-42ce-a7a3-e5801d53f20c": { + "templateId": "Token:worldinventorybonus", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": false, + "xp": 0, + "favorite": false + }, + "quantity": 10 + }, + "f3c84f3b-b88f-4d26-977f-b0ef79b2bc96": { + "templateId": "HomebaseBannerIcon:standardbanner7", + "attributes": { + "item_seen": true + }, + "quantity": 1 + }, + "80d1701f-f9f5-4c46-9ee5-c32dbff9148c": { + "templateId": "Schematic:sid_edged_scythe_c_ore_t01", + "attributes": { + "alteration_slots": [ + { + "Type": "GameplaySlot", + "NumSlots": 1 + }, + { + "Type": "AttributeSlot", + "NumSlots": 1 + } + ], + "max_level_bonus": 0, + "level": 1, + "item_seen": false, + "alterations": [ + "Alteration:aid_att_melee_damage" + ], + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "a91c7a09-0462-40ce-aaa9-fa27e1b35d07": { + "templateId": "HomebaseNode:trtrunk_1_0", + "attributes": { + "item_seen": false + }, + "quantity": 1 + }, + "bb5e6cc5-8083-412e-a391-3b434462f4a6": { + "templateId": "Token:campaignaccess", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": false, + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "901080b6-4457-419f-99c2-f70f1b1153de": { + "templateId": "Quest:stonewoodquest_retrievedata_d1", + "attributes": { + "quest_state": "Claimed", + "last_state_change_time": "2017-12-25T02:06:00.508Z", + "max_level_bonus": 0, + "level": -1, + "item_seen": true, + "xp": 0, + "completion_complete_retrievedata_1": 1, + "sent_new_notification": true, + "favorite": false + }, + "quantity": 1 + }, + "6a1080bfa457-419f-99c2-f70f1b1153de": { + "templateId": "Quest:HomebaseQuest_SlotOutpostDefender", + "attributes": { + "quest_state": "Claimed", + "last_state_change_time": "2017-12-25T02:06:00.508Z", + "max_level_bonus": 0, + "level": -1, + "item_seen": true, + "xp": 0, + "completion_complete_retrievedata_1": 1, + "sent_new_notification": true, + "favorite": false + }, + "quantity": 1 + }, + "67edaaaab0bfa4f7-419f-99c2-f70gs153ag": { + "templateId": "Quest:HomebaseQuest_UnlockOutpostDefender", + "attributes": { + "quest_state": "Claimed", + "last_state_change_time": "2017-12-25T02:06:00.508Z", + "max_level_bonus": 0, + "level": -1, + "item_seen": true, + "xp": 0, + "completion_complete_retrievedata_1": 1, + "sent_new_notification": true, + "favorite": false + }, + "quantity": 1 + }, + "1abfaab0bfa4f7-419f-99c2-f70gs153ag": { + "templateId": "Quest:HomebaseQuest_UnlockMissionDefender", + "attributes": { + "quest_state": "Claimed", + "last_state_change_time": "2017-12-25T02:06:00.508Z", + "max_level_bonus": 0, + "level": -1, + "item_seen": true, + "xp": 0, + "completion_complete_retrievedata_1": 1, + "sent_new_notification": true, + "favorite": false + }, + "quantity": 1 + }, + "1abfaab0bfa4f7-419f-99c2-f70gsfag": { + "templateId": "Quest:HomebaseQuest_SlotMissionDefender", + "attributes": { + "quest_state": "Claimed", + "last_state_change_time": "2017-12-25T02:06:00.508Z", + "max_level_bonus": 0, + "level": -1, + "item_seen": true, + "xp": 0, + "completion_complete_retrievedata_1": 1, + "sent_new_notification": true, + "favorite": false + }, + "quantity": 1 + }, + "c5575af8-bb4e-4bca-9d4a-1a5470977b12": { + "templateId": "Schematic:sid_floor_spikes_wood_c_t01", + "attributes": { + "alteration_slots": [ + { + "Type": "GameplaySlot", + "NumSlots": 1 + }, + { + "Type": "AttributeSlot", + "NumSlots": 1 + } + ], + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "alterations": [], + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "903efe28-0319-4ef0-9cc0-23df20ff39c1": { + "templateId": "HomebaseBannerIcon:standardbanner8", + "attributes": { + "item_seen": false + }, + "quantity": 1 + }, + "fac3f7bb-08e7-46ef-b369-44d0469ababe": { + "templateId": "HomebaseBannerColor:defaultcolor8", + "attributes": { + "item_seen": false + }, + "quantity": 1 + }, + "f7877f09-0826-45e2-8224-c833443d9c56": { + "templateId": "HomebaseBannerIcon:foundertier1banner1", + "attributes": { + "item_seen": false + }, + "quantity": 1 + }, + "690b1a71-4260-4751-802d-9683dfd76929": { + "templateId": "Schematic:sid_wall_darts_uc_t01", + "attributes": { + "alteration_slots": [ + { + "Type": "GameplaySlot", + "NumSlots": 1 + }, + { + "Type": "AttributeSlot", + "NumSlots": 2 + } + ], + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "alterations": [ + "Alteration:aid_att_trap_maxdurability", + "Alteration:aid_att_trap_critchance" + ], + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "a04fe907-248d-4b60-b918-53cc7497ab32": { + "templateId": "AccountResource:eventcurrency_snowballs", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": false, + "xp": 0, + "favorite": false + }, + "quantity": 100 + }, + "28a3a983-16ee-4243-a71e-7f5f3b0953e4": { + "templateId": "Worker:managerexplorer_c_t01", + "attributes": { + "gender": "2", + "level": 1, + "item_seen": true, + "squad_slot_idx": -1, + "portrait": "/Game/UI/Icons/Icon-Worker/IconDefinitions/IconDef-ManagerPortrait-Explorer-F01.IconDef-ManagerPortrait-Explorer-F01", + "max_level_bonus": 0, + "personality": "Homebase.Worker.Personality.IsCompetitive", + "squad_id": "", + "xp": 0, + "slotted_building_id": "", + "managerSynergy": "Homebase.Manager.IsExplorer", + "building_slot_used": -1, + "favorite": false + }, + "quantity": 1 + }, + "85272884-de04-4721-bc9b-38f1b33562cc": { + "templateId": "HomebaseBannerColor:defaultcolor13", + "attributes": { + "item_seen": true + }, + "quantity": 1 + }, + "82c46baf-9e03-4314-a2fd-3c461ffc1a0e": { + "templateId": "Quest:monthrewardquest_getrewards", + "attributes": { + "quest_state": "Claimed", + "last_state_change_time": "2017-08-31T13:45:04.366Z", + "max_level_bonus": 0, + "completion_questcomplete_homebaseonboardingafteroutpost": 1, + "level": -1, + "item_seen": false, + "xp": 0, + "sent_new_notification": true, + "favorite": false + }, + "quantity": 1 + }, + "1387c1b3-72d7-4a8d-8fbe-ebb6cdae7494": { + "templateId": "HomebaseBannerIcon:standardbanner1", + "attributes": { + "item_seen": true + }, + "quantity": 1 + }, + "b1917ede-564a-4545-bccc-64c1f81fca2f": { + "templateId": "Worker:workerbasic_r_t01", + "attributes": { + "gender": "2", + "level": 1, + "item_seen": true, + "squad_slot_idx": -1, + "portrait": "/Game/UI/Icons/Icon-Worker/IconDefinitions/IconDef-WorkerPortrait-Pragmatic-F01.IconDef-WorkerPortrait-Pragmatic-F01", + "max_level_bonus": 0, + "personality": "Homebase.Worker.Personality.IsPragmatic", + "squad_id": "", + "xp": 0, + "slotted_building_id": "", + "building_slot_used": -1, + "favorite": false, + "set_bonus": "Homebase.Worker.SetBonus.IsAbilityDamageLow" + }, + "quantity": 1 + }, + "1a8af2f5-7a71-4445-9a73-451c97fe2d1d": { + "templateId": "Worker:workerbasic_uc_t01", + "attributes": { + "gender": "2", + "level": 1, + "item_seen": false, + "squad_slot_idx": -1, + "portrait": "/Game/UI/Icons/Icon-Worker/IconDefinitions/IconDef-WorkerPortrait-Competitive-F02.IconDef-WorkerPortrait-Competitive-F02", + "max_level_bonus": 0, + "personality": "Homebase.Worker.Personality.IsCompetitive", + "squad_id": "", + "xp": 0, + "slotted_building_id": "", + "building_slot_used": -1, + "favorite": false, + "set_bonus": "Homebase.Worker.SetBonus.IsResistanceLow" + }, + "quantity": 1 + }, + "4219bbef-3dd0-431a-80f7-3da6a572e6ff": { + "templateId": "Quest:achievement_loottreasurechests", + "attributes": { + "completion_interact_treasurechest": 4, + "quest_state": "Active", + "last_state_change_time": "2017-08-29T21:05:57.089Z", + "max_level_bonus": 0, + "level": -1, + "item_seen": false, + "xp": 0, + "sent_new_notification": true, + "favorite": false + }, + "quantity": 1 + }, + "dd288f85-f3a0-40c2-bf22-f3b20d884144": { + "templateId": "Quest:reactivequest_copperore", + "attributes": { + "quest_state": "Claimed", + "last_state_change_time": "2017-08-31T14:43:55.247Z", + "max_level_bonus": 0, + "completion_quest_reactive_copperore": 1, + "level": -1, + "item_seen": false, + "xp": 0, + "sent_new_notification": true, + "favorite": false + }, + "quantity": 1 + }, + "ad0e53a8-b8ec-4bed-aaf3-ca414c42d929": { + "templateId": "Hero:hid_constructor_rushbase_sr_t04", + "attributes": { + "equipped_cosmetics": [ + "", + "", + "", + "", + "", + "", + "", + "" + ], + "gender": 0, + "level": 40, + "item_seen": true, + "squad_slot_idx": 1, + "portrait": "", + "hero_name": "DefaultHeroName", + "max_level_bonus": 0, + "mode_loadouts": [ + { + "loadoutName": "Default", + "selectedGadgets": [ + "Gadget:g_constructor_bullrush", + "", + "" + ] + } + ], + "squad_id": "squad_combat_adventuresquadone", + "xp": 0, + "slotted_building_id": "", + "building_slot_used": -1, + "favorite": false + }, + "quantity": 1 + }, + "ad0e53a8-b8ec-4bed-aaf3-ca414sdgdgdgd2d929": { + "templateId": "Hero:hid_constructor_rushbase_sr_t05", + "attributes": { + "equipped_cosmetics": [ + "", + "", + "", + "", + "", + "", + "", + "" + ], + "gender": 1, + "level": 50, + "item_seen": true, + "squad_slot_idx": 0, + "portrait": "", + "hero_name": "DefaultHeroName", + "max_level_bonus": 0, + "mode_loadouts": [ + { + "loadoutName": "Default", + "selectedGadgets": [ + "Gadget:g_constructor_bullrush", + "", + "" + ] + } + ], + "squad_id": "Squad_Attribute_Synthesis_CorpsofEngineering", + "personality": "Homebase.Worker.Personality.IsCooperative", + "managerSynergy": "Homebase.Manager.IsEngineer", + "xp": 0, + "slotted_building_id": "", + "building_slot_used": -1, + "favorite": false + }, + "quantity": 1 + }, + "agfgfgfg-b8ec-4bed-aaf3-ssdfdfddfd929": { + "templateId": "Hero:hid_commando_athena_menu", + "attributes": { + "equipped_cosmetics": [ + "", + "", + "", + "", + "", + "", + "", + "" + ], + "gender": 0, + "level": 1, + "item_seen": true, + "squad_slot_idx": 0, + "portrait": "", + "hero_name": "DefaultHeroName", + "max_level_bonus": 0, + "mode_loadouts": [ + { + "loadoutName": "Default", + "selectedGadgets": [ + "", + "", + "" + ] + } + ], + "squad_id": "", + "xp": 0, + "slotted_building_id": "", + "building_slot_used": -1, + "favorite": false + }, + "quantity": 1 + }, + "632493cd-5d36-422e-a7ad-277797afebeb": { + "templateId": "AccountResource:peopleresource", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "favorite": false + }, + "quantity": 15 + }, + "5036da7c-c2be-4974-9895-4127ecb2ae23": { + "templateId": "HomebaseNode:t1_main_fabc7c290", + "attributes": { + "item_seen": false + }, + "quantity": 1 + }, + "5036gayc-c2be-4974-9895-4127ecb2ae23": { + "templateId": "HomebaseNode:T1_Main_B1AEF23D10", + "attributes": { + "item_seen": false + }, + "quantity": 1 + }, + "5036flipflopc-c2be-4974-9895-4127ecb2ae23": { + "templateId": "HomebaseNode:T1_Main_498AB88F0", + "attributes": { + "item_seen": false + }, + "quantity": 1 + }, + "5036da7c-faggfgfg-4974-9895-4127ecb2ae23": { + "templateId": "HomebaseNode:T1_Main_E05F04D75", + "attributes": { + "item_seen": false + }, + "quantity": 1 + }, + "5036da7c-faggfgfdfgdfgfdgdffdg74-9895-4127ecb2ae23": { + "templateId": "HomebaseNode:T1_Main_849930D55", + "attributes": { + "item_seen": false + }, + "quantity": 1 + }, + "5036da7c-faggfgfdfgddgdffdg74-9895-4127ecb2ae23": { + "templateId": "HomebaseNode:T1_Main_B1A3A3771", + "attributes": { + "item_seen": false + }, + "quantity": 1 + }, + "sdfdsfsdsdaiwa387r87a8fgfdfgddgdffdg74-9895-4127ecb2ae23": { + "templateId": "HomebaseNode:T1_Main_77F7B7826", + "attributes": { + "item_seen": false + }, + "quantity": 1 + }, + "sdfdsfsdsdaiwa387r87a8fgfdfgdgsdeeetfdg74-98v5-4127ecb2ae23": { + "templateId": "HomebaseNode:T1_Main_0336AC827", + "attributes": { + "item_seen": false + }, + "quantity": 1 + }, + "sdfdsfsdsdaiwa387r87a8fgfdfgddgdfggbaaag-98v5-4127ecb2ae23": { + "templateId": "HomebaseNode:T1_Main_0ABACB4E2", + "attributes": { + "item_seen": false + }, + "quantity": 1 + }, + "sdfdsfaaiwa387r87a8fgfdfgddgdfggbaaag-98v5-4127ecb2ae23": { + "templateId": "HomebaseNode:T1_Main_702F364C0", + "attributes": { + "item_seen": false + }, + "quantity": 1 + }, + "sdfdsfaaiwa387r87a8fgfdfgddgdfggbaaag-9gg-4127ecb2ae23": { + "templateId": "HomebaseNode:T1_Main_243215D30", + "attributes": { + "item_seen": false + }, + "quantity": 1 + }, + "90388843-a2b1-43c4-8ec7-49d1e40e8e98": { + "templateId": "Hero:hid_commando_grenadegun_sr_t05", + "attributes": { + "equipped_cosmetics": [ + "", + "", + "", + "", + "", + "", + "", + "" + ], + "gender": 0, + "level": 50, + "item_seen": true, + "squad_slot_idx": 0, + "portrait": "", + "hero_name": "DefaultHeroName", + "max_level_bonus": 0, + "squad_id": "squad_combat_adventuresquadone", + "mode_loadouts": [ + { + "loadoutName": "Default", + "selectedGadgets": [ + "Schematic:sid_assault_auto_sr_crystal_t06", + "Gadget:g_commando_goincommando", + "Gadget:g_commando_fraggrenade", + "Gadget:gadget_generic_turret" + ] + } + ], + "xp": 0, + "slotted_building_id": "", + "building_slot_used": -1, + "favorite": false + }, + "quantity": 1 + }, + "903888ggfg3-a2b1-43c4-8ec7-49d1e40e8e98": { + "templateId": "Hero:hid_commando_cinematic_test_r_t03", + "attributes": { + "equipped_cosmetics": [ + "", + "", + "", + "", + "", + "", + "", + "" + ], + "gender": 0, + "level": 30, + "item_seen": true, + "squad_slot_idx": 2, + "portrait": "", + "hero_name": "DefaultHeroName", + "max_level_bonus": 0, + "squad_id": "squad_combat_adventuresquadone", + "mode_loadouts": [ + { + "loadoutName": "Default", + "selectedGadgets": [ + "Gadget:g_commando_goincommando" + ] + } + ], + "xp": 0, + "slotted_building_id": "", + "building_slot_used": -1, + "favorite": false + }, + "quantity": 1 + }, + "de06b39f-0819-40e5-8c3b-fec5e417758c": { + "templateId": "Quest:homebasequest_unlocksquads", + "attributes": { + "quest_state": "Claimed", + "last_state_change_time": "2017-08-31T13:49:51.801Z", + "max_level_bonus": 0, + "level": -1, + "item_seen": true, + "xp": 0, + "sent_new_notification": true, + "favorite": false, + "completion_unlock_skill_tree_squads": 1 + }, + "quantity": 1 + }, + "b8f6d78f-15e5-4ea0-9cd7-423f834ed661": { + "templateId": "Schematic:sid_assault_auto_c_ore_t00", + "attributes": { + "alteration_slots": [ + { + "Type": "GameplaySlot", + "NumSlots": 1 + }, + { + "Type": "AttributeSlot", + "NumSlots": 1 + } + ], + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "alterations": [], + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "a1d2391f-8a36-4382-ad6f-342c0b4224f2": { + "templateId": "Schematic:ammo_bulletslight", + "attributes": { + "alteration_slots": [ + { + "Type": "GameplaySlot", + "NumSlots": 1 + }, + { + "Type": "AttributeSlot", + "NumSlots": 3 + } + ], + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "alterations": [], + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "b997b439-70ef-4c1b-bf9c-f3de3bac88a2": { + "templateId": "Schematic:ammo_bulletsmedium", + "attributes": { + "alteration_slots": [ + { + "Type": "GameplaySlot", + "NumSlots": 1 + }, + { + "Type": "AttributeSlot", + "NumSlots": 3 + } + ], + "max_level_bonus": 0, + "level": 1, + "item_seen": false, + "alterations": [], + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "8b5df8b9-7a90-4417-aadc-b36344ed8335": { + "templateId": "Quest:achievement_craftfirstweapon", + "attributes": { + "quest_state": "Claimed", + "last_state_change_time": "2017-08-29T21:04:55.773Z", + "completion_custom_craftfirstweapon": 1, + "max_level_bonus": 0, + "level": -1, + "item_seen": false, + "xp": 0, + "sent_new_notification": true, + "favorite": false + }, + "quantity": 1 + }, + "5429e1a5-0912-4ab7-99b3-e8da47c91af5": { + "templateId": "HomebaseBannerIcon:standardbanner5", + "attributes": { + "item_seen": true + }, + "quantity": 1 + }, + "2688163d-2bbc-491f-a0c0-dc59339aa479": { + "templateId": "Defender:did_defenderassault_basic_uc_t01", + "attributes": { + "alteration_slots": [ + { + "Type": "AttributeSlot", + "NumSlots": 2 + } + ], + "max_level_bonus": 0, + "squad_id": "", + "level": 1, + "item_seen": true, + "squad_slot_idx": -1, + "alterations": [ + "Alteration:aid_att_def_critchance_ranged", + "Alteration:aid_att_def_maxshield" + ], + "xp": 0, + "favorite": false + }, + "quantity": 1 + }, + "faca07b8-8fbe-4cb5-800f-6de994c1f500": { + "templateId": "Quest:homebaseonboardingafteroutpost", + "attributes": { + "quest_state": "Claimed", + "last_state_change_time": "2017-08-29T21:19:36.536Z", + "max_level_bonus": 0, + "completion_open_card_pack": 1, + "level": -1, + "item_seen": true, + "xp": 0, + "completion_purchase_card_pack": 1, + "sent_new_notification": true, + "completion_hbonboarding_watchoutpostunlock": 1, + "favorite": false + }, + "quantity": 1 + }, + "b9251e65-6c2e-473d-9dab-5f1a78df59b8": { + "templateId": "Token:collectionresource_nodegatetoken01", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": false, + "xp": 0, + "favorite": false + }, + "quantity": 81 + }, + "42517541-1c5f-46ae-9537-1d7dc08acb3b": { + "templateId": "AccountResource:schematicxp", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "favorite": false + }, + "quantity": 2220 + }, + "8e1169bc-b242-4d8f-9707-a01aef0e1847": { + "templateId": "AccountResource:personnelxp", + "attributes": { + "max_level_bonus": 0, + "level": 1, + "item_seen": true, + "xp": 0, + "favorite": false + }, + "quantity": 3590 + }, + "f3bda5ee-3521-40b8-b5d9-4262726458b5": { + "templateId": "Quest:achievement_buildstructures", + "attributes": { + "quest_state": "Active", + "last_state_change_time": "2017-08-29T21:05:57.089Z", + "completion_build_any_structure": 246, + "max_level_bonus": 0, + "level": -1, + "item_seen": false, + "xp": 0, + "sent_new_notification": true, + "favorite": false + }, + "quantity": 1 + }, + "86f45fb2-9124-4882-9514-c789f8511e02": { + "templateId": "HomebaseBannerIcon:standardbanner30", + "attributes": { + "item_seen": false + }, + "quantity": 1 + }, + "9a81c00a-f628-4149-bfdd-900ed9e38c91": { + "templateId": "HomebaseBannerColor:defaultcolor11", + "attributes": { + "item_seen": true + }, + "quantity": 1 + }, + "6aad6572-1812-41d5-8bbd-17e548d27e03": { + "templateId": "HomebaseBannerIcon:newsletterbanner", + "attributes": { + "item_seen": false + }, + "quantity": 1 + }, + "6675b2c3-5349-47db-9b41-dda66fb9429e": { + "templateId": "HomebaseBannerIcon:standardbanner24", + "attributes": { + "item_seen": true + }, + "quantity": 1 + }, + "c5e97bfa-d599-42d0-a07e-735507956ba9": { + "templateId": "Currency:MtxGiveaway", + "attributes": { + "platform": "Shared" + }, + "quantity": 1000000000 + }, + "f9e2e4b6-58f7-4b31-829d-f5c6c620ffe7": { + "templateId": "Quest:challenge_collectionbook_1", + "attributes": { + "quest_state": "Active", + "last_state_change_time": "2017-12-25T02:06:00.508Z", + "max_level_bonus": 0, + "level": -1, + "item_seen": false, + "xp": 0, + "sent_new_notification": true, + "favorite": false, + "completion_collectionbook_levelup": 1 + }, + "quantity": 1 + }, + "5e1a3e10-fd40-4418-8e75-05f328223d52": { + "templateId": "HomebaseBannerColor:defaultcolor5", + "attributes": { + "item_seen": false + }, + "quantity": 1 + }, + "as384-ep4f-gd6857-qwwg": { + "templateId": "HomebaseNode:T1_Main_0CBF7FEC0", + "attributes": { + "item_seen": true + }, + "quantity": 1 + }, + "9xq94-7p11-f2a3e2-ax7q": { + "templateId": "HomebaseNode:T1_Main_38EAD7850", + "attributes": { + "item_seen": true + }, + "quantity": 1 + }, + "csdh7-euqd-58rs9l-oyc3": { + "templateId": "HomebaseNode:T1_Main_BD2B45B61", + "attributes": { + "item_seen": true + }, + "quantity": 1 + }, + "8z6nh-9pq9-ph1770-e8af": { + "templateId": "HomebaseNode:T1_Main_A16A56111", + "attributes": { + "item_seen": true + }, + "quantity": 1 + }, + "m4gby-2teq-43w2g5-ilms": { + "templateId": "HomebaseNode:T1_Main_7A5E40920", + "attributes": { + "item_seen": true + }, + "quantity": 1 + }, + "9rpvc-iy5d-971a7r-zks2": { + "templateId": "HomebaseNode:T1_Main_195C3EF52", + "attributes": { + "item_seen": true + }, + "quantity": 1 + } + }, + "stats": { + "templateId": "profile_v2", + "attributes": { + "node_costs": { + "t1_main_nodepage_layer1": { + "Token:homebasepoints": 5 + } + }, + "mission_alert_redemption_record": { + "lastClaimTimesMap": { + "General": { + "missionAlertGUIDs": [ + "", + "", + "" + ], + "lastClaimedTimes": [ + "2016-11-20T21:27:32.998Z", + "2016-11-20T21:27:32.998Z", + "2016-11-20T21:27:32.998Z" + ] + }, + "StormLow": { + "missionAlertGUIDs": [ + "", + "", + "", + "" + ], + "lastClaimedTimes": [ + "2016-11-20T21:27:32.998Z", + "2016-11-20T21:27:32.998Z", + "2016-11-20T21:27:32.998Z", + "2016-11-20T21:27:32.998Z" + ] + }, + "Halloween": { + "missionAlertGUIDs": [ + "", + "", + "", + "", + "", + "", + "", + "", + "", + "" + ], + "lastClaimedTimes": [ + "2016-11-20T21:27:32.998Z", + "2016-11-20T21:27:32.998Z", + "2016-11-20T21:27:32.998Z", + "2016-11-20T21:27:32.998Z", + "2016-11-20T21:27:32.998Z", + "2016-11-20T21:27:32.998Z", + "2016-11-20T21:27:32.998Z", + "2016-11-20T21:27:32.998Z", + "2016-11-20T21:27:32.998Z", + "2016-11-20T21:27:32.998Z" + ] + }, + "Horde": { + "missionAlertGUIDs": [ + "", + "", + "", + "", + "", + "" + ], + "lastClaimedTimes": [ + "2016-11-20T21:27:32.998Z", + "2016-11-20T21:27:32.998Z", + "2016-11-20T21:27:32.998Z", + "2016-11-20T21:27:32.998Z", + "2016-11-20T21:27:32.998Z", + "2016-11-20T21:27:32.998Z" + ] + }, + "Storm": { + "missionAlertGUIDs": [ + "", + "", + "", + "", + "", + "", + "", + "", + "", + "" + ], + "lastClaimedTimes": [ + "2016-11-20T21:27:32.998Z", + "2016-11-20T21:27:32.998Z", + "2016-11-20T21:27:32.998Z", + "2016-11-20T21:27:32.998Z", + "2016-11-20T21:27:32.998Z", + "2016-11-20T21:27:32.998Z", + "2016-11-20T21:27:32.998Z", + "2016-11-20T21:27:32.998Z", + "2016-11-20T21:27:32.998Z", + "2016-11-20T21:27:32.998Z" + ] + } + }, + "oldestClaimIndexForCategory": [ + 0, + 0, + 0, + 0, + 0 + ] + }, + "twitch": {}, + "client_settings": { + "pinnedQuestInstances": [] + }, + "level": 10, + "named_counters": { + "SubGameSelectCount_Campaign": { + "current_count": 2, + "last_incremented_time": "2017-12-25T02:08:43.518Z" + }, + "SubGameSelectCount_Athena": { + "current_count": 0 + } + }, + "default_hero_squad_id": "", + "collection_book": { + "pages": [ + "CollectionBookPage:pageheroes_ninja", + "CollectionBookPage:pageheroes_outlander", + "CollectionBookPage:pageheroes_commando", + "CollectionBookPage:pageheroes_constructor", + "CollectionBookPage:pagepeople_defenders", + "CollectionBookPage:pagepeople_leads", + "CollectionBookPage:pagepeople_uniqueleads", + "CollectionBookPage:pagepeople_survivors", + "CollectionBookPage:pageranged_assault_weapons", + "CollectionBookPage:pageranged_shotgun_weapons", + "CollectionBookPage:page_ranged_pistols_weapons", + "CollectionBookPage:pageranged_snipers_weapons", + "CollectionBookPage:pageranged_shotgun_weapons_crystal", + "CollectionBookPage:pageranged_assault_weapons_crystal", + "CollectionBookPage:page_ranged_pistols_weapons_crystal", + "CollectionBookPage:pageranged_snipers_weapons_crystal", + "CollectionBookPage:pagetraps_wall", + "CollectionBookPage:pagetraps_ceiling", + "CollectionBookPage:pagetraps_floor", + "CollectionBookPage:pagemelee_swords_weapons", + "CollectionBookPage:pagemelee_swords_weapons_crystal", + "CollectionBookPage:pagemelee_axes_weapons", + "CollectionBookPage:pagemelee_axes_weapons_crystal", + "CollectionBookPage:pagemelee_scythes_weapons", + "CollectionBookPage:pagemelee_scythes_weapons_crystal", + "CollectionBookPage:pagemelee_clubs_weapons", + "CollectionBookPage:pagemelee_clubs_weapons_crystal", + "CollectionBookPage:pagemelee_spears_weapons", + "CollectionBookPage:pagemelee_spears_weapons_crystal", + "CollectionBookPage:pagemelee_tools_weapons", + "CollectionBookPage:pagemelee_tools_weapons_crystal", + "CollectionBookPage:pageranged_explosive_weapons" + ], + "maxBookXpLevelAchieved": 0 + }, + "quest_manager": { + "dailyLoginInterval": "2017-12-25T01:44:10.602Z", + "dailyQuestRerolls": 1 + }, + "bans": {}, + "gameplay_stats": [ + { + "statName": "zonescompleted", + "statValue": 7 + } + ], + "inventory_limit_bonus": 0, + "current_mtx_platform": "Epic", + "weekly_purchases": {}, + "daily_purchases": { + "lastInterval": "2017-08-29T00:00:00.000Z", + "purchaseList": { + "1F6B613D4B7BAD47D8A93CAEED2C4996": 1 + } + }, + "mode_loadouts": [ + { + "loadoutName": "Default", + "selectedGadgets": [ + "", + "" + ] + } + ], + "in_app_purchases": { + "receipts": [ + "EPIC:0aba47abf15143f18370dbc70b910b14", + "EPIC:ee397e98af0042159fec830aea1224d5" + ], + "fulfillmentCounts": { + "0A6CB5B346A149F31A4C3FBDF4BBC198": 3, + "DEF6D31D416227E7D73F65B27288ED6F": 1, + "82ADCC874CFC2D47927208BAE871CF2B": 1, + "F0033207441AC38CD704718B91B2C8EF": 1 + } + }, + "daily_rewards": { + "nextDefaultReward": 65, + "totalDaysLoggedIn": 65, + "lastClaimDate": "2020-12-13T11:55:27.041Z", + "additionalSchedules": { + "founderspackdailyrewardtoken": { + "rewardsClaimed": 65, + "claimedToday": true + } + } + }, + "monthly_purchases": {}, + "xp": 955528, + "homebase": { + "townName": "LawinServer", + "bannerIconId": "StandardBanner29", + "bannerColorId": "DefaultColor21", + "flagPattern": -1, + "flagColor": -1 + }, + "packs_granted": 13 + } + }, + "commandRevision": 281 +} \ No newline at end of file diff --git a/profiles/theater0.json b/profiles/theater0.json new file mode 100644 index 0000000..42561fd --- /dev/null +++ b/profiles/theater0.json @@ -0,0 +1,121 @@ +{ + "_id": "lawinserver", + "created": "2018-04-25T18:39:56.467Z", + "updated": "2020-02-05T22:45:21.455Z", + "rvn": 30689, + "wipeNumber": 9, + "accountId": "lawinserver", + "profileId": "theater0", + "version": "remove_hero_ability_weapons_from_world_items_mar_2019", + "items": { + "7bccd279-9575-45c7-8c1e-bf99cb49a7b3": { + "templateId": "Weapon:wid_assault_auto_halloween_sr_crystal_t05", + "attributes": { + "clipSizeScale": 0, + "loadedAmmo": 70, + "inventory_overflow_date": false, + "level": 50, + "alterationDefinitions": [ + "Alteration:aid_ele_water_t05", + "Alteration:aid_att_damage_t05", + "Alteration:aid_conditional_afflicted_dmgbonus_t05", + "Alteration:aid_att_critdamage_t05", + "Alteration:aid_att_magazinesize_t05", + "Alteration:aid_g_affliction_v2" + ], + "baseClipSize": 40, + "durability": 300, + "itemSource": "" + }, + "quantity": 1 + } + }, + "stats": { + "attributes": { + "player_loadout": { + "bPlayerIsNew": false, + "pinnedSchematicInstances": [], + "primaryQuickBarRecord": { + "slots": [ + { + "items": [] + }, + { + "items": [ + "7BCCD279957545C78C1EBF99CB49A7B3" + ] + }, + { + "items": [ + "" + ] + }, + { + "items": [ + "" + ] + }, + { + "items": [] + }, + { + "items": [] + }, + { + "items": [] + }, + { + "items": [] + }, + { + "items": [] + } + ] + }, + "secondaryQuickBarRecord": { + "slots": [ + { + "items": [ + "" + ] + }, + { + "items": [ + "" + ] + }, + { + "items": [ + "" + ] + }, + { + "items": [ + "" + ] + }, + { + "items": [ + "" + ] + }, + { + "items": [] + }, + { + "items": [] + } + ] + }, + "zonesCompleted": 533 + }, + "theater_unique_id": "", + "past_lifetime_zones_completed": 0, + "last_event_instance_key": "", + "last_zones_completed": 0, + "inventory_limit_bonus": 0 + } + }, + "profileLockExpiration": "0001-01-01T00:00:00.000Z", + "commandRevision": 10116 + } diff --git a/public/index.html b/public/index.html new file mode 100644 index 0000000..5d0ffac --- /dev/null +++ b/public/index.html @@ -0,0 +1,8 @@ +

Tutorial on how to use lawinserver:

+Video +

Join my discord server:

+Discord +

My twitter:

+Twitter +

#ad

+

use code: Lawin

diff --git a/responses/contentpages.json b/responses/contentpages.json new file mode 100644 index 0000000..ab7389f --- /dev/null +++ b/responses/contentpages.json @@ -0,0 +1,5854 @@ +{ + "_title": "Fortnite Game", + "_activeDate": "2017-08-30T03:20:48.050Z", + "lastModified": "2019-11-01T17:33:35.346Z", + "_locale": "en-US", + "loginmessage": { + "_title": "LoginMessage", + "loginmessage": { + "_type": "CommonUI Simple Message", + "message": { + "_type": "CommonUI Simple Message Base", + "title": "LawinServer", + "body": "Join our discord: https://discord.gg/KJ8UaHZ\nYouTube: Lawin\nTwitter: @lawin_010" + } + }, + "_activeDate": "2017-07-19T13:14:04.490Z", + "lastModified": "2018-03-15T07:10:22.222Z", + "_locale": "en-US" + }, + "survivalmessage": { + "_title": "survivalmessage", + "overrideablemessage": { + "_type": "CommonUI Simple Message", + "message": { + "_type": "CommonUI Simple Message Base", + "title": "The Survive the Storm event is now live!", + "body": "Take the pledge:\nSelect a target survival time of 3 or 7 nights.\n\nSend Feedback:\nSurvive the Storm is still in development. We’d love to hear what you think." + } + }, + "_activeDate": "2017-08-25T20:35:56.304Z", + "lastModified": "2017-12-12T17:14:26.597Z", + "_locale": "en-US" + }, + "athenamessage": { + "_title": "athenamessage", + "overrideablemessage": { + "_type": "CommonUI Simple Message", + "message": { + "image": "https://cdn2.unrealengine.com/Fortnite/RUS-Axe-1921x1082-fb41e51e9a280b9752b42e2b94b31e34d5758870.png", + "_type": "CommonUI Simple Message Base", + "title": "Test", + "body": "Test" + } + }, + "_activeDate": "2017-08-30T03:08:31.687Z", + "lastModified": "2017-11-10T15:38:47.250Z", + "_locale": "en-US" + }, + "subgameselectdata": { + "saveTheWorldUnowned": { + "_type": "CommonUI Simple Message", + "message": { + "image": "https://progameguides.com/wp-content/uploads/2018/12/fortnite-outfit-fishstick.jpg", + "hidden": false, + "messagetype": "normal", + "_type": "CommonUI Simple Message Base", + "title": "The Premium Experience", + "body": "Uncooperative PvE storm-fighting adventure! Only the finest premium experience delivered by Epic.", + "spotlight": false + } + }, + "_title": "subgameselectdata", + "battleRoyale": { + "_type": "CommonUI Simple Message", + "message": { + "image": "https://progameguides.com/wp-content/uploads/2018/12/fortnite-outfit-fishstick.jpg", + "hidden": false, + "messagetype": "normal", + "_type": "CommonUI Simple Message Base", + "title": "Cash Cow", + "body": "microtransactions galore", + "spotlight": false + } + }, + "creative": { + "_type": "CommonUI Simple Message", + "message": { + "image": "https://progameguides.com/wp-content/uploads/2018/12/fortnite-outfit-fishstick.jpg", + "hidden": false, + "messagetype": "normal", + "_type": "CommonUI Simple Message Base", + "title": "this is creative", + "body": "you can not play creative..", + "spotlight": false + } + }, + "saveTheWorld": { + "_type": "CommonUI Simple Message", + "message": { + "image": "https://progameguides.com/wp-content/uploads/2018/12/fortnite-outfit-fishstick.jpg", + "hidden": false, + "messagetype": "normal", + "_type": "CommonUI Simple Message Base", + "title": "The Premium Experience", + "body": "Uncooperative PvE storm-fighting adventure! Only the finest premium experience delivered by Epic.\n\nfor the love of fuck, epic, please continue developing this game", + "spotlight": false + } + }, + "_activeDate": "2017-10-11T18:37:23.145Z", + "lastModified": "2019-05-06T12:59:15.974Z", + "_locale": "en-US" + }, + "savetheworldnews": { + "news": { + "_type": "Battle Royale News", + "messages": [ + { + "image": "https://miro.medium.com/max/1200/1*of9OCSRWoAoS3_lNVKqM2g.png", + "hidden": false, + "_type": "CommonUI Simple Message Base", + "adspace": "DISCORD!", + "title": "Join our discord server!", + "body": "https://discord.gg/KJ8UaHZ", + "spotlight": false + }, + { + "image": "https://yt3.ggpht.com/a/AGF-l79CQOPeiM3Ve_skW5DrQ2B_uFzEJ54pFBdvoQ=s900-c-k-c0xffffffff-no-rj-mo", + "hidden": false, + "_type": "CommonUI Simple Message Base", + "adspace": "ENJOY!", + "title": "LawinServer", + "body": "Enjoy LawinServer!", + "spotlight": false + } + ] + }, + "_title": "SaveTheWorldNews", + "_noIndex": false, + "alwaysShow": false, + "_activeDate": "2018-08-06T18:25:46.770Z", + "lastModified": "2019-10-30T20:17:48.789Z", + "_locale": "en-US" + }, + "battlepassaboutmessages": { + "news": { + "_type": "Battle Royale News", + "messages": [ + { + "layout": "Right Image", + "image": "https://cdn2.unrealengine.com/Fortnite/fortnite-game/battle-pass-about/Season_8/11BR_Launch_Upsell_HowDoesItWork-1024x1024-faa688dad8111f0a944c351dd7b11e4bff3562aa.png", + "hidden": false, + "_type": "CommonUI Simple Message Base", + "title": "HOW DOES IT WORK?", + "body": "Play to level up your Battle Pass. Earn XP from a variety of in-game activities like searching chests, eliminating opponents, completing challenges, and more! Level up to unlock over 100 rewards including 1500 V-Bucks!. You can purchase the Battle Pass any time during the season for 950 V-Bucks and retroactively unlock any rewards up to your current level.", + "spotlight": false + }, + { + "layout": "Left Image", + "image": "https://cdn2.unrealengine.com/Fortnite/fortnite-game/battle-pass-about/Season_8/11BR_Launch_Upsell_WhatsInside-(1)-1024x1024-68356adb3844b46ada633ace2d168af74b446f35.png", + "hidden": false, + "_type": "CommonUI Simple Message Base", + "title": "WHAT’S INSIDE?", + "body": "When you buy the Battle Pass, you’ll instantly receive two exclusive outfits - Turk and Journey! You can earn more exclusive rewards including Emotes, Outfits, Wraps, Pickaxes, Loading Screens and more. You’ll receive a reward each time you level up and for the first time, you can keep leveling up beyond level 100!", + "spotlight": false + }, + { + "image": "https://cdn2.unrealengine.com/Fortnite/fortnite-game/battle-pass-about/Season_8/11BR_Launch_Upsell_Badges-1024x1024-94b54a7e241b5747d83095feb1e6fc330c49689f.png", + "hidden": false, + "_type": "CommonUI Simple Message Base", + "title": "New This Season: Medals! ", + "body": "Battle Pass progression has been entirely reworked this Season. Advance your Battle Pass by completing challenges and earning in-game Medals! Earn daily medals and fill out your punch card to maximize your XP.", + "spotlight": false + } + ] + }, + "_title": "BattlePassAboutMessages", + "_noIndex": false, + "_activeDate": "2018-06-20T18:15:07.002Z", + "lastModified": "2019-10-14T20:42:20.253Z", + "_locale": "en-US" + }, + "playlistinformation": { + "frontend_matchmaking_header_style": "None", + "_title": "playlistinformation", + "frontend_matchmaking_header_text": "", + "playlist_info": { + "_type": "Playlist Information", + "playlists": [ + { + "image": "https://cdn2.unrealengine.com/Fortnite/fortnite-game/playlistinformation/v94/11BR_2v2_GunFright_LTM-1024x512-f3b0f0157e8652a23db8abc23814d97893179e20.jpg", + "playlist_name": "Playlist_Creative_Hyena_G", + "violator": "COMMUNITY CREATION", + "_type": "FortPlaylistInfo", + "description": "Code BluDrive \r\n\r\nIt's 2 vs 2 in a battle of champions, which duo will come out on top? \r\n\r\nAt the beginning of each round, all players will be granted the same random kit. The duo that has the most wins after 5 rounds are completed will be crowned the victors! \r\n\r\nCreated By: BluDrive" + }, + { + "image": "https://cdn2.unrealengine.com/Fortnite/fortnite-game/playlistinformation/v94/11BR_LTM_ModeTile-1024x512-aae4d5b5eb1ea4eeb31f852c8b98516681bfe769.jpg", + "playlist_name": "Playlist_DADBRO_Squads", + "_type": "FortPlaylistInfo" + }, + { + "image": "https://cdn2.unrealengine.com/Fortnite/fortnite-game/playlistinformation/v94/11BR_LTM_ModeTile-1024x512-aae4d5b5eb1ea4eeb31f852c8b98516681bfe769.jpg", + "playlist_name": "Playlist_DADBRO_Squads_12", + "_type": "FortPlaylistInfo" + }, + { + "image": "https://cdn2.unrealengine.com/Fortnite/fortnite-game/playlistinformation/v94/11BR_LTM_ModeTile-1024x512-aae4d5b5eb1ea4eeb31f852c8b98516681bfe769.jpg", + "playlist_name": "Playlist_DADBRO_Squads_8", + "_type": "FortPlaylistInfo" + }, + { + "image": "https://cdn2.unrealengine.com/Fortnite/fortnite-game/playlistinformation/v94/10BR_ZoneWars_In-Game_ModeTile_Red-1024x512-2e1c5e38b652093029befb6a86a44db844474af8.jpg", + "playlist_name": "Playlist_Creative_ZebraWallet_Random2", + "violator": "COMMUNITY CREATION", + "_type": "FortPlaylistInfo", + "description": "A solo queue, FFA simulation of the end-game scenario in Battle Royale with a quick moving zone. Randomized spawns and inventory items make each round unique. Stick around after the first game. there are multiple rounds in each session. Zone Wars is a collection of games made by the community. The four maps included in this playlist are: Desert created by JotaPeGame. Code: jotapegame Downhill River created by Enigma. Code: enigma Vortex created by Zeroyahero. Code: zeroyahero Colosseum created by Jesgran. Code: jesgran", + "display_name": "SOLO FFA" + }, + { + "image": "https://cdn2.unrealengine.com/Fortnite/fortnite-game/playlistinformation/v94/10BR_ZoneWars_In-Game_ModeTile_Blue-1024x512-0f76af6296545de1b2d9da766e76475418bc5940.jpg", + "playlist_name": "Playlist_Creative_ZebraWallet_Random", + "violator": "COMMUNITY CREATION", + "_type": "FortPlaylistInfo", + "description": "A party queue, FFA simulation of the end-game scenario in Battle Royale with a quick moving zone. Randomized spawns and inventory items make each round unique. Stick around after the first game. there are multiple rounds in each session. Zone Wars is a collection of games made by the community. The four maps included in this playlist are: Desert created by JotaPeGame. Code: jotapegame Downhill River created by Enigma. Code: enigma Vortex created by Zeroyahero. Code: zeroyahero Colosseum created by Jesgran. Code: jesgran", + "display_name": "PARTY FFA" + }, + { + "image": "https://cdn2.unrealengine.com/Fortnite/fortnite-game/playlistinformation/v94/FORT_Tile_Tutorial-1024x512-72a618fa185a0bbc26ab6a290bc0a45cf460c576.png", + "playlist_name": "Playlist_Tutorial_1", + "_type": "FortPlaylistInfo" + }, + { + "image": "https://cdn2.unrealengine.com/Fortnite/fortnite-game/playlistinformation/v94/10BR_ZoneWars_In-Game_ModeTile-1024x512-a2741f113a7178ca15d71d281dcc2b614ff90754.jpg", + "playlist_name": "Playlist_Creative_ZebraWallet_A", + "violator": "PARTY FFA", + "_type": "FortPlaylistInfo", + "description": "Code jesgran Zone Wars - Arena A party, FFA simulation of the end-game scenario in Battle Royale with a quick-moving zone. Eliminate the competition as you avoid the Storm. Randomized spawns and inventory items make each round unique. Stick around after the first game. There are multiple rounds in each session. Become the ultimate gladiator in this Colosseum style island. An open style island demands quick building. Created by Jesgran.", + "display_name": "Colosseum" + }, + { + "image": "https://cdn2.unrealengine.com/Fortnite/fortnite-game/playlistinformation/v94/10BR_ZoneWars_In-Game_ModeTile_Red-1024x512-2e1c5e38b652093029befb6a86a44db844474af8.jpg", + "playlist_name": "Playlist_Creative_ZebraWallet_D", + "violator": "SOLO FFA", + "_type": "FortPlaylistInfo", + "description": "Code jotapegame Desert Zone Wars 4.1 \r\n\r\nA solo, FFA simulation of the end-game scenario in Battle Royale with a quick-moving zone. Eliminate the competition as you avoid the Storm. Randomized spawns and inventory items make each round unique. Stick around after the first game. There are multiple rounds in each session. \r\n\r\nMake your way through a small desert town to the final circle. A diverse set of weapons and mobility allows for unique gameplay and lots of replayability. \r\n\r\nCreated by JotaPeGame.", + "display_name": "Desert" + }, + { + "image": "https://cdn2.unrealengine.com/Fortnite/fortnite-game/playlistinformation/v94/10BR_ZoneWars_In-Game_ModeTile_Blue-1024x512-0f76af6296545de1b2d9da766e76475418bc5940.jpg", + "playlist_name": "Playlist_Creative_ZebraWallet_DH", + "violator": "PARTY FFA", + "_type": "FortPlaylistInfo", + "description": "Code enigma S10 Enigmas Downhill River Zonewars X A party, FFA simulation of the end-game scenario in Battle Royale with a quick-moving zone. Eliminate the competition as you avoid the Storm. Randomized spawns and inventory items make each round unique. Stick around after the first game. There are multiple rounds in each session. Stay out of the storm as you move downhill through a river in this original style Zone Wars island. Community launch pads and a consistent Storm path allows for familiarity after a few rounds. Created by Enigma.", + "display_name": "Downhill River" + }, + { + "image": "https://cdn2.unrealengine.com/Fortnite/fortnite-game/playlistinformation/v94/10BR_ZoneWars_In-Game_ModeTile_Black-1024x512-23ba95e82931361ce535a643fdac54e120254374.jpg", + "playlist_name": "Playlist_Creative_ZebraWallet_V", + "violator": "PARTY FFA", + "_type": "FortPlaylistInfo", + "description": "Code zeroyahero Vortex Zone Wars A party, FFA simulation of the end-game scenario in Battle Royale with a quick-moving zone. Eliminate the competition as you avoid the Storm. Randomized spawns and inventory items make each round unique. Stick around after the first game. There are multiple rounds in each session. This island puts a unique twist on the Zone Wars game with mountainous terrain to traverse. The elevation change from zone to zone can be quite drastic! Created by Zeroyahero", + "display_name": "Vortex" + }, + { + "image": "https://cdn2.unrealengine.com/Fortnite/fortnite-game/playlistinformation/v94/10BR_TheCombine_ModeTile-1024x512-3aa8ebdfe1df7d9995e824a781eacdb954ee9615.jpg", + "playlist_name": "Playlist_Crucible_Solo", + "_type": "FortPlaylistInfo" + }, + { + "image": "https://cdn2.unrealengine.com/Fortnite/fortnite-game/playlisttiles/BR_LTM-Tile_Playground-1024x512-53db8a4b5fb41251af279eaf923bc00ecbc17792.jpg", + "playlist_name": "Playlist_Creative_PlayOnly_40", + "special_border": "None", + "_type": "FortPlaylistInfo" + }, + { + "image": "https://cdn2.unrealengine.com/Fortnite/fortnite-game/playlistinformation/v94/10CM_LTM_KnockTown_Playlist-1024x512-72e32b88b332b4d3ee3ee5255eff9522b660485c.jpg", + "playlist_name": "Playlist_Creative_KaleTofu", + "violator": "COMMUNITY CREATION", + "_type": "FortPlaylistInfo" + }, + { + "image": "https://cdn2.unrealengine.com/Fortnite/fortnite-game/playlistinformation/v94/10BR_Bounty_LTM_ModeTile-1024x512-57ae30f0c598acda4be4975930ad30e210debb61.jpg", + "playlist_name": "Playlist_Bounty_Squads", + "_type": "FortPlaylistInfo" + }, + { + "image": "https://cdn2.unrealengine.com/Fortnite/fortnite-game/playlistinformation/v94/10BR_Bounty_LTM_ModeTile-1024x512-57ae30f0c598acda4be4975930ad30e210debb61.jpg", + "playlist_name": "Playlist_Bounty_Solo", + "_type": "FortPlaylistInfo" + }, + { + "image": "https://cdn2.unrealengine.com/Fortnite/fortnite-game/playlistinformation/v94/10BR_Bounty_LTM_ModeTile-1024x512-57ae30f0c598acda4be4975930ad30e210debb61.jpg", + "playlist_name": "Playlist_Bounty_Duos", + "_type": "FortPlaylistInfo" + }, + { + "image": "https://cdn2.unrealengine.com/Fortnite/fortnite-game/playlistinformation/v94/09CM_WorldCup_FeatIsland_WorldRun_ModeTile-1024x512-34d66c90603f4e64ebd56054b889c4ec163abea5.jpg", + "playlist_name": "Playlist_Creative_Squad_Battle_16_B", + "violator": "COMMUNITY CREATION", + "_type": "FortPlaylistInfo" + }, + { + "image": "https://cdn2.unrealengine.com/Fortnite/fortnite-game/playlistinformation/BR_LTM_SneakySilencers-1024x512-1669e2eeddca63b61e9b94cc19c3ec502fd33f29.jpg", + "playlist_name": "Playlist_Sneaky_Duos", + "_type": "FortPlaylistInfo" + }, + { + "image": "https://cdn2.unrealengine.com/Fortnite/fortnite-game/playlistinformation/v94/09CM_WorldCup_FeatIsland_JunkyardJuke_ModeTile-1024x512-7a2585ce248f1efa438674c368b37116dc5514de.jpg", + "playlist_name": "Playlist_Creative_Squad_Battle_16_A", + "violator": "COMMUNITY CREATION", + "_type": "FortPlaylistInfo", + "description": "" + }, + { + "image": "https://cdn2.unrealengine.com/Fortnite/fortnite-game/playlisttiles/09CM_WorldCup_FeatIsland_SkyStation_ModeTile-1024x512-a5424f9ac27626a73646c9fd158901c4c363ec0c.jpg", + "playlist_name": "Playlist_Creative_Squad_Battle_32_A", + "violator": "COMMUNITY CREATION", + "_type": "FortPlaylistInfo", + "description": "Created by Team Evolve. Featured in the Fortnite World Cup Creative Finals. Battle other squads to capture zones and score points! Any player can capture a zone and score points for your team. Use impulse grenades to blast other teams out of the capture zones. Players can now earn XP after each game and the top three teams will earn bonus XP." + }, + { + "image": "https://cdn2.unrealengine.com/Fortnite/fortnite-game/playlistinformation/BR_LTM_OneShot-1024x512-9914c2c88b21f72f9628681e0cbcd20bb7311a3f.jpg", + "playlist_name": "Playlist_Low_Solo", + "_type": "FortPlaylistInfo" + }, + { + "image": "https://cdn2.unrealengine.com/Fortnite/fortnite-game/playlistinformation/14DaysofSummer/09BR_14DoS_LTM_HeavyMetal_ModeTile-1024x512-4db8223707fb313220eef577dafde5c14106e49d.jpg", + "playlist_name": "Playlist_Heavy_Solo", + "_type": "FortPlaylistInfo" + }, + { + "image": "https://cdn2.unrealengine.com/Fortnite/fortnite-game/playlistinformation/v94/09CM_In-Game_PropHunt_ModeTile-1024x512-1510311027a93a720b42ed22e711c7e478931adb.jpg", + "playlist_name": "Playlist_Creative_PuppyHugs", + "violator": "PLAYER MADE!", + "_type": "FortPlaylistInfo" + }, + { + "image": "https://cdn2.unrealengine.com/Fortnite/fortnite-game/playlistinformation/BR_LTM_Unvaulted-1024x512-d3cbe3c4a756190279af4ce98773d6599f7aab4f.jpg", + "playlist_name": "Playlist_Unvaulted_Duos", + "_type": "FortPlaylistInfo" + }, + { + "image": "https://cdn2.unrealengine.com/Fortnite/fortnite-game/playlistinformation/EN_CM09_BeachAssaultCreativeLTM_ContestWinner_ModeTile-1024x512-9cdeb2e0ea37179a37d3384cf73c9949d2d19546.jpg", + "playlist_name": "Playlist_Creative_BeachAssault", + "violator": "PLAYER MADE", + "_type": "FortPlaylistInfo", + "display_name": "BEACH ASSAULT BY PRUDIZ" + }, + { + "image": "https://cdn2.unrealengine.com/Fortnite/fortnite-game/playlistinformation/BR_LTM_Barebones-1024x512-4a29337febb04e9043d57c9e61afe849f8a9e9c7.jpg", + "playlist_name": "Playlist_Hard_Solo", + "_type": "FortPlaylistInfo", + "description": "This mode has the map, compass, storm timer and many other elements of the Heads Up Display turned off." + }, + { + "image": "https://cdn2.unrealengine.com/Fortnite/fortnite-game/playlistinformation/14DaysofSummer/09BR_14DoS_LTM_BlueWeapons_ModeTile-1024x512-0c38f1bc3b991943e3f6650bf7acfbcdd8739b1e.jpg", + "playlist_name": "Playlist_Blue_Squads", + "_type": "FortPlaylistInfo", + "description": "", + "display_name": "" + }, + { + "image": "https://cdn2.unrealengine.com/Fortnite/fortnite-game/playlistinformation/BR04_LTM_SolidGold-1024x512-36e202c36d3ef3bd151a97c060401d33ac6f549a.png", + "playlist_name": "Playlist_SolidGold_Squads", + "_type": "FortPlaylistInfo", + "description": "", + "display_name": "" + }, + { + "image": "https://cdn2.unrealengine.com/Fortnite/fortnite-game/playlistinformation/14DaysofSummer/09BR_14DoS_LTM_PurpleReign_ModeTile-1024x512-c5a7e2bd3f32b83f17e4fa28817312ab6210133c.jpg", + "playlist_name": "Playlist_Purple_Squads", + "_type": "FortPlaylistInfo" + }, + { + "image": "https://cdn2.unrealengine.com/Fortnite/fortnite-game/playlistinformation/14DaysofSummer/09BR_14DoS_LTM_FullAuto_ModeTile-1024x512-d1532221d738ba3aed434512b7c670e72b89f474.jpg", + "playlist_name": "Playlist_Auto_Squads", + "_type": "FortPlaylistInfo" + }, + { + "image": "https://cdn2.unrealengine.com/Fortnite/fortnite-game/playlistinformation/14DaysofSummer/09BR_14DoS_LTM_HeavyMetal_ModeTile-1024x512-4db8223707fb313220eef577dafde5c14106e49d.jpg", + "playlist_name": "Playlist_Heavy_Squads", + "_type": "FortPlaylistInfo" + }, + { + "image": "https://cdn2.unrealengine.com/Fortnite/fortnite-game/playlistinformation/14DaysofSummer/09BR_14DoS_LTM_GunGame_ModeTile-1024x512-409bcc8860d5bd4342f61b9ce0e9f39da7e05ddf.jpg", + "playlist_name": "Playlist_Gungame_Reverse", + "_type": "FortPlaylistInfo" + }, + { + "image": "https://cdn2.unrealengine.com/Fortnite/fortnite-game/playlistinformation/14DaysofSummer/09BR_14DoS_LTM_Surfin_ModeTile-1024x512-ebff23e30b121cfe3eecf173949c055325522090.jpg", + "playlist_name": "Playlist_Race_12", + "_type": "FortPlaylistInfo" + }, + { + "image": "https://cdn2.unrealengine.com/Fortnite/fortnite-game/playlistinformation/14DaysofSummer/09BR_14DoS_LTM_DeaglesandHeadshots_ModeTile-1024x512-4d969f5a9126ba71b7ee77088fd22df5b4c7caba.jpg", + "playlist_name": "Playlist_Beagles_Duos", + "_type": "FortPlaylistInfo" + }, + { + "image": "https://cdn2.unrealengine.com/Fortnite/fortnite-game/playlistinformation/14DaysofSummer/09BR_14DoS_LTM_LeaveNoneBehind_ModeTile-1024x512-bfe65d02a5d42577d22c133d25ad9c9fb62a35a0.jpg", + "playlist_name": "Playlist_Behind_Duos", + "_type": "FortPlaylistInfo" + }, + { + "image": "https://cdn2.unrealengine.com/Fortnite/fortnite-game/playlistinformation/14DaysofSummer/09BR_14DoS_LTM_LoadoutSwap_ModeTile-1024x512-f73c146f8ccc7998aab14f8c1957f0ad01faa933.jpg", + "playlist_name": "Playlist_Swap_Squads_Respawn", + "_type": "FortPlaylistInfo" + }, + { + "image": "https://cdn2.unrealengine.com/Fortnite/fortnite-game/playlistinformation/14DaysofSummer/09BR_14DoS_LTM_TankBattle_ModeTile-1024x512-48554aae511d9c5a7ac1a5d4fd54e0f5a37bd66d.jpg", + "playlist_name": "Playlist_Tank_Squads", + "_type": "FortPlaylistInfo" + }, + { + "image": "https://cdn2.unrealengine.com/Fortnite/fortnite-game/playlistinformation/14DaysofSummer/09BR_14DoS_LTM_StrategicStructures_ModeTile-1024x512-4f6f448375284fef60fe2a2c15f292115ebec558.jpg", + "playlist_name": "Playlist_Strategic_Squads", + "_type": "FortPlaylistInfo" + }, + { + "image": "https://cdn2.unrealengine.com/Fortnite/fortnite-game/playlistinformation/14DaysofSummer/09BR_14DoS_LTM_BuildersParadise_ModeTile-1024x512-730a5ffe51c8f0420b91529d1fc05e081aa2071c.jpg", + "playlist_name": "Playlist_Paradise_Squads", + "_type": "FortPlaylistInfo" + }, + { + "image": "https://cdn2.unrealengine.com/Fortnite/fortnite-game/playlistinformation/14DaysofSummer/09BR_14DoS_LTM_PowerUp_ModeTile-1024x512-7e1824071133f9eac4ca44c701605923893c85bf.jpg", + "playlist_name": "Playlist_Pow_Solo", + "_type": "FortPlaylistInfo" + }, + { + "image": "https://cdn2.unrealengine.com/Fortnite/fortnite-game/playlistinformation/14DaysofSummer/09BR_14DoS_LTM_BuilttoLast_ModeTile-1024x512-cf95f4701f41c608ae8590fe588a5a0ea25ed68a.jpg", + "playlist_name": "Playlist_Care_Duos", + "_type": "FortPlaylistInfo" + }, + { + "image": "https://cdn2.unrealengine.com/Fortnite/fortnite-game/playlistinformation/14DaysofSummer/09BR_14DoS_LTM_Tag_ModeTile-1024x512-d4471981ccdc8d9f444d1f416b3f4458612da006.jpg", + "playlist_name": "Playlist_Tag_Squads", + "_type": "FortPlaylistInfo" + }, + { + "image": "https://cdn2.unrealengine.com/Fortnite/fortnite-game/playlistinformation/14DaysofSummer/09BR_14DoS_LTM_WaterBalloons_ModeTile-1024x512-ea418e1a4fb6ce21d5f01f2ac18ae60e41e9ef74.jpg", + "playlist_name": "Playlist_Bison_Respawn_Squads", + "_type": "FortPlaylistInfo", + "description": "" + }, + { + "image": "https://cdn2.unrealengine.com/Fortnite/fortnite-game/playlistinformation/14DaysofSummer/09BR_14DoS_LTM_WaterBalloons_ModeTile-1024x512-ea418e1a4fb6ce21d5f01f2ac18ae60e41e9ef74.jpg", + "playlist_name": "Playlist_Bison_Respawn", + "_type": "FortPlaylistInfo", + "description": "" + }, + { + "image": "https://cdn2.unrealengine.com/Fortnite/fortnite-game/playlistinformation/14DaysofSummer/09BR_14DoS_LTM_SiphonRumble_ModeTile-1024x512-02ad3c97e4cdc7172f6ea59140b89b004f95886a.jpg", + "playlist_name": "Playlist_Respawn_20_Sif", + "_type": "FortPlaylistInfo" + }, + { + "image": "https://cdn2.unrealengine.com/Fortnite/fortnite-game/playlistinformation/14DaysofSummer/09BR_14DoS_LTM_LavaRumble_ModeTile-1024x512-29cc6ad680519d8f792bf1fa4053cf9191f84b6e.jpg", + "playlist_name": "Playlist_Respawn_20_Lava", + "_type": "FortPlaylistInfo" + }, + { + "image": "https://cdn2.unrealengine.com/Fortnite/fortnite-game/playlistinformation/BR06_ModeTile_TDM-1024x512-878ba9f92deb153ec85f2bcbce925e185344290e.jpg", + "playlist_name": "Playlist_Respawn_Squads", + "_type": "FortPlaylistInfo" + }, + { + "image": "https://cdn2.unrealengine.com/Fortnite/fortnite-game/playlistinformation/09BR_LTM_HordeRush_Mode_Tile-1024x512-a844840eb58db868b6abfbe18fc8a8f483e18c60.jpg", + "playlist_name": "Playlist_Mash_Squads", + "_type": "FortPlaylistInfo" + }, + { + "image": "https://cdn2.unrealengine.com/Fortnite/fortnite-game/playlistinformation/09BR_LTM_DowntownDrop_Screenshot_ModeTile-1024x512-d8ce0a16ae59e2a2f501813ddf540a00e60098b5.jpg", + "playlist_name": "Playlist_Creative_Vigilante", + "violator": "PLAYER MADE!", + "_type": "FortPlaylistInfo", + "description": "Created by NotNellaf & Tollmolia in collaboration with Jordan Brand. \r\n\r\nShow off your moves in the Downtown Drop LTM. Launch off massive jumps, grind down city streets and collect coins to win! \r\n\r\nProve you deserve the title of G.O.A.T." + }, + { + "image": "https://cdn2.unrealengine.com/Fortnite/fortnite-game/playlistinformation/09BR_Social_LTM_WicksBounty_Announce_PlaylistTile-1024x512-df3870c355530a7591c7a3fa453c15686c862989.jpg", + "playlist_name": "Playlist_Wax_Squads", + "_type": "FortPlaylistInfo" + }, + { + "image": "https://cdn2.unrealengine.com/Fortnite/fortnite-game/playlistinformation/09BR_Social_LTM_WicksBounty_Announce_PlaylistTile-1024x512-df3870c355530a7591c7a3fa453c15686c862989.jpg", + "playlist_name": "Playlist_Wax_Duos", + "_type": "FortPlaylistInfo" + }, + { + "image": "https://cdn2.unrealengine.com/Fortnite/fortnite-game/playlistinformation/09BR_Social_LTM_WicksBounty_Announce_PlaylistTile-1024x512-df3870c355530a7591c7a3fa453c15686c862989.jpg", + "playlist_name": "Playlist_Wax_Solo", + "_type": "FortPlaylistInfo" + }, + { + "image": "https://cdn2.unrealengine.com/Fortnite/fortnite-game/playlistinformation/v94/09BR_RobotFight_ModeTile-1024x512-2a5383ab45d733d276100a14092da01c5db66fb7.jpg", + "playlist_name": "Playlist_Music_Highest ", + "violator": "LIVE EVENT!", + "_type": "FortPlaylistInfo" + }, + { + "image": "https://cdn2.unrealengine.com/Fortnite/fortnite-game/playlistinformation/v94/09BR_RobotFight_ModeTile-1024x512-2a5383ab45d733d276100a14092da01c5db66fb7.jpg", + "playlist_name": "Playlist_Music_Higher", + "violator": "LIVE EVENT!", + "_type": "FortPlaylistInfo" + }, + { + "image": "https://cdn2.unrealengine.com/Fortnite/fortnite-game/playlistinformation/v94/10BR_In-Game_Farewell_ModeTile-1024x512-3c6326529cb23dbe465594a4266f2054ba52e4ad.jpg", + "playlist_name": "Playlist_Music_High", + "violator": "LIVE EVENT!", + "_type": "FortPlaylistInfo" + }, + { + "image": "https://cdn2.unrealengine.com/Fortnite/fortnite-game/playlistinformation/v94/09BR_RobotFight_ModeTile-1024x512-2a5383ab45d733d276100a14092da01c5db66fb7.jpg", + "playlist_name": "Playlist_Music_Med", + "violator": "LIVE EVENT!", + "_type": "FortPlaylistInfo" + }, + { + "image": "https://cdn2.unrealengine.com/Fortnite/fortnite-game/playlistinformation/v94/09BR_RobotFight_ModeTile-1024x512-2a5383ab45d733d276100a14092da01c5db66fb7.jpg", + "playlist_name": "Playlist_Music_Low", + "violator": "LIVE EVENT!", + "_type": "FortPlaylistInfo" + }, + { + "image": "https://cdn2.unrealengine.com/Fortnite/fortnite-game/playlistinformation/08BR_LTM_Endgame_InGame_Mode-Tile-1024x512-03bb0dc121ae8b2dcd27b8b386670737093d0c83.jpg", + "playlist_name": "Playlist_Ashton_Sm", + "_type": "FortPlaylistInfo" + }, + { + "image": "https://cdn2.unrealengine.com/Fortnite/fortnite-game/playlistinformation/EN_08BR_DeepFried_Mode_Tile-1024x512-227979fa27053f858066a1a47d68b55f792fded1.jpg", + "playlist_name": "Playlist_Barrier_16_B_Lava", + "_type": "FortPlaylistInfo" + }, + { + "image": "https://cdn2.unrealengine.com/Fortnite/fortnite-game/playlistinformation/08BR_AirRoyale_Mode-Tile-1024x512-e071f542b7e0ce2cfc34c208e14604815b76439c.jpg", + "playlist_name": "Playlist_Goose_Squads", + "_type": "FortPlaylistInfo" + }, + { + "image": "https://cdn2.unrealengine.com/Fortnite/fortnite-game/playlistinformation/08BR_AirRoyale_Mode-Tile-1024x512-e071f542b7e0ce2cfc34c208e14604815b76439c.jpg", + "playlist_name": "Playlist_Goose_Duos_24", + "_type": "FortPlaylistInfo" + }, + { + "image": "https://cdn2.unrealengine.com/Fortnite/fortnite-game/playlistinformation/08BR_AirRoyale_Mode-Tile-1024x512-e071f542b7e0ce2cfc34c208e14604815b76439c.jpg", + "playlist_name": "Playlist_Goose_Solo", + "_type": "FortPlaylistInfo" + }, + { + "image": "https://yt3.ggpht.com/a/AGF-l79CQOPeiM3Ve_skW5DrQ2B_uFzEJ54pFBdvoQ=s900-c-k-c0xffffffff-no-rj-mo", + "playlist_name": "Playlist_PlaygroundV2", + "_type": "FortPlaylistInfo", + "description": "sicko mode" + }, + { + "image": "https://yt3.ggpht.com/a/AGF-l79CQOPeiM3Ve_skW5DrQ2B_uFzEJ54pFBdvoQ=s900-c-k-c0xffffffff-no-rj-mo", + "playlist_name": "Playlist_Playground", + "_type": "FortPlaylistInfo", + "description": "sicko mode" + }, + { + "image": "https://cdn2.unrealengine.com/Fortnite/fortnite-game/playlistinformation/08BR_LTM_FloorIsLava_ModeTile-1024x512-f1af4cd98c7ff0ce4058f4e3b65a853641d0a35e.jpg", + "playlist_name": "Playlist_Fill_Squads", + "_type": "FortPlaylistInfo" + }, + { + "image": "https://cdn2.unrealengine.com/Fortnite/fortnite-game/playlistinformation/08BR_LTM_FloorIsLava_ModeTile-1024x512-f1af4cd98c7ff0ce4058f4e3b65a853641d0a35e.jpg", + "playlist_name": "Playlist_Fill_Duos", + "_type": "FortPlaylistInfo" + }, + { + "image": "https://cdn2.unrealengine.com/Fortnite/fortnite-game/playlistinformation/08BR_LTM_FloorIsLava_ModeTile-1024x512-f1af4cd98c7ff0ce4058f4e3b65a853641d0a35e.jpg", + "playlist_name": "Playlist_Fill_Solo", + "_type": "FortPlaylistInfo" + }, + { + "image": "https://cdn2.unrealengine.com/Fortnite/fortnite-game/playlistinformation/08BR_LTM_SolidGreen_ModeTile_Squads-1024x512-f0d931472907d54ffaa52ef81f78bf9d5fcfaa2d.jpg", + "playlist_name": "Playlist_Green_Duos", + "_type": "FortPlaylistInfo" + }, + { + "image": "https://cdn2.unrealengine.com/Fortnite/fortnite-game/playlistinformation/08BR_LTM_SolidGreen_ModeTile_Squads-1024x512-f0d931472907d54ffaa52ef81f78bf9d5fcfaa2d.jpg", + "playlist_name": "Playlist_Green_Squad", + "_type": "FortPlaylistInfo" + }, + { + "image": "https://cdn2.unrealengine.com/Fortnite/fortnite-game/playlistinformation/08BR_LTM_SolidGreen_ModeTile_Squads-1024x512-f0d931472907d54ffaa52ef81f78bf9d5fcfaa2d.jpg", + "playlist_name": "Playlist_Green_Solo", + "_type": "FortPlaylistInfo" + }, + { + "image": "https://cdn2.unrealengine.com/Fortnite/fortnite-game/playlistinformation/BR_LTM_Slide-1024x512-189625349e80dc81e225691aa952ffd280996058.jpg", + "playlist_name": "Playlist_Slide_Duos", + "_type": "FortPlaylistInfo" + }, + { + "image": "https://cdn2.unrealengine.com/Fortnite/fortnite-game/playlistinformation/BR_LTM_Unvaulted-1024x512-d3cbe3c4a756190279af4ce98773d6599f7aab4f.jpg", + "playlist_name": "Playlist_Classic_Squads", + "_type": "FortPlaylistInfo" + }, + { + "image": "https://cdn2.unrealengine.com/Fortnite/fortnite-game/playlistinformation/BR07_ModeTile_LTM_Drifting50s_Powder-1024x512-5fb24cfd4d83e4cd3a3589b126313beba9cc69a7.jpg", + "playlist_name": "Playlist_Hover", + "_type": "FortPlaylistInfo" + }, + { + "image": "https://cdn2.unrealengine.com/Fortnite/fortnite-game/playlistinformation/BR07_ModeTile_LTM_Drifting50s_Powder-1024x512-5fb24cfd4d83e4cd3a3589b126313beba9cc69a7.jpg", + "playlist_name": "Playlist_Hover_64", + "violator": "Large Team Mode", + "_type": "FortPlaylistInfo" + }, + { + "image": "https://cdn2.unrealengine.com/Fortnite/fortnite-game/playlistinformation/BR07_ModeTile_LTM_Drifting50s_Powder-1024x512-5fb24cfd4d83e4cd3a3589b126313beba9cc69a7.jpg", + "playlist_name": "Playlist_Hover_48", + "violator": "Large Team Mode", + "_type": "FortPlaylistInfo" + }, + { + "image": "https://cdn2.unrealengine.com/Fortnite/fortnite-game/playlistinformation/BR07_ModeTile_LTM_InfinityBlade_v2-1024x512-475608c25c288f7d5c884eeebc47fb565f6f5803.jpg", + "playlist_name": "Playlist_Sword_Solo", + "_type": "FortPlaylistInfo" + }, + { + "image": "https://cdn2.unrealengine.com/Fortnite/fortnite-game/playlistinformation/BR07_ModeTile_LTM_InfinityBlade_v2-1024x512-475608c25c288f7d5c884eeebc47fb565f6f5803.jpg", + "playlist_name": "Playlist_Sword_Duos", + "_type": "FortPlaylistInfo" + }, + { + "_type": "FortPlaylistInfo" + }, + { + "image": "https://cdn2.unrealengine.com/Fortnite/fortnite-game/playlistinformation/BR07_ModeTile_LTM_InfinityBlade_v2-1024x512-475608c25c288f7d5c884eeebc47fb565f6f5803.jpg", + "playlist_name": "Playlist_Sword_Squads", + "_type": "FortPlaylistInfo" + }, + { + "image": "https://cdn2.unrealengine.com/Fortnite/fortnite-game/playlistinformation/BR07_ModeTile_LTM_LoveShot_v2-1024x512-cd7b917157be2472bebc3db3b125e9b20174c748.jpg", + "playlist_name": "Playlist_Love_Squads", + "_type": "FortPlaylistInfo" + }, + { + "image": "https://cdn2.unrealengine.com/Fortnite/fortnite-game/playlistinformation/BR07_ModeTile_LTM_LoveShot_v2-1024x512-cd7b917157be2472bebc3db3b125e9b20174c748.jpg", + "playlist_name": "Playlist_Love_Duos", + "_type": "FortPlaylistInfo" + }, + { + "image": "https://cdn2.unrealengine.com/Fortnite/fortnite-game/playlistinformation/BR07_ModeTile_LTM_LoveShot_v2-1024x512-cd7b917157be2472bebc3db3b125e9b20174c748.jpg", + "playlist_name": "Playlist_Love_Solo", + "_type": "FortPlaylistInfo" + }, + { + "image": "https://cdn2.unrealengine.com/Fortnite/fortnite-game/playlistinformation/BR07_ModeTile_LTM_CatchSquads-1024x512-7289222d56b08ef8de20c7187af2670496dca3df.jpg", + "playlist_name": "Playlist_Toss_Solo", + "_type": "FortPlaylistInfo" + }, + { + "image": "https://cdn2.unrealengine.com/Fortnite/fortnite-game/playlistinformation/BR07_ModeTile_LTM_CatchSquads-1024x512-7289222d56b08ef8de20c7187af2670496dca3df.jpg", + "playlist_name": "Playlist_Toss_Duos", + "_type": "FortPlaylistInfo" + }, + { + "image": "https://cdn2.unrealengine.com/Fortnite/fortnite-game/playlistinformation/BR07_ModeTile_LTM_CatchSquads-1024x512-7289222d56b08ef8de20c7187af2670496dca3df.jpg", + "playlist_name": "Playlist_Toss_Squads", + "_type": "FortPlaylistInfo" + }, + { + "image": "https://cdn2.unrealengine.com/Fortnite/fortnite-game/playlistinformation/BR07_ModeTile_NFL_TeamRumble-1024x512-6facfc07214965dc2211d703904607a30c68d08a.jpg", + "playlist_name": "Playlist_Omaha", + "_type": "FortPlaylistInfo" + }, + { + "image": "https://cdn2.unrealengine.com/Fortnite/fortnite-game/playlistinformation/v94/11BR_Launch_ModeTiles_Trios-1024x512-8ef1dd32631d500736e63f781784430456607c0e.jpg", + "playlist_name": "Playlist_Trios", + "_type": "FortPlaylistInfo" + }, + { + "image": "https://cdn2.unrealengine.com/Fortnite/fortnite-game/playlistinformation/BR07_ModeTile_WinterDeimos_Squads-1024x512-cf4323aa9c2cfd027484cf4da14544128e3d4c7e.jpg", + "playlist_name": "Playlist_Deimos_Squad_Winter", + "_type": "FortPlaylistInfo" + }, + { + "image": "https://cdn2.unrealengine.com/Fortnite/fortnite-game/playlistinformation/BR07_ModeTile_WinterDeimos_Duos_-1024x512-84315aac8d1fcfb840deba46c4dafda8e9005b2a.jpg", + "playlist_name": "Playlist_Deimos_Duo_Winter", + "_type": "FortPlaylistInfo" + }, + { + "image": "https://cdn2.unrealengine.com/Fortnite/fortnite-game/playlistinformation/BR07_ModeTile_WinterDeimos_Solo-1024x512-5c759fe60ec85988f35c729b5fb6a7993d8dbb58.jpg", + "playlist_name": "Playlist_Deimos_Solo_Winter", + "_type": "FortPlaylistInfo" + }, + { + "image": "https://cdn2.unrealengine.com/Fortnite/fortnite-game/playlistinformation/BR_LTM_OneShot-1024x512-9914c2c88b21f72f9628681e0cbcd20bb7311a3f.jpg", + "playlist_name": "Playlist_Low_Duos", + "_type": "FortPlaylistInfo" + }, + { + "image": "https://cdn2.unrealengine.com/Fortnite/fortnite-game/playlistinformation/BR_LTM_GroundGame-1024x512-37a4d1d335b4c9427bdc672db0f335f4df813874.jpg", + "playlist_name": "Playlist_Ground_Duos", + "_type": "FortPlaylistInfo" + }, + { + "image": "https://cdn2.unrealengine.com/Fortnite/fortnite-game/playlistinformation/BR_LTM_WildWest-1024x512-42779242a5a73d654332d9d0afe0983f9d8401d0.jpg", + "playlist_name": "Playlist_WW_Solo", + "_type": "FortPlaylistInfo" + }, + { + "image": "https://cdn2.unrealengine.com/Fortnite/fortnite-game/playlistinformation/BR_LTM_Slide-1024x512-189625349e80dc81e225691aa952ffd280996058.jpg", + "playlist_name": "Playlist_Slide_Squads", + "_type": "FortPlaylistInfo" + }, + { + "image": "https://cdn2.unrealengine.com/Fortnite/fortnite-game/playlistinformation/BR_LTM_GroundGame-1024x512-37a4d1d335b4c9427bdc672db0f335f4df813874.jpg", + "playlist_name": "Playlist_Ground_Squads", + "_type": "FortPlaylistInfo" + }, + { + "image": "https://cdn2.unrealengine.com/Fortnite/fortnite-game/playlistinformation/BR_LTM_GroundGame-1024x512-37a4d1d335b4c9427bdc672db0f335f4df813874.jpg", + "playlist_name": "Ground_Squads", + "_type": "FortPlaylistInfo" + }, + { + "image": "https://cdn2.unrealengine.com/Fortnite/fortnite-game/playlistinformation/BR_LTM_OneShot-1024x512-9914c2c88b21f72f9628681e0cbcd20bb7311a3f.jpg", + "playlist_name": "Playlist_Low_Squads", + "_type": "FortPlaylistInfo" + }, + { + "image": "https://cdn2.unrealengine.com/Fortnite/fortnite-game/playlistinformation/BR_LTM_HighExplosives50s-1024x512-3a8d44af3c2718b5aaaaebbd4627258a657bf0bf.jpg", + "playlist_name": "Playlist_50v50HE", + "_type": "FortPlaylistInfo" + }, + { + "image": "https://cdn2.unrealengine.com/Fortnite/fortnite-game/playlistinformation/BR_LTM_HighExplosives-1024x512-4afc4219531db710e56f3b038e7cd84ca2be7675.jpg", + "playlist_name": "Playlist_HighExplosives_Duos", + "_type": "FortPlaylistInfo" + }, + { + "image": "https://cdn2.unrealengine.com/Fortnite/fortnite-game/playlistinformation/BR_LTM_HighExplosives-1024x512-4afc4219531db710e56f3b038e7cd84ca2be7675.jpg", + "playlist_name": "Playlist_HighExplosives_Squads", + "_type": "FortPlaylistInfo" + }, + { + "image": "https://cdn2.unrealengine.com/Fortnite/fortnite-game/playlistinformation/BR_LTM_HighExplosives-1024x512-4afc4219531db710e56f3b038e7cd84ca2be7675.jpg", + "playlist_name": "Playlist_HighExplosives_Squads / Event 24", + "_type": "FortPlaylistInfo" + }, + { + "image": "https://cdn2.unrealengine.com/Fortnite/fortnite-game/playlistinformation/BR_LTM_WildWest-1024x512-42779242a5a73d654332d9d0afe0983f9d8401d0.jpg", + "playlist_name": "Playlist_WW_Squads", + "_type": "FortPlaylistInfo" + }, + { + "image": "https://cdn2.unrealengine.com/Fortnite/fortnite-game/playlistinformation/BR_LTM_SneakySilencers-1024x512-1669e2eeddca63b61e9b94cc19c3ec502fd33f29.jpg", + "playlist_name": "Playlist_Sneaky_Solo", + "_type": "FortPlaylistInfo" + }, + { + "image": "https://cdn2.unrealengine.com/Fortnite/fortnite-game/playlistinformation/BR_LTM_FoodFight16-1024x512-309538a1b961b5ab0c22417ab34170cc302bbab8.jpg", + "playlist_name": "Playlist_Barrier_16", + "_type": "FortPlaylistInfo" + }, + { + "image": "https://cdn2.unrealengine.com/Fortnite/fortnite-game/playlistinformation/BR_LTM_CloseEncounters50s-1024x512-03dcc058e1bec3e853b3ee20594128805223b5a3.jpg", + "playlist_name": "Playlist_Close_50", + "_type": "FortPlaylistInfo" + }, + { + "image": "https://cdn2.unrealengine.com/Fortnite/fortnite-game/playlistinformation/BR_LTM_HolidayDisco-1024x512-684bd4b41613e59d895a477389515a8b4878da6a.jpg", + "playlist_name": "Playlist_Disco_32_Alt", + "_type": "FortPlaylistInfo" + }, + { + "image": "https://cdn2.unrealengine.com/Fortnite/fortnite-game/playlistinformation/BR_LTM_Slide-1024x512-189625349e80dc81e225691aa952ffd280996058.jpg", + "playlist_name": "Playlist_Slide_Solo", + "_type": "FortPlaylistInfo" + }, + { + "image": "https://cdn2.unrealengine.com/Fortnite/fortnite-game/playlistinformation/BR_LTM_Barebones-1024x512-4a29337febb04e9043d57c9e61afe849f8a9e9c7.jpg", + "playlist_name": "Playlist_Hard_Squads", + "_type": "FortPlaylistInfo" + }, + { + "image": "https://cdn2.unrealengine.com/Fortnite/fortnite-game/playlistinformation/BR_LTM_Siphon-1024x512-66cb27084be50387682989b50a01dbc9e42f5a5d.jpg", + "playlist_name": "Playlist_Vamp_Squad", + "_type": "FortPlaylistInfo" + }, + { + "image": "https://cdn2.unrealengine.com/Fortnite/fortnite-game/playlistinformation/BR07_14-DoF_Social-1024x512-5fa7dd4752d1f0cc1a101f09cb170d0f5b2a31cf.jpg", + "playlist_name": "Playlist_33", + "violator": "", + "_type": "FortPlaylistInfo" + }, + { + "image": "https://cdn2.unrealengine.com/Fortnite/fortnite-game/playlistinformation/BR_LTM_Unvaulted-1024x512-d3cbe3c4a756190279af4ce98773d6599f7aab4f.jpg", + "playlist_name": "Playlist_Unvaulted_Squads", + "violator": "", + "_type": "FortPlaylistInfo", + "description": "", + "display_name": "" + }, + { + "image": "https://cdn2.unrealengine.com/Fortnite/fortnite-game/playlistinformation/BR06_ModeTile_TDM-1024x512-878ba9f92deb153ec85f2bcbce925e185344290e.jpg", + "playlist_name": "Playlist_Respawn_24", + "_type": "FortPlaylistInfo", + "description": "" + }, + { + "image": "https://cdn2.unrealengine.com/Fortnite/fortnite-game/playlistinformation/BR06_ModeTile_LTM_WildWest-1024x512-f67d9d1dd2ca0b290c92b1380240429f0f257a10.jpg", + "playlist_name": "Playlist_WW_Duos", + "_type": "FortPlaylistInfo" + }, + { + "image": "https://cdn2.unrealengine.com/Fortnite/fortnite-game/playlistinformation/BR06_LobbyTile_FoodFight-1024x512-5e1540a0a2ba0a1f663d32c60cfec3a360278672.png", + "playlist_name": "Playlist_Barrier_12", + "_type": "FortPlaylistInfo" + }, + { + "image": "https://cdn2.unrealengine.com/Fortnite/fortnite-game/playlistinformation/BR06_In-GamePlaylist_TeamTerror-1024x512-310430bdaf1b1dd0ecb4d3b180bb6409b7ff6e27.jpg", + "playlist_name": "playlist_deimos_50", + "_type": "FortPlaylistInfo", + "description": "", + "display_name": "" + }, + { + "image": "https://cdn2.unrealengine.com/Fortnite/fortnite-game/playlistinformation/BR06_Fortnitemares_In-GamePlaylist_1024x512_-Solo-1024x512-7e7fe76e48beb3a06da0592cb26e412265986e4d.jpg", + "playlist_name": "Playlist_Deimos_Solo", + "violator": "", + "_type": "FortPlaylistInfo", + "display_name": "" + }, + { + "image": "https://cdn2.unrealengine.com/Fortnite/fortnite-game/playlistinformation/BR06_Fortnitemares_In-GamePlaylist_1024x512_Squads-1024x512-783a0812f6acf1f5931c8015e6ad13c0b76c5a9c.jpg", + "playlist_name": "Playlist_Deimos_Squad", + "violator": "", + "_type": "FortPlaylistInfo", + "display_name": "" + }, + { + "image": "https://cdn2.unrealengine.com/Fortnite/fortnite-game/playlistinformation/BR06_Fortnitemares_In-GamePlaylist_1024x512_Duos-1024x512-1eadb7cfab62c9eb5c90c65577c676d5d0bb15c2.jpg", + "playlist_name": "Playlist_Deimos_Duo", + "violator": "", + "_type": "FortPlaylistInfo", + "display_name": "" + }, + { + "image": "https://cdn2.unrealengine.com/Fortnite/fortnite-game/playlistinformation/BR06_LobbyTile_LTM_DiscoDomination-1024x512-c79f07de78d8283656fcf4d1ee757f880911d775.jpg", + "playlist_name": "Playlist_Disco_32", + "_type": "FortPlaylistInfo" + }, + { + "image": "https://cdn2.unrealengine.com/Fortnite/fortnite-game/playlistinformation/BR06_LobbyTile_LTM_DiscoDomination-1024x512-c79f07de78d8283656fcf4d1ee757f880911d775.jpg", + "playlist_name": "Playlist_Disco", + "_type": "FortPlaylistInfo" + }, + { + "image": "https://cdn2.unrealengine.com/Fortnite/fortnite-game/playlistinformation/BR05_LTM_Soaring50s-1024x512-80762dcc260cc959c11dac2ca2f6ae176eb63ef3.jpg", + "playlist_name": "Playlist_Soaring_Squads", + "special_border": "None", + "_type": "FortPlaylistInfo" + }, + { + "image": "https://cdn2.unrealengine.com/Fortnite/fortnite-game/playlistinformation/BR05_LTM_Soaring50s-1024x512-80762dcc260cc959c11dac2ca2f6ae176eb63ef3.jpg", + "playlist_name": "Playlist_Soaring_Duos", + "special_border": "None", + "_type": "FortPlaylistInfo" + }, + { + "image": "https://cdn2.unrealengine.com/Fortnite/fortnite-game/playlistinformation/BR05_LTM_Soaring50s-1024x512-80762dcc260cc959c11dac2ca2f6ae176eb63ef3.jpg", + "playlist_name": "Playlist_Soaring_Solo", + "special_border": "None", + "_type": "FortPlaylistInfo" + }, + { + "image": "https://cdn2.unrealengine.com/Fortnite/fortnite-game/playlistinformation/08BR_HighStakes_ModeTile-1024x512-741e576e8ae2e30c256ff3508011760ace890711.jpg", + "playlist_name": "Playlist_Bling_Squads", + "violator": "", + "special_border": "HighStakes", + "_type": "FortPlaylistInfo" + }, + { + "image": "https://cdn2.unrealengine.com/Fortnite/fortnite-game/playlistinformation/08BR_HighStakes_ModeTile-1024x512-741e576e8ae2e30c256ff3508011760ace890711.jpg", + "playlist_name": "Playlist_Bling_Duos", + "violator": "", + "special_border": "HighStakes", + "_type": "FortPlaylistInfo", + "description": "" + }, + { + "image": "https://cdn2.unrealengine.com/Fortnite/fortnite-game/playlistinformation/08BR_HighStakes_ModeTile-1024x512-741e576e8ae2e30c256ff3508011760ace890711.jpg", + "playlist_name": "Playlist_Bling_Solo", + "violator": "", + "special_border": "HighStakes", + "_type": "FortPlaylistInfo" + }, + { + "image": "https://cdn2.unrealengine.com/Fortnite/fortnite-game/playlistinformation/BR04_LTM_SolidGold-1024x512-36e202c36d3ef3bd151a97c060401d33ac6f549a.png", + "playlist_name": "Playlist_50v50SAU", + "_type": "FortPlaylistInfo" + }, + { + "image": "https://cdn2.unrealengine.com/Fortnite/fortnite-game/playlistinformation/BR05_LobbyTile_LTM_ScoreRoyale-1024x512-b608aaf7840cdf6b7a702c5cbe1848a2247516d6.jpg", + "playlist_name": "Playlist_Score_Squads", + "_type": "FortPlaylistInfo" + }, + { + "image": "https://cdn2.unrealengine.com/Fortnite/fortnite-game/playlistinformation/BR05_LobbyTile_LTM_ScoreRoyale-1024x512-b608aaf7840cdf6b7a702c5cbe1848a2247516d6.jpg", + "playlist_name": "Playlist_Score_Duos", + "_type": "FortPlaylistInfo" + }, + { + "image": "https://cdn2.unrealengine.com/Fortnite/fortnite-game/playlistinformation/BR05_LobbyTile_LTM_ScoreRoyale-1024x512-b608aaf7840cdf6b7a702c5cbe1848a2247516d6.jpg", + "playlist_name": "Playlist_Score_Solo", + "_type": "FortPlaylistInfo" + }, + { + "image": "https://cdn2.unrealengine.com/Fortnite/fortnite-game/playlistinformation/BR05_LTM_Soaring50s-1024x512-80762dcc260cc959c11dac2ca2f6ae176eb63ef3.jpg", + "playlist_name": "Playlist_Soaring_50s", + "special_border": "None", + "_type": "FortPlaylistInfo" + }, + { + "image": "https://cdn2.unrealengine.com/Fortnite/fortnite-game/playlistinformation/BR05_LobbyTile_LTM-Steady-Storm-1024x512-f38e603ed9c80b6210a25c4737d3d8b675b8d28e.jpg", + "playlist_name": "Playlist_Steady_Duos", + "_type": "FortPlaylistInfo" + }, + { + "image": "https://cdn2.unrealengine.com/Fortnite/fortnite-game/playlistinformation/BR05_LobbyTile_LTM-Steady-Storm-1024x512-f38e603ed9c80b6210a25c4737d3d8b675b8d28e.jpg", + "playlist_name": "Playlist_Steady_Squads", + "_type": "FortPlaylistInfo" + }, + { + "image": "https://cdn2.unrealengine.com/Fortnite/fortnite-game/playlistinformation/BR05_LobbyTile_LTM-Steady-Storm-1024x512-f38e603ed9c80b6210a25c4737d3d8b675b8d28e.jpg", + "playlist_name": "Playlist_Steady_Solo", + "_type": "FortPlaylistInfo" + }, + { + "image": "https://cdn2.unrealengine.com/Fortnite/fortnite-game/playlistinformation/BR05_LTM_FlyExplosives-1024x512-6283e3392b3aa44794dac64423b22606f8773503.png", + "playlist_name": "Playlist_FlyExplosives_Duos", + "_type": "FortPlaylistInfo" + }, + { + "image": "https://cdn2.unrealengine.com/Fortnite/fortnite-game/playlistinformation/BR05_LTM_FlyExplosives-1024x512-6283e3392b3aa44794dac64423b22606f8773503.png", + "playlist_name": "Playlist_FlyExplosives_Squads", + "_type": "FortPlaylistInfo" + }, + { + "image": "https://cdn2.unrealengine.com/Fortnite/fortnite-game/playlistinformation/BR05_LTM_FlyExplosives-1024x512-6283e3392b3aa44794dac64423b22606f8773503.png", + "playlist_name": "Playlist_FlyExplosives_Solo", + "_type": "FortPlaylistInfo" + }, + { + "image": "https://cdn2.unrealengine.com/Fortnite/fortnite-game/playlisttiles/LTM_Tile_FinalFight-1024x576-5af82788940faeef422ad204aaa241e36e7c9c56.jpg", + "playlist_name": "Playlist_Final_12", + "_type": "FortPlaylistInfo" + }, + { + "image": "https://yt3.ggpht.com/a/AGF-l79CQOPeiM3Ve_skW5DrQ2B_uFzEJ54pFBdvoQ=s900-c-k-c0xffffffff-no-rj-mo", + "playlist_name": "Playlist_Creative_PlayOnly", + "violator": "", + "special_border": "None", + "_type": "FortPlaylistInfo", + "display_subname": "-" + }, + { + "image": "https://cdn2.unrealengine.com/Fortnite/fortnite-game/playlistimages/BR_LTM-Tile_Tactics-Showdown-1024x512-a84753f49eb70d8751a99b4db83cdb5eb8290166.jpg", + "playlist_name": "Playlist_Taxes_Squads", + "_type": "FortPlaylistInfo" + }, + { + "image": "https://cdn2.unrealengine.com/Fortnite/fortnite-game/playlistimages/BR_LTM-Tile_Tactics-Showdown-1024x512-a84753f49eb70d8751a99b4db83cdb5eb8290166.jpg", + "playlist_name": "Playlist_Taxes_Duos", + "_type": "FortPlaylistInfo" + }, + { + "image": "https://cdn2.unrealengine.com/Fortnite/fortnite-game/playlistimages/BR_LTM-Tile_Tactics-Showdown-1024x512-a84753f49eb70d8751a99b4db83cdb5eb8290166.jpg", + "playlist_name": "Playlist_Taxes_Solo", + "_type": "FortPlaylistInfo" + }, + { + "image": "https://cdn2.unrealengine.com/Fortnite/fortnite-game/playlisttiles/LTM_Tile_FinalFight-1024x576-5af82788940faeef422ad204aaa241e36e7c9c56.jpg", + "playlist_name": "Playlist_Final_20", + "_type": "FortPlaylistInfo" + }, + { + "image": "https://cdn2.unrealengine.com/Fortnite/fortnite-game/playlistinformation/BR04_LTM_SniperShootout-1024x512-bcaf8004961e4e374d0603813f840f4b575d230b.jpg", + "playlist_name": "Playlist_Snipers_Squads", + "_type": "FortPlaylistInfo" + }, + { + "image": "https://cdn2.unrealengine.com/Fortnite/fortnite-game/playlistinformation/BR04_LTM_SniperShootout-1024x512-bcaf8004961e4e374d0603813f840f4b575d230b.jpg", + "playlist_name": "Playlist_Snipers_Duos", + "_type": "FortPlaylistInfo" + }, + { + "image": "https://cdn2.unrealengine.com/Fortnite/fortnite-game/playlistinformation/BR04_LTM_SniperShootout-1024x512-bcaf8004961e4e374d0603813f840f4b575d230b.jpg", + "playlist_name": "Playlist_Snipers_Solo", + "_type": "FortPlaylistInfo" + }, + { + "image": "https://cdn2.unrealengine.com/Fortnite/fortnite-game/playlisttiles/BR04_LTM_BlitzShowdown-1024x512-7eccbc505214ac522cc5dde7b3ceaa3a5f99e754.png", + "playlist_name": "Playlist_Comp_Blitz_Solo", + "_type": "FortPlaylistInfo" + }, + { + "image": "https://cdn2.unrealengine.com/Fortnite/fortnite-game/playlistinformation/BR04_LTM_5x20-1024x512-451b402db5751c25a1e7616930c5ae37d8b20710.png", + "playlist_name": "Playlist_5x20", + "_type": "FortPlaylistInfo" + }, + { + "image": "https://cdn2.unrealengine.com/Fortnite/fortnite-game/playlistinformation/BR04_LTM_Blitz-1024x512-98c63417095442c210177ee9b5f3463d0003cd5a.png", + "playlist_name": "Playlist_Blitz_Solo", + "_type": "FortPlaylistInfo" + }, + { + "image": "https://cdn2.unrealengine.com/Fortnite/fortnite-game/playlistinformation/BR04_LTM_Blitz-1024x512-98c63417095442c210177ee9b5f3463d0003cd5a.png", + "playlist_name": "Playlist_Blitz_Duos", + "_type": "FortPlaylistInfo" + }, + { + "image": "https://cdn2.unrealengine.com/Fortnite/fortnite-game/playlistinformation/BR04_LTM_Blitz-1024x512-98c63417095442c210177ee9b5f3463d0003cd5a.png", + "playlist_name": "Playlist_Blitz_Squad", + "_type": "FortPlaylistInfo" + }, + { + "image": "https://cdn2.unrealengine.com/Fortnite/fortnite-game/playlistinformation/BR04_LTM_CloseEncounters-1024x512-e617b7603adb59353ba81ed392174859c0c6807b.jpg", + "playlist_name": "Playlist_Close_Solo", + "_type": "FortPlaylistInfo" + }, + { + "image": "https://cdn2.unrealengine.com/Fortnite/fortnite-game/playlistinformation/BR04_LTM_CloseEncounters-1024x512-e617b7603adb59353ba81ed392174859c0c6807b.jpg", + "playlist_name": "Playlist_Close_Squad", + "_type": "FortPlaylistInfo" + }, + { + "image": "https://cdn2.unrealengine.com/Fortnite/fortnite-game/playlistinformation/BR04_LTM_CloseEncounters-1024x512-e617b7603adb59353ba81ed392174859c0c6807b.jpg", + "playlist_name": "Playlist_Close_Duos", + "_type": "FortPlaylistInfo" + }, + { + "image": "https://cdn2.unrealengine.com/Fortnite/fortnite-game/playlisttiles/BR04_LTM_SoloShowdown-1024x512-0f522b0881adebfe241c6527f03c9140f70b88a7.png", + "playlist_name": "Playlist_Comp_Solo", + "_type": "FortPlaylistInfo" + }, + { + "image": "https://cdn2.unrealengine.com/Fortnite/fortnite-game/playlistinformation/BR04_LTM_SolidGold-1024x512-36e202c36d3ef3bd151a97c060401d33ac6f549a.png", + "playlist_name": "Playlist_SolidGold_Solo", + "violator": "", + "_type": "FortPlaylistInfo" + }, + { + "image": "https://cdn2.unrealengine.com/Fortnite/fortnite-game/playlistinformation/BR04_LTM_SolidGold-1024x512-36e202c36d3ef3bd151a97c060401d33ac6f549a.png", + "playlist_name": "Playlist_SolidGold_Duos", + "_type": "FortPlaylistInfo" + }, + { + "image": "https://yt3.ggpht.com/a/AGF-l79CQOPeiM3Ve_skW5DrQ2B_uFzEJ54pFBdvoQ=s900-c-k-c0xffffffff-no-rj-mo", + "playlist_name": "Playlist_50v50", + "_type": "FortPlaylistInfo" + }, + { + "image": "https://yt3.ggpht.com/a/AGF-l79CQOPeiM3Ve_skW5DrQ2B_uFzEJ54pFBdvoQ=s900-c-k-c0xffffffff-no-rj-mo", + "playlist_name": "Playlist_Carmine", + "_type": "FortPlaylistInfo" + }, + { + "image": "https://progameguides.com/wp-content/uploads/2018/12/fortnite-outfit-fishstick.jpg", + "playlist_name": "Playlist_DefaultSolo", + "special_border": "None", + "violator": "h", + "_type": "FortPlaylistInfo" + }, + { + "image": "https://yt3.ggpht.com/a/AGF-l79CQOPeiM3Ve_skW5DrQ2B_uFzEJ54pFBdvoQ=s900-c-k-c0xffffffff-no-rj-mo", + "playlist_name": "Playlist_DefaultDuo", + "special_border": "None", + "violator": "cool", + "_type": "FortPlaylistInfo" + }, + { + "image": "https://yt3.ggpht.com/a/AGF-l79CQOPeiM3Ve_skW5DrQ2B_uFzEJ54pFBdvoQ=s900-c-k-c0xffffffff-no-rj-mo", + "playlist_name": "Playlist_DefaultSquad", + "special_border": "None", + "violator": "ok, boomer", + "_type": "FortPlaylistInfo" + } + ] + }, + "_noIndex": false, + "_activeDate": "2018-04-25T15:05:39.956Z", + "lastModified": "2019-10-29T14:05:17.030Z", + "_locale": "en-US" + }, + "tournamentinformation": { + "tournament_info": { + "tournaments": [ + { + "title_color": "FFFFFF", + "loading_screen_image": "https://yt3.ggpht.com/a/AGF-l79CQOPeiM3Ve_skW5DrQ2B_uFzEJ54pFBdvoQ=s900-c-k-c0xffffffff-no-rj-mo", + "background_text_color": "1B1B1B", + "background_right_color": "DD091A", + "poster_back_image": "https://yt3.ggpht.com/a/AGF-l79CQOPeiM3Ve_skW5DrQ2B_uFzEJ54pFBdvoQ=s900-c-k-c0xffffffff-no-rj-mo", + "_type": "Tournament Display Info", + "pin_earned_text": "lawin is the winner!", + "tournament_display_id": "s11_switchcup", + "highlight_color": "FFFFFF", + "schedule_info": "November 2nd & 3rd: 2pm - 5pm JST", + "primary_color": "FFFFFF", + "flavor_description": "cool", + "poster_front_image": "https://yt3.ggpht.com/a/AGF-l79CQOPeiM3Ve_skW5DrQ2B_uFzEJ54pFBdvoQ=s900-c-k-c0xffffffff-no-rj-mo", + "short_format_title": "Event Sessions", + "title_line_2": "boomer", + "title_line_1": "Solo", + "shadow_color": "1B1B1B", + "details_description": "ok", + "background_left_color": "F81B2D", + "long_format_title": "nice", + "poster_fade_color": "DD091A", + "secondary_color": "1B1B1B", + "playlist_tile_image": "https://yt3.ggpht.com/a/AGF-l79CQOPeiM3Ve_skW5DrQ2B_uFzEJ54pFBdvoQ=s900-c-k-c0xffffffff-no-rj-mo", + "base_color": "FFFFFF" + } + ], + "_type": "Tournaments Info" + }, + "_title": "tournamentinformation", + "_noIndex": false, + "_activeDate": "2018-11-13T22:32:47.734Z", + "lastModified": "2019-11-01T17:33:35.346Z", + "_locale": "en-US" + }, + "emergencynotice": { + "news": { + "_type": "Battle Royale News", + "messages": [ + { + "hidden": false, + "_type": "CommonUI Simple Message Base", + "subgame": "br", + "title": "LawinServer", + "body": "Server created by Lawin (Twitter: @lawin_010) \nDiscord: https://discord.gg/KJ8UaHZ", + "spotlight": true + } + ], + "region_messages": [ + { + "_type": "CommonUI Simple Message Region", + "region": "NA", + "message": { + "hidden": false, + "_type": "CommonUI Simple Message Base", + "subgame": "br", + "title": "LawinServer", + "body": "Server created by Lawin (Twitter: @lawin_010) \nDiscord: https://discord.gg/KJ8UaHZ", + "spotlight": true + } + } + ] + }, + "_title": "emergencynotice", + "_noIndex": false, + "alwaysShow": false, + "_activeDate": "2018-08-06T19:00:26.217Z", + "lastModified": "2019-10-29T22:32:52.686Z", + "_locale": "en-US" + }, + "koreancafe": { + "_title": "KoreanCafe", + "cafe_info": { + "cafes": [ + { + "korean_cafe": "PCB.Partner.Neowiz", + "korean_cafe_description": "ON", + "_type": "PCB Info", + "korean_cafe_header": "PC CAFE BENEFITS" + }, + { + "korean_cafe": "PCB.Partner.Other", + "korean_cafe_description": "ON", + "_type": "PCB Info", + "korean_cafe_header": "PC CAFE BENEFITS" + } + ], + "_type": "PCBs" + }, + "_activeDate": "2018-10-25T18:35:49.659Z", + "lastModified": "2018-11-07T06:37:42.201Z", + "_locale": "en-US" + }, + "creativeAds": { + "ad_info": { + "ads": [], + "_type": "Creative Ad Info" + }, + "_title": "creative-ads", + "_activeDate": "2018-11-09T20:00:42.300Z", + "lastModified": "2019-09-25T15:55:44.830Z", + "_locale": "en-US" + }, + "playersurvey": { + "s": { + "s": [ + { + "rt": false, + "pr": { + "_type": "Player Survey - Message" + }, + "c": [ + { + "cg": { + "_type": "Player Survey - Condition - Condition Group", + "id": "FNBR_Heartbeats_30dCD_SplitAt20" + }, + "_type": "Player Survey - Condition Container" + } + ], + "hidden": false, + "e": false, + "_type": "Player Survey - Survey", + "cm": { + "_type": "Player Survey - Message" + }, + "q": [ + { + "mc": { + "s": "rating", + "c": [ + { + "t": "Not Motivated", + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "t": "Very Motivated", + "_type": "Player Survey - Multiple Choice Question Choice" + } + ], + "t": "Please rate how motivated you feel to complete the Chapter 2 - Season 1 Battle Pass", + "_type": "Player Survey - Multiple Choice Question" + }, + "_type": "Player Survey - Question Container" + }, + { + "mc": { + "s": "rating", + "c": [ + { + "t": "Not Motivated", + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "t": "Very Motivated", + "_type": "Player Survey - Multiple Choice Question Choice" + } + ], + "t": "Please rate how motivated you feel to complete the Missions and Challenges in Chapter 2 - Season 1", + "_type": "Player Survey - Multiple Choice Question" + }, + "_type": "Player Survey - Question Container" + }, + { + "mc": { + "s": "rating", + "c": [ + { + "t": "Not Motivated", + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "t": "Very Motivated", + "_type": "Player Survey - Multiple Choice Question Choice" + } + ], + "t": "Please rate how motivated you feel to complete the Medal Punchcard in Chapter 2 - Season 1", + "_type": "Player Survey - Multiple Choice Question" + }, + "_type": "Player Survey - Question Container" + } + ], + "r": "rm", + "sg": [ + "a" + ], + "t": "We want your feedback!", + "id": "191015BattlePassMotivation", + "po": { + "_type": "Player Survey - Message" + } + }, + { + "rt": false, + "pr": { + "_type": "Player Survey - Message" + }, + "c": [ + { + "cg": { + "_type": "Player Survey - Condition - Condition Group", + "id": "FNBR_Heartbeats_30dCD_SplitAt20" + }, + "_type": "Player Survey - Condition Container" + } + ], + "hidden": false, + "e": false, + "_type": "Player Survey - Survey", + "cm": { + "_type": "Player Survey - Message" + }, + "q": [ + { + "mc": { + "s": "rating", + "c": [ + { + "t": "Very Low", + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "t": "Very High", + "_type": "Player Survey - Multiple Choice Question Choice" + } + ], + "t": "Please rate the value of the Chapter 2 - Season 1 Battle Pass", + "_type": "Player Survey - Multiple Choice Question" + }, + "_type": "Player Survey - Question Container" + }, + { + "mc": { + "s": "rating", + "c": [ + { + "t": "Very Low", + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "t": "Very High", + "_type": "Player Survey - Multiple Choice Question Choice" + } + ], + "t": "Please rate the quality of the content in the Chapter 2 - Season 1 Battle Pass", + "_type": "Player Survey - Multiple Choice Question" + }, + "_type": "Player Survey - Question Container" + }, + { + "mc": { + "s": "rating", + "c": [ + { + "t": "Very Low", + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "t": "Very High", + "_type": "Player Survey - Multiple Choice Question Choice" + } + ], + "t": "Please rate the variety of the content in the Chapter 2 - Season 1 Battle Pass", + "_type": "Player Survey - Multiple Choice Question" + }, + "_type": "Player Survey - Question Container" + } + ], + "r": "rm", + "sg": [ + "a" + ], + "t": "We want your feedback!", + "id": "191015BattlePassSentiment", + "po": { + "_type": "Player Survey - Message" + } + }, + { + "rt": false, + "pr": { + "_type": "Player Survey - Message" + }, + "c": [ + { + "cg": { + "_type": "Player Survey - Condition - Condition Group", + "id": "FNBR_Heartbeats_30dCD_SplitAt20" + }, + "_type": "Player Survey - Condition Container" + } + ], + "hidden": false, + "e": false, + "_type": "Player Survey - Survey", + "cm": { + "_type": "Player Survey - Message" + }, + "q": [ + { + "mc": { + "s": "rating", + "c": [ + { + "t": "Very Negative", + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "t": "Very Positive", + "_type": "Player Survey - Multiple Choice Question Choice" + } + ], + "t": "Overall, how do you feel about carrying knocked players in Fortnite: Battle Royale?", + "_type": "Player Survey - Multiple Choice Question" + }, + "_type": "Player Survey - Question Container" + } + ], + "r": "rm", + "sg": [ + "a" + ], + "t": "We want your feedback!", + "id": "190924_ITEMC_Carrying_FNBR", + "po": { + "_type": "Player Survey - Message" + } + }, + { + "rt": false, + "pr": { + "_type": "Player Survey - Message" + }, + "c": [ + { + "cg": { + "_type": "Player Survey - Condition - Condition Group", + "id": "FNBR_Heartbeats_30dCD_SplitAt20" + }, + "_type": "Player Survey - Condition Container" + } + ], + "hidden": false, + "e": false, + "_type": "Player Survey - Survey", + "cm": { + "_type": "Player Survey - Message" + }, + "q": [ + { + "mc": { + "s": "rating", + "c": [ + { + "t": "Very Negative", + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "t": "Very Positive", + "_type": "Player Survey - Multiple Choice Question Choice" + } + ], + "t": "Overall, how do you feel about swimming in Fortnite: Battle Royale?", + "_type": "Player Survey - Multiple Choice Question" + }, + "_type": "Player Survey - Question Container" + } + ], + "r": "rm", + "sg": [ + "a" + ], + "t": "We want your feedback!", + "id": "190924_ITEMC_Swimming_FNBR", + "po": { + "_type": "Player Survey - Message" + } + }, + { + "rt": false, + "pr": { + "_type": "Player Survey - Message" + }, + "c": [ + { + "cg": { + "_type": "Player Survey - Condition - Condition Group", + "id": "FNBR_Heartbeats_30dCD_SplitAt20" + }, + "_type": "Player Survey - Condition Container" + } + ], + "hidden": false, + "e": false, + "_type": "Player Survey - Survey", + "cm": { + "_type": "Player Survey - Message" + }, + "q": [ + { + "mc": { + "s": "rating", + "c": [ + { + "t": "Very Negative", + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "t": "Very Positive", + "_type": "Player Survey - Multiple Choice Question Choice" + } + ], + "t": "Overall, how do you feel about fishing in Fortnite: Battle Royale?", + "_type": "Player Survey - Multiple Choice Question" + }, + "_type": "Player Survey - Question Container" + } + ], + "r": "rm", + "sg": [ + "a" + ], + "t": "We want your feedback!", + "id": "190924_ITEMC_Fishing_FNBR", + "po": { + "_type": "Player Survey - Message" + } + }, + { + "rt": false, + "pr": { + "_type": "Player Survey - Message" + }, + "c": [ + { + "cg": { + "_type": "Player Survey - Condition - Condition Group", + "id": "FNBR_Heartbeats_30dCD_SplitAt20" + }, + "_type": "Player Survey - Condition Container" + } + ], + "hidden": false, + "e": false, + "_type": "Player Survey - Survey", + "cm": { + "_type": "Player Survey - Message" + }, + "q": [ + { + "mc": { + "s": "rating", + "c": [ + { + "t": "Very Negative", + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "t": "Very Positive", + "_type": "Player Survey - Multiple Choice Question Choice" + } + ], + "t": "Overall, how do you feel about the Slurpy Swamp point of interest in Fortnite Battle Royale?", + "_type": "Player Survey - Multiple Choice Question" + }, + "_type": "Player Survey - Question Container" + } + ], + "r": "rm", + "t": "We want your feedback!", + "sg": [ + "a" + ], + "id": "190924_POIC_Slurpy Swamp_FNBR", + "po": { + "_type": "Player Survey - Message" + } + }, + { + "rt": false, + "pr": { + "_type": "Player Survey - Message" + }, + "c": [ + { + "cg": { + "_type": "Player Survey - Condition - Condition Group", + "id": "FNBR_Heartbeats_30dCD_SplitAt20" + }, + "_type": "Player Survey - Condition Container" + } + ], + "hidden": false, + "e": false, + "_type": "Player Survey - Survey", + "cm": { + "_type": "Player Survey - Message" + }, + "q": [ + { + "mc": { + "s": "rating", + "c": [ + { + "t": "Very Negative", + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "t": "Very Positive", + "_type": "Player Survey - Multiple Choice Question Choice" + } + ], + "t": "Overall, how do you feel about the Holly Hedges point of interest in Fortnite Battle Royale?", + "_type": "Player Survey - Multiple Choice Question" + }, + "_type": "Player Survey - Question Container" + } + ], + "r": "rm", + "t": "We want your feedback!", + "sg": [ + "a" + ], + "id": "190924_POIC_Holly Hedges_FNBR", + "po": { + "_type": "Player Survey - Message" + } + }, + { + "rt": false, + "pr": { + "_type": "Player Survey - Message" + }, + "c": [ + { + "cg": { + "_type": "Player Survey - Condition - Condition Group", + "id": "FNBR_Heartbeats_30dCD_SplitAt20" + }, + "_type": "Player Survey - Condition Container" + } + ], + "hidden": false, + "e": false, + "_type": "Player Survey - Survey", + "cm": { + "_type": "Player Survey - Message" + }, + "q": [ + { + "mc": { + "s": "rating", + "c": [ + { + "t": "Very Negative", + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "t": "Very Positive", + "_type": "Player Survey - Multiple Choice Question Choice" + } + ], + "t": "Overall, how do you feel about the Salty Springs point of interest in Fortnite Battle Royale?", + "_type": "Player Survey - Multiple Choice Question" + }, + "_type": "Player Survey - Question Container" + } + ], + "r": "rm", + "t": "We want your feedback!", + "sg": [ + "a" + ], + "id": "190924_POIC_Salty Springs_FNBR", + "po": { + "_type": "Player Survey - Message" + } + }, + { + "rt": false, + "pr": { + "_type": "Player Survey - Message" + }, + "c": [ + { + "cg": { + "_type": "Player Survey - Condition - Condition Group", + "id": "FNBR_Heartbeats_30dCD_SplitAt20" + }, + "_type": "Player Survey - Condition Container" + } + ], + "hidden": false, + "e": false, + "_type": "Player Survey - Survey", + "cm": { + "_type": "Player Survey - Message" + }, + "q": [ + { + "mc": { + "s": "rating", + "c": [ + { + "t": "Very Negative", + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "t": "Very Positive", + "_type": "Player Survey - Multiple Choice Question Choice" + } + ], + "t": "Overall, how do you feel about the Steamy Stacks point of interest in Fortnite Battle Royale?", + "_type": "Player Survey - Multiple Choice Question" + }, + "_type": "Player Survey - Question Container" + } + ], + "r": "rm", + "t": "We want your feedback!", + "sg": [ + "a" + ], + "id": "190924_POIC_Steamy Stacks_FNBR", + "po": { + "_type": "Player Survey - Message" + } + }, + { + "rt": false, + "pr": { + "_type": "Player Survey - Message" + }, + "c": [ + { + "cg": { + "_type": "Player Survey - Condition - Condition Group", + "id": "FNBR_Heartbeats_30dCD_SplitAt20" + }, + "_type": "Player Survey - Condition Container" + } + ], + "hidden": false, + "e": false, + "_type": "Player Survey - Survey", + "cm": { + "_type": "Player Survey - Message" + }, + "q": [ + { + "mc": { + "s": "rating", + "c": [ + { + "t": "Very Negative", + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "t": "Very Positive", + "_type": "Player Survey - Multiple Choice Question Choice" + } + ], + "t": "Overall, how do you feel about the Dirty Docks point of interest in Fortnite Battle Royale?", + "_type": "Player Survey - Multiple Choice Question" + }, + "_type": "Player Survey - Question Container" + } + ], + "r": "rm", + "t": "We want your feedback!", + "sg": [ + "a" + ], + "id": "190924_POIC_Dirty Docks_FNBR", + "po": { + "_type": "Player Survey - Message" + } + }, + { + "rt": false, + "pr": { + "_type": "Player Survey - Message" + }, + "c": [ + { + "cg": { + "_type": "Player Survey - Condition - Condition Group", + "id": "FNBR_Heartbeats_30dCD_SplitAt20" + }, + "_type": "Player Survey - Condition Container" + } + ], + "hidden": false, + "e": false, + "_type": "Player Survey - Survey", + "cm": { + "_type": "Player Survey - Message" + }, + "q": [ + { + "mc": { + "s": "rating", + "c": [ + { + "t": "Very Negative", + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "t": "Very Positive", + "_type": "Player Survey - Multiple Choice Question Choice" + } + ], + "t": "Overall, how do you feel about the Misty Meadows point of interest in Fortnite Battle Royale?", + "_type": "Player Survey - Multiple Choice Question" + }, + "_type": "Player Survey - Question Container" + } + ], + "r": "rm", + "t": "We want your feedback!", + "sg": [ + "a" + ], + "id": "190924_POIC_Misty Meadows_FNBR", + "po": { + "_type": "Player Survey - Message" + } + }, + { + "rt": false, + "pr": { + "_type": "Player Survey - Message" + }, + "c": [ + { + "cg": { + "_type": "Player Survey - Condition - Condition Group", + "id": "FNBR_Heartbeats_30dCD_SplitAt20" + }, + "_type": "Player Survey - Condition Container" + } + ], + "hidden": false, + "e": false, + "_type": "Player Survey - Survey", + "cm": { + "_type": "Player Survey - Message" + }, + "q": [ + { + "mc": { + "s": "rating", + "c": [ + { + "t": "Very Negative", + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "t": "Very Positive", + "_type": "Player Survey - Multiple Choice Question Choice" + } + ], + "t": "Overall, how do you feel about the Frenzy Farm point of interest in Fortnite Battle Royale?", + "_type": "Player Survey - Multiple Choice Question" + }, + "_type": "Player Survey - Question Container" + } + ], + "r": "rm", + "t": "We want your feedback!", + "sg": [ + "a" + ], + "id": "190924_POIC_Frenzy Farm_FNBR", + "po": { + "_type": "Player Survey - Message" + } + }, + { + "rt": false, + "pr": { + "_type": "Player Survey - Message" + }, + "c": [ + { + "cg": { + "_type": "Player Survey - Condition - Condition Group", + "id": "FNBR_Heartbeats_30dCD_SplitAt20" + }, + "_type": "Player Survey - Condition Container" + } + ], + "hidden": false, + "e": false, + "_type": "Player Survey - Survey", + "cm": { + "_type": "Player Survey - Message" + }, + "q": [ + { + "mc": { + "s": "rating", + "c": [ + { + "t": "Very Negative", + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "t": "Very Positive", + "_type": "Player Survey - Multiple Choice Question Choice" + } + ], + "t": "Overall, how do you feel about the Pleasant Park point of interest in Fortnite Battle Royale?", + "_type": "Player Survey - Multiple Choice Question" + }, + "_type": "Player Survey - Question Container" + } + ], + "r": "rm", + "t": "We want your feedback!", + "sg": [ + "a" + ], + "id": "190924_POIC_Pleasant Park_FNBR", + "po": { + "_type": "Player Survey - Message" + } + }, + { + "rt": false, + "pr": { + "_type": "Player Survey - Message" + }, + "c": [ + { + "cg": { + "_type": "Player Survey - Condition - Condition Group", + "id": "FNBR_Heartbeats_30dCD_SplitAt20" + }, + "_type": "Player Survey - Condition Container" + } + ], + "hidden": false, + "e": false, + "_type": "Player Survey - Survey", + "cm": { + "_type": "Player Survey - Message" + }, + "q": [ + { + "mc": { + "s": "rating", + "c": [ + { + "t": "Very Negative", + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "t": "Very Positive", + "_type": "Player Survey - Multiple Choice Question Choice" + } + ], + "t": "Overall, how do you feel about the Retail Row point of interest in Fortnite Battle Royale?", + "_type": "Player Survey - Multiple Choice Question" + }, + "_type": "Player Survey - Question Container" + } + ], + "r": "rm", + "t": "We want your feedback!", + "sg": [ + "a" + ], + "id": "190924_POIC_Retail Row_FNBR", + "po": { + "_type": "Player Survey - Message" + } + }, + { + "rt": false, + "pr": { + "_type": "Player Survey - Message" + }, + "c": [ + { + "cg": { + "_type": "Player Survey - Condition - Condition Group", + "id": "FNBR_Heartbeats_30dCD_SplitAt20" + }, + "_type": "Player Survey - Condition Container" + } + ], + "hidden": false, + "e": false, + "_type": "Player Survey - Survey", + "cm": { + "_type": "Player Survey - Message" + }, + "q": [ + { + "mc": { + "s": "rating", + "c": [ + { + "t": "Very Negative", + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "t": "Very Positive", + "_type": "Player Survey - Multiple Choice Question Choice" + } + ], + "t": "Overall, how do you feel about the Lazy Lake point of interest in Fortnite Battle Royale?", + "_type": "Player Survey - Multiple Choice Question" + }, + "_type": "Player Survey - Question Container" + } + ], + "r": "rm", + "t": "We want your feedback!", + "sg": [ + "a" + ], + "id": "190924_POIC_Lazy Lake_FNBR", + "po": { + "_type": "Player Survey - Message" + } + }, + { + "rt": false, + "pr": { + "_type": "Player Survey - Message" + }, + "c": [ + { + "cg": { + "_type": "Player Survey - Condition - Condition Group", + "id": "FNBR_Heartbeats_30dCD_SplitAt20" + }, + "_type": "Player Survey - Condition Container" + } + ], + "hidden": false, + "e": false, + "_type": "Player Survey - Survey", + "cm": { + "_type": "Player Survey - Message" + }, + "q": [ + { + "mc": { + "s": "rating", + "c": [ + { + "t": "Very Negative", + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "t": "Very Positive", + "_type": "Player Survey - Multiple Choice Question Choice" + } + ], + "t": "Overall, how do you feel about the Weeping Woods point of interest in Fortnite Battle Royale?", + "_type": "Player Survey - Multiple Choice Question" + }, + "_type": "Player Survey - Question Container" + } + ], + "r": "rm", + "t": "We want your feedback!", + "sg": [ + "a" + ], + "id": "190924_POIC_Weeping Woods_FNBR", + "po": { + "_type": "Player Survey - Message" + } + }, + { + "rt": false, + "pr": { + "_type": "Player Survey - Message" + }, + "c": [ + { + "cg": { + "_type": "Player Survey - Condition - Condition Group", + "id": "FNBR_Heartbeats_30dCD_SplitAt20" + }, + "_type": "Player Survey - Condition Container" + } + ], + "hidden": false, + "e": false, + "_type": "Player Survey - Survey", + "cm": { + "_type": "Player Survey - Message" + }, + "q": [ + { + "mc": { + "s": "rating", + "c": [ + { + "t": "Very Negative", + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "t": "Very Positive", + "_type": "Player Survey - Multiple Choice Question Choice" + } + ], + "t": "Overall, how do you feel about the Craggy Cliffs point of interest in Fortnite Battle Royale?", + "_type": "Player Survey - Multiple Choice Question" + }, + "_type": "Player Survey - Question Container" + } + ], + "r": "rm", + "t": "We want your feedback!", + "sg": [ + "a" + ], + "id": "190924_POIC_Craggy Cliffs_FNBR", + "po": { + "_type": "Player Survey - Message" + } + }, + { + "rt": false, + "pr": { + "_type": "Player Survey - Message" + }, + "c": [ + { + "cg": { + "_type": "Player Survey - Condition - Condition Group", + "id": "FNBR_Heartbeats_30dCD_SplitAt20" + }, + "_type": "Player Survey - Condition Container" + } + ], + "hidden": false, + "e": false, + "_type": "Player Survey - Survey", + "cm": { + "_type": "Player Survey - Message" + }, + "q": [ + { + "mc": { + "s": "rating", + "c": [ + { + "t": "Very Negative", + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "t": "Very Positive", + "_type": "Player Survey - Multiple Choice Question Choice" + } + ], + "t": "Overall, how do you feel about the Sweaty Sands point of interest in Fortnite Battle Royale?", + "_type": "Player Survey - Multiple Choice Question" + }, + "_type": "Player Survey - Question Container" + } + ], + "r": "rm", + "t": "We want your feedback!", + "sg": [ + "a" + ], + "id": "190924_POIC_Sweaty Sands_FNBR", + "po": { + "_type": "Player Survey - Message" + } + }, + { + "rt": false, + "pr": { + "_type": "Player Survey - Message" + }, + "c": [ + { + "cg": { + "_type": "Player Survey - Condition - Condition Group", + "id": "FNBR_Heartbeats_30dCD_SplitAt20" + }, + "_type": "Player Survey - Condition Container" + } + ], + "hidden": false, + "e": false, + "_type": "Player Survey - Survey", + "cm": { + "_type": "Player Survey - Message" + }, + "q": [ + { + "mc": { + "s": "rating", + "c": [ + { + "t": "Very Negative", + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "t": "Very Positive", + "_type": "Player Survey - Multiple Choice Question Choice" + } + ], + "t": "Overall, how do you feel about the Hideouts (Haystacks, Dumpsters, etc) in Fortnite: Battle Royale?", + "_type": "Player Survey - Multiple Choice Question" + }, + "_type": "Player Survey - Question Container" + } + ], + "r": "rm", + "t": "We want your feedback!", + "sg": [ + "a" + ], + "id": "190924_ITEMC_Hideouts_FNBR", + "po": { + "_type": "Player Survey - Message" + } + }, + { + "rt": false, + "pr": { + "_type": "Player Survey - Message" + }, + "c": [ + { + "cg": { + "_type": "Player Survey - Condition - Condition Group", + "id": "FNBR_Heartbeats_30dCD_SplitAt20" + }, + "_type": "Player Survey - Condition Container" + } + ], + "hidden": false, + "e": false, + "_type": "Player Survey - Survey", + "cm": { + "_type": "Player Survey - Message" + }, + "q": [ + { + "mc": { + "s": "rating", + "c": [ + { + "t": "Very Negative", + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "t": "Very Positive", + "_type": "Player Survey - Multiple Choice Question Choice" + } + ], + "t": "Overall, how do you feel about the Fishing Rod in Fortnite: Battle Royale?", + "_type": "Player Survey - Multiple Choice Question" + }, + "_type": "Player Survey - Question Container" + } + ], + "r": "rm", + "t": "We want your feedback!", + "sg": [ + "a" + ], + "id": "190924_ITEMC_Fishing Rod_FNBR", + "po": { + "_type": "Player Survey - Message" + } + }, + { + "rt": false, + "pr": { + "_type": "Player Survey - Message" + }, + "c": [ + { + "cg": { + "_type": "Player Survey - Condition - Condition Group", + "id": "FNBR_Heartbeats_30dCD_SplitAt20" + }, + "_type": "Player Survey - Condition Container" + } + ], + "hidden": false, + "e": false, + "_type": "Player Survey - Survey", + "cm": { + "_type": "Player Survey - Message" + }, + "q": [ + { + "mc": { + "s": "rating", + "c": [ + { + "t": "Very Negative", + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "t": "Very Positive", + "_type": "Player Survey - Multiple Choice Question Choice" + } + ], + "t": "Overall, how do you feel about the Upgrade Bench in Fortnite: Battle Royale?", + "_type": "Player Survey - Multiple Choice Question" + }, + "_type": "Player Survey - Question Container" + } + ], + "r": "rm", + "t": "We want your feedback!", + "sg": [ + "a" + ], + "id": "190924_ITEMC_Upgrade Bench_FNBR", + "po": { + "_type": "Player Survey - Message" + } + }, + { + "rt": false, + "pr": { + "_type": "Player Survey - Message" + }, + "c": [ + { + "cg": { + "_type": "Player Survey - Condition - Condition Group", + "id": "FNBR_Heartbeats_30dCD_SplitAt20" + }, + "_type": "Player Survey - Condition Container" + } + ], + "hidden": false, + "e": false, + "_type": "Player Survey - Survey", + "cm": { + "_type": "Player Survey - Message" + }, + "q": [ + { + "mc": { + "s": "rating", + "c": [ + { + "t": "Very Negative", + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "t": "Very Positive", + "_type": "Player Survey - Multiple Choice Question Choice" + } + ], + "t": "Overall, how do you feel about the Bandage Bazooka in Fortnite: Battle Royale?", + "_type": "Player Survey - Multiple Choice Question" + }, + "_type": "Player Survey - Question Container" + } + ], + "r": "rm", + "t": "We want your feedback!", + "sg": [ + "a" + ], + "id": "190924_ITEMC_Bandage Bazooka_FNBR", + "po": { + "_type": "Player Survey - Message" + } + }, + { + "rt": false, + "pr": { + "_type": "Player Survey - Message" + }, + "c": [ + { + "cg": { + "_type": "Player Survey - Condition - Condition Group", + "id": "FNBR_Heartbeats_30dCD_SplitAt20" + }, + "_type": "Player Survey - Condition Container" + } + ], + "hidden": false, + "e": false, + "_type": "Player Survey - Survey", + "cm": { + "_type": "Player Survey - Message" + }, + "q": [ + { + "mc": { + "s": "rating", + "c": [ + { + "t": "Very Negative", + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "t": "Very Positive", + "_type": "Player Survey - Multiple Choice Question Choice" + } + ], + "t": "Overall, how do you feel about the Motorboat in Fortnite: Battle Royale?", + "_type": "Player Survey - Multiple Choice Question" + }, + "_type": "Player Survey - Question Container" + } + ], + "r": "rm", + "t": "We want your feedback!", + "sg": [ + "a" + ], + "id": "190924_ITEMC_Motorboat_FNBR", + "po": { + "_type": "Player Survey - Message" + } + }, + { + "rt": false, + "pr": { + "_type": "Player Survey - Message" + }, + "c": [ + { + "cg": { + "_type": "Player Survey - Condition - Condition Group", + "id": "FNBR_Heartbeats_30dCD_SplitAt20" + }, + "_type": "Player Survey - Condition Container" + } + ], + "hidden": false, + "e": false, + "_type": "Player Survey - Survey", + "cm": { + "_type": "Player Survey - Message" + }, + "q": [ + { + "mc": { + "s": "rating", + "c": [ + { + "t": "Very Negative", + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "t": "Very Positive", + "_type": "Player Survey - Multiple Choice Question Choice" + } + ], + "t": "Overall, how do you feel about the Submachine Gun in Fortnite: Battle Royale?", + "_type": "Player Survey - Multiple Choice Question" + }, + "_type": "Player Survey - Question Container" + } + ], + "r": "rm", + "t": "We want your feedback!", + "sg": [ + "a" + ], + "id": "190619_ITEMC_Submachine Gun_FNBR", + "po": { + "_type": "Player Survey - Message" + } + }, + { + "rt": false, + "pr": { + "_type": "Player Survey - Message" + }, + "c": [ + { + "cg": { + "_type": "Player Survey - Condition - Condition Group", + "id": "FNBR_Heartbeats_30dCD_SplitAt20" + }, + "_type": "Player Survey - Condition Container" + } + ], + "hidden": false, + "e": false, + "_type": "Player Survey - Survey", + "cm": { + "_type": "Player Survey - Message" + }, + "q": [ + { + "mc": { + "s": "rating", + "c": [ + { + "t": "Very Negative", + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "t": "Very Positive", + "_type": "Player Survey - Multiple Choice Question Choice" + } + ], + "t": "Overall, how do you feel about the Bolt-Action Sniper Rifle in Fortnite: Battle Royale?", + "_type": "Player Survey - Multiple Choice Question" + }, + "_type": "Player Survey - Question Container" + } + ], + "r": "rm", + "t": "We want your feedback!", + "sg": [ + "a" + ], + "id": "190619_ITEMC_Bolt-Action Sniper Rifle_FNBR", + "po": { + "_type": "Player Survey - Message" + } + }, + { + "rt": false, + "pr": { + "_type": "Player Survey - Message" + }, + "c": [ + { + "cg": { + "_type": "Player Survey - Condition - Condition Group", + "id": "FNBR_Heartbeats_30dCD_SplitAt20" + }, + "_type": "Player Survey - Condition Container" + } + ], + "hidden": false, + "e": false, + "_type": "Player Survey - Survey", + "cm": { + "_type": "Player Survey - Message" + }, + "q": [ + { + "mc": { + "s": "rating", + "c": [ + { + "t": "Very Negative", + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "t": "Very Positive", + "_type": "Player Survey - Multiple Choice Question Choice" + } + ], + "t": "Overall, how do you feel about the Pump Shotgun in Fortnite: Battle Royale?", + "_type": "Player Survey - Multiple Choice Question" + }, + "_type": "Player Survey - Question Container" + } + ], + "r": "rm", + "t": "We want your feedback!", + "sg": [ + "a" + ], + "id": "190619_ITEMC_Pump Shotgun_FNBR", + "po": { + "_type": "Player Survey - Message" + } + }, + { + "rt": false, + "pr": { + "_type": "Player Survey - Message" + }, + "c": [ + { + "cg": { + "_type": "Player Survey - Condition - Condition Group", + "id": "FNBR_Heartbeats_30dCD_SplitAt20" + }, + "_type": "Player Survey - Condition Container" + } + ], + "hidden": false, + "e": false, + "_type": "Player Survey - Survey", + "cm": { + "_type": "Player Survey - Message" + }, + "q": [ + { + "mc": { + "s": "rating", + "c": [ + { + "t": "Very Negative", + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "t": "Very Positive", + "_type": "Player Survey - Multiple Choice Question Choice" + } + ], + "t": "Overall, how do you feel about the Burst Assault Rifle in Fortnite: Battle Royale?", + "_type": "Player Survey - Multiple Choice Question" + }, + "_type": "Player Survey - Question Container" + } + ], + "r": "rm", + "t": "We want your feedback!", + "sg": [ + "a" + ], + "id": "190619_ITEMC_Burst Assault Rifle_FNBR", + "po": { + "_type": "Player Survey - Message" + } + }, + { + "rt": false, + "pr": { + "_type": "Player Survey - Message" + }, + "c": [ + { + "cg": { + "_type": "Player Survey - Condition - Condition Group", + "id": "FNBR_Heartbeats_30dCD_SplitAt20" + }, + "_type": "Player Survey - Condition Container" + } + ], + "hidden": false, + "e": false, + "_type": "Player Survey - Survey", + "cm": { + "_type": "Player Survey - Message" + }, + "q": [ + { + "mc": { + "s": "rating", + "c": [ + { + "t": "Very Negative", + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "t": "Very Positive", + "_type": "Player Survey - Multiple Choice Question Choice" + } + ], + "t": "Overall, how do you feel about the Damage Trap in Fortnite: Battle Royale?", + "_type": "Player Survey - Multiple Choice Question" + }, + "_type": "Player Survey - Question Container" + } + ], + "r": "rm", + "t": "We want your feedback!", + "sg": [ + "a" + ], + "id": "190619_ITEMC_Damage Trap_FNBR", + "po": { + "_type": "Player Survey - Message" + } + }, + { + "rt": false, + "pr": { + "_type": "Player Survey - Message" + }, + "c": [ + { + "cg": { + "_type": "Player Survey - Condition - Condition Group", + "id": "FNBR_Heartbeats_30dCD_SplitAt20" + }, + "_type": "Player Survey - Condition Container" + } + ], + "hidden": false, + "e": false, + "_type": "Player Survey - Survey", + "cm": { + "_type": "Player Survey - Message" + }, + "q": [ + { + "mc": { + "s": "rating", + "c": [ + { + "t": "Very Negative", + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "t": "Very Positive", + "_type": "Player Survey - Multiple Choice Question Choice" + } + ], + "t": "Overall, how do you feel about the Small Shield Potion in Fortnite: Battle Royale?", + "_type": "Player Survey - Multiple Choice Question" + }, + "_type": "Player Survey - Question Container" + } + ], + "r": "rm", + "t": "We want your feedback!", + "sg": [ + "a" + ], + "id": "190619_ITEMC_Small Shield Potion_FNBR", + "po": { + "_type": "Player Survey - Message" + } + }, + { + "rt": false, + "pr": { + "_type": "Player Survey - Message" + }, + "c": [ + { + "cg": { + "_type": "Player Survey - Condition - Condition Group", + "id": "FNBR_Heartbeats_30dCD_SplitAt20" + }, + "_type": "Player Survey - Condition Container" + } + ], + "hidden": false, + "e": false, + "_type": "Player Survey - Survey", + "cm": { + "_type": "Player Survey - Message" + }, + "q": [ + { + "mc": { + "s": "rating", + "c": [ + { + "t": "Very Negative", + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "t": "Very Positive", + "_type": "Player Survey - Multiple Choice Question Choice" + } + ], + "t": "Overall, how do you feel about the Shield Potion in Fortnite: Battle Royale?", + "_type": "Player Survey - Multiple Choice Question" + }, + "_type": "Player Survey - Question Container" + } + ], + "r": "rm", + "t": "We want your feedback!", + "sg": [ + "a" + ], + "id": "190619_ITEMC_Shield Potion_FNBR", + "po": { + "_type": "Player Survey - Message" + } + }, + { + "rt": false, + "pr": { + "_type": "Player Survey - Message" + }, + "c": [ + { + "cg": { + "_type": "Player Survey - Condition - Condition Group", + "id": "FNBR_Heartbeats_30dCD_SplitAt20" + }, + "_type": "Player Survey - Condition Container" + } + ], + "hidden": false, + "e": false, + "_type": "Player Survey - Survey", + "cm": { + "_type": "Player Survey - Message" + }, + "q": [ + { + "mc": { + "s": "rating", + "c": [ + { + "t": "Very Negative", + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "t": "Very Positive", + "_type": "Player Survey - Multiple Choice Question Choice" + } + ], + "t": "Overall, how do you feel about the Medkit in Fortnite: Battle Royale?", + "_type": "Player Survey - Multiple Choice Question" + }, + "_type": "Player Survey - Question Container" + } + ], + "r": "rm", + "t": "We want your feedback!", + "sg": [ + "a" + ], + "id": "190619_ITEMC_Medkit_FNBR", + "po": { + "_type": "Player Survey - Message" + } + }, + { + "rt": false, + "pr": { + "_type": "Player Survey - Message" + }, + "c": [ + { + "cg": { + "_type": "Player Survey - Condition - Condition Group", + "id": "FNBR_Heartbeats_30dCD_SplitAt20" + }, + "_type": "Player Survey - Condition Container" + } + ], + "hidden": false, + "e": false, + "_type": "Player Survey - Survey", + "cm": { + "_type": "Player Survey - Message" + }, + "q": [ + { + "mc": { + "s": "rating", + "c": [ + { + "t": "Very Negative", + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "t": "Very Positive", + "_type": "Player Survey - Multiple Choice Question Choice" + } + ], + "t": "Overall, how do you feel about the Grenade in Fortnite: Battle Royale?", + "_type": "Player Survey - Multiple Choice Question" + }, + "_type": "Player Survey - Question Container" + } + ], + "r": "rm", + "t": "We want your feedback!", + "sg": [ + "a" + ], + "id": "190619_ITEMC_Grenade_FNBR", + "po": { + "_type": "Player Survey - Message" + } + }, + { + "rt": false, + "pr": { + "_type": "Player Survey - Message" + }, + "c": [ + { + "cg": { + "_type": "Player Survey - Condition - Condition Group", + "id": "FNBR_Heartbeats_30dCD_SplitAt20" + }, + "_type": "Player Survey - Condition Container" + } + ], + "hidden": false, + "e": false, + "_type": "Player Survey - Survey", + "cm": { + "_type": "Player Survey - Message" + }, + "q": [ + { + "mc": { + "s": "rating", + "c": [ + { + "t": "Very Negative", + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "t": "Very Positive", + "_type": "Player Survey - Multiple Choice Question Choice" + } + ], + "t": "Overall, how do you feel about the Bandage in Fortnite: Battle Royale?", + "_type": "Player Survey - Multiple Choice Question" + }, + "_type": "Player Survey - Question Container" + } + ], + "r": "rm", + "t": "We want your feedback!", + "sg": [ + "a" + ], + "id": "190619_ITEMC_Bandage_FNBR", + "po": { + "_type": "Player Survey - Message" + } + }, + { + "rt": false, + "pr": { + "_type": "Player Survey - Message" + }, + "c": [ + { + "cg": { + "_type": "Player Survey - Condition - Condition Group", + "id": "FNBR_Heartbeats_30dCD_SplitAt20" + }, + "_type": "Player Survey - Condition Container" + } + ], + "hidden": false, + "e": false, + "_type": "Player Survey - Survey", + "cm": { + "_type": "Player Survey - Message" + }, + "q": [ + { + "mc": { + "s": "rating", + "c": [ + { + "t": "Very Negative", + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "t": "Very Positive", + "_type": "Player Survey - Multiple Choice Question Choice" + } + ], + "t": "Overall, how do you feel about the Tactical Shotgun in Fortnite: Battle Royale?", + "_type": "Player Survey - Multiple Choice Question" + }, + "_type": "Player Survey - Question Container" + } + ], + "r": "rm", + "t": "We want your feedback!", + "sg": [ + "a" + ], + "id": "190619_ITEMC_Tactical Shotgun_FNBR", + "po": { + "_type": "Player Survey - Message" + } + }, + { + "rt": false, + "pr": { + "_type": "Player Survey - Message" + }, + "c": [ + { + "cg": { + "_type": "Player Survey - Condition - Condition Group", + "id": "FNBR_Heartbeats_30dCD_SplitAt20" + }, + "_type": "Player Survey - Condition Container" + } + ], + "hidden": false, + "e": false, + "_type": "Player Survey - Survey", + "cm": { + "_type": "Player Survey - Message" + }, + "q": [ + { + "mc": { + "s": "rating", + "c": [ + { + "t": "Very Negative", + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "t": "Very Positive", + "_type": "Player Survey - Multiple Choice Question Choice" + } + ], + "t": "Overall, how do you feel about the Pistol in Fortnite: Battle Royale?", + "_type": "Player Survey - Multiple Choice Question" + }, + "_type": "Player Survey - Question Container" + } + ], + "r": "rm", + "t": "We want your feedback!", + "sg": [ + "a" + ], + "id": "190619_ITEMC_Pistol_FNBR", + "po": { + "_type": "Player Survey - Message" + } + }, + { + "rt": false, + "pr": { + "_type": "Player Survey - Message" + }, + "c": [ + { + "cg": { + "_type": "Player Survey - Condition - Condition Group", + "id": "FNBR_Heartbeats_30dCD_SplitAt20" + }, + "_type": "Player Survey - Condition Container" + } + ], + "hidden": false, + "e": false, + "_type": "Player Survey - Survey", + "cm": { + "_type": "Player Survey - Message" + }, + "q": [ + { + "mc": { + "s": "rating", + "c": [ + { + "t": "Very Negative", + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "t": "Very Positive", + "_type": "Player Survey - Multiple Choice Question Choice" + } + ], + "t": "Overall, how do you feel about the Rocket Launcher in Fortnite: Battle Royale?", + "_type": "Player Survey - Multiple Choice Question" + }, + "_type": "Player Survey - Question Container" + } + ], + "r": "rm", + "t": "We want your feedback!", + "sg": [ + "a" + ], + "id": "190619_ITEMC_Rocket Launcher_FNBR", + "po": { + "_type": "Player Survey - Message" + } + }, + { + "rt": false, + "pr": { + "_type": "Player Survey - Message" + }, + "c": [ + { + "cg": { + "_type": "Player Survey - Condition - Condition Group", + "id": "FNBR_Heartbeats_30dCD_SplitAt20" + }, + "_type": "Player Survey - Condition Container" + } + ], + "hidden": false, + "e": false, + "_type": "Player Survey - Survey", + "cm": { + "_type": "Player Survey - Message" + }, + "q": [ + { + "mc": { + "s": "rating", + "c": [ + { + "t": "Very Negative", + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "t": "Very Positive", + "_type": "Player Survey - Multiple Choice Question Choice" + } + ], + "t": "Overall, how do you feel about the Assault Rifle in Fortnite: Battle Royale?", + "_type": "Player Survey - Multiple Choice Question" + }, + "_type": "Player Survey - Question Container" + } + ], + "r": "rm", + "t": "We want your feedback!", + "sg": [ + "a" + ], + "id": "190619_ITEMC_Assault Rifle_FNBR", + "po": { + "_type": "Player Survey - Message" + } + }, + { + "rt": false, + "pr": { + "_type": "Player Survey - Message" + }, + "c": [ + { + "cg": { + "_type": "Player Survey - Condition - Condition Group", + "id": "FNBR_FirstGame" + }, + "_type": "Player Survey - Condition Container" + } + ], + "hidden": false, + "e": false, + "_type": "Player Survey - Survey", + "cm": { + "_type": "Player Survey - Message" + }, + "q": [ + { + "mc": { + "s": "rating", + "c": [ + { + "t": "Very Negative", + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "t": "Very Positive", + "_type": "Player Survey - Multiple Choice Question Choice" + } + ], + "t": "Please rate your experience in the last game", + "_type": "Player Survey - Multiple Choice Question" + }, + "_type": "Player Survey - Question Container" + } + ], + "r": "rm", + "t": "We want your feedback!", + "sg": [ + "a" + ], + "id": "190612Game1-HeartbeatNegativePositve-FNBR", + "po": { + "_type": "Player Survey - Message" + } + }, + { + "rt": false, + "pr": { + "_type": "Player Survey - Message" + }, + "c": [ + { + "cg": { + "_type": "Player Survey - Condition - Condition Group", + "id": "FNBR_Creative_Heartbeats_2000_30d" + }, + "_type": "Player Survey - Condition Container" + } + ], + "hidden": false, + "e": false, + "_type": "Player Survey - Survey", + "cm": { + "_type": "Player Survey - Message" + }, + "q": [ + { + "mc": { + "s": "rating", + "c": [ + { + "t": "Very Negative", + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "t": "Very Positive", + "_type": "Player Survey - Multiple Choice Question Choice" + } + ], + "t": "Please rate your experience in the last game", + "_type": "Player Survey - Multiple Choice Question" + }, + "_type": "Player Survey - Question Container" + } + ], + "r": "rm", + "t": "We want your feedback!", + "sg": [ + "pc" + ], + "id": "190417HeartbeatNegativePositve-FNC", + "po": { + "_type": "Player Survey - Message" + } + }, + { + "rt": false, + "pr": { + "_type": "Player Survey - Message" + }, + "c": [ + { + "cg": { + "_type": "Player Survey - Condition - Condition Group", + "id": "FNBR_Creative_Heartbeats_2000_30d" + }, + "_type": "Player Survey - Condition Container" + } + ], + "hidden": false, + "e": false, + "_type": "Player Survey - Survey", + "cm": { + "_type": "Player Survey - Message" + }, + "q": [ + { + "mc": { + "s": "rating", + "c": [ + { + "t": "Mostly Creating", + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "t": "Mostly Playing", + "_type": "Player Survey - Multiple Choice Question Choice" + } + ], + "t": "How did you spend your time in the last game?", + "_type": "Player Survey - Multiple Choice Question" + }, + "_type": "Player Survey - Question Container" + } + ], + "r": "rm", + "t": "We want your feedback!", + "sg": [ + "pc" + ], + "id": "190405_TimeSpent_FNC", + "po": { + "_type": "Player Survey - Message" + } + }, + { + "rt": false, + "pr": { + "_type": "Player Survey - Message" + }, + "c": [ + { + "cg": { + "_type": "Player Survey - Condition - Condition Group", + "id": "FNBR_Heartbeats_30dCD_SplitAt20" + }, + "_type": "Player Survey - Condition Container" + } + ], + "hidden": false, + "e": false, + "_type": "Player Survey - Survey", + "cm": { + "_type": "Player Survey - Message" + }, + "q": [ + { + "mc": { + "s": "rating", + "c": [ + { + "t": "Very Negative", + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "t": "Very Positive", + "_type": "Player Survey - Multiple Choice Question Choice" + } + ], + "t": "Overall, do you feel the addition of the Reboot Van to the game is:", + "_type": "Player Survey - Multiple Choice Question" + }, + "_type": "Player Survey - Question Container" + } + ], + "r": "rm", + "t": "We want your feedback!", + "sg": [ + "a" + ], + "id": "190405RebootVan-FNBR", + "po": { + "_type": "Player Survey - Message" + } + }, + { + "rt": true, + "pr": { + "_type": "Player Survey - Message" + }, + "c": [ + { + "cg": { + "_type": "Player Survey - Condition - Condition Group", + "id": "FNBR_Heartbeats_30dCD_Statless" + }, + "_type": "Player Survey - Condition Container" + } + ], + "hidden": false, + "e": false, + "_type": "Player Survey - Survey", + "cm": { + "_type": "Player Survey - Message" + }, + "q": [ + { + "mc": { + "s": "rating", + "c": [ + { + "t": "Much Too Slow", + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "t": "Much Too Fast", + "_type": "Player Survey - Multiple Choice Question Choice" + } + ], + "t": "Please rate the pace of the last game", + "_type": "Player Survey - Multiple Choice Question" + }, + "_type": "Player Survey - Question Container" + } + ], + "r": "rm", + "t": "We want your feedback!", + "sg": [ + "a" + ], + "id": "190308Pace-FNBR", + "po": { + "_type": "Player Survey - Message" + } + }, + { + "rt": false, + "pr": { + "_type": "Player Survey - Message", + "m": "" + }, + "c": [ + { + "cg": { + "_type": "Player Survey - Condition - Condition Group", + "id": "FNBR_Heartbeats_30dCD_SplitAt20" + }, + "_type": "Player Survey - Condition Container" + } + ], + "hidden": false, + "e": false, + "_type": "Player Survey - Survey", + "cm": { + "_type": "Player Survey - Message" + }, + "q": [ + { + "mc": { + "s": "rating", + "c": [ + { + "t": "Much Easier", + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "t": "Much Harder", + "_type": "Player Survey - Multiple Choice Question Choice" + } + ], + "t": "Recently do you feel the game is Much Easier (1), the Same (3), or Much Harder (5)", + "_type": "Player Survey - Multiple Choice Question" + }, + "_type": "Player Survey - Question Container" + } + ], + "r": "rm", + "t": "We want your feedback!", + "sg": [ + "a" + ], + "id": "190308OverallDifficulty-FNBR", + "po": { + "_type": "Player Survey - Message" + } + }, + { + "rt": true, + "pr": { + "_type": "Player Survey - Message" + }, + "c": [ + { + "cg": { + "_type": "Player Survey - Condition - Condition Group", + "id": "FNBR_Heartbeats_30dCD_SplitAt20" + }, + "_type": "Player Survey - Condition Container" + } + ], + "hidden": false, + "e": false, + "_type": "Player Survey - Survey", + "cm": { + "_type": "Player Survey - Message" + }, + "q": [ + { + "mc": { + "s": "rating", + "c": [ + { + "t": "Very Difficult", + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "t": "Very Easy", + "_type": "Player Survey - Multiple Choice Question Choice" + } + ], + "t": "Please rate how difficult or easy it is to use the controls for Building", + "_type": "Player Survey - Multiple Choice Question" + }, + "_type": "Player Survey - Question Container" + }, + { + "mc": { + "s": "rating", + "c": [ + { + "t": "Very Difficult", + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "t": "Very Easy", + "_type": "Player Survey - Multiple Choice Question Choice" + } + ], + "t": "Please rate how difficult or easy it is to use the controls for Combat", + "_type": "Player Survey - Multiple Choice Question" + }, + "_type": "Player Survey - Question Container" + }, + { + "mc": { + "s": "rating", + "c": [ + { + "t": "Very Difficult", + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "t": "Very Easy", + "_type": "Player Survey - Multiple Choice Question Choice" + } + ], + "t": "Please rate how difficult or easy it is to use the controls for Moving", + "_type": "Player Survey - Multiple Choice Question" + }, + "_type": "Player Survey - Question Container" + } + ], + "r": "rm", + "t": "We want your feedback!", + "sg": [ + "c" + ], + "id": "190308Controls-StW", + "po": { + "_type": "Player Survey - Message" + } + }, + { + "rt": true, + "pr": { + "_type": "Player Survey - Message" + }, + "c": [ + { + "cg": { + "_type": "Player Survey - Condition - Condition Group", + "id": "FNBR_Heartbeats_30dCD_Statless" + }, + "_type": "Player Survey - Condition Container" + } + ], + "hidden": false, + "e": false, + "_type": "Player Survey - Survey", + "cm": { + "_type": "Player Survey - Message" + }, + "q": [ + { + "mc": { + "s": "rating", + "c": [ + { + "t": "Very Difficult", + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "t": "Very Easy", + "_type": "Player Survey - Multiple Choice Question Choice" + } + ], + "t": "Please rate how difficult or easy it is to use the controls for Building", + "_type": "Player Survey - Multiple Choice Question" + }, + "_type": "Player Survey - Question Container" + }, + { + "mc": { + "s": "rating", + "c": [ + { + "t": "Very Difficult", + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "t": "Very Easy", + "_type": "Player Survey - Multiple Choice Question Choice" + } + ], + "t": "Please rate how difficult or easy it is to use the controls for Combat", + "_type": "Player Survey - Multiple Choice Question" + }, + "_type": "Player Survey - Question Container" + }, + { + "mc": { + "s": "rating", + "c": [ + { + "t": "Very Difficult", + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "t": "Very Easy", + "_type": "Player Survey - Multiple Choice Question Choice" + } + ], + "t": "Please rate how difficult or easy it is to use the controls for Moving", + "_type": "Player Survey - Multiple Choice Question" + }, + "_type": "Player Survey - Question Container" + } + ], + "r": "rm", + "t": "We want your feedback!", + "sg": [ + "a" + ], + "id": "190308Controls-FNBR", + "po": { + "_type": "Player Survey - Message" + } + }, + { + "rt": false, + "pr": { + "_type": "Player Survey - Message" + }, + "c": [ + { + "cg": { + "_type": "Player Survey - Condition - Condition Group", + "id": "StW_Probabilities_1000_30dCD" + }, + "_type": "Player Survey - Condition Container" + } + ], + "hidden": false, + "e": false, + "_type": "Player Survey - Survey", + "cm": { + "_type": "Player Survey - Message" + }, + "q": [ + { + "mc": { + "s": "rating", + "c": [ + { + "t": "Very Negative", + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "t": "Very Positive", + "_type": "Player Survey - Multiple Choice Question Choice" + } + ], + "t": "Please rate how you feel about Building in Fortnite Save the World", + "_type": "Player Survey - Multiple Choice Question" + }, + "_type": "Player Survey - Question Container" + }, + { + "mc": { + "s": "rating", + "c": [ + { + "t": "Very Difficult", + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "t": "Very Easy", + "_type": "Player Survey - Multiple Choice Question Choice" + } + ], + "t": "Please rate how difficult or easy it is to use the Building controls", + "_type": "Player Survey - Multiple Choice Question" + }, + "_type": "Player Survey - Question Container" + } + ], + "r": "rm", + "t": "We want your feedback!", + "sg": [ + "c" + ], + "id": "190308Building-StW", + "po": { + "_type": "Player Survey - Message" + } + }, + { + "rt": false, + "pr": { + "_type": "Player Survey - Message" + }, + "c": [ + { + "cg": { + "_type": "Player Survey - Condition - Condition Group", + "id": "FNBR_Heartbeats_30dCD_SplitAt20" + }, + "_type": "Player Survey - Condition Container" + } + ], + "hidden": false, + "e": false, + "_type": "Player Survey - Survey", + "cm": { + "_type": "Player Survey - Message" + }, + "q": [ + { + "mc": { + "s": "rating", + "c": [ + { + "t": "Very Negative", + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "t": "Very Positive", + "_type": "Player Survey - Multiple Choice Question Choice" + } + ], + "t": "Please rate how you feel about Building in Fortnite Battle Royale", + "_type": "Player Survey - Multiple Choice Question" + }, + "_type": "Player Survey - Question Container" + }, + { + "mc": { + "s": "rating", + "c": [ + { + "t": "Very Difficult", + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "t": "Very Easy", + "_type": "Player Survey - Multiple Choice Question Choice" + } + ], + "t": "Please rate how difficult or easy it is to use the Building controls", + "_type": "Player Survey - Multiple Choice Question" + }, + "_type": "Player Survey - Question Container" + } + ], + "r": "rm", + "t": "We want your feedback!", + "sg": [ + "a" + ], + "id": "190308Building-FNBR", + "po": { + "_type": "Player Survey - Message" + } + }, + { + "rt": false, + "pr": { + "_type": "Player Survey - Message" + }, + "c": [ + { + "cg": { + "_type": "Player Survey - Condition - Condition Group", + "id": "StW_Probabilities_1000_30dCD" + }, + "_type": "Player Survey - Condition Container" + } + ], + "hidden": false, + "e": false, + "_type": "Player Survey - Survey", + "cm": { + "_type": "Player Survey - Message" + }, + "q": [ + { + "mc": { + "s": "rating", + "c": [ + { + "t": "Very Negative", + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "t": "Very Positive", + "_type": "Player Survey - Multiple Choice Question Choice" + } + ], + "t": "Please rate your experience in the last game", + "_type": "Player Survey - Multiple Choice Question" + }, + "_type": "Player Survey - Question Container" + } + ], + "r": "rm", + "t": "We want your feedback!", + "sg": [ + "c" + ], + "id": "190308HeartbeatNegativePositve-StW", + "po": { + "_type": "Player Survey - Message" + } + }, + { + "rt": false, + "pr": { + "_type": "Player Survey - Message" + }, + "c": [ + { + "cg": { + "_type": "Player Survey - Condition - Condition Group", + "id": "StW_Probabilities_1000_30dCD" + }, + "_type": "Player Survey - Condition Container" + } + ], + "hidden": false, + "e": false, + "_type": "Player Survey - Survey", + "cm": { + "_type": "Player Survey - Message" + }, + "q": [ + { + "mc": { + "s": "rating", + "c": [ + { + "t": "Very Dissatisfied", + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "t": "Very Satisfied", + "_type": "Player Survey - Multiple Choice Question Choice" + } + ], + "t": "Please rate your satisfaction with the last game", + "_type": "Player Survey - Multiple Choice Question" + }, + "_type": "Player Survey - Question Container" + } + ], + "r": "rm", + "t": "We want your feedback!", + "sg": [ + "c" + ], + "id": "190308HeartbeatSatisfaction-StW", + "po": { + "_type": "Player Survey - Message" + } + }, + { + "rt": false, + "pr": { + "_type": "Player Survey - Message" + }, + "c": [ + { + "cg": { + "_type": "Player Survey - Condition - Condition Group", + "id": "FNBR_Heartbeats_30dCD_SplitAt20" + }, + "_type": "Player Survey - Condition Container" + } + ], + "hidden": false, + "e": false, + "_type": "Player Survey - Survey", + "cm": { + "_type": "Player Survey - Message" + }, + "q": [ + { + "mc": { + "s": "rating", + "c": [ + { + "t": "Very Dissatisfied", + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "t": "Very Satisfied", + "_type": "Player Survey - Multiple Choice Question Choice" + } + ], + "t": "Please rate your satisfaction with the last game", + "_type": "Player Survey - Multiple Choice Question" + }, + "_type": "Player Survey - Question Container" + } + ], + "r": "rm", + "t": "We want your feedback!", + "sg": [ + "a" + ], + "id": "190308HeartbeatSatisfaction-FNBR", + "po": { + "_type": "Player Survey - Message" + } + }, + { + "rt": false, + "pr": { + "t": "", + "_type": "Player Survey - Message" + }, + "c": [ + { + "cg": { + "_type": "Player Survey - Condition - Condition Group", + "id": "FNBR_Heartbeats_30dCD_SplitAt20" + }, + "_type": "Player Survey - Condition Container" + } + ], + "hidden": false, + "e": false, + "_type": "Player Survey - Survey", + "cm": { + "_type": "Player Survey - Message" + }, + "q": [ + { + "mc": { + "s": "rating", + "c": [ + { + "t": "Very Negative", + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "_type": "Player Survey - Multiple Choice Question Choice" + }, + { + "t": "Very Positive", + "_type": "Player Survey - Multiple Choice Question Choice" + } + ], + "t": "Please rate your experience in the last game", + "_type": "Player Survey - Multiple Choice Question" + }, + "_type": "Player Survey - Question Container" + } + ], + "r": "rm", + "t": "We want your feedback!", + "sg": [ + "a" + ], + "id": "190308HeartbeatNegativePositve-FNBR", + "po": { + "_type": "Player Survey - Message" + } + } + ], + "cg": [ + { + "c": [ + { + "cg": { + "_type": "Player Survey - Condition - Condition Group", + "id": "FNBR_Creative_Heartbeats_2000_Platform" + }, + "_type": "Player Survey - Condition Container" + }, + { + "mc": { + "s": { + "t": "a", + "_type": "Player Survey - Metadata Survey ID" + }, + "t": 30, + "_type": "Player Survey - Condition - Most Recently Completed", + "o": "g" + }, + "_type": "Player Survey - Condition Container" + } + ], + "_type": "Player Survey - Condition Group", + "id": "FNBR_Creative_Heartbeats_2000_30d" + }, + { + "c": [ + { + "_type": "Player Survey - Condition Container", + "o": { + "c": [ + { + "a": { + "c": [ + { + "rd": { + "p": 0.015667324, + "_type": "Player Survey - Condition - Random" + }, + "_type": "Player Survey - Condition Container OA" + }, + { + "_type": "Player Survey - Condition Container OA", + "pl": { + "p": [ + "Android" + ], + "_type": "Player Survey - Condition - Platform" + } + } + ], + "_type": "Player Survey - Condition - And" + }, + "_type": "Player Survey - Condition Container O" + }, + { + "a": { + "c": [ + { + "rd": { + "p": 0.00226297, + "_type": "Player Survey - Condition - Random" + }, + "_type": "Player Survey - Condition Container OA" + }, + { + "_type": "Player Survey - Condition Container OA", + "pl": { + "p": [ + "IOS" + ], + "_type": "Player Survey - Condition - Platform" + } + } + ], + "_type": "Player Survey - Condition - And" + }, + "_type": "Player Survey - Condition Container O" + }, + { + "a": { + "c": [ + { + "rd": { + "p": 0.000181053, + "_type": "Player Survey - Condition - Random" + }, + "_type": "Player Survey - Condition Container OA" + }, + { + "_type": "Player Survey - Condition Container OA", + "pl": { + "p": [ + "PS4" + ], + "_type": "Player Survey - Condition - Platform" + } + } + ], + "_type": "Player Survey - Condition - And" + }, + "_type": "Player Survey - Condition Container O" + }, + { + "a": { + "c": [ + { + "rd": { + "p": 0.000979775, + "_type": "Player Survey - Condition - Random" + }, + "_type": "Player Survey - Condition Container OA" + }, + { + "_type": "Player Survey - Condition Container OA", + "pl": { + "p": [ + "Switch" + ], + "_type": "Player Survey - Condition - Platform" + } + } + ], + "_type": "Player Survey - Condition - And" + }, + "_type": "Player Survey - Condition Container O" + }, + { + "a": { + "c": [ + { + "rd": { + "p": 0.000772231, + "_type": "Player Survey - Condition - Random" + }, + "_type": "Player Survey - Condition Container OA" + }, + { + "_type": "Player Survey - Condition Container OA", + "pl": { + "p": [ + "Windows" + ], + "_type": "Player Survey - Condition - Platform" + } + } + ], + "_type": "Player Survey - Condition - And" + }, + "_type": "Player Survey - Condition Container O" + }, + { + "a": { + "c": [ + { + "rd": { + "p": 0.000375674, + "_type": "Player Survey - Condition - Random" + }, + "_type": "Player Survey - Condition Container OA" + }, + { + "_type": "Player Survey - Condition Container OA", + "pl": { + "p": [ + "XboxOne" + ], + "_type": "Player Survey - Condition - Platform" + } + } + ], + "_type": "Player Survey - Condition - And" + }, + "_type": "Player Survey - Condition Container O" + } + ], + "_type": "Player Survey - Condition - Or" + } + } + ], + "_type": "Player Survey - Condition Group", + "id": "FNBR_Creative_Heartbeats_2000_Platform" + }, + { + "c": [ + { + "mc": { + "s": { + "t": "a", + "_type": "Player Survey - Metadata Survey ID" + }, + "t": 14, + "_type": "Player Survey - Condition - Most Recently Completed", + "o": "g" + }, + "_type": "Player Survey - Condition Container" + }, + { + "cg": { + "_type": "Player Survey - Condition - Condition Group", + "id": "FNBR_Probabilities_1000_OldPlayers" + }, + "_type": "Player Survey - Condition Container" + } + ], + "_type": "Player Survey - Condition Group", + "id": "FNBR_Heartbeats_30dCD_Statless" + }, + { + "c": [ + { + "cg": { + "_type": "Player Survey - Condition - Condition Group", + "id": "FNBR_Heartbeats_30dCD_SplitAt20" + }, + "_type": "Player Survey - Condition Container" + }, + { + "ss": { + "s": "bl", + "t": 9, + "_type": "Player Survey - Condition - BR Season Stat", + "o": "e" + }, + "_type": "Player Survey - Condition Container" + }, + { + "ab": { + "t": true, + "_type": "Player Survey - Condition - BR Battle Pass Owned" + }, + "_type": "Player Survey - Condition Container" + } + ], + "_type": "Player Survey - Condition Group", + "id": "BPOwnerHeartbeats" + }, + { + "c": [ + { + "cg": { + "_type": "Player Survey - Condition - Condition Group", + "id": "FNBR_Heartbeats_30dCD_SplitAt20" + }, + "_type": "Player Survey - Condition Container" + }, + { + "_type": "Player Survey - Condition Container", + "pi": { + "q": { + "t": "s", + "_type": "Player Survey - Gameplay Tag Query", + "n": [ + "Athena.Location.POI.TheBlock" + ] + }, + "_type": "Player Survey - Condition - BR POI" + } + } + ], + "_type": "Player Survey - Condition Group", + "id": "BlockVisitHeartbeats" + }, + { + "c": [ + { + "_type": "Player Survey - Condition Container", + "o": { + "c": [ + { + "a": { + "c": [ + { + "rd": { + "p": 0.06772773450728073, + "_type": "Player Survey - Condition - Random" + }, + "_type": "Player Survey - Condition Container OA" + }, + { + "_type": "Player Survey - Condition Container OA", + "pl": { + "p": [ + "XboxOne" + ], + "_type": "Player Survey - Condition - Platform" + } + } + ], + "_type": "Player Survey - Condition - And" + }, + "_type": "Player Survey - Condition Container O" + }, + { + "a": { + "c": [ + { + "rd": { + "p": 0.11253657438667566, + "_type": "Player Survey - Condition - Random" + }, + "_type": "Player Survey - Condition Container OA" + }, + { + "_type": "Player Survey - Condition Container OA", + "pl": { + "p": [ + "Switch" + ], + "_type": "Player Survey - Condition - Platform" + } + } + ], + "_type": "Player Survey - Condition - And" + }, + "_type": "Player Survey - Condition Container O" + }, + { + "a": { + "c": [ + { + "rd": { + "p": 0.03493083694285315, + "_type": "Player Survey - Condition - Random" + }, + "_type": "Player Survey - Condition Container OA" + }, + { + "_type": "Player Survey - Condition Container OA", + "pl": { + "p": [ + "PS4" + ], + "_type": "Player Survey - Condition - Platform" + } + } + ], + "_type": "Player Survey - Condition - And" + }, + "_type": "Player Survey - Condition Container O" + }, + { + "a": { + "c": [ + { + "rd": { + "p": 0.060595043325455976, + "_type": "Player Survey - Condition - Random" + }, + "_type": "Player Survey - Condition Container OA" + }, + { + "_type": "Player Survey - Condition Container OA", + "pl": { + "p": [ + "Windows" + ], + "_type": "Player Survey - Condition - Platform" + } + } + ], + "_type": "Player Survey - Condition - And" + }, + "_type": "Player Survey - Condition Container O" + }, + { + "a": { + "c": [ + { + "rd": { + "p": 0.028816782894357674, + "_type": "Player Survey - Condition - Random" + }, + "_type": "Player Survey - Condition Container OA" + }, + { + "_type": "Player Survey - Condition Container OA", + "pl": { + "p": [ + "IOS" + ], + "_type": "Player Survey - Condition - Platform" + } + } + ], + "_type": "Player Survey - Condition - And" + }, + "_type": "Player Survey - Condition Container O" + }, + { + "a": { + "c": [ + { + "rd": { + "p": 0.11500862564692352, + "_type": "Player Survey - Condition - Random" + }, + "_type": "Player Survey - Condition Container OA" + }, + { + "_type": "Player Survey - Condition Container OA", + "pl": { + "p": [ + "Android" + ], + "_type": "Player Survey - Condition - Platform" + } + } + ], + "_type": "Player Survey - Condition - And" + }, + "_type": "Player Survey - Condition Container O" + } + ], + "_type": "Player Survey - Condition - Or" + } + } + ], + "_type": "Player Survey - Condition Group", + "id": "FNBR_FirstGame_1000_Platform" + }, + { + "c": [ + { + "_type": "Player Survey - Condition Container", + "o": { + "c": [ + { + "a": { + "c": [ + { + "as": { + "s": "MatchesPlayed", + "pt": [ + "a" + ], + "t": 1, + "ag": "s", + "_type": "Player Survey - Condition - BR Match Stat", + "i": [ + "gamepad", + "touch", + "keyboardmouse" + ], + "o": "e" + }, + "_type": "Player Survey - Condition Container OA" + }, + { + "cg": { + "_type": "Player Survey - Condition - Condition Group", + "id": "FNBR_FirstGame_1000_Platform" + }, + "_type": "Player Survey - Condition Container OA" + }, + { + "mc": { + "s": { + "t": "a", + "_type": "Player Survey - Metadata Survey ID" + }, + "t": 30, + "_type": "Player Survey - Condition - Most Recently Completed", + "o": "g" + }, + "_type": "Player Survey - Condition Container OA" + } + ], + "_type": "Player Survey - Condition - And" + }, + "_type": "Player Survey - Condition Container O" + } + ], + "_type": "Player Survey - Condition - Or" + } + } + ], + "_type": "Player Survey - Condition Group", + "id": "FNBR_FirstGame" + }, + { + "c": [ + { + "_type": "Player Survey - Condition Container", + "o": { + "c": [ + { + "a": { + "c": [ + { + "rd": { + "p": 0.002751011, + "_type": "Player Survey - Condition - Random" + }, + "_type": "Player Survey - Condition Container OA" + }, + { + "_type": "Player Survey - Condition Container OA", + "pl": { + "p": [ + "PS4" + ], + "_type": "Player Survey - Condition - Platform" + } + } + ], + "_type": "Player Survey - Condition - And" + }, + "_type": "Player Survey - Condition Container O" + }, + { + "a": { + "c": [ + { + "rd": { + "p": 0.008374035, + "_type": "Player Survey - Condition - Random" + }, + "_type": "Player Survey - Condition Container OA" + }, + { + "_type": "Player Survey - Condition Container OA", + "pl": { + "p": [ + "Windows" + ], + "_type": "Player Survey - Condition - Platform" + } + } + ], + "_type": "Player Survey - Condition - And" + }, + "_type": "Player Survey - Condition Container O" + }, + { + "a": { + "c": [ + { + "rd": { + "p": 0.006566055, + "_type": "Player Survey - Condition - Random" + }, + "_type": "Player Survey - Condition Container OA" + }, + { + "_type": "Player Survey - Condition Container OA", + "pl": { + "p": [ + "XboxOne" + ], + "_type": "Player Survey - Condition - Platform" + } + } + ], + "_type": "Player Survey - Condition - And" + }, + "_type": "Player Survey - Condition Container O" + } + ], + "_type": "Player Survey - Condition - Or" + } + } + ], + "_type": "Player Survey - Condition Group", + "id": "StW_Probabilities_1000_Platform" + }, + { + "c": [ + { + "cg": { + "_type": "Player Survey - Condition - Condition Group", + "id": "FNBR_Heartbeats_SplitAt20" + }, + "_type": "Player Survey - Condition Container" + }, + { + "mc": { + "s": { + "t": "a", + "_type": "Player Survey - Metadata Survey ID" + }, + "t": 14, + "_type": "Player Survey - Condition - Most Recently Completed", + "o": "g" + }, + "_type": "Player Survey - Condition Container" + } + ], + "_type": "Player Survey - Condition Group", + "id": "FNBR_Heartbeats_30dCD_SplitAt20" + }, + { + "c": [ + { + "_type": "Player Survey - Condition Container", + "o": { + "c": [ + { + "a": { + "c": [ + { + "as": { + "s": "MatchesPlayed", + "pt": [ + "a" + ], + "t": 1, + "ag": "s", + "_type": "Player Survey - Condition - BR Match Stat", + "i": [ + "gamepad", + "touch", + "keyboardmouse" + ], + "o": "ge" + }, + "_type": "Player Survey - Condition Container OA" + }, + { + "as": { + "s": "MatchesPlayed", + "pt": [ + "a" + ], + "t": 20, + "ag": "s", + "_type": "Player Survey - Condition - BR Match Stat", + "i": [ + "gamepad", + "touch", + "keyboardmouse" + ], + "o": "l" + }, + "_type": "Player Survey - Condition Container OA" + }, + { + "cg": { + "_type": "Player Survey - Condition - Condition Group", + "id": "FNBR_Probabilities_1000_NewPlayers" + }, + "_type": "Player Survey - Condition Container OA" + } + ], + "_type": "Player Survey - Condition - And" + }, + "_type": "Player Survey - Condition Container O" + }, + { + "a": { + "c": [ + { + "as": { + "s": "MatchesPlayed", + "pt": [ + "a" + ], + "t": 20, + "ag": "s", + "_type": "Player Survey - Condition - BR Match Stat", + "i": [ + "gamepad", + "touch", + "keyboardmouse" + ], + "o": "ge" + }, + "_type": "Player Survey - Condition Container OA" + }, + { + "cg": { + "_type": "Player Survey - Condition - Condition Group", + "id": "FNBR_Probabilities_1000_OldPlayers" + }, + "_type": "Player Survey - Condition Container OA" + } + ], + "_type": "Player Survey - Condition - And" + }, + "_type": "Player Survey - Condition Container O" + } + ], + "_type": "Player Survey - Condition - Or" + } + } + ], + "_type": "Player Survey - Condition Group", + "id": "FNBR_Heartbeats_SplitAt20" + }, + { + "c": [ + { + "_type": "Player Survey - Condition Container", + "o": { + "c": [ + { + "a": { + "c": [ + { + "rd": { + "p": 0.007833662, + "_type": "Player Survey - Condition - Random" + }, + "_type": "Player Survey - Condition Container OA" + }, + { + "_type": "Player Survey - Condition Container OA", + "pl": { + "p": [ + "Android" + ], + "_type": "Player Survey - Condition - Platform" + } + } + ], + "_type": "Player Survey - Condition - And" + }, + "_type": "Player Survey - Condition Container O" + }, + { + "a": { + "c": [ + { + "rd": { + "p": 0.001131485, + "_type": "Player Survey - Condition - Random" + }, + "_type": "Player Survey - Condition Container OA" + }, + { + "_type": "Player Survey - Condition Container OA", + "pl": { + "p": [ + "IOS" + ], + "_type": "Player Survey - Condition - Platform" + } + } + ], + "_type": "Player Survey - Condition - And" + }, + "_type": "Player Survey - Condition Container O" + }, + { + "a": { + "c": [ + { + "rd": { + "p": 0.0000905266885133352, + "_type": "Player Survey - Condition - Random" + }, + "_type": "Player Survey - Condition Container OA" + }, + { + "_type": "Player Survey - Condition Container OA", + "pl": { + "p": [ + "PS4" + ], + "_type": "Player Survey - Condition - Platform" + } + } + ], + "_type": "Player Survey - Condition - And" + }, + "_type": "Player Survey - Condition Container O" + }, + { + "a": { + "c": [ + { + "rd": { + "p": 0.000489887477101219, + "_type": "Player Survey - Condition - Random" + }, + "_type": "Player Survey - Condition Container OA" + }, + { + "_type": "Player Survey - Condition Container OA", + "pl": { + "p": [ + "Switch" + ], + "_type": "Player Survey - Condition - Platform" + } + } + ], + "_type": "Player Survey - Condition - And" + }, + "_type": "Player Survey - Condition Container O" + }, + { + "a": { + "c": [ + { + "rd": { + "p": 0.000386115312824342, + "_type": "Player Survey - Condition - Random" + }, + "_type": "Player Survey - Condition Container OA" + }, + { + "_type": "Player Survey - Condition Container OA", + "pl": { + "p": [ + "Windows" + ], + "_type": "Player Survey - Condition - Platform" + } + } + ], + "_type": "Player Survey - Condition - And" + }, + "_type": "Player Survey - Condition Container O" + }, + { + "a": { + "c": [ + { + "rd": { + "p": 0.000187837, + "_type": "Player Survey - Condition - Random" + }, + "_type": "Player Survey - Condition Container OA" + }, + { + "_type": "Player Survey - Condition Container OA", + "pl": { + "p": [ + "XboxOne" + ], + "_type": "Player Survey - Condition - Platform" + } + } + ], + "_type": "Player Survey - Condition - And" + }, + "_type": "Player Survey - Condition Container O" + } + ], + "_type": "Player Survey - Condition - Or" + } + } + ], + "_type": "Player Survey - Condition Group", + "id": "FNBR_Probabilities_1000_OldPlayers" + }, + { + "c": [ + { + "_type": "Player Survey - Condition Container", + "o": { + "c": [ + { + "a": { + "c": [ + { + "rd": { + "p": 0.002188906, + "_type": "Player Survey - Condition - Random" + }, + "_type": "Player Survey - Condition Container OA" + }, + { + "_type": "Player Survey - Condition Container OA", + "pl": { + "p": [ + "XboxOne" + ], + "_type": "Player Survey - Condition - Platform" + } + } + ], + "_type": "Player Survey - Condition - And" + }, + "_type": "Player Survey - Condition Container O" + }, + { + "a": { + "c": [ + { + "rd": { + "p": 0.002041152, + "_type": "Player Survey - Condition - Random" + }, + "_type": "Player Survey - Condition Container OA" + }, + { + "_type": "Player Survey - Condition Container OA", + "pl": { + "p": [ + "Windows" + ], + "_type": "Player Survey - Condition - Platform" + } + } + ], + "_type": "Player Survey - Condition - And" + }, + "_type": "Player Survey - Condition Container O" + }, + { + "a": { + "c": [ + { + "rd": { + "p": 0.002933814, + "_type": "Player Survey - Condition - Random" + }, + "_type": "Player Survey - Condition Container OA" + }, + { + "_type": "Player Survey - Condition Container OA", + "pl": { + "p": [ + "Switch" + ], + "_type": "Player Survey - Condition - Platform" + } + } + ], + "_type": "Player Survey - Condition - And" + }, + "_type": "Player Survey - Condition Container O" + }, + { + "a": { + "c": [ + { + "rd": { + "p": 0.000678885, + "_type": "Player Survey - Condition - Random" + }, + "_type": "Player Survey - Condition Container OA" + }, + { + "_type": "Player Survey - Condition Container OA", + "pl": { + "p": [ + "PS4" + ], + "_type": "Player Survey - Condition - Platform" + } + } + ], + "_type": "Player Survey - Condition - And" + }, + "_type": "Player Survey - Condition Container O" + }, + { + "a": { + "c": [ + { + "rd": { + "p": 0.002164533, + "_type": "Player Survey - Condition - Random" + }, + "_type": "Player Survey - Condition Container OA" + }, + { + "_type": "Player Survey - Condition Container OA", + "pl": { + "p": [ + "IOS" + ], + "_type": "Player Survey - Condition - Platform" + } + } + ], + "_type": "Player Survey - Condition - And" + }, + "_type": "Player Survey - Condition Container O" + }, + { + "a": { + "c": [ + { + "rd": { + "p": 0.008357813, + "_type": "Player Survey - Condition - Random" + }, + "_type": "Player Survey - Condition Container OA" + }, + { + "_type": "Player Survey - Condition Container OA", + "pl": { + "p": [ + "Android" + ], + "_type": "Player Survey - Condition - Platform" + } + } + ], + "_type": "Player Survey - Condition - And" + }, + "_type": "Player Survey - Condition Container O" + } + ], + "_type": "Player Survey - Condition - Or" + } + } + ], + "_type": "Player Survey - Condition Group", + "id": "FNBR_Probabilities_1000_NewPlayers" + }, + { + "c": [ + { + "mc": { + "s": { + "t": "a", + "_type": "Player Survey - Metadata Survey ID" + }, + "t": 30, + "_type": "Player Survey - Condition - Most Recently Completed", + "o": "g" + }, + "_type": "Player Survey - Condition Container" + }, + { + "_type": "Player Survey - Condition Container", + "o": { + "c": [ + { + "a": { + "c": [ + { + "rd": { + "p": 0.007833662, + "_type": "Player Survey - Condition - Random" + }, + "_type": "Player Survey - Condition Container OA" + }, + { + "_type": "Player Survey - Condition Container OA", + "pl": { + "p": [ + "Android" + ], + "_type": "Player Survey - Condition - Platform" + } + } + ], + "_type": "Player Survey - Condition - And" + }, + "_type": "Player Survey - Condition Container O" + }, + { + "a": { + "c": [ + { + "rd": { + "p": 0.001131485, + "_type": "Player Survey - Condition - Random" + }, + "_type": "Player Survey - Condition Container OA" + }, + { + "_type": "Player Survey - Condition Container OA", + "pl": { + "p": [ + "IOS" + ], + "_type": "Player Survey - Condition - Platform" + } + } + ], + "_type": "Player Survey - Condition - And" + }, + "_type": "Player Survey - Condition Container O" + }, + { + "a": { + "c": [ + { + "rd": { + "p": 0.0000905266885133352, + "_type": "Player Survey - Condition - Random" + }, + "_type": "Player Survey - Condition Container OA" + }, + { + "_type": "Player Survey - Condition Container OA", + "pl": { + "p": [ + "PS4" + ], + "_type": "Player Survey - Condition - Platform" + } + } + ], + "_type": "Player Survey - Condition - And" + }, + "_type": "Player Survey - Condition Container O" + }, + { + "a": { + "c": [ + { + "rd": { + "p": 0.000489887477101219, + "_type": "Player Survey - Condition - Random" + }, + "_type": "Player Survey - Condition Container OA" + }, + { + "_type": "Player Survey - Condition Container OA", + "pl": { + "p": [ + "Switch" + ], + "_type": "Player Survey - Condition - Platform" + } + } + ], + "_type": "Player Survey - Condition - And" + }, + "_type": "Player Survey - Condition Container O" + }, + { + "a": { + "c": [ + { + "rd": { + "p": 0.000386115312824342, + "_type": "Player Survey - Condition - Random" + }, + "_type": "Player Survey - Condition Container OA" + }, + { + "_type": "Player Survey - Condition Container OA", + "pl": { + "p": [ + "Windows", + "Mac" + ], + "_type": "Player Survey - Condition - Platform" + } + } + ], + "_type": "Player Survey - Condition - And" + }, + "_type": "Player Survey - Condition Container O" + }, + { + "a": { + "c": [ + { + "rd": { + "p": 0.000187837, + "_type": "Player Survey - Condition - Random" + }, + "_type": "Player Survey - Condition Container OA" + }, + { + "_type": "Player Survey - Condition Container OA", + "pl": { + "p": [ + "XboxOne" + ], + "_type": "Player Survey - Condition - Platform" + } + } + ], + "_type": "Player Survey - Condition - And" + }, + "_type": "Player Survey - Condition Container O" + } + ], + "_type": "Player Survey - Condition - Or" + } + } + ], + "_type": "Player Survey - Condition Group", + "id": "FNBR_Probabilities_1000_30dCD" + }, + { + "c": [ + { + "cg": { + "_type": "Player Survey - Condition - Condition Group", + "id": "StW_Probabilities_1000_Platform" + }, + "_type": "Player Survey - Condition Container" + }, + { + "mc": { + "s": { + "t": "a", + "_type": "Player Survey - Metadata Survey ID" + }, + "t": 30, + "_type": "Player Survey - Condition - Most Recently Completed", + "o": "g" + }, + "_type": "Player Survey - Condition Container" + } + ], + "_type": "Player Survey - Condition Group", + "id": "StW_Probabilities_1000_30dCD" + }, + { + "c": [ + { + "rd": { + "p": 0.5, + "_type": "Player Survey - Condition - Random" + }, + "_type": "Player Survey - Condition Container" + } + ], + "_type": "Player Survey - Condition Group", + "id": "Percent50" + } + ], + "e": true, + "_type": "Player Survey - Survey Root" + }, + "_title": "playersurvey", + "_noIndex": false, + "_activeDate": "2019-10-15T07:50:00.000Z", + "lastModified": "2019-10-15T22:00:24.726Z", + "_locale": "en-US" + }, + "creativeFeatures": { + "ad_info": { + "_type": "Creative Ad Info" + }, + "_title": "Creative Features", + "_activeDate": "2019-03-27T14:47:20.426Z", + "lastModified": "2019-06-20T22:06:24.590Z", + "_locale": "en-US" + }, + "subgameinfo": { + "battleroyale": { + "image": "https://progameguides.com/wp-content/uploads/2018/12/fortnite-outfit-fishstick.jpg", + "color": "1164c1", + "_type": "Subgame Info", + "description": "microtransactions galore", + "subgame": "battleroyale", + "standardMessageLine2": "", + "title": "Cash Cow", + "standardMessageLine1": "" + }, + "savetheworld": { + "image": "https://progameguides.com/wp-content/uploads/2018/12/fortnite-outfit-fishstick.jpg", + "color": "7615E9FF", + "specialMessage": "", + "_type": "Subgame Info", + "description": "Uncooperative PvE storm-fighting adventure! Only the finest premium experience delivered by Epic.\n\nfor the love of fuck, epic, please continue developing this game", + "subgame": "savetheworld", + "title": "The Premium Experience" + }, + "_title": "SubgameInfo", + "_noIndex": false, + "creative": { + "image": "https://progameguides.com/wp-content/uploads/2018/12/fortnite-outfit-fishstick.jpg", + "color": "13BDA1FF", + "_type": "Subgame Info", + "description": "pp", + "subgame": "creative", + "title": "Creative", + "standardMessageLine1": "" + }, + "_activeDate": "2019-05-02T16:48:47.429Z", + "lastModified": "2019-10-29T12:44:06.577Z", + "_locale": "en-US" + }, + "lobby": { + "backgroundimage": "https://cdn2.unrealengine.com/Fortnite%2Ffortnite-game%2Flobby%2FT_Lobby_SeasonX-2048x1024-24e02780ed533da8001016f4e6fb14dd15e2f860.png", + "stage": "seasonx", + "_title": "lobby", + "_activeDate": "2019-05-31T21:24:39.892Z", + "lastModified": "2019-07-31T21:24:17.119Z", + "_locale": "en-US" + }, + "battleroyalenews": { + "news": { + "platform_messages": [ + { + "hidden": false, + "_type": "CommonUI Simple Message Platform", + "message": { + "image": "https://cdn2.unrealengine.com/Fortnite/fortnite-game/battleroyalenews/v11/v1101/11BR_EpicGamesAndroidLauncherAssets_MOTD-1024x512-18dd3ddb2b4297abde65e0d898244181f4581326.jpg", + "hidden": false, + "_type": "CommonUI Simple Message Base", + "subgame": "br", + "title": "Epic Games app", + "body": "The Fortnite Installer on Android is now the Epic Games app!\nUse it to download Fortnite on Android and check out all that's new in #FortniteChapter2", + "spotlight": false + }, + "platform": "android" + } + ], + "_type": "Battle Royale News", + "messages": [ + { + "image": "https://miro.medium.com/max/1200/1*of9OCSRWoAoS3_lNVKqM2g.png", + "hidden": false, + "_type": "CommonUI Simple Message Base", + "adspace": "DISCORD!", + "title": "Join our discord server!", + "body": "https://discord.gg/KJ8UaHZ", + "spotlight": false + }, + { + "image": "https://yt3.ggpht.com/a/AGF-l79CQOPeiM3Ve_skW5DrQ2B_uFzEJ54pFBdvoQ=s900-c-k-c0xffffffff-no-rj-mo", + "hidden": false, + "_type": "CommonUI Simple Message Base", + "adspace": "ENJOY!", + "title": "LawinServer", + "body": "Enjoy LawinServer!", + "spotlight": false + } + ] + }, + "_title": "battleroyalenews", + "header": "", + "style": "SpecialEvent", + "_noIndex": false, + "alwaysShow": false, + "_activeDate": "2018-08-17T16:00:00.000Z", + "lastModified": "2019-10-31T20:29:39.334Z", + "_locale": "en-US" + }, + "dynamicbackgrounds": { + "backgrounds": { + "backgrounds": [ + { + "stage": "fortnitemares", + "_type": "DynamicBackground", + "key": "lobby" + }, + { + "stage": "fortnitemares", + "_type": "DynamicBackground", + "key": "vault" + } + ], + "_type": "DynamicBackgroundList" + }, + "_title": "dynamicbackgrounds", + "_noIndex": false, + "_activeDate": "2019-08-21T15:59:59.342Z", + "lastModified": "2019-10-29T13:07:27.936Z", + "_locale": "en-US" + }, + "creativenews": { + "news": { + "_type": "Battle Royale News", + "messages": [ + { + "image": "https://miro.medium.com/max/1200/1*of9OCSRWoAoS3_lNVKqM2g.png", + "hidden": false, + "_type": "CommonUI Simple Message Base", + "adspace": "DISCORD!", + "title": "Join our discord server!", + "body": "https://discord.gg/KJ8UaHZ", + "spotlight": false + }, + { + "image": "https://yt3.ggpht.com/a/AGF-l79CQOPeiM3Ve_skW5DrQ2B_uFzEJ54pFBdvoQ=s900-c-k-c0xffffffff-no-rj-mo", + "hidden": false, + "_type": "CommonUI Simple Message Base", + "adspace": "ENJOY!", + "title": "LawinServer", + "body": "Enjoy LawinServer!", + "spotlight": false + } + ] + }, + "_title": "Creativenews", + "header": "", + "style": "None", + "_noIndex": false, + "alwaysShow": false, + "_activeDate": "2018-08-17T16:00:00.000Z", + "lastModified": "2019-10-31T20:35:52.569Z", + "_locale": "en-US" + }, + "_suggestedPrefetch": [] + } diff --git a/responses/friendslist.json b/responses/friendslist.json new file mode 100644 index 0000000..acb1cc8 --- /dev/null +++ b/responses/friendslist.json @@ -0,0 +1,57 @@ +[ { + "accountId" : "SubtoLawin_LOL123", + "status" : "ACCEPTED", + "direction" : "OUTBOUND", + "created" : "2000-05-11T15:53:53.072Z", + "favorite" : false + }, + { + "accountId" : "Followlawin_LOL123", + "status" : "ACCEPTED", + "direction" : "OUTBOUND", + "created" : "2000-04-08T12:32:42.069Z", + "favorite" : false + }, + { + "accountId" : "NINJALOL_1238", + "status" : "ACCEPTED", + "direction" : "OUTBOUND", + "created" : "2000-04-08T12:32:42.069Z", + "favorite" : false + }, + { + "accountId" : "TFUELOL_1238", + "status" : "ACCEPTED", + "direction" : "OUTBOUND", + "created" : "2000-04-08T12:32:42.069Z", + "favorite" : false + }, + { + "accountId" : "ALIALOL_1238", + "status" : "ACCEPTED", + "direction" : "OUTBOUND", + "created" : "2000-04-08T12:32:42.069Z", + "favorite" : false + }, + { + "accountId" : "DAKOTAZLOL_1238", + "status" : "ACCEPTED", + "direction" : "OUTBOUND", + "created" : "2000-04-08T12:32:42.069Z", + "favorite" : false + }, + { + "accountId" : "SYPHERPKLOL_1238", + "status" : "ACCEPTED", + "direction" : "OUTBOUND", + "created" : "2000-04-08T12:32:42.069Z", + "favorite" : false + }, + { + "accountId" : "NICKEH30LOLL_2897669", + "status" : "PENDING", + "direction" : "OUTBOUND", + "created" : "2000-04-08T12:32:42.069Z", + "favorite" : false + } +] diff --git a/responses/friendslist2.json b/responses/friendslist2.json new file mode 100644 index 0000000..9165668 --- /dev/null +++ b/responses/friendslist2.json @@ -0,0 +1,79 @@ +{ + "friends": [ + { + "accountId": "SubtoLawin_LOL123", + "groups": [], + "mutual": 0, + "alias": "", + "note": "", + "favorite": false, + "created": "2000-04-08T12:32:42.069Z" + }, + { + "accountId": "Followlawin_LOL123", + "groups": [], + "mutual": 0, + "alias": "", + "note": "", + "favorite": false, + "created": "2000-04-08T12:32:42.069Z" + }, + { + "accountId": "NINJALOL_1238", + "groups": [], + "mutual": 0, + "alias": "", + "note": "", + "favorite": false, + "created": "2000-04-08T12:32:42.069Z" + }, + { + "accountId": "TFUELOL_1238", + "groups": [], + "mutual": 0, + "alias": "", + "note": "", + "favorite": false, + "created": "2000-04-08T12:32:42.069Z" + }, + { + "accountId": "ALIALOL_1238", + "groups": [], + "mutual": 0, + "alias": "", + "note": "", + "favorite": false, + "created": "2000-04-08T12:32:42.069Z" + }, + { + "accountId": "DAKOTAZLOL_1238", + "groups": [], + "mutual": 0, + "alias": "", + "note": "", + "favorite": false, + "created": "2000-04-08T12:32:42.069Z" + }, + { + "accountId": "SYPHERPKLOL_1238", + "groups": [], + "mutual": 0, + "alias": "", + "note": "", + "favorite": false, + "created": "2000-04-08T12:32:42.069Z" + } + ], + "incoming": [], + "outgoing": [ + { + "accountId": "NICKEH30LOLL_2897669", + "favorite": false + } + ], + "suggested": [], + "blocklist" : [], + "settings": { + "acceptInvites": "public" + } +} diff --git a/responses/keychain.json b/responses/keychain.json new file mode 100644 index 0000000..47f197a --- /dev/null +++ b/responses/keychain.json @@ -0,0 +1,471 @@ +[ + "74AF07F9A2908BB2C32C9B07BC998560:V0Oqo/JGdPq3K1fX3JQRzwjCQMK7bV4QoyqQQFsIf0k=:Glider_ID_158_Hairy", + "464F39FB64FAF4AB6843449EDD0BE3BE:0yYMEXLHteghUwUW+SThzKXltdNzvA42CssFpAXgxFA=", + "ECC9E1F04B18E523B2681C2037A17B56:AoeVhWzK5zFpeJ2yqYKkTaRw4vo9162/EuipYvC+jxA=:CID_602_Athena_Commando_M_NanaSplit", + "32E8846645441197B80CF8B1C86B01A1:cwJgOQhsrscdiFfLHzS9WudnE9mBMH/C/SAyX81B2fM=:CID_311_Athena_Commando_M_Reindeer", + "46159C748694298198A52DC07476FDA3:4CLHOBqSrmS1RkG/SxZYi8Rc0zCmAKxXIBMMUHDl2ag=", + "8DA867A3B1F0E3A0985B0AB812C3582A:vS8S10ETj2TxdtD57p/iNINbMj4mfumCT6q3eV/jhdU=", + "B9E5ABB4D4F783F13E7A32B971597F03:HGWfy8LBJu12s5HZeYTZDqP2EI3dJqPXupxd2AzYdUI=", + "C7623A35411F3D5FBDE2688C7E4A69EB:qAi49mUKsB2dbfbtJWDf3yO2DfRStA+Ed9XgDjC8Zaw=:BID_190_StreetGothFemale", + "CBAC886CCED55EEAEDC0D4BED9588035:+5bLkb9JJIJBPrVxzvfhb0CkKU4ITf8SJRRG14UzyfI=", + "46FC5EBAD39CE53EFB215A2E05A915FC:H3gtdkEzT3Dk8vkwTTZE9oUDoJEy6vmfQj1jDo453gY=:Glider_ID_140_ShatterFly", + "D82BF0194AE18598B8B08491E2256E16:3ENJiAAhBVgbroE9WbkjWK5YqL8vzJ0sFKhadRKcQjk=:CID_255_Athena_Commando_F_HalloweenBunny", + "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", + "30A11EE8EB62BEFD4E9B09611DB13857:YVeVPXcP7UoJTp71ZXpGNdPVzmjnRyymcUpsNWYXfRs=:BID_508_DonutDish", + "0CAB99F6E84D4E4C616B895E243F3B67:DWU31IKjnLsEt8sBBDfWQ3DPbZzpJ2JmfbxYdQ8QPZI=", + "D85DFC0115FC3C75A6AD9C5D15B0DBF4:KFp5kuqdJIex+SS95mCy4nETnpzlaY8UHe8X7BSjGxY=:Wrap_080_Blackout1", + "010E6ACF85E4A58BF6F551EFE7B85F61:DwCIH5Dw/1wdiS6gFGmWe4HUgD9kMOEzjbzM/1QshM4=:Pickaxe_ID_178_SpeedyMidnight", + "8335E3DF8B0DFBCB0C05EFB5FF1B8A81:shx/UPd2PJpGZtpddRmoS7RosbEO0MlsaNb+9aaQR9g=:Pickaxe_ID_204_Miner", + "DC487286E8C1CD5FE18AC3FE76034EF2:3h9IwK2qQP8PHVuO1aZI1C34JrJxKBnXJOFcSDSj99M=:CID_478_Athena_Commando_F_WorldCup", + "8A6DABC9AF8B5FE521D365DB605D0AE0:T721SqBTncYsd8Gej01RnLX6sEaCgJoILnRauHaJz+g=:BID_284_NeonLines", + "22AB4BDC10065AA49B38DE88522DF836:1L8L+oKtSOtIxbm1x0HbDtzquIH6CH8vu1PF4i8jU+w=:CID_445_Athena_Commando_F_BannerD", + "63516700C5CFA6F1BE71B29214957E33:eR9Otw83jJyrj808CkqElVYzlXztuc14/u2pDtPtooQ=:Pickaxe_ID_223_Jellyfish", + "5C0BC5E8819B8968CF25C60885F0CB5E:E52Ld2gtMzMFUMkdMpjNWmEHEgr1qnH+iliH2ha27dQ=:Pickaxe_ID_275_Traveler", + "5E15C5486CE8E539552D4D3E7682F9E2:+L/tTz+woDFZJEvtxfq8m8tNI1R72sYK7rnYr7sHTis=:EID_TeamRobot", + "5A33986E8C23E664BD8A70D41697A93F:nFqFG2z7mnQhf4Q3iR6zQ2eWykiuwy0af+ga9QWnU6o=", + "258AB620A71C14508FB6614003DCD34E:fjPUuwSZbKfHlvSh8RMyVjR2SVTcVrGNpWvyjNVQ8Xw=", + "C66F354B49A4389E7636C1BF53CE8D97:BisMzLIPd3AuIv431ryh7DE1h1HYe/NdhBC0wkLq/zQ=:BID_204_TennisFemale", + "0FA46244428655D55790A980B59745AD:fEzJj2anX6D4HyOhaXyNar9oFa+L2/ob/RIXLnxWc7Y=:CID_328_Athena_Commando_F_Tennis", + "BA6DF4F82C5CAB3CE1C51156BFCACE71:SDOlhnlP1SENGT+SrYUqeGIz0TkgoM7dQjfmfxegb1o=:MusicPack_030_BlackMonday_X91ZH", + "6DD6F574BA76BD6B68E14FF19181F2B6:Z/OnCtvolWJSaChHeIIVFXB8fptk8QBW8JQD1Gk2w+Y=:EID_Shaka", + "F60CFFFA32CF6A877B50DA7F0A88326E:OWIopbB4fxaobofPI9lF9hn6BPG9NVLp4Od61uQppfo=:CID_392_Athena_Commando_F_BountyBunny", + "6CED8B5F648ED1ACCC8F1194901775AF:qjfCT39FVniEjPj+CvZu5Qz8XHHtdnH8kCsV3P1OaJw=:BID_252_EvilBunny", + "6EDDE286471D1369B09E65A6B02686CF:2MDxhxeBxx/dN+Q/lwCG+poxzpStEQLDM0L80CoaEG8=:Pickaxe_ID_152_DragonMask", + "5D6562F1EAD89513C82C2F37A24E7F82:I2c+SQCdDvJpC6z1xniRT+k41KAp0pla+o/H68oXFLQ=:CID_650_Athena_Commando_F_HolidayPJ_B", + "216D955070ADAF10973BD156897472C3:MjQh55OvnJCoVMQzMU4C/1NF3FWiXDXnJ6G/EcHfUzo=:EID_AshtonBoardwalk", + "57EC154062C75464BD8A087D89732317:5AEwoCp79njYci8QYF+sLMkGpjDnFCYLSCtz4LD9D78=:EID_Galileo4_PXPE0", + "7313591AB9F0A7E46AB016065DE8F65A:NAL0bLW1p+ceLF4lhxfm1vQPaMlv8eNPP6tTizTZEN0=:CID_398_Athena_Commando_M_TreasureHunterFashion", + "5332028CC33C98BF747EEF82B0384D8C:QxdEIZba2DLRx0jYKm8UpIk/K6eKuclfvDSTllMLLrk=", + "929B82B3454DF80CC45B11A55400B6E7:jl/KsmshfBxKKnPDHyHNTHOzTE3buCIrBpSUpXJQdL4=:BID_180_IceMaiden", + "6BE73A630C01192C39807CEDA006C77C:3MYDxjacnNgSQwxc68DknO3e6TKXSw4tG5TVdSxGdFE=:Pickaxe_ID_327_GalileoKayak_50NFG", + "AFCCB7C08EC6957EEDDAAD676C3D3513:MuovEXob241ie6/RP76ImUk+MExLdl+bszvxCHNtg0U=", + "22AB4BDC10065AA49B38DE88522DF836:1L8L+oKtSOtIxbm1x0HbDtzquIH6CH8vu1PF4i8jU+w=:Glider_ID_153_Banner", + "57EC154062C75464BD8A087D89732317:5AEwoCp79njYci8QYF+sLMkGpjDnFCYLSCtz4LD9D78=:EID_Galileo1_B3EX6", + "001B8CDAE8386ACB5DFE26FA59C10B40:XA9kqeHyWLK/xsRzYLCkooN/dBRNTyjy5sw9Jv+8nRs=", + "BA6DF4F82C5CAB3CE1C51156BFCACE71:SDOlhnlP1SENGT+SrYUqeGIz0TkgoM7dQjfmfxegb1o=:EID_BlackMondayMale_E0VSB", + "8AE56A5795250C959CD4357AF32DA563:GL9+gTLkh5vnyzImLDdxGYFksrHsmmJSUfZB9mP9fdM=", + "57EC154062C75464BD8A087D89732317:5AEwoCp79njYci8QYF+sLMkGpjDnFCYLSCtz4LD9D78=:BannerToken_015_GalileoA_0W6VH", + "72FCE9EE6B90885970CBD74AA2992B68:UvFcOwG78Bx6kVWWHd3NsSarAeWZAht32WLeqs0Opoo=:BannerToken_003_2019WorldCup", + "82669F5A2F9B703D1A6BEA3BCB922D7D:Leu9rrDPaqZd3izIU+IKpFcP/NNcqSncLkV2lapQL6k=:Pickaxe_ID_221_SkullBriteEclipse", + "4C8D53A32D85124D08A3DCE6D3474A30:gam5sVciLPzKr+wmWOoctLo5HFqBvBLKKcxh6ZV1kn0=:Pickaxe_ID_532_WombatFemale_CWE2D", + "010E6ACF85E4A58BF6F551EFE7B85F61:DwCIH5Dw/1wdiS6gFGmWe4HUgD9kMOEzjbzM/1QshM4=:Glider_ID_131_SpeedyMidnight", + "9944BE1C4E9D73E4FA195380EF0B7BBB:LQxoRi0ktKvKMLk6hauL2Gzs6zf5bcEk3mgfX0We/uc=:Glider_ID_122_Valentines", + "340C0957F37B985956E74242A9487B5A:CiISJuNPymcbI3tJAxIaNfGCcHBr1ttSFr++4c5DQx0=", + "A0926AD8C6EDE29250AC4A0A93156E7B:keN/yZ7qnvcPZeIflsked9TAT867gbPgmnG1QdlSn3E=:Pickaxe_ID_382_Donut1H", + "C2216794035D5FC95DCC07FA72E1EC86:4CS9WyhB+tpbl/w4bd+9cnjWZTf0NCO8zl1/6TmIQeM=:EID_HNYGoodRiddance", + "F78569F2AD7950F870965BC647904647:e3+Nhzk8SBfmZWoQThFsZmnyJs2AoJ+LQDgMz45YAUE=:EID_FootballTD_U2HZI", + "D49757E2D55451A0D5B341906FE2ABE4:PWMwnjgi/wUDV+yxg02QsU33jA529fxVTRHyqnkv21c=:Glider_ID_142_AshtonSaltLake", + "30A11EE8EB62BEFD4E9B09611DB13857:YVeVPXcP7UoJTp71ZXpGNdPVzmjnRyymcUpsNWYXfRs=:BID_506_DonutCup", + "0C2DFF3432352A23684E05B0794DFFC7:FG55cmgdBnszsr5pS0aBC44NVl7OyI+AuOXxALyaNKA=", + "2D24182706636A7BD3E96AD37605BAD6:jEZJE+EAU7VDo6p6Y84e4+p3AHxYBWin144H4MhzaSQ=:Pickaxe_ID_427_Seaweed1H_CZ9HA", + "1050DE04C393D98D22D50388175B4834:aFzCQrL5V9QxBU7hrblnr3x8oWjKs7MjQrua/tyBEQI=", + "2FE8DBD09F14AAF7D195AA73B9613792:KwIehLEKaCSJb5X/WcQ9IULKkz3G3M9f9Z5Jgi9hYUU=:Pickaxe_ID_297_FlowerSkeletonFemale1H", + "4F53A11AB9CD08FA18D603BF29415366:mq1giTyk7GAqrpXphg9STetDQnhFBS5M1SYEHM7uYqk=:BID_251_SpaceBunny", + "8B9DC1A32A4081596F0AE60926CF6846:4O/n/4TAJpnQ3BvcadiKLHRNSmZQQbr+15RSrDHnrQ4=", + "828B24CF7786DF74D8511CA89DEED8CF:nCahv7mQhidmYXSmKif6z7d6bQ60mdPQ7SrdZ7a3GaE=:Pickaxe_ID_491_YorkMale", + "A0926AD8C6EDE29250AC4A0A93156E7B:keN/yZ7qnvcPZeIflsked9TAT867gbPgmnG1QdlSn3E=:Glider_ID_206_Donut", + "566C4D92AF66F45DF5E2D7EB43CC27AE:EuAYwU5tQBXzGoSj5BMc7S5yFfe9wZ2qrzx/hIHpnqw=", + "74AF07F9A2908BB2C32C9B07BC998560:V0Oqo/JGdPq3K1fX3JQRzwjCQMK7bV4QoyqQQFsIf0k=:BID_302_Hairy", + "BA6DF4F82C5CAB3CE1C51156BFCACE71:SDOlhnlP1SENGT+SrYUqeGIz0TkgoM7dQjfmfxegb1o=:BID_361_BlackMondayFemale_R0P2N", + "768A95DE7B657B7B23D5A0DE283EB49F:JLLAz46a7wo2rADQvCkbp4IbKexr7J5bBr6d6toSn50=:Wrap_049_PajamaPartyGreen", + "F07BE27DCEFDF52818EE7BA2CD9CA504:lc47A/VahaBWJLQY4V1YyjzJPI5xVErInDaqdwPjv2g=:BID_255_MoonlightAssassin", + "2CEE3C1783B9E41EB66238BAD32EFF23:udlTL9abg8LIGytWpERMGVEpPrj9io23R2HbINHtF3o=", + "5869B4D27CF6766E4047DB0636CB6D72:bFnq5n5S+PRZZFp/dGhAmy63liDVz7wufMqMm65B0FE=", + "D8FDE5644FE474C7C3D476AA18426FEB:orzs/Wp9XxE5vpybtd0tOxX6hrMyZZheFZusAw1c+6A=:BID_126_DarkBomber", + "86588ED13DD870C5FDBF91B3C739D156:HFqg2udb5qqasLf+D2jzfRahu3HgBZWZN2AvnSUIIzs=:BannerToken_002_Doggus", + "828B24CF7786DF74D8511CA89DEED8CF:nCahv7mQhidmYXSmKif6z7d6bQ60mdPQ7SrdZ7a3GaE=:BID_635_York_Male", + "CBFF239A1792F25920D863F223368B54:J3N3cUH3M0R3uyzkE0qVK/SouxC/X6VEswcoWb6ViL8=:BID_276_Pug", + "E36F7DC3B2ECE987FC956C3CF7E71F21:+Y1iPDRR7adeEjebuo6DzBiHkgK0c4ZOwgmrnYYx43w=", + "16FC688AE41A3E3C518F4DD9F9612EE7:Jd7nRLx/FoonA2dUjtbvJVk3nJoNq9LTedk3u4EdFS8=:Wrap_024_StealthBlack", + "A2A3968C8EF4EA9F7979BC1FC57B871D:xVURN9OBgLtbyK0ZR4bqMgsZpL/SJjlIXf1WGEpfd6I=:Glider_ID_139_EarthDay", + "28CBBF705C9DB5A88BEC70DAA005E02E:FvtzBBvDkyj8PRLW76169bMFvg65VojYrSmkjUAi4Bc=:Pickaxe_ID_259_CupidFemale1H", + "210726DF9DCD78AD95B4D407D5D9157B:cXzvTrgNBBmsa8jR8E4q9NFBasv/zdQSSPQmnKznkJE=:EID_SecurityGuard", + "22AB4BDC10065AA49B38DE88522DF836:1L8L+oKtSOtIxbm1x0HbDtzquIH6CH8vu1PF4i8jU+w=:CID_444_Athena_Commando_F_BannerC", + "C1C31115267D6802AD699472D2621F25:zAyelFy6RcyGIW/9z9IvgEbmRW9pdAytvgBIPb1/kdk=", + "F6838AF4144E8386A184FBB0823C15D0:IjzqnnHjZ+r6WC4He/JawOyR7LxeMbm5880cDGDr2eU=:BID_229_LuckyRiderMale", + "80FC6D214CD513415CB0A54044683293:fXY1Xojrg1HpH6ZF0xNrhF9XZKS15GmaBidF9kSAbME=", + "22AB4BDC10065AA49B38DE88522DF836:1L8L+oKtSOtIxbm1x0HbDtzquIH6CH8vu1PF4i8jU+w=:BID_289_Banner", + "F78569F2AD7950F870965BC647904647:e3+Nhzk8SBfmZWoQThFsZmnyJs2AoJ+LQDgMz45YAUE=:CID_951_Athena_Commando_M_Football20Referee_E_QBIBA", + "EBA3BC7F0023BE91CE5EFB7E1BC001A8:MdKbawNIe4qCuGaB4q7+4cy8keyDnJnxZLa7HLC0W4A=:EID_Feral", + "C5188047D9661347FC4483CCB04ACD4C:TlesZ5LgoEoJqkJaz7N2QB43zNWIJdOpx8rOpsbGC48=", + "E0FB7B394449CE6450EA90C93D710EB8:NrXwNX6lKuu/kyQuvE74+6Uo04FODoV4ZqxToj/jS6I=:Pickaxe_ID_230_Drift1H", + "9078B5331B187C32C649D4B1E5530EEC:l1U0jw2fdShRIHGNl1NYmG8YDAJEUSIfhI46nJgSt30=", + "AAB934D179F489B8084EB057031AB845:oJF2EGCXkWP7B1BVK8i4yJzvNtkwXozjZJZv7ZznEEA=", + "35DDA69DABF1DE5826348A3CCD0DFE5E:CfhL+/n+phBF7TV4Qpw4Qhqrd6g3S/Gq2sU5n0FiH6A=:Trails_ID_059_Sony2", + "828B24CF7786DF74D8511CA89DEED8CF:nCahv7mQhidmYXSmKif6z7d6bQ60mdPQ7SrdZ7a3GaE=:CID_911_Athena_Commando_F_York_B", + "854D0D9F4EF33FB4410CB98340952245:wYzInzYpL5IB6dN+rCo6196KgGGo3E/rNeOf7Paizz4=:CID_304_Athena_Commando_M_Gnome", + "E50209164841E1829F672AB1B33D069F:1EMTmCTA4cO1QMoLu+RWAGd8Rw4FQdAONKvDwfQeNV8=:CID_333_Athena_Commando_M_Squishy", + "216D955070ADAF10973BD156897472C3:MjQh55OvnJCoVMQzMU4C/1NF3FWiXDXnJ6G/EcHfUzo=:Pickaxe_ID_202_AshtonBoardwalk", + "B1B800E199A6D4649287C11AE89F67CA:3udFXffIw3c7eM5hljF5mJQA36FbW2PeF8Gx1TcD1vc=:BID_257_Swashbuckler", + "41BDA9510489C841C335EBFA5E233CF0:NceSf4zJLAR1Clh17nKGtBrw62kDRE7tJrodbJYMbU0=:Pickaxe_ID_193_HotDog", + "C7623A35411F3D5FBDE2688C7E4A69EB:qAi49mUKsB2dbfbtJWDf3yO2DfRStA+Ed9XgDjC8Zaw=:Glider_ID_109_StreetGoth", + "4755D9C0E2D1DE1C09B77DEA8B830471:9tUO5yVhvp+/sp7icZaEDw05nMAdS6bYAWYyfQNsxBc=:Pickaxe_ID_387_DonutCup", + "DC912741D5C6F75E4B0FEE33D7E3ECB5:0J6tWhEx0Nxw49VokIyykSs5sL5aFPgk2QJn9b5bAi8=:EID_LetsBegin", + "06B9F77E165673FD1C5FF5099F43D1F3:Bvw6h4GKOLjC/wFgHQsiLePbBZhtPiNhtr5keDBse70=:Wrap_176_TeriyakiWarrior", + "7F0F5EB44D49E7563DD5A196121D49E1:CBIvm8gTJLCz6sD05GKbQo6u/Nk4Poni/7wlp724KWc=:BID_146_AnimalJacketsFemale", + "D83FAFF508200C47DF03BDFF2F801FEC:s9P7AOkoCuPm/506hyAKzuRaIh0xzV9YZON4oDs7GoY=:BID_665_Jupiter_XD7AK", + "EB16EA013B751792698E05435797C1ED:y9JgD812Io4mbaJ5i533Ts5SSfyXaGM4JyoimjP+i4M=:Pickaxe_ID_183_BaseballBat2018", + "8A6DABC9AF8B5FE521D365DB605D0AE0:T721SqBTncYsd8Gej01RnLX6sEaCgJoILnRauHaJz+g=:CID_429_Athena_Commando_F_NeonLines", + "1DF43E667862B117F72B5F39E750853A:Bhjx3mmVxhvadK5bkT+W9RJ0XAaMHawCnf8MfXIpABw=:Glider_ID_150_TechOpsBlue", + "8566FD040AC2B245597E11D1F85DB4E5:SEoqoweofxmXfxu848wKn1UJhwU7oQ2w2F0lBst+FnU=:Pickaxe_ID_508_HistorianMale_6BQSW", + "6D85E82539341B90944E84FFAAD872FB:mAiBk7KbE2Dnr+yVFyJK1yAwv2eWb+yANFH0z2krQkw=:Glider_ID_156_SummerBomber", + "AFCCB7C08EC6957EEDDAAD676C3D3513:MuovEXob241ie6/RP76ImUk+MExLdl+bszvxCHNtg0U=:EID_TwistDaytona", + "7E9E6546A8C7109E9966F9C010D794A7:/hJU9SIxIewJ7taimArAwTbbuGG/4THrKvMElcTMzI0=:EID_BurgerFlipping", + "AE9F7B3419C7FBD2414D72E2E1C8A7BA:kpIotniLp60tWfbBitDUrjw6gmJ2Swl+YT3QAkecpRA=:EID_AntiVisitorProtest", + "5D6562F1EAD89513C82C2F37A24E7F82:I2c+SQCdDvJpC6z1xniRT+k41KAp0pla+o/H68oXFLQ=:BID_441_HolidayPJ", + "0EC19805A48534C8892FA21C75024971:WcebSI5r6bMgSAbNd8Ob187rYmIJFJciobdyQciRiSc=:BID_345_ToxicKitty", + "3E89561331A72D226FBF962DA29DBB82:qzWv2zubDSSrpTt3tKc4ZsReqR3QBKjhU1cGzVe7KH4=:CID_387_Athena_Commando_F_Golf", + "828B24CF7786DF74D8511CA89DEED8CF:nCahv7mQhidmYXSmKif6z7d6bQ60mdPQ7SrdZ7a3GaE=:CID_913_Athena_Commando_F_York_D", + "1AFD764881D1E33FDAA65707010712AD:cbKyY3ux6wrdiWz2dXJq18KJaAYmUgBZ2aZsfz1UE3M=", + "78FA1DF9C04F25EC129AA57492626563:AZT1/Asa4CuxdTtvLrw9nlEcxfOuoTnLbSLztfs7QQ4=", + "F78569F2AD7950F870965BC647904647:e3+Nhzk8SBfmZWoQThFsZmnyJs2AoJ+LQDgMz45YAUE=:BID_653_Football20_1BS75", + "276E65E4041C467319534B14EAEA338A:Ib7KJMP8Q9if+P6x2bYZ0dC538B4LL3J1TcIy3rBlHk=", + "BB26302A83A2B42228EF6A731E598360:q6GH+OJutjEXL5wKuJnbLKAan9V/AXRxIkqg6WgSzUU=:Wrap_084_4thofJuly", + "EB16EA013B751792698E05435797C1ED:y9JgD812Io4mbaJ5i533Ts5SSfyXaGM4JyoimjP+i4M=:BID_246_BaseballKitbashMale", + "97D5F3D0A78B050F427B5B300FC03EB5:Be+eZS6KqUc5Lc2iF4YAcLEe+S78nuLCK45HF/dDGDU=", + "5C0BC5E8819B8968CF25C60885F0CB5E:E52Ld2gtMzMFUMkdMpjNWmEHEgr1qnH+iliH2ha27dQ=:EID_AlienSupport", + "000A05AF03AE10ABB2059F29ACBF7D4B:3KrmPu2Ha/X0oy/MWd0a4O8JhJWli5MdtfG4XzeB248=", + "5950552B5A52A97A433715A1FF107BC4:p9RBdPmk5295pRSg0+Ybfwy/kqY6HBYiJEAkvy650O4=:Pickaxe_ID_127_Rhino", + "204D49F063979C3AF87EF896D074D1CF:SaYFk+GEE7mL4dsgs0v0VGR5ER4TwH8uTNX5XqSglu8=", + "7F0F5EB44D49E7563DD5A196121D49E1:CBIvm8gTJLCz6sD05GKbQo6u/Nk4Poni/7wlp724KWc=:CID_265_Athena_Commando_F_AnimalJackets", + "545BD59335CA43AC4481A621226B4E81:4lYAxO0wSzKarpiMl4b+bWQOjDkXdJKactoCetH65WY=", + "91C415954BF27B6E43970FB8A75FE8BB:YhHyxIA+Ru33r3pThiWqKNYdvDbL05yXSxKarRuMSxw=:BID_176_NautilusMale", + "F78569F2AD7950F870965BC647904647:e3+Nhzk8SBfmZWoQThFsZmnyJs2AoJ+LQDgMz45YAUE=:CID_940_Athena_Commando_M_Football20_D_ZID7Q", + "F6838AF4144E8386A184FBB0823C15D0:IjzqnnHjZ+r6WC4He/JawOyR7LxeMbm5880cDGDr2eU=:BID_232_Leprechaun", + "8566FD040AC2B245597E11D1F85DB4E5:SEoqoweofxmXfxu848wKn1UJhwU7oQ2w2F0lBst+FnU=:Glider_ID_257_Historian_VS0BJ", + "2FE8DBD09F14AAF7D195AA73B9613792:KwIehLEKaCSJb5X/WcQ9IULKkz3G3M9f9Z5Jgi9hYUU=", + "2B245B0F4DDB6AE9929DEDA081BEA512:lVz6HM71lNhCrT167xXv2wjekx+NqrJcy15i2+w3FdE=:Pickaxe_ID_152_DragonMask", + "A7D34E80FA70CDD2F367DBEF93B98467:KVErbMXsQqx7dxrZp5Ara4OVlA17pc29E2SZlFNipPU=:Pickaxe_ID_218_StormSoldier", + "F78569F2AD7950F870965BC647904647:e3+Nhzk8SBfmZWoQThFsZmnyJs2AoJ+LQDgMz45YAUE=:CID_942_Athena_Commando_F_Football20_YQUPK", + "32F8552040D83320E998654666873931:izPPgPIvrxfBXPaI/LJzO5lxOZtzjOXQJBuk9kPdKe0=:BID_338_StarWalker", + "57D2C065461284F546C48C971A44C6D0:EOfb/g0hZdMhd5biYOZR69B/mqPU7X+sgQQrp2gQ/s0=:BID_178_Angel", + "315315A3A02AD685390B8D5878BE527B:Te5Ku+QdVzpXNd0B8XN7T/e1YaV5PyR04Z9yhfMFatc=:CID_465_Athena_Commando_M_PuffyVest", + "D50ABA0F48BD66E4044616BDC40F4AD6:GNzmjA0ytPrD6J//HSbVF0qypflabpJ3guKTdX4ZStE=:BID_115_DieselpunkMale", + "0690C12E471B0A42CD02549ADA662D64:Ntgy1QBz7O7CswgzsqOYwoMahjG3hGmk6/Qh4/rs+dM=:CID_273_Athena_Commando_F_HornedMask", + "EE0C67580F774526D46A64757F5DE77E:qRq1DPp8GnsFZSUYR1PJKeKm5YXAg3Kyd5Y+pjtXZyU=", + "2301C91045828DBFCDD966BE1AFE22F7:zS44RFNKoS6+WDSfin7CebOMjLH763+OGG5wjTrCosc=:Glider_ID_097_Feathers", + "9944BE1C4E9D73E4FA195380EF0B7BBB:LQxoRi0ktKvKMLk6hauL2Gzs6zf5bcEk3mgfX0We/uc=:BID_214_LoveLlama", + "5E15C5486CE8E539552D4D3E7682F9E2:+L/tTz+woDFZJEvtxfq8m8tNI1R72sYK7rnYr7sHTis=:EID_TeamMonster", + "E582349045884D5CD6A5518608336738:EuwTH/5P/6QUfbA3n5kc0wUYy+sI56+mNDYhIqheL4E=:BID_142_SamuraiUltra", + "A9AFB4A346420DB1399A2FB2065528F5:Zjzo+CaLNmCygplzQo2wUL4LT33DEiL6qZWE2R0EYMg=", + "919FDAB2FDB531820404333B27DC7B06:W9Csp0y6agsgcQXlRGvYUpPGPImNdFfBsZ8yQoUEdGg=:BID_296_Sarong", + "A7D34E80FA70CDD2F367DBEF93B98467:KVErbMXsQqx7dxrZp5Ara4OVlA17pc29E2SZlFNipPU=:BID_283_StormSoldier", + "6D85E82539341B90944E84FFAAD872FB:mAiBk7KbE2Dnr+yVFyJK1yAwv2eWb+yANFH0z2krQkw=:BID_299_BriteBomberSummer", + "BA6DF4F82C5CAB3CE1C51156BFCACE71:SDOlhnlP1SENGT+SrYUqeGIz0TkgoM7dQjfmfxegb1o=:EID_BlackMondayFemale_6HO4L", + "2FF619685EC983B800018ECBFF377ABB:Dn5ZlXEhBAhXP0RbkDskEQwOK4RUKTwAIls6cvVOr0g=:EID_SpeedRun", + "22AB4BDC10065AA49B38DE88522DF836:1L8L+oKtSOtIxbm1x0HbDtzquIH6CH8vu1PF4i8jU+w=:CID_446_Athena_Commando_M_BannerA", + "8566FD040AC2B245597E11D1F85DB4E5:SEoqoweofxmXfxu848wKn1UJhwU7oQ2w2F0lBst+FnU=:BID_658_Historian_4RCG3", + "54FD9ABD65879452DCB8CE11C1D7F1AF:nV0Vm4NCBl+MkGX8wiqfFrg0viDriL3I2xc4KS7n7fg=:CID_421_Athena_Commando_M_MaskedWarrior", + "3E89561331A72D226FBF962DA29DBB82:qzWv2zubDSSrpTt3tKc4ZsReqR3QBKjhU1cGzVe7KH4=:Pickaxe_ID_190_GolfClub", + "A34195EF9068F0DD323EA0B07305EA47:eYcw2YEjssIAsJMgaWYPQQCBFcRvvkj9WoRVV+P3cBo=:EID_DontSneeze", + "BA6DF4F82C5CAB3CE1C51156BFCACE71:SDOlhnlP1SENGT+SrYUqeGIz0TkgoM7dQjfmfxegb1o=:Pickaxe_ID_276_BlackMondayFemale1H_1V4HE", + "59AF6C46ABB214024067564F69D6EA37:NtUgzeFVvkbyZQGRVdteWV61HjED9MXquqlVKHo3c/M=:Glider_ID_238_Soy_RWO5D", + "46FC5EBAD39CE53EFB215A2E05A915FC:H3gtdkEzT3Dk8vkwTTZE9oUDoJEy6vmfQj1jDo453gY=:Wrap_051_ShatterFly", + "2301C91045828DBFCDD966BE1AFE22F7:zS44RFNKoS6+WDSfin7CebOMjLH763+OGG5wjTrCosc=:BID_154_Feathers", + "828B24CF7786DF74D8511CA89DEED8CF:nCahv7mQhidmYXSmKif6z7d6bQ60mdPQ7SrdZ7a3GaE=:BID_634_York_Female", + "1609BAEA4AD6B664847EB5AACEAAD2AF:m2Yg+p6NDPR/POAPoG7bUCPabLTxGc/h8nrOEIwDx7k=:BID_130_VampireMale02", + "713D64294CD1C40F60DEEB805E3A2D87:CJOOHtEX7q4CELcZ96oZjrmSZd7pyJ2fMaFX912GDl8=:BID_193_TeriyakiFishMale", + "599668A98461E4D89196E0189C32C4D2:8MqQjC52vWK/VwX4SfYC1wu9eiUTXdqq/xWODcW9dQ4=:CID_468_Athena_Commando_F_TennisWhite", + "B77D921A94CDDAA841609065AE4C7BC0:SLDMLjxWpK+h1P4WNnqlixpWwujuV8OUZw+NoufV7sA=", + "59AF6C46ABB214024067564F69D6EA37:NtUgzeFVvkbyZQGRVdteWV61HjED9MXquqlVKHo3c/M=:BID_605_Soy_Y0DW7", + "F533FEDB46B06F324383349BDBC825D1:Z7b6780R78xFbYRbQehW/VZVDftI02RqvKe7XIYiOBc=:BID_184_SnowFairyFemale", + "BA6DF4F82C5CAB3CE1C51156BFCACE71:SDOlhnlP1SENGT+SrYUqeGIz0TkgoM7dQjfmfxegb1o=", + "B66EED5CA4F4ED75170872E30B9B0E23:rHT8/uzcZZ0ENxU9dxKpr+cdAajZ5L5U0geHt6NoZhI=:Pickaxe_ID_420_CandyAppleSour_JXBZA", + "5B26536B2ACB973C651C0D1A285C0E37:n4j7xWZ1HfwSGb9ixE7YMFyRsTjl3gjJVDZJj7Wy4rs=:CID_397_Athena_Commando_F_TreasureHunterFashion", + "03FBE2522823B14E3BD161BBCDAE4A85:kvHfxKURiw97DzzEt5xAUxVMFfxGya3Xw3kI7ORGEgM=", + "2BFECCEDD463D908C63438FD751529BE:u3hXyyjFecUwcUQIugiOjqwSJhnhy/cluvLBwlUhSC4=:CID_401_Athena_Commando_M_Miner", + "A7D34E80FA70CDD2F367DBEF93B98467:KVErbMXsQqx7dxrZp5Ara4OVlA17pc29E2SZlFNipPU=:Glider_ID_151_StormSoldier", + "22AB4BDC10065AA49B38DE88522DF836:1L8L+oKtSOtIxbm1x0HbDtzquIH6CH8vu1PF4i8jU+w=:Pickaxe_ID_222_Banner", + "B0ACC6254D42350D124727B035C9CE55:ZDFVEa7yau61hc1ba5xNGtYdZ+yif7XgE79BBWIlPJ0=:CID_299_Athena_Commando_M_SnowNinja", + "F71D60AE5231E90CEA7F53D90DC4F007:ver8B06IS0up7tNYy03zkhCl+CrTl3czgmXPYYONcM8=", + "9481CF79929F97F77D8F7D2607B42A6C:E28flW2DKtXyXBh2I7qs7VFKBFSkpgjkEDWIruQfVL8=:BannerToken_001_Cattus", + "8DCAE39C7D9690E19F52655F02C613B2:ZZHbiVsbXquLlrtNVHtryLS3Vd1Ego8/8tlDpeUCgfc=:Pickaxe_ID_252_MascotMilitiaTomato", + "BB59BEF60B72A241855EEC0FD63154D9:ZAQI6o6tkjRB6mh7VwOsf0x9DGyEAbGZ8qlUxS1fVm4=", + "59AF6C46ABB214024067564F69D6EA37:NtUgzeFVvkbyZQGRVdteWV61HjED9MXquqlVKHo3c/M=", + "134343D31031634B122471F73F611CBC:zqtMGKxH4+Ydcx+1mHOb5DIMYxctpm2nKqXp8c5hH/0=:Wrap_076_CyberRunner", + "8DCAE39C7D9690E19F52655F02C613B2:ZZHbiVsbXquLlrtNVHtryLS3Vd1Ego8/8tlDpeUCgfc=:Pickaxe_ID_251_MascotMilitiaBurger", + "91C415954BF27B6E43970FB8A75FE8BB:YhHyxIA+Ru33r3pThiWqKNYdvDbL05yXSxKarRuMSxw=:Pickaxe_ID_131_Nautilus", + "32F8552040D83320E998654666873931:izPPgPIvrxfBXPaI/LJzO5lxOZtzjOXQJBuk9kPdKe0=:Pickaxe_ID_253_StarWalker", + "5581F333809DD14FA591F17B6C071687:/gEEJhUVQMVyFP7JR0jT4RM99Wj7hnIp2ZitAVdwAYc=", + "E04FBD38CB934DB1363EF57C85E48F9F:E+/j7zhGIdHODfCdH2vh4rgGRYSssFpT/s6dlus9Csc=", + "57EC154062C75464BD8A087D89732317:5AEwoCp79njYci8QYF+sLMkGpjDnFCYLSCtz4LD9D78=:EID_Galileo2_2VYEJ", + "5A1170F589134C4D68AAA2B5AA6EDA69:bfro7s6Qtde/H7C4zc6MJdpua1mhem8HywLluxBLDrg=", + "E4C183B0EF31ADF061F175068046568E:AF+fNwseLnjCsPKzbFkYDkZE4gyYfGEaifyJjdsMjp0=", + "65000C27C3BC5B9B904A0D20050D6B36:JFwQi7tWgJDr+E4GzYU/rgasjjk+1BKRB/N88e7rVvI=", + "498A4AB4BC3BFA9B055CDBE833C51670:67ndB88hm7gomLYiklekB5rGWrcr8RJ6K+no9DTP87M=:Pickaxe_ID_372_StreetFashionEmeraldFemale1H", + "CDCC968B6DEB5D05990F5D530A4B19D0:gAiLmJxr4FbEf/L10sgHjOLE8DEy7kYdtk7DJcgjPRM=", + "FF5A507BCC4519B928075C3DF4603E8E:EVv5b8WFOYZlDUGRqb8YUS1WbIbbT8TjgoBWEQr65zs=:EID_IndigoApple", + "AB10C0F1C99E5A6E4E477300FBD5D170:tLrb56vTjn3uiZIRhHU+RYygmirLzGglmEdI4DqfK4M=", + "28CBBF705C9DB5A88BEC70DAA005E02E:FvtzBBvDkyj8PRLW76169bMFvg65VojYrSmkjUAi4Bc=:BID_352_CupidFemale", + "F78569F2AD7950F870965BC647904647:e3+Nhzk8SBfmZWoQThFsZmnyJs2AoJ+LQDgMz45YAUE=:CID_938_Athena_Commando_M_Football20_B_I18W6", + "B16BF216C9085E63B70056FF0459F87A:xKQqQkkw6VWwT0pk7eKzepG9HM9kzi2ZPwSbdLWtpwI=", + "17F31F416B1B0A73F14F0A7973DDBD76:+hUk8/wD736u5sylQPXcKKREoo5vSPaWPG+3xxT5nFM=:Pickaxe_ID_157_Dumpling", + "AC424209DFAB55305097B2050E16E2E9:efXu+MoloNbSOOHz8X4ipvD2MhSMWpRCaEOVNcdLPrY=", + "59AF6C46ABB214024067564F69D6EA37:NtUgzeFVvkbyZQGRVdteWV61HjED9MXquqlVKHo3c/M=:Pickaxe_ID_462_Soy_4CW52", + "54FD9ABD65879452DCB8CE11C1D7F1AF:nV0Vm4NCBl+MkGX8wiqfFrg0viDriL3I2xc4KS7n7fg=:Wrap_070_MaskedWarrior", + "7A8E25F664219ED6CCF3AB1658D0E557:TV+yyWpI3iHJoaK3o1t6+/uhN/sFZ1OixoAx0n7MtjM=:BID_330_AstronautEvilUpgrade", + "F60CFFFA32CF6A877B50DA7F0A88326E:OWIopbB4fxaobofPI9lF9hn6BPG9NVLp4Od61uQppfo=:Wrap_047_Bunny", + "02421097082555483CA9524F79EF7687:e9wZT5/2KHmpbw6KjR8u4uo3iG00O92+PAZMbk09a3w=:BID_545_RenegadeRaiderFire", + "71BEC74046C6920A467E57B69FA3835A:q6m1xB4+mCmXL3g7eRGykDO6ZKrXS8M7m8SqbqIKzkI=:BID_202_WavyManFemale", + "3AC281E7A5EAA2765CFE02AC98B04FC8:R/hWNn8BcRRovJE/L7h15VDrJ0H4VqBBVt6XVvq2Ebw=", + "D49757E2D55451A0D5B341906FE2ABE4:PWMwnjgi/wUDV+yxg02QsU33jA529fxVTRHyqnkv21c=:EID_AshtonSaltLake", + "B1B800E199A6D4649287C11AE89F67CA:3udFXffIw3c7eM5hljF5mJQA36FbW2PeF8Gx1TcD1vc=:Pickaxe_ID_201_Swashbuckler", + "204D49F063979C3AF87EF896D074D1CF:SaYFk+GEE7mL4dsgs0v0VGR5ER4TwH8uTNX5XqSglu8=:Glider_ID_251_TapDanceFemale", + "BE6386E7E95BB83F727A5282D4E1FF37:FsEC/J/Y3POX7wa0/+SonLUCp+u+MH7dktA25PEYLns=", + "37B3D2284CB3924E6592C2D1D11451E4:CMJclyQ1I9iY+VkDiajhGxxYQmZGHrTAlEl/wtlT+pk=", + "216D955070ADAF10973BD156897472C3:MjQh55OvnJCoVMQzMU4C/1NF3FWiXDXnJ6G/EcHfUzo=:BID_258_AshtonBoardwalk", + "768A95DE7B657B7B23D5A0DE283EB49F:JLLAz46a7wo2rADQvCkbp4IbKexr7J5bBr6d6toSn50=:Wrap_050_PajamaPartyRed", + "CBFF239A1792F25920D863F223368B54:J3N3cUH3M0R3uyzkE0qVK/SouxC/X6VEswcoWb6ViL8=:Pickaxe_ID_215_Pug", + "6838E4BB35C0449D4F66F7E92A960D1F:KOKH3JA+OMliB+f17Pd8OFEtooaCZjehz3CvfqaSbtU=", + "AC6F67B037F362174DD4DCEF7522D107:s4kP8pRC49WsLsc5Nlh7se3l3x57R3KrldkoTK2L8PU=:BID_301_HeistSummer", + "D49757E2D55451A0D5B341906FE2ABE4:PWMwnjgi/wUDV+yxg02QsU33jA529fxVTRHyqnkv21c=:BID_259_Ashton_SaltLake", + "591DF838AC4B3A6350E40E026B26D5C0:MBvGoHxJQBTxCm2V82s2yHqRWPsYdFyj8xKUhFsUkyE=:CID_746_Athena_Commando_F_FuzzyBear", + "82669F5A2F9B703D1A6BEA3BCB922D7D:Leu9rrDPaqZd3izIU+IKpFcP/NNcqSncLkV2lapQL6k=", + "566C4D92AF66F45DF5E2D7EB43CC27AE:EuAYwU5tQBXzGoSj5BMc7S5yFfe9wZ2qrzx/hIHpnqw=:Pickaxe_ID_479_LunchBox1H", + "EBFE6788D367D741AF0A4FD098CDFD39:FAeJTGyT49P+dQOmKx+lMYVAxu7qtIPlqSaLAR85zqI=:EID_AssassinVest", + "57EC154062C75464BD8A087D89732317:5AEwoCp79njYci8QYF+sLMkGpjDnFCYLSCtz4LD9D78=:BID_428_GalileoFerry_28UZ3", + "452BEE39B4C18C93D6B185B565ACA1CA:Be2Oll2p0qIXmiJMi4Y/wyePY+WefMmJyCzjgjrzkhc=:BID_233_DevilRock", + "3DFEA395156D835B86EB22801411ED08:cG8Q2VOqa9d+9J4QEvdBWe5hjbIayC4HtRp7svIWZ9g=", + "310CAA852300A8ED2B74754EF027C823:CbrsdQ2vpkgVe0Oc5HlGFLVkV9arQn928vHSnPpSxbk=:EID_MakeItPlantain", + "A02E08C8CE48D4D8676358FF7BE55533:d9wA4snpl4I4B4zZFxWyu9cL9zSkXqy9+vTw9PUhHlw=", + "498A4AB4BC3BFA9B055CDBE833C51670:67ndB88hm7gomLYiklekB5rGWrcr8RJ6K+no9DTP87M=:BID_494_StreetFashionEmerald", + "F707FA321C9644351C5F87893C16580F:bOW0W1Al3NZZGbPupvIlLl7wWgBA2jPtH6SZO/fjdy0=", + "828B24CF7786DF74D8511CA89DEED8CF:nCahv7mQhidmYXSmKif6z7d6bQ60mdPQ7SrdZ7a3GaE=:CID_905_Athena_Commando_M_York", + "E3D0A604B93651DDC6779B14F21D0FDA:8gPR3gZwEJxfkZBkXk0QAlpnJ7q5mXzVc0DN3lzpJ5k=:Pickaxe_ID_114_BadassCowboyCowSkull", + "A6130F4077B928D41D298463C61C0F34:oW3GkVlIb8uiNl0CzqrwVZeGfnEujp2O3O3tnw2zFOs=:Wrap_094_Watermelon", + "5D6562F1EAD89513C82C2F37A24E7F82:I2c+SQCdDvJpC6z1xniRT+k41KAp0pla+o/H68oXFLQ=:CID_652_Athena_Commando_F_HolidayPJ_D", + "91C415954BF27B6E43970FB8A75FE8BB:YhHyxIA+Ru33r3pThiWqKNYdvDbL05yXSxKarRuMSxw=:BID_177_NautilusFemale", + "828B24CF7786DF74D8511CA89DEED8CF:nCahv7mQhidmYXSmKif6z7d6bQ60mdPQ7SrdZ7a3GaE=:CID_914_Athena_Commando_F_York_E", + "D49757E2D55451A0D5B341906FE2ABE4:PWMwnjgi/wUDV+yxg02QsU33jA529fxVTRHyqnkv21c=:Pickaxe_ID_203_AshtonSaltLake", + "57EC154062C75464BD8A087D89732317:5AEwoCp79njYci8QYF+sLMkGpjDnFCYLSCtz4LD9D78=:Glider_ID_186_GalileoFerry_48L4V", + "57EC154062C75464BD8A087D89732317:5AEwoCp79njYci8QYF+sLMkGpjDnFCYLSCtz4LD9D78=:BID_429_GalileoRocket_ZD0AF", + "828B24CF7786DF74D8511CA89DEED8CF:nCahv7mQhidmYXSmKif6z7d6bQ60mdPQ7SrdZ7a3GaE=:CID_909_Athena_Commando_M_York_E", + "510BE1093533EDED92752C0B90A80895:vaI8rYMUPwx+M61tvfJ0pf+dMK/96pnzKOQluAPmjU0=:CID_424_Athena_Commando_M_Vigilante", + "F60CFFFA32CF6A877B50DA7F0A88326E:OWIopbB4fxaobofPI9lF9hn6BPG9NVLp4Od61uQppfo=:Pickaxe_ID_198_BountyBunny", + "E3D0A604B93651DDC6779B14F21D0FDA:8gPR3gZwEJxfkZBkXk0QAlpnJ7q5mXzVc0DN3lzpJ5k=:BID_329_WildWestFemale", + "E0FB7B394449CE6450EA90C93D710EB8:NrXwNX6lKuu/kyQuvE74+6Uo04FODoV4ZqxToj/jS6I=:BID_300_DriftSummer", + "828B24CF7786DF74D8511CA89DEED8CF:nCahv7mQhidmYXSmKif6z7d6bQ60mdPQ7SrdZ7a3GaE=:CID_912_Athena_Commando_F_York_C", + "2301C91045828DBFCDD966BE1AFE22F7:zS44RFNKoS6+WDSfin7CebOMjLH763+OGG5wjTrCosc=:CID_274_Athena_Commando_M_Feathers", + "63516700C5CFA6F1BE71B29214957E33:eR9Otw83jJyrj808CkqElVYzlXztuc14/u2pDtPtooQ=:Glider_ID_155_Jellyfish", + "3ECF85734CD277EE10524DA249C5D0D8:4NtGfZpXGCuoEqpaN7C2kInVtLVwQ9Zp3zj4vtwxtv8=:BID_211_SkullBrite", + "5E15C5486CE8E539552D4D3E7682F9E2:+L/tTz+woDFZJEvtxfq8m8tNI1R72sYK7rnYr7sHTis=:BID_311_Multibot", + "925BD833E71FF05FB73136BF57189C5C:WsXZpM/1+PT+xzorL685J5XB1dpvv8IOpOeeA2Rl1zE=", + "591DF838AC4B3A6350E40E026B26D5C0:MBvGoHxJQBTxCm2V82s2yHqRWPsYdFyj8xKUhFsUkyE=:CID_745_Athena_Commando_M_RavenQuill", + "54FD9ABD65879452DCB8CE11C1D7F1AF:nV0Vm4NCBl+MkGX8wiqfFrg0viDriL3I2xc4KS7n7fg=:Trails_ID_027_Sands", + "7E9FAC0F2BFC4AE3A2ED4C87D1A57DBF:xaR/8qp7kFAbILx9i6ANnoam0rZ/tP8Xy3yysuqt8BA=:Pickaxe_ID_231_Flamingo2", + "46FC5EBAD39CE53EFB215A2E05A915FC:H3gtdkEzT3Dk8vkwTTZE9oUDoJEy6vmfQj1jDo453gY=:BID_256_ShatterFly", + "258D945630DF6E1016889F47B16EED80:zQ/4osJ36W0V1DFXswf8JSStDMBTZPQ8oFcMrDqS7BM=", + "1D02A6E14FDF53655E818CEF9E57B1BF:ekG/6DFEYOaCYi5hruGoY/o1KzC/O5+9hJbdMyti8Gk=", + "F78569F2AD7950F870965BC647904647:e3+Nhzk8SBfmZWoQThFsZmnyJs2AoJ+LQDgMz45YAUE=:CID_947_Athena_Commando_M_Football20Referee_IN7EY", + "D83FAFF508200C47DF03BDFF2F801FEC:s9P7AOkoCuPm/506hyAKzuRaIh0xzV9YZON4oDs7GoY=:EID_Jupiter_7JZ9R", + "0CD312F730BA9C3FD6CD67420EDDACF7:nXBDxcWYx2VtjMeRCDfSak9+f9aSOgrcxp8GKeUiId4=", + "E0FB7B394449CE6450EA90C93D710EB8:NrXwNX6lKuu/kyQuvE74+6Uo04FODoV4ZqxToj/jS6I=:Glider_ID_157_Drift", + "1234642F4676A00CE54CA7B32D78AF0C:Nd8vhYp296C+C0TqSIGxu0nBYOFGQ5xBNK5MFjHS8IA=:Glider_ID_115_SnowNinja", + "E48EFA857D8E6914B2505B05AADFB193:4AUdytefPzWNT8c11iGtU4xcGNWEgzpMJbxTjUq3NS0=:Pickaxe_ID_465_BackspinMale1H_R40E7", + "715D5B8D89F01C804C2ED33648157A6C:GbMcQmdpv3ju/P36UQIlDFZ0Q5jr0he7O2oTJ702McY=:BID_446_Barefoot", + "91C415954BF27B6E43970FB8A75FE8BB:YhHyxIA+Ru33r3pThiWqKNYdvDbL05yXSxKarRuMSxw=:Glider_ID_103_Nautilus", + "C015FB76A9E7912825A5F9CA69671961:4zfC1uF8ll4CkTBctitVmwjHsazAiz2LXPHIPj4ef98=", + "819F658DBDBB5D333430800891F28361:u/+kuv6DsiUouUOusRRfC8Ti5rCKhsgIyxyOnLH3Mh0=:CID_719_Athena_Commando_F_Blonde", + "3DB93E023E700ACD0C78072ED4787D37:aePdzcjsQvnpefA3P/cKfnZrVspZ5QVSsAc+Rui20pM=", + "E50209164841E1829F672AB1B33D069F:1EMTmCTA4cO1QMoLu+RWAGd8Rw4FQdAONKvDwfQeNV8=:Glider_ID_118_Squishy", + "71BEC74046C6920A467E57B69FA3835A:q6m1xB4+mCmXL3g7eRGykDO6ZKrXS8M7m8SqbqIKzkI=:BID_201_WavyManMale", + "3AC8A6B5089F55E17E00AAD8AC3C6406:TlUSkJe3y85fW83rHMy+XuqcZxQduXcB8yftpPoiDvo=", + "E59B013651F078E718F08ECF9E1559EE:rTGy9at5kTfQtu8EwVrUihfzuN8vkFPl3XNyGvqbZX4=:Pickaxe_ID_194_TheBomb", + "17F31F416B1B0A73F14F0A7973DDBD76:+hUk8/wD736u5sylQPXcKKREoo5vSPaWPG+3xxT5nFM=:BID_207_DumplingMan", + "22AB4BDC10065AA49B38DE88522DF836:1L8L+oKtSOtIxbm1x0HbDtzquIH6CH8vu1PF4i8jU+w=:CID_447_Athena_Commando_M_BannerB", + "010E6ACF85E4A58BF6F551EFE7B85F61:DwCIH5Dw/1wdiS6gFGmWe4HUgD9kMOEzjbzM/1QshM4=:CID_371_Athena_Commando_M_SpeedyMidnight", + "EBFE6788D367D741AF0A4FD098CDFD39:FAeJTGyT49P+dQOmKx+lMYVAxu7qtIPlqSaLAR85zqI=:Pickaxe_ID_213_AssassinSuitSledgehammer", + "922A62BF1FB397B890EADCC9ED9E6F90:OvZzqErOUkh5FciEJD8JI+lu4X5NmK5TtzvCK6F5RM4=", + "B1EB196DD39D0736E7E08F99B07D8B9A:1fDhBY8uhi++l6QQPL2YtxZgUv04OZoMGBrH+yN8yKM=:EID_JanuaryBop", + "6B0D17A04F83AAF1E4EC1D0D481D7B03:fgSAnECppKmZD1eolFEZOuOpUDPbt1MmvGroMQ0sPFU=:EID_CrabDance", + "C17D1F224DBE7ACE1D1D998F9EC974B4:lKF1wmYGidWP6J4irSLvW13QbAIwHPOeO8b7LtP88t8=:CID_303_Athena_Commando_F_SnowFairy", + "22AB4BDC10065AA49B38DE88522DF836:1L8L+oKtSOtIxbm1x0HbDtzquIH6CH8vu1PF4i8jU+w=:CID_448_Athena_Commando_M_BannerC", + "F78569F2AD7950F870965BC647904647:e3+Nhzk8SBfmZWoQThFsZmnyJs2AoJ+LQDgMz45YAUE=:CID_941_Athena_Commando_M_Football20_E_KNWUY", + "C97FBD76436AD77913E727A0AD147FEB:NjQSZ0Lg9LaEhDjA3TeS1XUhN04KM2wQvR0j/YPmQu4=:BID_181_SnowNinjaMale", + "4755D9C0E2D1DE1C09B77DEA8B830471:9tUO5yVhvp+/sp7icZaEDw05nMAdS6bYAWYyfQNsxBc=:Pickaxe_ID_389_DonutPlate1H", + "27D6556F776B2BDA97B480C1141DDDCA:uvUqb5LuwRFWQnA4oCRW3LNdorYcGtOmJ8PvBeCwBKg=:CID_466_Athena_Commando_M_WeirdObjectsCreature", + "452BEE39B4C18C93D6B185B565ACA1CA:Be2Oll2p0qIXmiJMi4Y/wyePY+WefMmJyCzjgjrzkhc=:Pickaxe_ID_176_DevilRock", + "204D49F063979C3AF87EF896D074D1CF:SaYFk+GEE7mL4dsgs0v0VGR5ER4TwH8uTNX5XqSglu8=:Pickaxe_ID_500_TapDanceFemale1H", + "73FDB8F2BDCCF4518225CB3E28DD9C0A:MBo/DO8mLebMquZPCgeE/FgUdJOXASKVjIJ1H+IEPac=", + "B4585A36D49CF15E1E236775B8C659C1:Ced0+UTeTBbDhnHM9mLTk5qxlz3YZK6dEn1U+NTxOko=", + "280F643808DE5EAB39E77B23E2193CE9:lYbsbCLMwjFvdalNxsBUj+PZiJmtoa/wclz2sAOQxuM=", + "4D896B93DC5B2D18AA2949EA7B67B4EA:0V70x6p0zRRV9bV6P+sq62lM0CdW4rvUgip6/65GWzc=", + "1A10A7700C3780E2B1A03037D64E1EE5:IvQikWqraVuMzt8eP1B0cxW5Dcaiv7njo2QHFfZFmY8=:Trails_ID_081_MissingLink", + "AE9F7B3419C7FBD2414D72E2E1C8A7BA:kpIotniLp60tWfbBitDUrjw6gmJ2Swl+YT3QAkecpRA=:EID_ProVisitorProtest", + "4C838738CDC4946786DD7BE341AB05DD:eyjCm9OcFQSvVRVBZizNVyF+8kb9OlNFrvDy8d1QDfo=:BID_253_HoppityHeist", + "91181AD6BCB9443F7F6479DA8BA9B7A4:ckv0KEQuDpca5cP5JLUH8K1f+tVYvZptoMsGYR7fxDU=", + "828B24CF7786DF74D8511CA89DEED8CF:nCahv7mQhidmYXSmKif6z7d6bQ60mdPQ7SrdZ7a3GaE=:CID_906_Athena_Commando_M_York_B", + "0F810ABB0DB8672A438B14169C048145:9vfFUEaEveznaEvyq+mhGagh3w98fRdZ5BpwQgNzMzg=:Glider_ID_133_BandageNinja", + "8680408E4982495D8EC65D930CE902F3:ZIoca9gNSMll2u3zmmEsMFSAp2pTmsvWIPWwz2b0FsE=:BID_188_FortniteDJFemale", + "3D8D56FDB72DACCA7E656FBC0F125916:gMX76nmLV2caz28Ro/i3FatCU4tdi1jHgJSPbdnLTUc=", + "F78569F2AD7950F870965BC647904647:e3+Nhzk8SBfmZWoQThFsZmnyJs2AoJ+LQDgMz45YAUE=:CID_937_Athena_Commando_M_Football20_UIC2Q", + "EBFE6788D367D741AF0A4FD098CDFD39:FAeJTGyT49P+dQOmKx+lMYVAxu7qtIPlqSaLAR85zqI=:BID_271_AssassinSuitMale", + "A25DFB2C9EBAECE22F893DAA48A7138F:d5KZse0g/v9xySiDWLhNw3kCvlWXZKWMKUjDzW8/SIg=:Pickaxe_ID_435_TeriyakiAtlantisMale1H", + "2D24182706636A7BD3E96AD37605BAD6:jEZJE+EAU7VDo6p6Y84e4+p3AHxYBWin144H4MhzaSQ=:BID_553_Seaweed_NIS9V", + "91DE2263000EF60E067F04C5505104C0:J72L3sJQnakH4GQrYgBz7QIAmI4aC1sde+iB7zErKG4=", + "7ADE21079D27D9CA3931F676358A0F72:jWtbxcYHNph24P0SKVvPEuGDIdFpq+wZAEIlGXhSpj4=", + "19CAB803EB00118FB3E6B3E5ABA7B234:tRM77TfQWWJ38hNsFLjt7jMNoSOozxqi9PF9/9H3rmU=:BID_373_HauntLensFlare", + "F60CFFFA32CF6A877B50DA7F0A88326E:OWIopbB4fxaobofPI9lF9hn6BPG9NVLp4Od61uQppfo=:Wrap_048_Bunny2", + "B8C17AF9BC0DF3113AC6C498DF3325C2:iElxozD4UvK0+tPt0pPLg0gBoSkwLwByJiE4ucKHU7U=:Wrap_085_Beach", + "F78569F2AD7950F870965BC647904647:e3+Nhzk8SBfmZWoQThFsZmnyJs2AoJ+LQDgMz45YAUE=:CID_956_Athena_Commando_F_Football20Referee_E_DQTP6", + "D83FAFF508200C47DF03BDFF2F801FEC:s9P7AOkoCuPm/506hyAKzuRaIh0xzV9YZON4oDs7GoY=:Glider_ID_258_JupiterMale_LB0TE", + "EBB742679C34C9D4E056A5EAADF325B9:ousld0RIkeu9L9aTDwr9aNCIt+wOwB7KxGPY9BTfQ7s=", + "6ED300E6401C02B19FDF5F82D945C661:OVr0GWPGv86nzWikKzrw2SC4aS+4ApgKKLvQ7d0Nkn0=:CID_336_Athena_Commando_M_DragonMask", + "5D6562F1EAD89513C82C2F37A24E7F82:I2c+SQCdDvJpC6z1xniRT+k41KAp0pla+o/H68oXFLQ=:Wrap_179_HolidayPJs", + "63B2E664F9DEE5B42299191174C3B3C3:U1GOSBqPUDAFq3pjEdJg8nHb321IH6571dkhF0nEMss=", + "1609BAEA4AD6B664847EB5AACEAAD2AF:m2Yg+p6NDPR/POAPoG7bUCPabLTxGc/h8nrOEIwDx7k=:CID_228_Athena_Commando_M_Vampire", + "134343D31031634B122471F73F611CBC:zqtMGKxH4+Ydcx+1mHOb5DIMYxctpm2nKqXp8c5hH/0=:BID_279_CyberRunner", + "4C8D53A32D85124D08A3DCE6D3474A30:gam5sVciLPzKr+wmWOoctLo5HFqBvBLKKcxh6ZV1kn0=:Pickaxe_ID_533_WombatMale_L7QPQ", + "F8D604C6FA9156F47356B54E1E442A97:EcmOKEqNv/9U+rw3oLZb7e+z4gaKWlfRIpdQwODvOKw=", + "C7623A35411F3D5FBDE2688C7E4A69EB:qAi49mUKsB2dbfbtJWDf3yO2DfRStA+Ed9XgDjC8Zaw=:BID_189_StreetGothMale", + "F78569F2AD7950F870965BC647904647:e3+Nhzk8SBfmZWoQThFsZmnyJs2AoJ+LQDgMz45YAUE=:CID_943_Athena_Commando_F_Football20_B_GR3WN", + "F78569F2AD7950F870965BC647904647:e3+Nhzk8SBfmZWoQThFsZmnyJs2AoJ+LQDgMz45YAUE=:CID_953_Athena_Commando_F_Football20Referee_B_5SV7Q", + "F32262244DE021E18BF22F9BF7594474:08HErdKvBV58StDIjB9wvtY67peu7ZK3BsMpBMKvSrM=:CID_280_Athena_Commando_M_Snowman", + "FBAC0AD8C03AAB2DC3BC077597517179:5oj8B4R53plPxRictMN6QkQ741CibMbmzRJYIDIQ5iM=", + "BAEF248980269F569C6E1FFF2B885DF6:2b6DQGIcab1r7zsw5j3MR84iDmt0g1XBquxJVR/8GxM=:EID_TourBus", + "F78569F2AD7950F870965BC647904647:e3+Nhzk8SBfmZWoQThFsZmnyJs2AoJ+LQDgMz45YAUE=:CID_945_Athena_Commando_F_Football20_D_G1UYT", + "30B98E694C38C868A4EDB892F3FF1940:3biPX66md7tSkYYCBkYrshj9OJIo1B4CWV33LnL1kds=:BID_195_FunkOpsFemale", + "BAEF248980269F569C6E1FFF2B885DF6:2b6DQGIcab1r7zsw5j3MR84iDmt0g1XBquxJVR/8GxM=", + "22AB4BDC10065AA49B38DE88522DF836:1L8L+oKtSOtIxbm1x0HbDtzquIH6CH8vu1PF4i8jU+w=:CID_443_Athena_Commando_F_BannerB", + "71BEC74046C6920A467E57B69FA3835A:q6m1xB4+mCmXL3g7eRGykDO6ZKrXS8M7m8SqbqIKzkI=:EID_WackyWavy", + "7A8E25F664219ED6CCF3AB1658D0E557:TV+yyWpI3iHJoaK3o1t6+/uhN/sFZ1OixoAx0n7MtjM=:Wrap_118_AstronautEvil", + "A6855B699FE10FE50301AFE1A4FA74CB:fKXFbKW6dUWHLSC8M4KLAg1elVXH+wYouFbpvvtiIcY=", + "E4143E437DE7481237AFAB40C59D96E6:a35NCp3zTY2AhSsZWy09BJaXJDU0LMJbiiP1u0dOl0Q=", + "4755D9C0E2D1DE1C09B77DEA8B830471:9tUO5yVhvp+/sp7icZaEDw05nMAdS6bYAWYyfQNsxBc=:Pickaxe_ID_388_DonutDish1H", + "1C8FA86241B2E4D084F7548529629CF6:pmXOfd+NEXcLhZX5YqDLjHu8/yzZoo4dWPcCM8ccXoI=:Glider_ID_118_Squishy", + "09BC93B3441ECBAC30FA23BBEF59CF89:3CHInj+JfLspiVCNDY/GTZ4Pn52nWFeA4qYI0SJv2dM=:BID_183_NutcrackerFemale", + "27D6556F776B2BDA97B480C1141DDDCA:uvUqb5LuwRFWQnA4oCRW3LNdorYcGtOmJ8PvBeCwBKg=:Wrap_095_WeirdObjects", + "22AB4BDC10065AA49B38DE88522DF836:1L8L+oKtSOtIxbm1x0HbDtzquIH6CH8vu1PF4i8jU+w=:CID_442_Athena_Commando_F_BannerA", + "B7D9219AF6290146AAFF711E464C5849:iwGv47bJtl/Tm8oJGdnta9aDA86nY0IyjDmJWjQYdQo=:EID_TrophyCelebration", + "E3D0A604B93651DDC6779B14F21D0FDA:8gPR3gZwEJxfkZBkXk0QAlpnJ7q5mXzVc0DN3lzpJ5k=:BID_328_WildWest", + "5738A14C7E45E1B405CEF920829CB255:xZHlPTz/dxNahrp9IqTZ+tjOZSYMxQb9KZFXlg9N638=:BID_423_HolidayTime", + "713D64294CD1C40F60DEEB805E3A2D87:CJOOHtEX7q4CELcZ96oZjrmSZd7pyJ2fMaFX912GDl8=:Glider_ID_110_TeriyakiFish", + "828B24CF7786DF74D8511CA89DEED8CF:nCahv7mQhidmYXSmKif6z7d6bQ60mdPQ7SrdZ7a3GaE=:CID_908_Athena_Commando_M_York_D", + "E48EFA857D8E6914B2505B05AADFB193:4AUdytefPzWNT8c11iGtU4xcGNWEgzpMJbxTjUq3NS0=:EID_Backspin_R3NAI", + "F7CAA8D040108722FFA35FAA63DFD63E:WNwYWakPoe/BGxI8+xsB446zHv4R9A1krz8SK2y8Pmc=:BID_164_SnowmanMale", + "4F463077C4B0260225A47547ABFDDEE3:jvXG7IisBPOlXz80kl6hZdn+jb6TV0Bvq1WafaHji44=", + "E45BD1CD4B6669367E57AFB5DC2B4478:EXfrtfslMES/Z2M/wWCEYeQoWzI1GTRaElXhaHBw8YM=:CID_229_Athena_Commando_F_DarkBomber", + "204D49F063979C3AF87EF896D074D1CF:SaYFk+GEE7mL4dsgs0v0VGR5ER4TwH8uTNX5XqSglu8=:BID_643_Tapdance", + "E59B013651F078E718F08ECF9E1559EE:rTGy9at5kTfQtu8EwVrUihfzuN8vkFPl3XNyGvqbZX4=:BID_250_TheBomb", + "5A1170F589134C4D68AAA2B5AA6EDA69:bfro7s6Qtde/H7C4zc6MJdpua1mhem8HywLluxBLDrg=:BID_642_Embers", + "16FC688AE41A3E3C518F4DD9F9612EE7:Jd7nRLx/FoonA2dUjtbvJVk3nJoNq9LTedk3u4EdFS8=:BID_248_Pilots", + "27D6556F776B2BDA97B480C1141DDDCA:uvUqb5LuwRFWQnA4oCRW3LNdorYcGtOmJ8PvBeCwBKg=:CID_467_Athena_Commando_M_WeirdObjectsPolice", + "F78569F2AD7950F870965BC647904647:e3+Nhzk8SBfmZWoQThFsZmnyJs2AoJ+LQDgMz45YAUE=:CID_946_Athena_Commando_F_Football20_E_EFKP3", + "A93064DA8BDA456CADD2CD316BE64EE5:nziBPQTfuEl4IRK6pOaovQpqQC6nsMQZFTx+DEg62q4=:EID_Bunnyhop", + "3AC8A6B5089F55E17E00AAD8AC3C6406:TlUSkJe3y85fW83rHMy+XuqcZxQduXcB8yftpPoiDvo=:EID_Loofah", + "0690C12E471B0A42CD02549ADA662D64:Ntgy1QBz7O7CswgzsqOYwoMahjG3hGmk6/Qh4/rs+dM=:BID_153_HornedMaskFemale", + "A25DFB2C9EBAECE22F893DAA48A7138F:d5KZse0g/v9xySiDWLhNw3kCvlWXZKWMKUjDzW8/SIg=:BID_566_TeriyakiAtlantis", + "110D116208C62834812C2EDF2F305E49:MwuF5zX7GpQCGL2w+CwkPmGzH3q05YUoLo5udhVMNPg=:BID_488_LuckyHero", + "D83FAFF508200C47DF03BDFF2F801FEC:s9P7AOkoCuPm/506hyAKzuRaIh0xzV9YZON4oDs7GoY=:Pickaxe_ID_510_JupiterMale_G035V", + "1234642F4676A00CE54CA7B32D78AF0C:Nd8vhYp296C+C0TqSIGxu0nBYOFGQ5xBNK5MFjHS8IA=:BID_200_SnowNinjaFemale", + "2E539CD42E0594ED4D217ABE4E2B616F:9zdoLMrIZomTGmvDId1RMEGSfktV9gBGgcD2diSSMw4=:EID_NeverGonna", + "30A11EE8EB62BEFD4E9B09611DB13857:YVeVPXcP7UoJTp71ZXpGNdPVzmjnRyymcUpsNWYXfRs=:BID_507_DonutPlate", + "F78569F2AD7950F870965BC647904647:e3+Nhzk8SBfmZWoQThFsZmnyJs2AoJ+LQDgMz45YAUE=:EID_Football20Flag_C3QEE", + "EB16EA013B751792698E05435797C1ED:y9JgD812Io4mbaJ5i533Ts5SSfyXaGM4JyoimjP+i4M=:Glider_ID_135_Baseball", + "13F1DD5EC796B357B6085D50BBDA3C18:7NRW9FQONfoNEwOJARayC1upKkjg3obxAWICvcXfUWs=:BID_426_GalileoKayak_NS67T", + "E7C565B86445735863B8080B9BE651F7:7M3P/+is0y8muF7/0N2dJo96J3P/k991Vast/lb7Xec=", + "CB3D84444FF0E551D18939AA7226B17F:U4GIAd4fGYWy9tySw3iVb92+6ZX3rQ3FsiBCXMT4TSo=:BID_194_Krampus", + "6CED8B5F648ED1ACCC8F1194901775AF:qjfCT39FVniEjPj+CvZu5Qz8XHHtdnH8kCsV3P1OaJw=:Pickaxe_ID_196_EvilBunny", + "308F587F46CB50450DCA9B9CFD50E120:2nvyeGrxnqL5SJjMPag1d9YiiXfdGYVkL/WJqWYnC2A=:BID_157_MothMale", + "1C8FA86241B2E4D084F7548529629CF6:pmXOfd+NEXcLhZX5YqDLjHu8/yzZoo4dWPcCM8ccXoI=:CID_333_Athena_Commando_M_Squishy", + "57EC154062C75464BD8A087D89732317:5AEwoCp79njYci8QYF+sLMkGpjDnFCYLSCtz4LD9D78=:BannerToken_018_GalileoD_5XXFQ", + "2F2804FC81CA638FC3DFEE5FB922987B:vz4MvtMQubNdmH1BO2E2FnNT3/vSvjbIn7HWNcWIYl8=:BID_272_AssassinSuitFemale", + "CB3D84444FF0E551D18939AA7226B17F:U4GIAd4fGYWy9tySw3iVb92+6ZX3rQ3FsiBCXMT4TSo=:Glider_ID_108_Krampus", + "D1EBFA5EEFFAFC07E39EE2D9986CF8FB:jdM2xx6liOm1miOSVC7txNj6HvWF7/zCq4zxMYFYxug=", + "5D6562F1EAD89513C82C2F37A24E7F82:I2c+SQCdDvJpC6z1xniRT+k41KAp0pla+o/H68oXFLQ=:CID_651_Athena_Commando_F_HolidayPJ_C", + "975414A2AAC78A3710C3A47A8E3B7A57:LQWa9K05LB13Fn7Brzi8R3vsMRmFcNyJaoAcmBFZNjg=", + "57EC154062C75464BD8A087D89732317:5AEwoCp79njYci8QYF+sLMkGpjDnFCYLSCtz4LD9D78=:Pickaxe_ID_328_GalileoRocket_SNC0L", + "4C838738CDC4946786DD7BE341AB05DD:eyjCm9OcFQSvVRVBZizNVyF+8kb9OlNFrvDy8d1QDfo=:Pickaxe_ID_197_HoppityHeist", + "BA4D882E7B09657A5E05773F702103CF:PjieN4lF3tRBNjQmWWUAyvZUaV0OrPGPYwrqNT8ZSus=:Wrap_045_Angel", + "B66EED5CA4F4ED75170872E30B9B0E23:rHT8/uzcZZ0ENxU9dxKpr+cdAajZ5L5U0geHt6NoZhI=:EID_Fireworks_WKX2W", + "EBFE6788D367D741AF0A4FD098CDFD39:FAeJTGyT49P+dQOmKx+lMYVAxu7qtIPlqSaLAR85zqI=:Wrap_066_AssassinSuit02", + "6A3F6093DECACCD1F78CF802DE7AFF84:Skd0CfmqkmJAUqDFE6Qy/adL2MSN4IuAndXZ0SepEXw=", + "7E9FAC0F2BFC4AE3A2ED4C87D1A57DBF:xaR/8qp7kFAbILx9i6ANnoam0rZ/tP8Xy3yysuqt8BA=:CID_464_Athena_Commando_M_Flamingo", + "E0FB7B394449CE6450EA90C93D710EB8:NrXwNX6lKuu/kyQuvE74+6Uo04FODoV4ZqxToj/jS6I=:Wrap_088_DriftSummer", + "7FA4F2374FFE075000BC209360056A5A:nywIiZlIL8AIMkwCZfrYoAkpHM3zCwddhfszh++6ejI=:CID_223_Athena_Commando_M_Dieselpunk", + "5A1170F589134C4D68AAA2B5AA6EDA69:bfro7s6Qtde/H7C4zc6MJdpua1mhem8HywLluxBLDrg=:Pickaxe_ID_492_EmbersMale", + "63516700C5CFA6F1BE71B29214957E33:eR9Otw83jJyrj808CkqElVYzlXztuc14/u2pDtPtooQ=:BID_295_Jellyfish", + "1CE4B8636E40B4AF8858511CE01A98E3:+vewfAbMTec/enBaWVzzCxiHw8WLTJvfAWzFmcOJT4Y=:EID_TheShow", + "2CB7CC414F921DD774957AAF4AD5F8FE:vi2xluuUw+pFj/tqqfvh7cS9Qnr8gQPEGX0IHyjZVp4=:BID_185_GnomeMale", + "BAEF248980269F569C6E1FFF2B885DF6:2b6DQGIcab1r7zsw5j3MR84iDmt0g1XBquxJVR/8GxM=:BID_402_TourBus", + "5950552B5A52A97A433715A1FF107BC4:p9RBdPmk5295pRSg0+Ybfwy/kqY6HBYiJEAkvy650O4=:BID_171_Rhino", + "566C4D92AF66F45DF5E2D7EB43CC27AE:EuAYwU5tQBXzGoSj5BMc7S5yFfe9wZ2qrzx/hIHpnqw=:EID_LunchBox", + "7AEE99564551FF8EE98E6887410AE8E2:Cumd3/0knsdwt4bl7zNQw8MKmmIuC/4wYVfVtQq5d2o=", + "E48EFA857D8E6914B2505B05AADFB193:4AUdytefPzWNT8c11iGtU4xcGNWEgzpMJbxTjUq3NS0=:Glider_ID_241_BackspinMale_97LM4", + "9B730D57F59135CF774023F0DC1A99E7:l2Jy2Q3X1MPar8qMDGSHWWhdsVsYQ7hsqEYFMA6D8fI=", + "828B24CF7786DF74D8511CA89DEED8CF:nCahv7mQhidmYXSmKif6z7d6bQ60mdPQ7SrdZ7a3GaE=:CID_910_Athena_Commando_F_York", + "EB16EA013B751792698E05435797C1ED:y9JgD812Io4mbaJ5i533Ts5SSfyXaGM4JyoimjP+i4M=:BID_245_BaseballKitbashFemale", + "22AB4BDC10065AA49B38DE88522DF836:1L8L+oKtSOtIxbm1x0HbDtzquIH6CH8vu1PF4i8jU+w=:CID_449_Athena_Commando_M_BannerD", + "AE9F7B3419C7FBD2414D72E2E1C8A7BA:kpIotniLp60tWfbBitDUrjw6gmJ2Swl+YT3QAkecpRA=:CID_547_Athena_Commando_F_Meteorwoman", + "929B82B3454DF80CC45B11A55400B6E7:jl/KsmshfBxKKnPDHyHNTHOzTE3buCIrBpSUpXJQdL4=:Glider_ID_107_IceMaiden", + "0EC19805A48534C8892FA21C75024971:WcebSI5r6bMgSAbNd8Ob187rYmIJFJciobdyQciRiSc=:Pickaxe_ID_268_ToxicKitty1H", + "5A1170F589134C4D68AAA2B5AA6EDA69:bfro7s6Qtde/H7C4zc6MJdpua1mhem8HywLluxBLDrg=:Glider_ID_250_EmbersMale", + "BA6DF4F82C5CAB3CE1C51156BFCACE71:SDOlhnlP1SENGT+SrYUqeGIz0TkgoM7dQjfmfxegb1o=:Glider_ID_176_BlackMondayCape_4P79K", + "F6838AF4144E8386A184FBB0823C15D0:IjzqnnHjZ+r6WC4He/JawOyR7LxeMbm5880cDGDr2eU=:Pickaxe_ID_174_LuckyRider", + "B8F307A56B6EEFACD6250B2E60A24A4C:ayYSM667dKzMIvm8ZUY0F+FNlvNsg4G2RMIgi2fPf8k=", + "57EC154062C75464BD8A087D89732317:5AEwoCp79njYci8QYF+sLMkGpjDnFCYLSCtz4LD9D78=:Pickaxe_ID_326_GalileoFerry1H_F5IUA", + "16FC688AE41A3E3C518F4DD9F9612EE7:Jd7nRLx/FoonA2dUjtbvJVk3nJoNq9LTedk3u4EdFS8=:Wrap_044_BattlePlane", + "79F7D9C856E8CF354109D3298F076C06:Ak3TOM0i0Mq/KYxd7SDlSuS7o55USaf+urL6WqnmalY=", + "F78569F2AD7950F870965BC647904647:e3+Nhzk8SBfmZWoQThFsZmnyJs2AoJ+LQDgMz45YAUE=:CID_950_Athena_Commando_M_Football20Referee_D_MIHME", + "F78569F2AD7950F870965BC647904647:e3+Nhzk8SBfmZWoQThFsZmnyJs2AoJ+LQDgMz45YAUE=:CID_944_Athena_Commando_F_Football20_C_FO6IY", + "308F587F46CB50450DCA9B9CFD50E120:2nvyeGrxnqL5SJjMPag1d9YiiXfdGYVkL/WJqWYnC2A=:Glider_ID_099_Moth", + "5738A14C7E45E1B405CEF920829CB255:xZHlPTz/dxNahrp9IqTZ+tjOZSYMxQb9KZFXlg9N638=:Pickaxe_ID_330_HolidayTimeMale", + "6D85E82539341B90944E84FFAAD872FB:mAiBk7KbE2Dnr+yVFyJK1yAwv2eWb+yANFH0z2krQkw=:Wrap_087_BriteBomberSummer", + "F78569F2AD7950F870965BC647904647:e3+Nhzk8SBfmZWoQThFsZmnyJs2AoJ+LQDgMz45YAUE=:CID_939_Athena_Commando_M_Football20_C_9OP0F", + "4C546A04EB0E91B7EB4449B672B63900:RhtdrUqq3N21E77X7YatI4oX3wLYyvFH5Wm+eaUX8+w=", + "A0926AD8C6EDE29250AC4A0A93156E7B:keN/yZ7qnvcPZeIflsked9TAT867gbPgmnG1QdlSn3E=:EID_Donut1", + "A0926AD8C6EDE29250AC4A0A93156E7B:keN/yZ7qnvcPZeIflsked9TAT867gbPgmnG1QdlSn3E=:EID_Donut2", + "36126C339CEBD31F23562CDCC5DFDD4D:cuLUN7oD/p5BSxuk6pKGY6KtlhGInVti36sV6zSv1n4=", + "566C4D92AF66F45DF5E2D7EB43CC27AE:EuAYwU5tQBXzGoSj5BMc7S5yFfe9wZ2qrzx/hIHpnqw=:BID_629_LunchBox", + "010E6ACF85E4A58BF6F551EFE7B85F61:DwCIH5Dw/1wdiS6gFGmWe4HUgD9kMOEzjbzM/1QshM4=:BID_234_SpeedyMidnight", + "54FD9ABD65879452DCB8CE11C1D7F1AF:nV0Vm4NCBl+MkGX8wiqfFrg0viDriL3I2xc4KS7n7fg=:CID_422_Athena_Commando_F_MaskedWarrior", + "57EC154062C75464BD8A087D89732317:5AEwoCp79njYci8QYF+sLMkGpjDnFCYLSCtz4LD9D78=:BID_427_GalileoSled_ZDWOV", + "929B82B3454DF80CC45B11A55400B6E7:jl/KsmshfBxKKnPDHyHNTHOzTE3buCIrBpSUpXJQdL4=:CID_298_Athena_Commando_F_IceMaiden", + "F07BE27DCEFDF52818EE7BA2CD9CA504:lc47A/VahaBWJLQY4V1YyjzJPI5xVErInDaqdwPjv2g=:Pickaxe_ID_200_MoonlightAssassin", + "5A1170F589134C4D68AAA2B5AA6EDA69:bfro7s6Qtde/H7C4zc6MJdpua1mhem8HywLluxBLDrg=:Wrap_298_Embers", + "8DCAE39C7D9690E19F52655F02C613B2:ZZHbiVsbXquLlrtNVHtryLS3Vd1Ego8/8tlDpeUCgfc=:EID_ScoreCardBurger", + "919FDAB2FDB531820404333B27DC7B06:W9Csp0y6agsgcQXlRGvYUpPGPImNdFfBsZ8yQoUEdGg=:Wrap_092_Sarong", + "C348806ECD35F176A5C50306B0A07DB9:x8+m/v+Cn55R+CIZrsqqSKxa5JpkQyQGeLVTJ8evrpw=", + "0DD695EB05DDF1067D46B2F758160F3E:H8eacvW3rgmZFvWGGwXfojcIBMrQUL+FJQ1x3dzzVm0=", + "FCD2F65146D53215F92F558CBA418191:3cp//Ss4zbgQ6tnnNLBcaTy9fsz3IM6ddZmiQSkX43c=:CID_336_Athena_Commando_M_DragonMask", + "19CAB803EB00118FB3E6B3E5ABA7B234:tRM77TfQWWJ38hNsFLjt7jMNoSOozxqi9PF9/9H3rmU=:Wrap_154_Haunt", + "BAEF248980269F569C6E1FFF2B885DF6:2b6DQGIcab1r7zsw5j3MR84iDmt0g1XBquxJVR/8GxM=:Pickaxe_ID_302_TourBus1H", + "F78569F2AD7950F870965BC647904647:e3+Nhzk8SBfmZWoQThFsZmnyJs2AoJ+LQDgMz45YAUE=", + "D47DF51158673BE6CD4D32E84C91DF7F:+EzQK4ojNk1DqxceQeArAGZhQPQyuQBKX4gVuGEqSxM=:CID_632_Athena_Commando_F_GalileoZeppelin_SJKPW", + "F78569F2AD7950F870965BC647904647:e3+Nhzk8SBfmZWoQThFsZmnyJs2AoJ+LQDgMz45YAUE=:CID_955_Athena_Commando_F_Football20Referee_D_OFZIL", + "56812D9CB607F72A9BDBADEE44ECCD21:pj9dMhJSaj6V2HsA0VWABE7Cs4+eEBz1Kex340gafK8=:Pickaxe_ID_199_ShinyHammer", + "AEC9FD29ACF48B274A1A573C9ECF4B06:7OT+zOUDq1RjYJKp8gQhbUnYz/qJ19It2X4HduP5y/g=:Pickaxe_ID_249_Squishy1H", + "110D116208C62834812C2EDF2F305E49:MwuF5zX7GpQCGL2w+CwkPmGzH3q05YUoLo5udhVMNPg=:CID_718_Athena_Commando_F_LuckyHero", + "172B237342C2165A212FEEAC80584DD5:7bGmK+J89yojl49SMoQKA+Zf7ZZ0W3OatE6KZYlGPnU=:CID_254_Athena_Commando_M_Zombie", + "8C623F6A49CFF9ADC7895A466CA1C896:kLmYdLi+jOBs2k+B/UxrCcPSdvuNYTha0xl9+SvUzJU=", + "56812D9CB607F72A9BDBADEE44ECCD21:pj9dMhJSaj6V2HsA0VWABE7Cs4+eEBz1Kex340gafK8=:BID_254_ShinyMale", + "504BC0A80EE72DFEEF9CB7EE3FFCE163:eToIGihi0lTVTcHietksl1e6cHBf5h30aYO5YXpWXY4=", + "828B24CF7786DF74D8511CA89DEED8CF:nCahv7mQhidmYXSmKif6z7d6bQ60mdPQ7SrdZ7a3GaE=:Glider_ID_248_York", + "3AC8A6B5089F55E17E00AAD8AC3C6406:TlUSkJe3y85fW83rHMy+XuqcZxQduXcB8yftpPoiDvo=:BID_527_Loofah", + "4755D9C0E2D1DE1C09B77DEA8B830471:9tUO5yVhvp+/sp7icZaEDw05nMAdS6bYAWYyfQNsxBc=:Glider_ID_209_DonutPlate", + "CBFF239A1792F25920D863F223368B54:J3N3cUH3M0R3uyzkE0qVK/SouxC/X6VEswcoWb6ViL8=:Wrap_071_Pug", + "DC487286E8C1CD5FE18AC3FE76034EF2:3h9IwK2qQP8PHVuO1aZI1C34JrJxKBnXJOFcSDSj99M=:Wrap_102_WorldCup2019", + "FE0FA56F4B280D2F0CB2AB899C645F3E:hYi0DrAf6wtw7Zi+PlUi7/vIlIB3psBzEb5piGLEW6s=:CID_220_Athena_Commando_F_Clown", + "8DCAE39C7D9690E19F52655F02C613B2:ZZHbiVsbXquLlrtNVHtryLS3Vd1Ego8/8tlDpeUCgfc=:BID_337_MascotMilitiaTomato", + "5738A14C7E45E1B405CEF920829CB255:xZHlPTz/dxNahrp9IqTZ+tjOZSYMxQb9KZFXlg9N638=:Wrap_180_HolidayTime", + "B1EB196DD39D0736E7E08F99B07D8B9A:1fDhBY8uhi++l6QQPL2YtxZgUv04OZoMGBrH+yN8yKM=:EID_SandwichBop", + "F78569F2AD7950F870965BC647904647:e3+Nhzk8SBfmZWoQThFsZmnyJs2AoJ+LQDgMz45YAUE=:CID_952_Athena_Commando_F_Football20Referee_ZX4IC", + "D47DF51158673BE6CD4D32E84C91DF7F:+EzQK4ojNk1DqxceQeArAGZhQPQyuQBKX4gVuGEqSxM=:Glider_ID_189_GalileoZeppelinFemale_353IC", + "5D6562F1EAD89513C82C2F37A24E7F82:I2c+SQCdDvJpC6z1xniRT+k41KAp0pla+o/H68oXFLQ=:CID_649_Athena_Commando_F_HolidayPJ", + "2F1A5AFD22512A8B16494629CCA065B2:Un44BCuGtirrKab0E9TeOyDRnWC/Jh1h48+FOn4UrtA=", + "5950552B5A52A97A433715A1FF107BC4:p9RBdPmk5295pRSg0+Ybfwy/kqY6HBYiJEAkvy650O4=:Glider_ID_102_Rhino", + "195439D6DD0FE44ADAE6BF7A44436519:kRCw7VFSPCYqhu7lJlA4kO4YmsqZUzxM6ARm7Ti8ntQ=", + "5AEDD4DB5DA39071FCFC2404EEB3D02D:qaoe5DQrf1+HPEQRW5zls4KSe7DHbrxXO8OZMsFeo8Y=", + "828B24CF7786DF74D8511CA89DEED8CF:nCahv7mQhidmYXSmKif6z7d6bQ60mdPQ7SrdZ7a3GaE=:CID_907_Athena_Commando_M_York_C", + "EBFE6788D367D741AF0A4FD098CDFD39:FAeJTGyT49P+dQOmKx+lMYVAxu7qtIPlqSaLAR85zqI=:EID_AssassinSalute", + "3AC8A6B5089F55E17E00AAD8AC3C6406:TlUSkJe3y85fW83rHMy+XuqcZxQduXcB8yftpPoiDvo=:Pickaxe_ID_399_LoofahFemale1H", + "8033BA4F3E1FB68ABADE271C9BE4EE42:XGwA8RWdavpeScQpqM/aFod3SGTB3PibdGE7iGKR4jg=", + "8DCAE39C7D9690E19F52655F02C613B2:ZZHbiVsbXquLlrtNVHtryLS3Vd1Ego8/8tlDpeUCgfc=:BID_336_MascotMilitiaBurger", + "06B9F77E165673FD1C5FF5099F43D1F3:Bvw6h4GKOLjC/wFgHQsiLePbBZhtPiNhtr5keDBse70=:BID_421_TeriyakiWarrior", + "D776CA2A40FD9EC1F8522E9E13E99031:uRYulzQ2zdGG9UisQw2wM9OOM/9JsSWFwFt5d/3okng=:Glider_ID_121_BriteBomberDeluxe", + "FF5A507BCC4519B928075C3DF4603E8E:EVv5b8WFOYZlDUGRqb8YUS1WbIbbT8TjgoBWEQr65zs=", + "09BC93B3441ECBAC30FA23BBEF59CF89:3CHInj+JfLspiVCNDY/GTZ4Pn52nWFeA4qYI0SJv2dM=:CID_302_Athena_Commando_F_Nutcracker", + "D7727B4696A62373E9EBD9803F705B3C:XEbXIzCpOuA88jMBtt+XuMt+NaOIWlvfpW9h7i/dFlM=:Wrap_036_EvilSuit" +] \ No newline at end of file diff --git a/responses/worldstw.json b/responses/worldstw.json new file mode 100644 index 0000000..b769d18 --- /dev/null +++ b/responses/worldstw.json @@ -0,0 +1,23896 @@ +{ + "theaters": [ + { + "displayName": "Stonewood", + "uniqueId": "33A2311D4AE64B361CCE27BC9F313C8B", + "theaterSlot": 0, + "bIsTestTheater": false, + "description": "Start here. Challenging enemies and rewarding gameplay.", + "runtimeInfo": { + "theaterType": "Standard", + "theaterTags": { + "gameplayTags": [ + { + "tagName": "Stat.Theater.PvE01" + } + ] + }, + "theaterVisibilityRequirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "worldMapPinClass": "BlueprintGeneratedClass'/Game/Environments/WorldMap/Blueprints/WM_PinEasy.WM_PinEasy_C'", + "theaterImage": "Texture2D'/Game/UI/Icons/Icon-TheaterDifficulty-_normal_.Icon-TheaterDifficulty-_normal_'", + "theaterImages": { + "brush_XXS": { + "imageSize": { + "x": 40, + "y": 40 + }, + "drawAs": "Image", + "margin": { + "left": 0, + "top": 0, + "right": 0, + "bottom": 0 + }, + "tintColor": { + "specifiedColor": { + "r": 1, + "g": 1, + "b": 1, + "a": 1 + }, + "colorUseRule": "UseColor_Specified" + }, + "tiling": "NoTile", + "mirroring": "NoMirror", + "imageType": "NoImage", + "resourceObject": "Texture2D'/Game/UI/Icons/Icon-TheaterDifficulty-_normal_.Icon-TheaterDifficulty-_normal_'", + "resourceName": "None", + "bIsDynamicallyLoaded": false, + "uVRegion": { + "min": { + "x": 0, + "y": 0 + }, + "max": { + "x": 0, + "y": 0 + }, + "isValid": 0 + } + }, + "brush_XS": { + "imageSize": { + "x": 40, + "y": 40 + }, + "drawAs": "Image", + "margin": { + "left": 0, + "top": 0, + "right": 0, + "bottom": 0 + }, + "tintColor": { + "specifiedColor": { + "r": 1, + "g": 1, + "b": 1, + "a": 1 + }, + "colorUseRule": "UseColor_Specified" + }, + "tiling": "NoTile", + "mirroring": "NoMirror", + "imageType": "NoImage", + "resourceObject": "Texture2D'/Game/UI/Icons/Icon-TheaterDifficulty-_normal_.Icon-TheaterDifficulty-_normal_'", + "resourceName": "None", + "bIsDynamicallyLoaded": false, + "uVRegion": { + "min": { + "x": 0, + "y": 0 + }, + "max": { + "x": 0, + "y": 0 + }, + "isValid": 0 + } + }, + "brush_S": { + "imageSize": { + "x": 40, + "y": 40 + }, + "drawAs": "Image", + "margin": { + "left": 0, + "top": 0, + "right": 0, + "bottom": 0 + }, + "tintColor": { + "specifiedColor": { + "r": 1, + "g": 1, + "b": 1, + "a": 1 + }, + "colorUseRule": "UseColor_Specified" + }, + "tiling": "NoTile", + "mirroring": "NoMirror", + "imageType": "NoImage", + "resourceObject": "Texture2D'/Game/UI/Icons/Icon-TheaterDifficulty-_normal_.Icon-TheaterDifficulty-_normal_'", + "resourceName": "None", + "bIsDynamicallyLoaded": false, + "uVRegion": { + "min": { + "x": 0, + "y": 0 + }, + "max": { + "x": 0, + "y": 0 + }, + "isValid": 0 + } + }, + "brush_M": { + "imageSize": { + "x": 40, + "y": 40 + }, + "drawAs": "Image", + "margin": { + "left": 0, + "top": 0, + "right": 0, + "bottom": 0 + }, + "tintColor": { + "specifiedColor": { + "r": 1, + "g": 1, + "b": 1, + "a": 1 + }, + "colorUseRule": "UseColor_Specified" + }, + "tiling": "NoTile", + "mirroring": "NoMirror", + "imageType": "NoImage", + "resourceObject": "Texture2D'/Game/UI/Icons/Icon-TheaterDifficulty-_normal_.Icon-TheaterDifficulty-_normal_'", + "resourceName": "None", + "bIsDynamicallyLoaded": false, + "uVRegion": { + "min": { + "x": 0, + "y": 0 + }, + "max": { + "x": 0, + "y": 0 + }, + "isValid": 0 + } + }, + "brush_L": { + "imageSize": { + "x": 40, + "y": 40 + }, + "drawAs": "Image", + "margin": { + "left": 0, + "top": 0, + "right": 0, + "bottom": 0 + }, + "tintColor": { + "specifiedColor": { + "r": 1, + "g": 1, + "b": 1, + "a": 1 + }, + "colorUseRule": "UseColor_Specified" + }, + "tiling": "NoTile", + "mirroring": "NoMirror", + "imageType": "NoImage", + "resourceObject": "Texture2D'/Game/UI/Icons/Icon-TheaterDifficulty-_normal_.Icon-TheaterDifficulty-_normal_'", + "resourceName": "None", + "bIsDynamicallyLoaded": false, + "uVRegion": { + "min": { + "x": 0, + "y": 0 + }, + "max": { + "x": 0, + "y": 0 + }, + "isValid": 0 + } + }, + "brush_XL": { + "imageSize": { + "x": 40, + "y": 40 + }, + "drawAs": "Image", + "margin": { + "left": 0, + "top": 0, + "right": 0, + "bottom": 0 + }, + "tintColor": { + "specifiedColor": { + "r": 1, + "g": 1, + "b": 1, + "a": 1 + }, + "colorUseRule": "UseColor_Specified" + }, + "tiling": "NoTile", + "mirroring": "NoMirror", + "imageType": "NoImage", + "resourceObject": "Texture2D'/Game/UI/Icons/Icon-TheaterDifficulty-_normal_.Icon-TheaterDifficulty-_normal_'", + "resourceName": "None", + "bIsDynamicallyLoaded": false, + "uVRegion": { + "min": { + "x": 0, + "y": 0 + }, + "max": { + "x": 0, + "y": 0 + }, + "isValid": 0 + } + } + }, + "theaterColorInfo": { + "bUseDifficultyToDetermineColor": false, + "color": { + "specifiedColor": { + "r": 0.5209959745407104, + "g": 1, + "b": 0.01298299990594387, + "a": 1 + }, + "colorUseRule": "UseColor_Specified" + } + }, + "socket": "PvE_01", + "missionAlertRequirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "FortQuestItemDefinition'/Game/Quests/Outpost/OutpostQuest_T1_L3.OutpostQuest_T1_L3'", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + } + }, + "tiles": [ + { + "tileType": "AlwaysActive", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheSuburbs/BP_ZT_TheSuburbs.BP_ZT_TheSuburbs_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 7, + "yCoordinate": 6, + "missionWeightOverrides": [ + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/MissionGen_T1_HT_EvacuateTheSurvivors.MissionGen_T1_HT_EvacuateTheSurvivors_C" + }, + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/MissionGen_BuildtheRadarGrid.MissionGen_BuildtheRadarGrid_C" + } + ], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "AlwaysActive", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheForest/BP_ZT_TheForest.BP_ZT_TheForest_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "FortQuestItemDefinition'/Game/Quests/Stonewood/StonewoodQuest_Filler_1_D4.StonewoodQuest_Filler_1_D4'", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 9, + "yCoordinate": 7, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheGrasslands/BP_ZT_TheGrasslands.BP_ZT_TheGrasslands_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 9, + "yCoordinate": 8, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "AlwaysActive", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheGrasslands/BP_ZT_TheGrasslands.BP_ZT_TheGrasslands_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "FortQuestItemDefinition'/Game/Quests/Stonewood/StonewoodQuest_Filler_1_D2.StonewoodQuest_Filler_1_D2'", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 7, + "yCoordinate": 8, + "missionWeightOverrides": [ + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/MissionGen_T1_LT_LtB.MissionGen_T1_LT_LtB_C" + } + ], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheSuburbs/BP_ZT_TheSuburbs.BP_ZT_TheSuburbs_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 9, + "yCoordinate": 5, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheForest/BP_ZT_TheForest.BP_ZT_TheForest_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 10, + "yCoordinate": 6, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheSuburbs/BP_ZT_TheSuburbs.BP_ZT_TheSuburbs_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 10, + "yCoordinate": 5, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheForest/BP_ZT_TheForest.BP_ZT_TheForest_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 7, + "yCoordinate": 4, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "AlwaysActive", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheCity/BP_ZT_TheCity.BP_ZT_TheCity_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "FortQuestItemDefinition'/Game/Quests/Outpost/OutpostQuest_T1_L6.OutpostQuest_T1_L6'", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [ + { + "questDefinition": "FortQuestItemDefinition'/Game/Quests/Stonewood/StonewoodQuest_LaunchRocket_D5.StonewoodQuest_LaunchRocket_D5'", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + } + } + ], + "xCoordinate": 6, + "yCoordinate": 4, + "missionWeightOverrides": [ + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/MissionGen_T1_VHT_LtR.MissionGen_T1_VHT_LtR_C" + } + ], + "difficultyWeightOverrides": [], + "canBeMissionAlert": false, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheForest/BP_ZT_TheForest.BP_ZT_TheForest_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 8, + "yCoordinate": 4, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheGrasslands/BP_ZT_TheGrasslands.BP_ZT_TheGrasslands_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 5, + "yCoordinate": 5, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheIndustrialPark/BP_ZT_TheIndustrialPark.BP_ZT_TheIndustrialPark_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 4, + "yCoordinate": 5, + "missionWeightOverrides": [ + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/MissionGen_T1_HT_LtB.MissionGen_T1_HT_LtB_C" + } + ], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "AlwaysActive", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheSuburbs/BP_ZT_TheSuburbs.BP_ZT_TheSuburbs_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "FortQuestItemDefinition'/Game/Quests/Stonewood/StonewoodQuest_Filler_2_D5.StonewoodQuest_Filler_2_D5'", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 4, + "yCoordinate": 6, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheIndustrialPark/BP_ZT_TheIndustrialPark.BP_ZT_TheIndustrialPark_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 3, + "yCoordinate": 5, + "missionWeightOverrides": [ + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/MissionGen_1Gate.MissionGen_1Gate_C" + } + ], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "AlwaysActive", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheIndustrialPark/BP_ZT_TheIndustrialPark.BP_ZT_TheIndustrialPark_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 5, + "yCoordinate": 7, + "missionWeightOverrides": [ + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/MissionGen_T1_HT_RtD.MissionGen_T1_HT_RtD_C" + } + ], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheCity/BP_ZT_TheCity.BP_ZT_TheCity_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 4, + "yCoordinate": 9, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "AlwaysActive", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheSuburbs/BP_ZT_TheSuburbs.BP_ZT_TheSuburbs_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "FortQuestItemDefinition'/Game/Quests/ReactiveQuests/ReactiveQuest_DistressCalls.ReactiveQuest_DistressCalls'", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 4, + "yCoordinate": 8, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "AlwaysActive", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheCity/BP_ZT_TheCity.BP_ZT_TheCity_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [ + { + "questDefinition": "FortQuestItemDefinition'/Game/Quests/ReactiveQuests/ReactiveQuest_DistressCalls.ReactiveQuest_DistressCalls'", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + } + }, + { + "questDefinition": "FortQuestItemDefinition'/Game/Quests/Stonewood/StonewoodQuest_Filler_2_D4.StonewoodQuest_Filler_2_D4'", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + } + } + ], + "xCoordinate": 5, + "yCoordinate": 8, + "missionWeightOverrides": [ + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/MissionGen_T1_MT_Cat1FtS.MissionGen_T1_MT_Cat1FtS_C" + } + ], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "AlwaysActive", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheGrasslands/BP_ZT_TheGrasslands.BP_ZT_TheGrasslands_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 8, + "yCoordinate": 7, + "missionWeightOverrides": [ + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/MissionGen_T1_HT_LtB.MissionGen_T1_HT_LtB_C" + } + ], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "AlwaysActive", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheSuburbs/BP_ZT_TheSuburbs.BP_ZT_TheSuburbs_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 7, + "yCoordinate": 7, + "missionWeightOverrides": [ + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/MissionGen_T1_MT_RtD.MissionGen_T1_MT_RtD_C" + } + ], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "AlwaysActive", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheSuburbs/BP_ZT_TheSuburbs.BP_ZT_TheSuburbs_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [ + { + "questDefinition": "FortQuestItemDefinition'/Game/Quests/ReactiveQuests/ReactiveQuest_MedicalSupplies.ReactiveQuest_MedicalSupplies'", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + } + } + ], + "xCoordinate": 6, + "yCoordinate": 7, + "missionWeightOverrides": [ + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/MissionGen_T1_HT_Cat1FtS.MissionGen_T1_HT_Cat1FtS_C" + } + ], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "AlwaysActive", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheCity/BP_ZT_TheCity.BP_ZT_TheCity_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [ + { + "questDefinition": "FortQuestItemDefinition'/Game/Quests/Stonewood/StonewoodQuest_Filler_2_D5.StonewoodQuest_Filler_2_D5'", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + } + } + ], + "xCoordinate": 6, + "yCoordinate": 6, + "missionWeightOverrides": [ + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/MissionGen_T1_VHT_LtB.MissionGen_T1_VHT_LtB_C" + } + ], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "AlwaysActive", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheSuburbs/BP_ZT_TheSuburbs.BP_ZT_TheSuburbs_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 7, + "yCoordinate": 5, + "missionWeightOverrides": [ + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/MissionGen_T1_VHT_Cat1FtS.MissionGen_T1_VHT_Cat1FtS_C" + }, + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/MissionGen_T1_VHT_RtD.MissionGen_T1_VHT_RtD_C" + }, + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/MissionGen_T1_VHT_LtB.MissionGen_T1_VHT_LtB_C" + }, + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/MissionGen_T1_VHT_EvacuateTheSurvivors.MissionGen_T1_VHT_EvacuateTheSurvivors_C" + }, + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/MissionGen_BuildtheRadarGrid.MissionGen_BuildtheRadarGrid_C" + } + ], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "AlwaysActive", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheGrasslands/BP_ZT_TheGrasslands.BP_ZT_TheGrasslands_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 8, + "yCoordinate": 6, + "missionWeightOverrides": [ + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/MissionGen_DestroyTheEncampments.MissionGen_DestroyTheEncampments_C" + } + ], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "AlwaysActive", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheForest/BP_ZT_TheForest.BP_ZT_TheForest_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 9, + "yCoordinate": 6, + "missionWeightOverrides": [ + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/MissionGen_T1_VHT_Cat1FtS.MissionGen_T1_VHT_Cat1FtS_C" + }, + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/MissionGen_T1_VHT_LtB.MissionGen_T1_VHT_LtB_C" + }, + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/MissionGen_T1_VHT_RtD.MissionGen_T1_VHT_RtD_C" + }, + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/MissionGen_T1_VHT_EvacuateTheSurvivors.MissionGen_T1_VHT_EvacuateTheSurvivors_C" + }, + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/MissionGen_BuildtheRadarGrid.MissionGen_BuildtheRadarGrid_C" + } + ], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheForest/BP_ZT_TheForest.BP_ZT_TheForest_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 10, + "yCoordinate": 7, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheGrasslands/BP_ZT_TheGrasslands.BP_ZT_TheGrasslands_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 10, + "yCoordinate": 8, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheGrasslands/BP_ZT_TheGrasslands.BP_ZT_TheGrasslands_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 10, + "yCoordinate": 9, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "AlwaysActive", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheForest/BP_ZT_TheForest.BP_ZT_TheForest_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "FortQuestItemDefinition'/Game/Quests/Stonewood/StonewoodQuest_LaunchBalloon_D1.StonewoodQuest_LaunchBalloon_D1'", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 9, + "yCoordinate": 9, + "missionWeightOverrides": [ + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/MissionGen_1Gate_VLT.MissionGen_1Gate_VLT_C" + } + ], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "AlwaysActive", + "zoneTheme": "/Game/World/ZoneThemes/Onboarding/BP_ZT_Onboarding_Grasslands_a.BP_ZT_Onboarding_Grasslands_a_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "FortQuestItemDefinition'/Game/Quests/Stonewood/StonewoodQuest_RetrieveData_D1.StonewoodQuest_RetrieveData_D1'", + "questDefinition": "FortQuestItemDefinition'/Game/Quests/Stonewood/StonewoodQuest_Filler_1_D2.StonewoodQuest_Filler_1_D2'", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [ + { + "questDefinition": "FortQuestItemDefinition'/Game/Quests/Stonewood/StonewoodQuest_RetrieveData_D1.StonewoodQuest_RetrieveData_D1'", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + } + } + ], + "xCoordinate": 8, + "yCoordinate": 9, + "missionWeightOverrides": [ + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/MissionGen_RetrieveTheData_NoSecondary.MissionGen_RetrieveTheData_NoSecondary_C" + } + ], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "AlwaysActive", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheGrasslands/BP_ZT_TheGrasslands.BP_ZT_TheGrasslands_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "FortQuestItemDefinition'/Game/Quests/ReactiveQuests/ReactiveQuest_Transmitters.ReactiveQuest_Transmitters'", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 8, + "yCoordinate": 5, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheGrasslands/BP_ZT_TheGrasslands.BP_ZT_TheGrasslands_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 9, + "yCoordinate": 4, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheGrasslands/BP_ZT_TheGrasslands.BP_ZT_TheGrasslands_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 10, + "yCoordinate": 4, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheSuburbs/BP_ZT_TheSuburbs.BP_ZT_TheSuburbs_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 11, + "yCoordinate": 4, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheSuburbs/BP_ZT_TheSuburbs.BP_ZT_TheSuburbs_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 11, + "yCoordinate": 5, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheForest/BP_ZT_TheForest.BP_ZT_TheForest_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 11, + "yCoordinate": 6, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "CriticalMission", + "zoneTheme": "/Game/World/ZoneThemes/CriticalMission/BP_ZT_CriticalMission.BP_ZT_CriticalMission_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "FortQuestItemDefinition'/Game/Quests/Outpost/OutpostQuest_T1_L3.OutpostQuest_T1_L3'", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [ + { + "questDefinition": "FortQuestItemDefinition'/Game/Quests/Daily/Daily_High_Priority.Daily_High_Priority'", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + } + }, + { + "questDefinition": "FortQuestItemDefinition'/Game/Quests/Stonewood/StonewoodQuest_Side_1_D4.StonewoodQuest_Side_1_D4'", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + } + } + ], + "xCoordinate": 7, + "yCoordinate": 9, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "AlwaysActive", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheCity/BP_ZT_TheCity.BP_ZT_TheCity_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "FortQuestItemDefinition'/Game/Quests/ReactiveQuests/ReactiveQuest_DistressCalls.ReactiveQuest_DistressCalls'", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [ + { + "questDefinition": "FortQuestItemDefinition'/Game/Quests/Stonewood/StonewoodQuest_Filler_1_D3.StonewoodQuest_Filler_1_D3'", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + } + } + ], + "xCoordinate": 6, + "yCoordinate": 8, + "missionWeightOverrides": [ + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/MissionGen_EvacuateTheSurvivors.MissionGen_EvacuateTheSurvivors_C" + } + ], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "AlwaysActive", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheSuburbs/BP_ZT_TheSuburbs.BP_ZT_TheSuburbs_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "FortQuestItemDefinition'/Game/Quests/Challenges/Challenge_WeaponUpgrade_1.Challenge_WeaponUpgrade_1'", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [ + { + "questDefinition": "FortQuestItemDefinition'/Game/Quests/Stonewood/StonewoodQuest_Filler_1_D2.StonewoodQuest_Filler_1_D2'", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + } + }, + { + "questDefinition": "FortQuestItemDefinition'/Game/Quests/Stonewood/StonewoodQuest_TreasuredFriends.StonewoodQuest_TreasuredFriends'", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + } + } + ], + "xCoordinate": 6, + "yCoordinate": 9, + "missionWeightOverrides": [ + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/MissionGen_T1_LT_Cat1FtS.MissionGen_T1_LT_Cat1FtS_C" + } + ], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheSuburbs/BP_ZT_TheSuburbs.BP_ZT_TheSuburbs_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 5, + "yCoordinate": 9, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheSuburbs/BP_ZT_TheSuburbs.BP_ZT_TheSuburbs_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 4, + "yCoordinate": 10, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheCity/BP_ZT_TheCity.BP_ZT_TheCity_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 3, + "yCoordinate": 9, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheGrasslands/BP_ZT_TheGrasslands.BP_ZT_TheGrasslands_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 3, + "yCoordinate": 8, + "missionWeightOverrides": [ + { + "weight": 1, + "missionGenerator": "None" + } + ], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheSuburbs/BP_ZT_TheSuburbs.BP_ZT_TheSuburbs_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 3, + "yCoordinate": 7, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheSuburbs/BP_ZT_TheSuburbs.BP_ZT_TheSuburbs_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 4, + "yCoordinate": 7, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "AlwaysActive", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheIndustrialPark/BP_ZT_TheIndustrialPark.BP_ZT_TheIndustrialPark_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 5, + "yCoordinate": 6, + "missionWeightOverrides": [ + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/MissionGen_T1_VHT_RtD.MissionGen_T1_VHT_RtD_C" + }, + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/MissionGen_T1_VHT_Cat1FtS.MissionGen_T1_VHT_Cat1FtS_C" + }, + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/MissionGen_T1_VHT_LtB.MissionGen_T1_VHT_LtB_C" + } + ], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheSuburbs/BP_ZT_TheSuburbs.BP_ZT_TheSuburbs_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "FortQuestItemDefinition'/Game/Quests/Outpost/OutpostQuest_T1_L6.OutpostQuest_T1_L6'", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 6, + "yCoordinate": 5, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheGrasslands/BP_ZT_TheGrasslands.BP_ZT_TheGrasslands_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "FortQuestItemDefinition'/Game/Quests/Stonewood/StonewoodQuest_Filler_2_D4.StonewoodQuest_Filler_2_D4'", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 5, + "yCoordinate": 4, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheIndustrialPark/BP_ZT_TheIndustrialPark.BP_ZT_TheIndustrialPark_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 5, + "yCoordinate": 3, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheForest/BP_ZT_TheForest.BP_ZT_TheForest_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 6, + "yCoordinate": 3, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheForest/BP_ZT_TheForest.BP_ZT_TheForest_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 7, + "yCoordinate": 3, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheForest/BP_ZT_TheForest.BP_ZT_TheForest_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 8, + "yCoordinate": 3, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheGrasslands/BP_ZT_TheGrasslands.BP_ZT_TheGrasslands_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 9, + "yCoordinate": 3, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheForest/BP_ZT_TheForest.BP_ZT_TheForest_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 4, + "yCoordinate": 4, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheSuburbs/BP_ZT_TheSuburbs.BP_ZT_TheSuburbs_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 3, + "yCoordinate": 4, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheForest/BP_ZT_TheForest.BP_ZT_TheForest_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 2, + "yCoordinate": 5, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheForest/BP_ZT_TheForest.BP_ZT_TheForest_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 2, + "yCoordinate": 6, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheIndustrialPark/BP_ZT_TheIndustrialPark.BP_ZT_TheIndustrialPark_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 3, + "yCoordinate": 6, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheGrasslands/BP_ZT_TheGrasslands.BP_ZT_TheGrasslands_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 11, + "yCoordinate": 7, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheGrasslands/BP_ZT_TheGrasslands.BP_ZT_TheGrasslands_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 12, + "yCoordinate": 7, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheGrasslands/BP_ZT_TheGrasslands.BP_ZT_TheGrasslands_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 12, + "yCoordinate": 6, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "AlwaysActive", + "zoneTheme": "/Game/World/ZoneThemes/Onboarding/BP_ZT_Onboarding_Forest_a.BP_ZT_Onboarding_Forest_a_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "FortQuestItemDefinition'/Game/Quests/Stonewood/StonewoodQuest_LaunchBalloon_D1.StonewoodQuest_LaunchBalloon_D1'", + "questDefinition": "FortQuestItemDefinition'/Game/Quests/Onboarding/HomebaseQuest_SlotEMTWorker.HomebaseQuest_SlotEMTWorker'", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [ + { + "questDefinition": "FortQuestItemDefinition'/Game/Quests/Stonewood/StonewoodQuest_LaunchBalloon_D1.StonewoodQuest_LaunchBalloon_D1'", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + } + } + ], + "xCoordinate": 8, + "yCoordinate": 10, + "missionWeightOverrides": [ + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/MissionGen_LaunchTheBalloon_NoSecondary.MissionGen_LaunchTheBalloon_NoSecondary_C" + } + ], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheGrasslands/BP_ZT_TheGrasslands.BP_ZT_TheGrasslands_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 9, + "yCoordinate": 10, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/Outposts/BP_ZT_Homebase_06.BP_ZT_Homebase_06_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "FortQuestItemDefinition'/Game/Quests/Hero/HeroQuest_ConstructorLeadership.HeroQuest_ConstructorLeadership'", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 8, + "yCoordinate": 11, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "Outpost", + "zoneTheme": "/Game/World/ZoneThemes/Outposts/BP_ZT_TheOutpost_PvE_01.BP_ZT_TheOutpost_PvE_01_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [ + { + "questDefinition": "FortQuestItemDefinition'/Game/Quests/Outpost/OutpostQuest_T1_L1.OutpostQuest_T1_L1'", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + } + }, + { + "questDefinition": "FortQuestItemDefinition'/Game/Quests/Outpost/OutpostQuest_T1_L2.OutpostQuest_T1_L2'", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + } + }, + { + "questDefinition": "FortQuestItemDefinition'/Game/Quests/Outpost/OutpostQuest_T1_L3.OutpostQuest_T1_L3'", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + } + }, + { + "questDefinition": "FortQuestItemDefinition'/Game/Quests/Outpost/OutpostQuest_T1_L4.OutpostQuest_T1_L4'", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + } + }, + { + "questDefinition": "FortQuestItemDefinition'/Game/Quests/Outpost/OutpostQuest_T1_L5.OutpostQuest_T1_L5'", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + } + }, + { + "questDefinition": "FortQuestItemDefinition'/Game/Quests/Outpost/OutpostQuest_T1_L6.OutpostQuest_T1_L6'", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + } + }, + { + "questDefinition": "FortQuestItemDefinition'/Game/Quests/Outpost/OutpostQuest_T1_L7.OutpostQuest_T1_L7'", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + } + }, + { + "questDefinition": "FortQuestItemDefinition'/Game/Quests/Outpost/OutpostQuest_T1_L8.OutpostQuest_T1_L8'", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + } + }, + { + "questDefinition": "FortQuestItemDefinition'/Game/Quests/Outpost/OutpostQuest_T1_L9.OutpostQuest_T1_L9'", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + } + }, + { + "questDefinition": "FortQuestItemDefinition'/Game/Quests/Outpost/OutpostQuest_T1_L10.OutpostQuest_T1_L10'", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + } + } + ], + "xCoordinate": 7, + "yCoordinate": 10, + "missionWeightOverrides": [ + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/MissionGen_TheOutpost_PvE_01.MissionGen_TheOutpost_PvE_01_C" + } + ], + "difficultyWeightOverrides": [ + { + "weight": 1, + "difficultyInfo": { + "dataTable": "DataTable'/Game/Balance/DataTables/GameDifficultyGrowthBounds.GameDifficultyGrowthBounds'", + "rowName": "Theater_Start_Outpost1" + } + } + ], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "AlwaysActive", + "zoneTheme": "/Game/World/ZoneThemes/Onboarding/BP_ZT_Onboarding_Suburban_a.BP_ZT_Onboarding_Suburban_a_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "FortQuestItemDefinition'/Game/Quests/Stonewood/StonewoodQuest_CloseGate_D1.StonewoodQuest_CloseGate_D1'", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [ + { + "questDefinition": "FortQuestItemDefinition'/Game/Quests/Stonewood/StonewoodQuest_CloseGate_D1.StonewoodQuest_CloseGate_D1'", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + } + } + ], + "xCoordinate": 6, + "yCoordinate": 10, + "missionWeightOverrides": [ + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/MissionGen_1GateNoBonus.MissionGen_1GateNoBonus_C" + } + ], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheCity/BP_ZT_TheCity.BP_ZT_TheCity_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 2, + "yCoordinate": 9, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheCity/BP_ZT_TheCity.BP_ZT_TheCity_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 2, + "yCoordinate": 10, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheForest/BP_ZT_TheForest.BP_ZT_TheForest_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 3, + "yCoordinate": 10, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheGrasslands/BP_ZT_TheGrasslands.BP_ZT_TheGrasslands_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 2, + "yCoordinate": 4, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheForest/BP_ZT_TheForest.BP_ZT_TheForest_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 3, + "yCoordinate": 3, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheForest/BP_ZT_TheForest.BP_ZT_TheForest_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 4, + "yCoordinate": 3, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheForest/BP_ZT_TheForest.BP_ZT_TheForest_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 5, + "yCoordinate": 2, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheSuburbs/BP_ZT_TheSuburbs.BP_ZT_TheSuburbs_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 3, + "yCoordinate": 2, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheSuburbs/BP_ZT_TheSuburbs.BP_ZT_TheSuburbs_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 4, + "yCoordinate": 2, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheGrasslands/BP_ZT_TheGrasslands.BP_ZT_TheGrasslands_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 9, + "yCoordinate": 2, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheForest/BP_ZT_TheForest.BP_ZT_TheForest_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 10, + "yCoordinate": 3, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheGrasslands/BP_ZT_TheGrasslands.BP_ZT_TheGrasslands_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 11, + "yCoordinate": 8, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheForest/BP_ZT_TheForest.BP_ZT_TheForest_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 10, + "yCoordinate": 10, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheForest/BP_ZT_TheForest.BP_ZT_TheForest_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 11, + "yCoordinate": 9, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheForest/BP_ZT_TheForest.BP_ZT_TheForest_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 7, + "yCoordinate": 2, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheSuburbs/BP_ZT_TheSuburbs.BP_ZT_TheSuburbs_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 2, + "yCoordinate": 8, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheSuburbs/BP_ZT_TheSuburbs.BP_ZT_TheSuburbs_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 11, + "yCoordinate": 3, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheForest/BP_ZT_TheForest.BP_ZT_TheForest_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 6, + "yCoordinate": 2, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheForest/BP_ZT_TheForest.BP_ZT_TheForest_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 7, + "yCoordinate": 1, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheGrasslands/BP_ZT_TheGrasslands.BP_ZT_TheGrasslands_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 8, + "yCoordinate": 2, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "AlwaysActive", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheForest/BP_ZT_TheForest.BP_ZT_TheForest_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 8, + "yCoordinate": 8, + "missionWeightOverrides": [ + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/MissionGen_T1_MT_LtB.MissionGen_T1_MT_LtB_C" + } + ], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/Outposts/BP_ZT_Homebase_02.BP_ZT_Homebase_02_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "FortQuestItemDefinition'/Game/Quests/Hero/HeroQuest_ConstructorLeadership.HeroQuest_ConstructorLeadership'", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 6, + "yCoordinate": 11, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/Outposts/BP_ZT_Homebase_03.BP_ZT_Homebase_03_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "FortQuestItemDefinition'/Game/Quests/Hero/HeroQuest_ConstructorLeadership.HeroQuest_ConstructorLeadership'", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 6, + "yCoordinate": 12, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheForest/BP_ZT_TheForest.BP_ZT_TheForest_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 7, + "yCoordinate": 12, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/Outposts/BP_ZT_Homebase_05.BP_ZT_Homebase_05_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "FortQuestItemDefinition'/Game/Quests/Hero/HeroQuest_ConstructorLeadership.HeroQuest_ConstructorLeadership'", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 8, + "yCoordinate": 12, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/Outposts/BP_ZT_Homebase_07.BP_ZT_Homebase_07_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "FortQuestItemDefinition'/Game/Quests/Outpost/OutpostQuest_T1_L1.OutpostQuest_T1_L1'", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 7, + "yCoordinate": 11, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheGrasslands/BP_ZT_TheGrasslands.BP_ZT_TheGrasslands_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 5, + "yCoordinate": 10, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheForest/BP_ZT_TheForest.BP_ZT_TheForest_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 5, + "yCoordinate": 11, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheForest/BP_ZT_TheForest.BP_ZT_TheForest_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 5, + "yCoordinate": 12, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheForest/BP_ZT_TheForest.BP_ZT_TheForest_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 6, + "yCoordinate": 13, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheForest/BP_ZT_TheForest.BP_ZT_TheForest_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 7, + "yCoordinate": 13, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheForest/BP_ZT_TheForest.BP_ZT_TheForest_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 8, + "yCoordinate": 13, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheForest/BP_ZT_TheForest.BP_ZT_TheForest_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 9, + "yCoordinate": 12, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheForest/BP_ZT_TheForest.BP_ZT_TheForest_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 9, + "yCoordinate": 11, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + } + ], + "regions": [ + { + "displayName": "PvE_01_Difficulty_04", + "regionTags": { + "gameplayTags": [ + { + "tagName": "Stat.Theater.PvE01.Difficulty04" + } + ] + }, + "tileIndices": [ + 0, + 14, + 18, + 20 + ], + "regionThemeIcon": "None", + "missionData": { + "missionWeights": [ + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/MissionGen_1Gate.MissionGen_1Gate_C" + }, + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/MissionGen_RetrieveTheData.MissionGen_RetrieveTheData_C" + }, + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/MissionGen_LaunchTheBalloon.MissionGen_LaunchTheBalloon_C" + } + ], + "difficultyWeights": [ + { + "weight": 1, + "difficultyInfo": { + "dataTable": "DataTable'/Game/Balance/DataTables/GameDifficultyGrowthBounds.GameDifficultyGrowthBounds'", + "rowName": "Theater_Start_Zone4" + } + } + ], + "numMissionsAvailable": 4, + "numMissionsToChange": 4, + "missionChangeFrequency": 0.5 + }, + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "FortQuestItemDefinition'/Game/Quests/Outpost/OutpostQuest_T1_L4.OutpostQuest_T1_L4'", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + } + }, + { + "displayName": "PvE_01_Difficulty_04_Hard", + "regionTags": { + "gameplayTags": [ + { + "tagName": "Stat.Theater.PvE01.Difficulty04" + } + ] + }, + "tileIndices": [ + 1 + ], + "regionThemeIcon": "None", + "missionData": { + "missionWeights": [ + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/MissionGen_T1_HT_Cat1FtS.MissionGen_T1_HT_Cat1FtS_C" + }, + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/MissionGen_T1_HT_LtB.MissionGen_T1_HT_LtB_C" + }, + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/MissionGen_T1_HT_RtD.MissionGen_T1_HT_RtD_C" + } + ], + "difficultyWeights": [ + { + "weight": 1, + "difficultyInfo": { + "dataTable": "DataTable'/Game/Balance/DataTables/GameDifficultyGrowthBounds.GameDifficultyGrowthBounds'", + "rowName": "Theater_Start_Zone5" + } + } + ], + "numMissionsAvailable": 1, + "numMissionsToChange": 1, + "missionChangeFrequency": 0.5 + }, + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "FortQuestItemDefinition'/Game/Quests/Outpost/OutpostQuest_T1_L4.OutpostQuest_T1_L4'", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + } + }, + { + "displayName": "Non Mission", + "regionTags": { + "gameplayTags": [] + }, + "tileIndices": [ + 2, + 4, + 5, + 6, + 7, + 9, + 10, + 11, + 13, + 15, + 25, + 26, + 27, + 31, + 32, + 33, + 34, + 35, + 39, + 40, + 41, + 42, + 43, + 44, + 46, + 47, + 48, + 49, + 50, + 51, + 52, + 53, + 54, + 55, + 56, + 57, + 58, + 59, + 60, + 62, + 63, + 66, + 67, + 68, + 69, + 70, + 71, + 72, + 73, + 74, + 75, + 76, + 77, + 78, + 79, + 80, + 81, + 82, + 83, + 84, + 85, + 87, + 88, + 89, + 90, + 91, + 92, + 93, + 94, + 95, + 96, + 97, + 98, + 99 + ], + "regionThemeIcon": "None", + "missionData": { + "missionWeights": [], + "difficultyWeights": [], + "numMissionsAvailable": 0, + "numMissionsToChange": 0, + "missionChangeFrequency": 0 + }, + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + } + }, + { + "displayName": "PvE_01_Difficulty_02", + "regionTags": { + "gameplayTags": [ + { + "tagName": "Stat.Theater.PvE01.Difficulty02" + } + ] + }, + "tileIndices": [ + 3, + 29, + 38 + ], + "regionThemeIcon": "None", + "missionData": { + "missionWeights": [ + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/MissionGen_1Gate.MissionGen_1Gate_C" + }, + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/MissionGen_RetrieveTheData.MissionGen_RetrieveTheData_C" + } + ], + "difficultyWeights": [ + { + "weight": 1, + "difficultyInfo": { + "dataTable": "DataTable'/Game/Balance/DataTables/GameDifficultyGrowthBounds.GameDifficultyGrowthBounds'", + "rowName": "Theater_Start_Zone2" + } + } + ], + "numMissionsAvailable": 3, + "numMissionsToChange": 3, + "missionChangeFrequency": 0.5 + }, + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "FortQuestItemDefinition'/Game/Quests/Outpost/OutpostQuest_T1_L2.OutpostQuest_T1_L2'", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + } + }, + { + "displayName": "PvE_01_Difficulty_05", + "regionTags": { + "gameplayTags": [ + { + "tagName": "Stat.Theater.PvE01.Difficulty05" + } + ] + }, + "tileIndices": [ + 8, + 21, + 22, + 23, + 24, + 45 + ], + "regionThemeIcon": "None", + "missionData": { + "missionWeights": [ + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/MissionGen_1Gate.MissionGen_1Gate_C" + }, + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/MissionGen_2Gates.MissionGen_2Gates_C" + }, + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/MissionGen_RetrieveTheData.MissionGen_RetrieveTheData_C" + }, + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/MissionGen_LaunchTheBalloon.MissionGen_LaunchTheBalloon_C" + } + ], + "difficultyWeights": [ + { + "weight": 1, + "difficultyInfo": { + "dataTable": "DataTable'/Game/Balance/DataTables/GameDifficultyGrowthBounds.GameDifficultyGrowthBounds'", + "rowName": "Theater_Start_Zone5" + } + } + ], + "numMissionsAvailable": 4, + "numMissionsToChange": 4, + "missionChangeFrequency": 0.5 + }, + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "FortQuestItemDefinition'/Game/Quests/Outpost/OutpostQuest_T1_L5.OutpostQuest_T1_L5'", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + } + }, + { + "displayName": "PvE_01_Difficulty_05_Hard", + "regionTags": { + "gameplayTags": [ + { + "tagName": "Stat.Theater.PvE01.Difficulty05" + } + ] + }, + "tileIndices": [ + 12, + 30 + ], + "regionThemeIcon": "None", + "missionData": { + "missionWeights": [ + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/MissionGen_T1_VHT_Cat1FtS.MissionGen_T1_VHT_Cat1FtS_C" + }, + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/MissionGen_T1_VHT_LtB.MissionGen_T1_VHT_LtB_C" + }, + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/MissionGen_T1_VHT_RtD.MissionGen_T1_VHT_RtD_C" + } + ], + "difficultyWeights": [ + { + "weight": 1, + "difficultyInfo": { + "dataTable": "DataTable'/Game/Balance/DataTables/GameDifficultyGrowthBounds.GameDifficultyGrowthBounds'", + "rowName": "Theater_Normal_Zone1" + } + } + ], + "numMissionsAvailable": 2, + "numMissionsToChange": 2, + "missionChangeFrequency": 0.5 + }, + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "FortQuestItemDefinition'/Game/Quests/Outpost/OutpostQuest_T1_L5.OutpostQuest_T1_L5'", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + } + }, + { + "displayName": "PvE_01_Difficulty_03_Hard", + "regionTags": { + "gameplayTags": [ + { + "tagName": "Stat.Theater.PvE01.Difficulty03" + } + ] + }, + "tileIndices": [ + 16 + ], + "regionThemeIcon": "None", + "missionData": { + "missionWeights": [ + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/MissionGen_T1_MT_Cat1FtS.MissionGen_T1_MT_Cat1FtS_C" + }, + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/MissionGen_T1_MT_RtD.MissionGen_T1_MT_RtD_C" + }, + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/MissionGen_T1_MT_LtB.MissionGen_T1_MT_LtB_C" + } + ], + "difficultyWeights": [ + { + "weight": 1, + "difficultyInfo": { + "dataTable": "DataTable'/Game/Balance/DataTables/GameDifficultyGrowthBounds.GameDifficultyGrowthBounds'", + "rowName": "Theater_Start_Zone4" + } + } + ], + "numMissionsAvailable": 1, + "numMissionsToChange": 1, + "missionChangeFrequency": 0.5 + }, + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "FortQuestItemDefinition'/Game/Quests/ReactiveQuests/ReactiveQuest_DistressCalls.ReactiveQuest_DistressCalls'", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + } + }, + { + "displayName": "PvE_01_Difficulty_03", + "regionTags": { + "gameplayTags": [ + { + "tagName": "Stat.Theater.PvE01.Difficulty03" + } + ] + }, + "tileIndices": [ + 17, + 19, + 37, + 86 + ], + "regionThemeIcon": "None", + "missionData": { + "missionWeights": [ + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/MissionGen_1Gate.MissionGen_1Gate_C" + }, + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/MissionGen_RetrieveTheData.MissionGen_RetrieveTheData_C" + } + ], + "difficultyWeights": [ + { + "weight": 1, + "difficultyInfo": { + "dataTable": "DataTable'/Game/Balance/DataTables/GameDifficultyGrowthBounds.GameDifficultyGrowthBounds'", + "rowName": "Theater_Start_Zone3" + } + } + ], + "numMissionsAvailable": 3, + "numMissionsToChange": 3, + "missionChangeFrequency": 0.5 + }, + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "FortQuestItemDefinition'/Game/Quests/Outpost/OutpostQuest_T1_L3.OutpostQuest_T1_L3'", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + } + }, + { + "displayName": "PvE_01_Difficulty_01", + "regionTags": { + "gameplayTags": [ + { + "tagName": "Stat.Theater.PvE01.Difficulty01" + } + ] + }, + "tileIndices": [ + 28, + 61, + 65 + ], + "regionThemeIcon": "None", + "missionData": { + "missionWeights": [ + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/MissionGen_1Gate.MissionGen_1Gate_C" + }, + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/MissionGen_RetrieveTheData.MissionGen_RetrieveTheData_C" + } + ], + "difficultyWeights": [ + { + "weight": 1, + "difficultyInfo": { + "dataTable": "DataTable'/Game/Balance/DataTables/GameDifficultyGrowthBounds.GameDifficultyGrowthBounds'", + "rowName": "Theater_Start_Zone1" + } + } + ], + "numMissionsAvailable": 2, + "numMissionsToChange": 2, + "missionChangeFrequency": 0.5 + }, + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "FortQuestItemDefinition'/Game/Quests/Outpost/OutpostQuest_T1_L1.OutpostQuest_T1_L1'", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + } + }, + { + "displayName": "Critical Mission", + "regionTags": { + "gameplayTags": [] + }, + "tileIndices": [ + 36 + ], + "regionThemeIcon": "None", + "missionData": { + "missionWeights": [], + "difficultyWeights": [], + "numMissionsAvailable": 0, + "numMissionsToChange": 0, + "missionChangeFrequency": 0 + }, + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + } + }, + { + "displayName": "Outpost", + "regionTags": { + "gameplayTags": [] + }, + "tileIndices": [ + 64 + ], + "regionThemeIcon": "None", + "missionData": { + "missionWeights": [], + "difficultyWeights": [], + "numMissionsAvailable": 0, + "numMissionsToChange": 0, + "missionChangeFrequency": 0 + }, + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + } + } + ] + }, + { + "displayName": "Plankerton", + "uniqueId": "D477605B4FA48648107B649CE97FCF27", + "theaterSlot": 0, + "bIsTestTheater": false, + "description": "Tougher enemies and greater rewards await in Plankerton.", + "runtimeInfo": { + "theaterType": "Standard", + "theaterTags": { + "gameplayTags": [ + { + "tagName": "Stat.Theater.PvE02" + } + ] + }, + "theaterVisibilityRequirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "FortQuestItemDefinition'/Game/Quests/Stonewood/StonewoodQuest_LaunchRocket_D5.StonewoodQuest_LaunchRocket_D5'", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "worldMapPinClass": "BlueprintGeneratedClass'/Game/Environments/WorldMap/Blueprints/WM_PinMedium.WM_PinMedium_C'", + "theaterImage": "Texture2D'/Game/UI/Icons/Icon-TheaterDifficulty-_hard_.Icon-TheaterDifficulty-_hard_'", + "theaterImages": { + "brush_XXS": { + "imageSize": { + "x": 40, + "y": 40 + }, + "drawAs": "Image", + "margin": { + "left": 0, + "top": 0, + "right": 0, + "bottom": 0 + }, + "tintColor": { + "specifiedColor": { + "r": 1, + "g": 1, + "b": 1, + "a": 1 + }, + "colorUseRule": "UseColor_Specified" + }, + "tiling": "NoTile", + "mirroring": "NoMirror", + "imageType": "NoImage", + "resourceObject": "Texture2D'/Game/UI/Icons/Icon-TheaterDifficulty-_hard_.Icon-TheaterDifficulty-_hard_'", + "resourceName": "None", + "bIsDynamicallyLoaded": false, + "uVRegion": { + "min": { + "x": 0, + "y": 0 + }, + "max": { + "x": 0, + "y": 0 + }, + "isValid": 0 + } + }, + "brush_XS": { + "imageSize": { + "x": 40, + "y": 40 + }, + "drawAs": "Image", + "margin": { + "left": 0, + "top": 0, + "right": 0, + "bottom": 0 + }, + "tintColor": { + "specifiedColor": { + "r": 1, + "g": 1, + "b": 1, + "a": 1 + }, + "colorUseRule": "UseColor_Specified" + }, + "tiling": "NoTile", + "mirroring": "NoMirror", + "imageType": "NoImage", + "resourceObject": "Texture2D'/Game/UI/Icons/Icon-TheaterDifficulty-_hard_.Icon-TheaterDifficulty-_hard_'", + "resourceName": "None", + "bIsDynamicallyLoaded": false, + "uVRegion": { + "min": { + "x": 0, + "y": 0 + }, + "max": { + "x": 0, + "y": 0 + }, + "isValid": 0 + } + }, + "brush_S": { + "imageSize": { + "x": 40, + "y": 40 + }, + "drawAs": "Image", + "margin": { + "left": 0, + "top": 0, + "right": 0, + "bottom": 0 + }, + "tintColor": { + "specifiedColor": { + "r": 1, + "g": 1, + "b": 1, + "a": 1 + }, + "colorUseRule": "UseColor_Specified" + }, + "tiling": "NoTile", + "mirroring": "NoMirror", + "imageType": "NoImage", + "resourceObject": "Texture2D'/Game/UI/Icons/Icon-TheaterDifficulty-_hard_.Icon-TheaterDifficulty-_hard_'", + "resourceName": "None", + "bIsDynamicallyLoaded": false, + "uVRegion": { + "min": { + "x": 0, + "y": 0 + }, + "max": { + "x": 0, + "y": 0 + }, + "isValid": 0 + } + }, + "brush_M": { + "imageSize": { + "x": 40, + "y": 40 + }, + "drawAs": "Image", + "margin": { + "left": 0, + "top": 0, + "right": 0, + "bottom": 0 + }, + "tintColor": { + "specifiedColor": { + "r": 1, + "g": 1, + "b": 1, + "a": 1 + }, + "colorUseRule": "UseColor_Specified" + }, + "tiling": "NoTile", + "mirroring": "NoMirror", + "imageType": "NoImage", + "resourceObject": "Texture2D'/Game/UI/Icons/Icon-TheaterDifficulty-_hard_.Icon-TheaterDifficulty-_hard_'", + "resourceName": "None", + "bIsDynamicallyLoaded": false, + "uVRegion": { + "min": { + "x": 0, + "y": 0 + }, + "max": { + "x": 0, + "y": 0 + }, + "isValid": 0 + } + }, + "brush_L": { + "imageSize": { + "x": 40, + "y": 40 + }, + "drawAs": "Image", + "margin": { + "left": 0, + "top": 0, + "right": 0, + "bottom": 0 + }, + "tintColor": { + "specifiedColor": { + "r": 1, + "g": 1, + "b": 1, + "a": 1 + }, + "colorUseRule": "UseColor_Specified" + }, + "tiling": "NoTile", + "mirroring": "NoMirror", + "imageType": "NoImage", + "resourceObject": "Texture2D'/Game/UI/Icons/Icon-TheaterDifficulty-_hard_.Icon-TheaterDifficulty-_hard_'", + "resourceName": "None", + "bIsDynamicallyLoaded": false, + "uVRegion": { + "min": { + "x": 0, + "y": 0 + }, + "max": { + "x": 0, + "y": 0 + }, + "isValid": 0 + } + }, + "brush_XL": { + "imageSize": { + "x": 40, + "y": 40 + }, + "drawAs": "Image", + "margin": { + "left": 0, + "top": 0, + "right": 0, + "bottom": 0 + }, + "tintColor": { + "specifiedColor": { + "r": 1, + "g": 1, + "b": 1, + "a": 1 + }, + "colorUseRule": "UseColor_Specified" + }, + "tiling": "NoTile", + "mirroring": "NoMirror", + "imageType": "NoImage", + "resourceObject": "Texture2D'/Game/UI/Icons/Icon-TheaterDifficulty-_hard_.Icon-TheaterDifficulty-_hard_'", + "resourceName": "None", + "bIsDynamicallyLoaded": false, + "uVRegion": { + "min": { + "x": 0, + "y": 0 + }, + "max": { + "x": 0, + "y": 0 + }, + "isValid": 0 + } + } + }, + "theaterColorInfo": { + "bUseDifficultyToDetermineColor": false, + "color": { + "specifiedColor": { + "r": 0.982250988483429, + "g": 0.42326799035072327, + "b": 0.04231100156903267, + "a": 1 + }, + "colorUseRule": "UseColor_Specified" + } + }, + "socket": "PvE_02", + "missionAlertRequirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "FortQuestItemDefinition'/Game/Quests/Stonewood/StonewoodQuest_LaunchRocket_D5.StonewoodQuest_LaunchRocket_D5'", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + } + }, + "tiles": [ + { + "tileType": "Normal", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheIndustrialPark/BP_ZT_TheIndustrialPark.BP_ZT_TheIndustrialPark_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "FortQuestItemDefinition'/Game/Quests/Plankerton/PlankertonQuest_Filler_1_D1.PlankertonQuest_Filler_1_D1'", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 6, + "yCoordinate": 10, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "AlwaysActive", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheIndustrialPark/BP_ZT_TheIndustrialPark.BP_ZT_TheIndustrialPark_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "FortQuestItemDefinition'/Game/Quests/Plankerton/PlankertonQuest_Filler_2_D1.PlankertonQuest_Filler_2_D1'", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 6, + "yCoordinate": 9, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "AlwaysActive", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheForest/BP_ZT_TheForest.BP_ZT_TheForest_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [ + { + "questDefinition": "FortQuestItemDefinition'/Game/Quests/Plankerton/PlankertonQuest_Filler_3_D1.PlankertonQuest_Filler_3_D1'", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + } + } + ], + "xCoordinate": 7, + "yCoordinate": 10, + "missionWeightOverrides": [ + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/Plankerton/Region_1/MissionGen_T2_R1_RtL.MissionGen_T2_R1_RtL_C" + } + ], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "AlwaysActive", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheSuburbs/BP_ZT_TheSuburbs.BP_ZT_TheSuburbs_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [ + { + "questDefinition": "FortQuestItemDefinition'/Game/Quests/Plankerton/PlankertonQuest_Filler_1_D1.PlankertonQuest_Filler_1_D1'", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + } + } + ], + "xCoordinate": 8, + "yCoordinate": 10, + "missionWeightOverrides": [ + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/Plankerton/Region_1/MissionGen_T2_R1_2Gates.MissionGen_T2_R1_2Gates_C" + } + ], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "Normal", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheGrasslands/BP_ZT_TheGrasslands.BP_ZT_TheGrasslands_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "FortQuestItemDefinition'/Game/Quests/Plankerton/PlankertonQuest_Filler_3_D1.PlankertonQuest_Filler_3_D1'", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 7, + "yCoordinate": 9, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheCity/BP_ZT_TheCity.BP_ZT_TheCity_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 9, + "yCoordinate": 10, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheCity/BP_ZT_TheCity.BP_ZT_TheCity_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 10, + "yCoordinate": 11, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "Normal", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheSuburbs/BP_ZT_TheSuburbs.BP_ZT_TheSuburbs_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "FortQuestItemDefinition'/Game/Quests/Plankerton/PlankertonQuest_Filler_4_D1.PlankertonQuest_Filler_4_D1'", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 8, + "yCoordinate": 9, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "AlwaysActive", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheIndustrialPark/BP_ZT_TheIndustrialPark.BP_ZT_TheIndustrialPark_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "FortQuestItemDefinition'/Game/Quests/Plankerton/PlankertonQuest_Filler_1_D2.PlankertonQuest_Filler_1_D2'", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [ + { + "questDefinition": "FortQuestItemDefinition'/Game/Quests/Plankerton/PlankertonQuest_Filler_1_D2.PlankertonQuest_Filler_1_D2'", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + } + } + ], + "xCoordinate": 7, + "yCoordinate": 8, + "missionWeightOverrides": [ + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/Plankerton/Region_2/MissionGen_T2_R2_RtS_Tutorial.MissionGen_T2_R2_RtS_Tutorial_C" + } + ], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "AlwaysActive", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheGrasslands/BP_ZT_TheGrasslands.BP_ZT_TheGrasslands_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [ + { + "questDefinition": "FortQuestItemDefinition'/Game/Quests/Plankerton/PlankertonQuest_Filler_2_D5.PlankertonQuest_Filler_2_D5'", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + } + } + ], + "xCoordinate": 10, + "yCoordinate": 10, + "missionWeightOverrides": [ + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/Plankerton/Region_5/MissionGen_T2_R5_EtShelter.MissionGen_T2_R5_EtShelter_C" + } + ], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheGrasslands/BP_ZT_TheGrasslands.BP_ZT_TheGrasslands_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 5, + "yCoordinate": 8, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheForest/BP_ZT_TheForest.BP_ZT_TheForest_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 5, + "yCoordinate": 7, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheForest/BP_ZT_TheForest.BP_ZT_TheForest_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 6, + "yCoordinate": 8, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "Normal", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheIndustrialPark/BP_ZT_TheIndustrialPark.BP_ZT_TheIndustrialPark_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 6, + "yCoordinate": 7, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "AlwaysActive", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheSuburbs/BP_ZT_TheSuburbs.BP_ZT_TheSuburbs_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [ + { + "questDefinition": "FortQuestItemDefinition'/Game/Quests/Plankerton/PlankertonQuest_Filler_2_D2.PlankertonQuest_Filler_2_D2'", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + } + }, + { + "questDefinition": "FortQuestItemDefinition'/Game/Quests/Plankerton/PlankertonQuest_Filler_4_D2.PlankertonQuest_Filler_4_D2'", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + } + } + ], + "xCoordinate": 7, + "yCoordinate": 7, + "missionWeightOverrides": [ + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/Plankerton/Region_2/MissionGen_T2_R2_DtE.MissionGen_T2_R2_DtE_C" + } + ], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "AlwaysActive", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheSuburbs/BP_ZT_TheSuburbs.BP_ZT_TheSuburbs_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "FortQuestItemDefinition'/Game/Quests/Plankerton/PlankertonQuest_Filler_2_D2.PlankertonQuest_Filler_2_D2'", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 7, + "yCoordinate": 6, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "Normal", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheGrasslands/BP_ZT_TheGrasslands.BP_ZT_TheGrasslands_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "FortQuestItemDefinition'/Game/Quests/Plankerton/PlankertonQuest_Filler_4_D2.PlankertonQuest_Filler_4_D2'", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 8, + "yCoordinate": 8, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "Outpost", + "zoneTheme": "/Game/World/ZoneThemes/Outposts/BP_ZT_TheOutpost_PvE_02.BP_ZT_TheOutpost_PvE_02_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [ + { + "questDefinition": "FortQuestItemDefinition'/Game/Quests/Outpost/OutpostQuest_T2_L1.OutpostQuest_T2_L1'", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + } + }, + { + "questDefinition": "FortQuestItemDefinition'/Game/Quests/Outpost/OutpostQuest_T2_L2.OutpostQuest_T2_L2'", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + } + }, + { + "questDefinition": "FortQuestItemDefinition'/Game/Quests/Outpost/OutpostQuest_T2_L3.OutpostQuest_T2_L3'", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + } + }, + { + "questDefinition": "FortQuestItemDefinition'/Game/Quests/Outpost/OutpostQuest_T2_L4.OutpostQuest_T2_L4'", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + } + }, + { + "questDefinition": "FortQuestItemDefinition'/Game/Quests/Outpost/OutpostQuest_T2_L5.OutpostQuest_T2_L5'", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + } + }, + { + "questDefinition": "FortQuestItemDefinition'/Game/Quests/Outpost/OutpostQuest_T2_L6.OutpostQuest_T2_L6'", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + } + }, + { + "questDefinition": "FortQuestItemDefinition'/Game/Quests/Outpost/OutpostQuest_T2_L7.OutpostQuest_T2_L7'", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + } + }, + { + "questDefinition": "FortQuestItemDefinition'/Game/Quests/Outpost/OutpostQuest_T2_L8.OutpostQuest_T2_L8'", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + } + }, + { + "questDefinition": "FortQuestItemDefinition'/Game/Quests/Outpost/OutpostQuest_T2_L9.OutpostQuest_T2_L9'", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + } + }, + { + "questDefinition": "FortQuestItemDefinition'/Game/Quests/Outpost/OutpostQuest_T2_L10.OutpostQuest_T2_L10'", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + } + } + ], + "xCoordinate": 9, + "yCoordinate": 8, + "missionWeightOverrides": [ + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/MissionGen_TheOutpost_PvE_02.MissionGen_TheOutpost_PvE_02_C" + } + ], + "difficultyWeightOverrides": [ + { + "weight": 1, + "difficultyInfo": { + "dataTable": "DataTable'/Game/Balance/DataTables/GameDifficultyGrowthBounds.GameDifficultyGrowthBounds'", + "rowName": "Theater_Normal_Outpost1" + } + } + ], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "AlwaysActive", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheCity/BP_ZT_TheCity.BP_ZT_TheCity_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [ + { + "questDefinition": "FortQuestItemDefinition'/Game/Quests/Plankerton/PlankertonQuest_Filler_1_D5.PlankertonQuest_Filler_1_D5'", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + } + } + ], + "xCoordinate": 10, + "yCoordinate": 9, + "missionWeightOverrides": [ + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/Plankerton/Region_5/MissionGen_T2_R5_3Gates.MissionGen_T2_R5_3Gates_C" + } + ], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "AlwaysActive", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheForest/BP_ZT_TheForest.BP_ZT_TheForest_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "FortQuestItemDefinition'/Game/Quests/Plankerton/PlankertonQuest_Filler_1_D4.PlankertonQuest_Filler_1_D4'", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [ + { + "questDefinition": "FortQuestItemDefinition'/Game/Quests/Plankerton/PlankertonQuest_Filler_1_D4.PlankertonQuest_Filler_1_D4'", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + } + } + ], + "xCoordinate": 10, + "yCoordinate": 8, + "missionWeightOverrides": [ + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/Plankerton/Region_4/MissionGen_T2_R4_EtShelter_Tutorial.MissionGen_T2_R4_EtShelter_Tutorial_C" + } + ], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "AlwaysActive", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheSuburbs/BP_ZT_TheSuburbs.BP_ZT_TheSuburbs_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [ + { + "questDefinition": "FortQuestItemDefinition'/Game/Quests/Plankerton/PlankertonQuest_Filler_3_D5.PlankertonQuest_Filler_3_D5'", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + } + } + ], + "xCoordinate": 11, + "yCoordinate": 9, + "missionWeightOverrides": [ + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/Plankerton/Region_5/MissionGen_T2_R5_RtD.MissionGen_T2_R5_RtD_C" + } + ], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "Normal", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheSuburbs/BP_ZT_TheSuburbs.BP_ZT_TheSuburbs_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "FortQuestItemDefinition'/Game/Quests/Plankerton/PlankertonQuest_Filler_4_D4.PlankertonQuest_Filler_4_D4'", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 11, + "yCoordinate": 8, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "AlwaysActive", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheForest/BP_ZT_TheForest.BP_ZT_TheForest_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [ + { + "questDefinition": "FortQuestItemDefinition'/Game/Quests/Plankerton/PlankertonQuest_Filler_5_D4.PlankertonQuest_Filler_5_D4'", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + } + } + ], + "xCoordinate": 11, + "yCoordinate": 7, + "missionWeightOverrides": [ + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/Plankerton/Region_3/MissionGen_T2_R3_RtD.MissionGen_T2_R3_RtD_C" + } + ], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "Normal", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheForest/BP_ZT_TheForest.BP_ZT_TheForest_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 5, + "yCoordinate": 6, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "Normal", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheCity/BP_ZT_TheCity.BP_ZT_TheCity_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "FortQuestItemDefinition'/Game/Quests/Plankerton/PlankertonQuest_Filler_2_D2.PlankertonQuest_Filler_2_D2'", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 4, + "yCoordinate": 7, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheCity/BP_ZT_TheCity.BP_ZT_TheCity_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 4, + "yCoordinate": 8, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "Normal", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheGrasslands/BP_ZT_TheGrasslands.BP_ZT_TheGrasslands_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "FortQuestItemDefinition'/Game/Quests/Plankerton/PlankertonQuest_Filler_3_D2.PlankertonQuest_Filler_3_D2'", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 8, + "yCoordinate": 7, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "Normal", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheIndustrialPark/BP_ZT_TheIndustrialPark.BP_ZT_TheIndustrialPark_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 9, + "yCoordinate": 7, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "Normal", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheIndustrialPark/BP_ZT_TheIndustrialPark.BP_ZT_TheIndustrialPark_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "FortQuestItemDefinition'/Game/Quests/Plankerton/PlankertonQuest_Filler_4_D3.PlankertonQuest_Filler_4_D3'", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 10, + "yCoordinate": 7, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "AlwaysActive", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheIndustrialPark/BP_ZT_TheIndustrialPark.BP_ZT_TheIndustrialPark_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [ + { + "questDefinition": "FortQuestItemDefinition'/Game/Quests/Plankerton/PlankertonQuest_Filler_6_D4.PlankertonQuest_Filler_6_D4'", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + } + } + ], + "xCoordinate": 11, + "yCoordinate": 6, + "missionWeightOverrides": [ + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/Plankerton/Region_3/MissionGen_T2_R3_1Gate.MissionGen_T2_R3_1Gate_C" + } + ], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "Normal", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheCity/BP_ZT_TheCity.BP_ZT_TheCity_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "FortQuestItemDefinition'/Game/Quests/Plankerton/PlankertonQuest_Filler_3_D3.PlankertonQuest_Filler_3_D3'", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 10, + "yCoordinate": 6, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "AlwaysActive", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheIndustrialPark/BP_ZT_TheIndustrialPark.BP_ZT_TheIndustrialPark_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [ + { + "questDefinition": "FortQuestItemDefinition'/Game/Quests/Plankerton/PlankertonQuest_Filler_8_D4.PlankertonQuest_Filler_8_D4'", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + } + } + ], + "xCoordinate": 12, + "yCoordinate": 7, + "missionWeightOverrides": [ + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/Plankerton/ParentMissionGens/MissionGen_T2_DtB.MissionGen_T2_DtB_C" + } + ], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "Normal", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheSuburbs/BP_ZT_TheSuburbs.BP_ZT_TheSuburbs_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "FortQuestItemDefinition'/Game/Quests/Plankerton/PlankertonQuest_Filler_3_D4.PlankertonQuest_Filler_3_D4'", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 12, + "yCoordinate": 8, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "Normal", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheForest/BP_ZT_TheForest.BP_ZT_TheForest_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "FortQuestItemDefinition'/Game/Quests/Plankerton/PlankertonQuest_Filler_2_D4.PlankertonQuest_Filler_2_D4'", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 13, + "yCoordinate": 7, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "Normal", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheGrasslands/BP_ZT_TheGrasslands.BP_ZT_TheGrasslands_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 5, + "yCoordinate": 9, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "AlwaysActive", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheCity/BP_ZT_TheCity.BP_ZT_TheCity_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [ + { + "questDefinition": "FortQuestItemDefinition'/Game/Quests/Plankerton/PlankertonQuest_Filler_2_D1.PlankertonQuest_Filler_2_D1'", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + } + } + ], + "xCoordinate": 8, + "yCoordinate": 11, + "missionWeightOverrides": [ + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/Plankerton/Region_1/MissionGen_T2_R1_EtSurvivors.MissionGen_T2_R1_EtSurvivors_C" + } + ], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "AlwaysActive", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheGrasslands/BP_ZT_TheGrasslands.BP_ZT_TheGrasslands_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [ + { + "questDefinition": "FortQuestItemDefinition'/Game/Quests/Plankerton/PlankertonQuest_Filler_5_D5.PlankertonQuest_Filler_5_D5'", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + } + }, + { + "questDefinition": "FortQuestItemDefinition'/Game/Quests/Plankerton/PlankertonQuest_Filler_10_D5.PlankertonQuest_Filler_10_D5'", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + } + } + ], + "xCoordinate": 11, + "yCoordinate": 10, + "missionWeightOverrides": [ + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/Plankerton/Region_5/MissionGen_T2_R5_RtL.MissionGen_T2_R5_RtL_C" + } + ], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "AlwaysActive", + "zoneTheme": "/Game/World/ZoneThemes/Onboarding/BP_ZT_VindermansLab.BP_ZT_VindermansLab_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "FortQuestItemDefinition'/Game/Quests/ReactiveQuests/ReactiveQuest_MasterServers.ReactiveQuest_MasterServers'", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [ + { + "questDefinition": "FortQuestItemDefinition'/Game/Quests/ReactiveQuests/ReactiveQuest_MasterServers.ReactiveQuest_MasterServers'", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + } + } + ], + "xCoordinate": 12, + "yCoordinate": 9, + "missionWeightOverrides": [ + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/Plankerton/Region_5/MissionGen_T2_R5_PtS.MissionGen_T2_R5_PtS_C" + } + ], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "Normal", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheSuburbs/BP_ZT_TheSuburbs.BP_ZT_TheSuburbs_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "FortQuestItemDefinition'/Game/Quests/Outpost/OutpostQuest_T2_L6.OutpostQuest_T2_L6'", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [ + { + "questDefinition": "FortQuestItemDefinition'/Game/Quests/Plankerton/PlankertonQuest_LaunchRocket_D5.PlankertonQuest_LaunchRocket_D5'", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + } + } + ], + "xCoordinate": 13, + "yCoordinate": 9, + "missionWeightOverrides": [ + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/Plankerton/Region_5/MissionGen_T2_R5_LtR.MissionGen_T2_R5_LtR_C" + } + ], + "difficultyWeightOverrides": [], + "canBeMissionAlert": false, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "AlwaysActive", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheForest/BP_ZT_TheForest.BP_ZT_TheForest_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [ + { + "questDefinition": "FortQuestItemDefinition'/Game/Quests/Plankerton/PlankertonQuest_Filler_7_D3.PlankertonQuest_Filler_7_D3'", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + } + } + ], + "xCoordinate": 8, + "yCoordinate": 6, + "missionWeightOverrides": [ + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/Plankerton/Region_3/MissionGen_T2_R3_RtL.MissionGen_T2_R3_RtL_C" + } + ], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "AlwaysActive", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheCity/BP_ZT_TheCity.BP_ZT_TheCity_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [ + { + "questDefinition": "FortQuestItemDefinition'/Game/Quests/Plankerton/PlankertonQuest_Filler_5_D3.PlankertonQuest_Filler_5_D3'", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + } + } + ], + "xCoordinate": 9, + "yCoordinate": 6, + "missionWeightOverrides": [ + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/Plankerton/Region_3/MissionGen_T2_R3_RtS.MissionGen_T2_R3_RtS_C" + } + ], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "Normal", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheForest/BP_ZT_TheForest.BP_ZT_TheForest_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "FortQuestItemDefinition'/Game/Quests/Plankerton/PlankertonQuest_Filler_2_D5.PlankertonQuest_Filler_2_D5'", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 12, + "yCoordinate": 10, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "AlwaysActive", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheIndustrialPark/BP_ZT_TheIndustrialPark.BP_ZT_TheIndustrialPark_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [ + { + "questDefinition": "FortQuestItemDefinition'/Game/Quests/Plankerton/PlankertonQuest_Filler_9_D5.PlankertonQuest_Filler_9_D5'", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + } + } + ], + "xCoordinate": 11, + "yCoordinate": 11, + "missionWeightOverrides": [ + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/Plankerton/Region_5/MissionGen_T2_R5_DtB.MissionGen_T2_R5_DtB_C" + } + ], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "Normal", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheCity/BP_ZT_TheCity.BP_ZT_TheCity_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 5, + "yCoordinate": 10, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "AlwaysActive", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheGrasslands/BP_ZT_TheGrasslands.BP_ZT_TheGrasslands_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [ + { + "questDefinition": "FortQuestItemDefinition'/Game/Quests/Plankerton/PlankertonQuest_Filler_9_D4.PlankertonQuest_Filler_9_D4'", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + } + } + ], + "xCoordinate": 13, + "yCoordinate": 6, + "missionWeightOverrides": [ + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/Plankerton/Region_3/MissionGen_T2_R3_RtS.MissionGen_T2_R3_RtS_C" + } + ], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "Normal", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheIndustrialPark/BP_ZT_TheIndustrialPark.BP_ZT_TheIndustrialPark_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "FortQuestItemDefinition'/Game/Quests/Plankerton/PlankertonQuest_Filler_1_D5.PlankertonQuest_Filler_1_D5'", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 12, + "yCoordinate": 11, + "missionWeightOverrides": [ + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/Plankerton/Region_5/MissionGen_T2_R5_RtS.MissionGen_T2_R5_RtS_C" + } + ], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheForest/BP_ZT_TheForest.BP_ZT_TheForest_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 4, + "yCoordinate": 6, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheForest/BP_ZT_TheForest.BP_ZT_TheForest_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 14, + "yCoordinate": 9, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheForest/BP_ZT_TheForest.BP_ZT_TheForest_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 13, + "yCoordinate": 8, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheGrasslands/BP_ZT_TheGrasslands.BP_ZT_TheGrasslands_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 9, + "yCoordinate": 11, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheGrasslands/BP_ZT_TheGrasslands.BP_ZT_TheGrasslands_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 7, + "yCoordinate": 5, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheSuburbs/BP_ZT_TheSuburbs.BP_ZT_TheSuburbs_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 10, + "yCoordinate": 12, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheForest/BP_ZT_TheForest.BP_ZT_TheForest_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 9, + "yCoordinate": 12, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheCity/BP_ZT_TheCity.BP_ZT_TheCity_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 10, + "yCoordinate": 13, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "Normal", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheGrasslands/BP_ZT_TheGrasslands.BP_ZT_TheGrasslands_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "FortQuestItemDefinition'/Game/Quests/Plankerton/PlankertonQuest_Filler_3_D5.PlankertonQuest_Filler_3_D5'", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 11, + "yCoordinate": 12, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheSuburbs/BP_ZT_TheSuburbs.BP_ZT_TheSuburbs_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 10, + "yCoordinate": 14, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheIndustrialPark/BP_ZT_TheIndustrialPark.BP_ZT_TheIndustrialPark_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 11, + "yCoordinate": 13, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheIndustrialPark/BP_ZT_TheIndustrialPark.BP_ZT_TheIndustrialPark_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 11, + "yCoordinate": 14, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheSuburbs/BP_ZT_TheSuburbs.BP_ZT_TheSuburbs_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 12, + "yCoordinate": 14, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheGrasslands/BP_ZT_TheGrasslands.BP_ZT_TheGrasslands_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 12, + "yCoordinate": 13, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "AlwaysActive", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheForest/BP_ZT_TheForest.BP_ZT_TheForest_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [ + { + "questDefinition": "FortQuestItemDefinition'/Game/Quests/Plankerton/PlankertonQuest_Filler_9_D5.PlankertonQuest_Filler_9_D5'", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + } + } + ], + "xCoordinate": 12, + "yCoordinate": 12, + "missionWeightOverrides": [ + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/Plankerton/Region_5/MissionGen_T2_R5_3Gates.MissionGen_T2_R5_3Gates_C" + } + ], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheCity/BP_ZT_TheCity.BP_ZT_TheCity_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 13, + "yCoordinate": 12, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheCity/BP_ZT_TheCity.BP_ZT_TheCity_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 14, + "yCoordinate": 13, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheIndustrialPark/BP_ZT_TheIndustrialPark.BP_ZT_TheIndustrialPark_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 15, + "yCoordinate": 10, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheForest/BP_ZT_TheForest.BP_ZT_TheForest_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 15, + "yCoordinate": 11, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheForest/BP_ZT_TheForest.BP_ZT_TheForest_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 14, + "yCoordinate": 12, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheIndustrialPark/BP_ZT_TheIndustrialPark.BP_ZT_TheIndustrialPark_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 16, + "yCoordinate": 11, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheForest/BP_ZT_TheForest.BP_ZT_TheForest_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 16, + "yCoordinate": 12, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheGrasslands/BP_ZT_TheGrasslands.BP_ZT_TheGrasslands_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 15, + "yCoordinate": 12, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheGrasslands/BP_ZT_TheGrasslands.BP_ZT_TheGrasslands_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 16, + "yCoordinate": 13, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheForest/BP_ZT_TheForest.BP_ZT_TheForest_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 15, + "yCoordinate": 13, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheGrasslands/BP_ZT_TheGrasslands.BP_ZT_TheGrasslands_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 15, + "yCoordinate": 9, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheForest/BP_ZT_TheForest.BP_ZT_TheForest_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 15, + "yCoordinate": 8, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheSuburbs/BP_ZT_TheSuburbs.BP_ZT_TheSuburbs_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 14, + "yCoordinate": 8, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheSuburbs/BP_ZT_TheSuburbs.BP_ZT_TheSuburbs_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 16, + "yCoordinate": 9, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheForest/BP_ZT_TheForest.BP_ZT_TheForest_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 16, + "yCoordinate": 8, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheGrasslands/BP_ZT_TheGrasslands.BP_ZT_TheGrasslands_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 16, + "yCoordinate": 7, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheGrasslands/BP_ZT_TheGrasslands.BP_ZT_TheGrasslands_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 16, + "yCoordinate": 6, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheForest/BP_ZT_TheForest.BP_ZT_TheForest_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 17, + "yCoordinate": 8, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheGrasslands/BP_ZT_TheGrasslands.BP_ZT_TheGrasslands_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 17, + "yCoordinate": 7, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheGrasslands/BP_ZT_TheGrasslands.BP_ZT_TheGrasslands_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 7, + "yCoordinate": 11, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheSuburbs/BP_ZT_TheSuburbs.BP_ZT_TheSuburbs_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 15, + "yCoordinate": 5, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheSuburbs/BP_ZT_TheSuburbs.BP_ZT_TheSuburbs_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 15, + "yCoordinate": 4, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheGrasslands/BP_ZT_TheGrasslands.BP_ZT_TheGrasslands_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 14, + "yCoordinate": 4, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheForest/BP_ZT_TheForest.BP_ZT_TheForest_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 11, + "yCoordinate": 5, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheIndustrialPark/BP_ZT_TheIndustrialPark.BP_ZT_TheIndustrialPark_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 11, + "yCoordinate": 4, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheGrasslands/BP_ZT_TheGrasslands.BP_ZT_TheGrasslands_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 12, + "yCoordinate": 4, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheSuburbs/BP_ZT_TheSuburbs.BP_ZT_TheSuburbs_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 13, + "yCoordinate": 3, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheSuburbs/BP_ZT_TheSuburbs.BP_ZT_TheSuburbs_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 14, + "yCoordinate": 3, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheGrasslands/BP_ZT_TheGrasslands.BP_ZT_TheGrasslands_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 13, + "yCoordinate": 2, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheGrasslands/BP_ZT_TheGrasslands.BP_ZT_TheGrasslands_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 12, + "yCoordinate": 2, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheSuburbs/BP_ZT_TheSuburbs.BP_ZT_TheSuburbs_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 11, + "yCoordinate": 2, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheSuburbs/BP_ZT_TheSuburbs.BP_ZT_TheSuburbs_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 12, + "yCoordinate": 3, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheGrasslands/BP_ZT_TheGrasslands.BP_ZT_TheGrasslands_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 10, + "yCoordinate": 2, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheSuburbs/BP_ZT_TheSuburbs.BP_ZT_TheSuburbs_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 9, + "yCoordinate": 1, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheCity/BP_ZT_TheCity.BP_ZT_TheCity_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 9, + "yCoordinate": 2, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheCity/BP_ZT_TheCity.BP_ZT_TheCity_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 8, + "yCoordinate": 2, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheCity/BP_ZT_TheCity.BP_ZT_TheCity_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 7, + "yCoordinate": 2, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheIndustrialPark/BP_ZT_TheIndustrialPark.BP_ZT_TheIndustrialPark_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 6, + "yCoordinate": 2, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheIndustrialPark/BP_ZT_TheIndustrialPark.BP_ZT_TheIndustrialPark_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 6, + "yCoordinate": 3, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheIndustrialPark/BP_ZT_TheIndustrialPark.BP_ZT_TheIndustrialPark_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 5, + "yCoordinate": 2, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheGrasslands/BP_ZT_TheGrasslands.BP_ZT_TheGrasslands_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 7, + "yCoordinate": 4, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "Normal", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheForest/BP_ZT_TheForest.BP_ZT_TheForest_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "FortQuestItemDefinition'/Game/Quests/Plankerton/PlankertonQuest_Filler_3_D2.PlankertonQuest_Filler_3_D2'", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 6, + "yCoordinate": 4, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheForest/BP_ZT_TheForest.BP_ZT_TheForest_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 5, + "yCoordinate": 3, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheIndustrialPark/BP_ZT_TheIndustrialPark.BP_ZT_TheIndustrialPark_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 4, + "yCoordinate": 3, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheForest/BP_ZT_TheForest.BP_ZT_TheForest_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 4, + "yCoordinate": 4, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheSuburbs/BP_ZT_TheSuburbs.BP_ZT_TheSuburbs_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 3, + "yCoordinate": 4, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheGrasslands/BP_ZT_TheGrasslands.BP_ZT_TheGrasslands_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 2, + "yCoordinate": 5, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheSuburbs/BP_ZT_TheSuburbs.BP_ZT_TheSuburbs_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 3, + "yCoordinate": 5, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheSuburbs/BP_ZT_TheSuburbs.BP_ZT_TheSuburbs_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 2, + "yCoordinate": 6, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheGrasslands/BP_ZT_TheGrasslands.BP_ZT_TheGrasslands_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 2, + "yCoordinate": 7, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheGrasslands/BP_ZT_TheGrasslands.BP_ZT_TheGrasslands_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 1, + "yCoordinate": 7, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheIndustrialPark/BP_ZT_TheIndustrialPark.BP_ZT_TheIndustrialPark_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 2, + "yCoordinate": 8, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheIndustrialPark/BP_ZT_TheIndustrialPark.BP_ZT_TheIndustrialPark_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 3, + "yCoordinate": 8, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheGrasslands/BP_ZT_TheGrasslands.BP_ZT_TheGrasslands_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 1, + "yCoordinate": 8, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheGrasslands/BP_ZT_TheGrasslands.BP_ZT_TheGrasslands_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 1, + "yCoordinate": 9, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheIndustrialPark/BP_ZT_TheIndustrialPark.BP_ZT_TheIndustrialPark_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 2, + "yCoordinate": 9, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheForest/BP_ZT_TheForest.BP_ZT_TheForest_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 2, + "yCoordinate": 10, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheForest/BP_ZT_TheForest.BP_ZT_TheForest_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 2, + "yCoordinate": 11, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheForest/BP_ZT_TheForest.BP_ZT_TheForest_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 3, + "yCoordinate": 10, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheForest/BP_ZT_TheForest.BP_ZT_TheForest_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 6, + "yCoordinate": 12, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheForest/BP_ZT_TheForest.BP_ZT_TheForest_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 6, + "yCoordinate": 13, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheForest/BP_ZT_TheForest.BP_ZT_TheForest_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 5, + "yCoordinate": 13, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheSuburbs/BP_ZT_TheSuburbs.BP_ZT_TheSuburbs_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 5, + "yCoordinate": 12, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheSuburbs/BP_ZT_TheSuburbs.BP_ZT_TheSuburbs_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 4, + "yCoordinate": 13, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheGrasslands/BP_ZT_TheGrasslands.BP_ZT_TheGrasslands_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 4, + "yCoordinate": 14, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheGrasslands/BP_ZT_TheGrasslands.BP_ZT_TheGrasslands_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 3, + "yCoordinate": 13, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheCity/BP_ZT_TheCity.BP_ZT_TheCity_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 3, + "yCoordinate": 12, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheCity/BP_ZT_TheCity.BP_ZT_TheCity_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 3, + "yCoordinate": 11, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheCity/BP_ZT_TheCity.BP_ZT_TheCity_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 4, + "yCoordinate": 12, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "Normal", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheCity/BP_ZT_TheCity.BP_ZT_TheCity_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "FortQuestItemDefinition'/Game/Quests/Plankerton/PlankertonQuest_Filler_2_D1.PlankertonQuest_Filler_2_D1'", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 4, + "yCoordinate": 11, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheCity/BP_ZT_TheCity.BP_ZT_TheCity_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 5, + "yCoordinate": 11, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "AlwaysActive", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheForest/BP_ZT_TheForest.BP_ZT_TheForest_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [ + { + "questDefinition": "FortQuestItemDefinition'/Game/Quests/Plankerton/PlankertonQuest_Filler_4_D1.PlankertonQuest_Filler_4_D1'", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + } + } + ], + "xCoordinate": 6, + "yCoordinate": 11, + "missionWeightOverrides": [ + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/Plankerton/Region_1/MissionGen_T2_R1_BuildtheRadarGrid.MissionGen_T2_R1_BuildtheRadarGrid_C" + } + ], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheCity/BP_ZT_TheCity.BP_ZT_TheCity_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 4, + "yCoordinate": 10, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "Normal", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheForest/BP_ZT_TheForest.BP_ZT_TheForest_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "FortQuestItemDefinition'/Game/Quests/Plankerton/PlankertonQuest_Filler_3_D1.PlankertonQuest_Filler_3_D1'", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 4, + "yCoordinate": 9, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheForest/BP_ZT_TheForest.BP_ZT_TheForest_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 3, + "yCoordinate": 9, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "Normal", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheCity/BP_ZT_TheCity.BP_ZT_TheCity_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "FortQuestItemDefinition'/Game/Quests/Plankerton/PlankertonQuest_Filler_1_D2.PlankertonQuest_Filler_1_D2'", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 6, + "yCoordinate": 6, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheCity/BP_ZT_TheCity.BP_ZT_TheCity_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 5, + "yCoordinate": 4, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheIndustrialPark/BP_ZT_TheIndustrialPark.BP_ZT_TheIndustrialPark_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 4, + "yCoordinate": 5, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "Normal", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheCity/BP_ZT_TheCity.BP_ZT_TheCity_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 6, + "yCoordinate": 5, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "Normal", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheForest/BP_ZT_TheForest.BP_ZT_TheForest_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 5, + "yCoordinate": 5, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheIndustrialPark/BP_ZT_TheIndustrialPark.BP_ZT_TheIndustrialPark_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 3, + "yCoordinate": 6, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheIndustrialPark/BP_ZT_TheIndustrialPark.BP_ZT_TheIndustrialPark_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 3, + "yCoordinate": 7, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "Normal", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheForest/BP_ZT_TheForest.BP_ZT_TheForest_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "FortQuestItemDefinition'/Game/Quests/Plankerton/PlankertonQuest_Filler_2_D3.PlankertonQuest_Filler_2_D3'", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 9, + "yCoordinate": 5, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "AlwaysActive", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheGrasslands/BP_ZT_TheGrasslands.BP_ZT_TheGrasslands_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "FortQuestItemDefinition'/Game/Quests/Plankerton/PlankertonQuest_Filler_2_D3.PlankertonQuest_Filler_2_D3'", + "questDefinition": "FortQuestItemDefinition'/Game/Quests/Plankerton/PlankertonQuest_Filler_1_D3.PlankertonQuest_Filler_1_D3'", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [ + { + "questDefinition": "FortQuestItemDefinition'/Game/Quests/Plankerton/PlankertonQuest_Filler_2_D3.PlankertonQuest_Filler_2_D3'", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + } + } + ], + "xCoordinate": 10, + "yCoordinate": 5, + "missionWeightOverrides": [ + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/Plankerton/Region_3/MissionGen_T2_R3_DtB_Tutorial.MissionGen_T2_R3_DtB_Tutorial_C" + } + ], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "Normal", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheSuburbs/BP_ZT_TheSuburbs.BP_ZT_TheSuburbs_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 9, + "yCoordinate": 4, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "Normal", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheSuburbs/BP_ZT_TheSuburbs.BP_ZT_TheSuburbs_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 8, + "yCoordinate": 5, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheIndustrialPark/BP_ZT_TheIndustrialPark.BP_ZT_TheIndustrialPark_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 8, + "yCoordinate": 4, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheForest/BP_ZT_TheForest.BP_ZT_TheForest_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 7, + "yCoordinate": 3, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "Normal", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheSuburbs/BP_ZT_TheSuburbs.BP_ZT_TheSuburbs_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "FortQuestItemDefinition'/Game/Quests/Plankerton/PlankertonQuest_Filler_2_D3.PlankertonQuest_Filler_2_D3'", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 9, + "yCoordinate": 3, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheIndustrialPark/BP_ZT_TheIndustrialPark.BP_ZT_TheIndustrialPark_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 8, + "yCoordinate": 3, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "Normal", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheGrasslands/BP_ZT_TheGrasslands.BP_ZT_TheGrasslands_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 10, + "yCoordinate": 4, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheGrasslands/BP_ZT_TheGrasslands.BP_ZT_TheGrasslands_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 10, + "yCoordinate": 3, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "Normal", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheGrasslands/BP_ZT_TheGrasslands.BP_ZT_TheGrasslands_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "FortQuestItemDefinition'/Game/Quests/Plankerton/PlankertonQuest_Filler_3_D3.PlankertonQuest_Filler_3_D3'", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 11, + "yCoordinate": 3, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "AlwaysActive", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheGrasslands/BP_ZT_TheGrasslands.BP_ZT_TheGrasslands_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [ + { + "questDefinition": "FortQuestItemDefinition'/Game/Quests/Plankerton/PlankertonQuest_Filler_6_D4.PlankertonQuest_Filler_6_D4'", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + } + } + ], + "xCoordinate": 12, + "yCoordinate": 6, + "missionWeightOverrides": [ + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/Plankerton/Region_3/MissionGen_T2_R3_2Gates.MissionGen_T2_R3_2Gates_C" + } + ], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "Normal", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheGrasslands/BP_ZT_TheGrasslands.BP_ZT_TheGrasslands_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "FortQuestItemDefinition'/Game/Quests/Plankerton/PlankertonQuest_Filler_2_D4.PlankertonQuest_Filler_2_D4'", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 13, + "yCoordinate": 5, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheGrasslands/BP_ZT_TheGrasslands.BP_ZT_TheGrasslands_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 12, + "yCoordinate": 5, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheForest/BP_ZT_TheForest.BP_ZT_TheForest_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 13, + "yCoordinate": 4, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheCity/BP_ZT_TheCity.BP_ZT_TheCity_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 14, + "yCoordinate": 5, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheIndustrialPark/BP_ZT_TheIndustrialPark.BP_ZT_TheIndustrialPark_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 14, + "yCoordinate": 6, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "Normal", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheCity/BP_ZT_TheCity.BP_ZT_TheCity_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "FortQuestItemDefinition'/Game/Quests/Plankerton/PlankertonQuest_Filler_1_D4.PlankertonQuest_Filler_1_D4'", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 14, + "yCoordinate": 7, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "Normal", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheSuburbs/BP_ZT_TheSuburbs.BP_ZT_TheSuburbs_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "FortQuestItemDefinition'/Game/Quests/Plankerton/PlankertonQuest_Filler_3_D4.PlankertonQuest_Filler_3_D4'", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 15, + "yCoordinate": 7, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheForest/BP_ZT_TheForest.BP_ZT_TheForest_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 15, + "yCoordinate": 6, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheForest/BP_ZT_TheForest.BP_ZT_TheForest_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 13, + "yCoordinate": 11, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheForest/BP_ZT_TheForest.BP_ZT_TheForest_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 14, + "yCoordinate": 11, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheForest/BP_ZT_TheForest.BP_ZT_TheForest_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 14, + "yCoordinate": 10, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "Normal", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheCity/BP_ZT_TheCity.BP_ZT_TheCity_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "FortQuestItemDefinition'/Game/Quests/Plankerton/PlankertonQuest_Filler_2_D5.PlankertonQuest_Filler_2_D5'", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 13, + "yCoordinate": 10, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "CriticalMission", + "zoneTheme": "/Game/World/ZoneThemes/CriticalMission/BP_ZT_CriticalMission.BP_ZT_CriticalMission_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "FortQuestItemDefinition'/Game/Quests/Outpost/OutpostQuest_T2_L1.OutpostQuest_T2_L1'", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [ + { + "questDefinition": "FortQuestItemDefinition'/Game/Quests/Plankerton/PlankertonQuest_Filler_6_D3.PlankertonQuest_Filler_6_D3'", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + } + }, + { + "questDefinition": "FortQuestItemDefinition'/Game/Quests/Daily/Daily_High_Priority.Daily_High_Priority'", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + } + } + ], + "xCoordinate": 9, + "yCoordinate": 9, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheGrasslands/BP_ZT_TheGrasslands.BP_ZT_TheGrasslands_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 8, + "yCoordinate": 12, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheForest/BP_ZT_TheForest.BP_ZT_TheForest_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 7, + "yCoordinate": 12, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + } + ], + "regions": [ + { + "displayName": "PvE_02_Difficulty_01", + "regionTags": { + "gameplayTags": [ + { + "tagName": "Stat.Theater.PvE02.Difficulty01" + } + ] + }, + "tileIndices": [ + 0, + 1, + 2, + 3, + 4, + 7, + 34, + 35, + 43, + 132 + ], + "regionThemeIcon": "None", + "missionData": { + "missionWeights": [ + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/Plankerton/Region_1/MissionGen_T2_R1_1Gate.MissionGen_T2_R1_1Gate_C" + }, + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/Plankerton/Region_1/MissionGen_T2_R1_RtD.MissionGen_T2_R1_RtD_C" + }, + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/Plankerton/Region_1/MissionGen_T2_R1_RtL.MissionGen_T2_R1_RtL_C" + }, + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/Plankerton/Region_1/MissionGen_T2_R1_EtSurvivors.MissionGen_T2_R1_EtSurvivors_C" + }, + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/Plankerton/Region_1/MissionGen_T2_R1_BuildtheRadarGrid.MissionGen_T2_R1_BuildtheRadarGrid_C" + }, + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/Plankerton/Region_1/MissionGen_T2_R1_DtE.MissionGen_T2_R1_DtE_C" + } + ], + "difficultyWeights": [ + { + "weight": 1, + "difficultyInfo": { + "dataTable": "DataTable'/Game/Balance/DataTables/GameDifficultyGrowthBounds.GameDifficultyGrowthBounds'", + "rowName": "Theater_Normal_Zone1" + } + } + ], + "numMissionsAvailable": 4, + "numMissionsToChange": 4, + "missionChangeFrequency": 0.5 + }, + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "FortQuestItemDefinition'/Game/Quests/Outpost/OutpostQuest_T2_L1.OutpostQuest_T2_L1'", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + } + }, + { + "displayName": "Non Mission", + "regionTags": { + "gameplayTags": [] + }, + "tileIndices": [ + 5, + 6, + 10, + 11, + 12, + 25, + 46, + 47, + 48, + 49, + 50, + 51, + 52, + 53, + 55, + 56, + 57, + 58, + 59, + 61, + 62, + 63, + 64, + 65, + 66, + 67, + 68, + 69, + 70, + 71, + 72, + 73, + 74, + 75, + 76, + 77, + 78, + 79, + 80, + 81, + 82, + 83, + 84, + 85, + 86, + 87, + 88, + 89, + 90, + 91, + 92, + 93, + 94, + 95, + 96, + 97, + 98, + 99, + 100, + 101, + 103, + 104, + 105, + 106, + 107, + 108, + 109, + 110, + 111, + 112, + 113, + 114, + 115, + 116, + 117, + 118, + 119, + 120, + 121, + 122, + 123, + 124, + 125, + 126, + 127, + 128, + 129, + 131, + 133, + 135, + 137, + 138, + 141, + 142, + 147, + 148, + 150, + 152, + 156, + 157, + 158, + 159, + 162, + 163, + 164, + 165, + 168, + 169 + ], + "regionThemeIcon": "None", + "missionData": { + "missionWeights": [], + "difficultyWeights": [], + "numMissionsAvailable": 0, + "numMissionsToChange": 0, + "missionChangeFrequency": 0 + }, + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + } + }, + { + "displayName": "PvE_02_Difficulty_02", + "regionTags": { + "gameplayTags": [ + { + "tagName": "Stat.Theater.PvE02.Difficulty02" + } + ] + }, + "tileIndices": [ + 8, + 13, + 14, + 15, + 16, + 23, + 26, + 136, + 139, + 140 + ], + "regionThemeIcon": "None", + "missionData": { + "missionWeights": [ + { + "weight": 0.44999998807907104, + "missionGenerator": "/Game/World/MissionGens/Plankerton/Region_2/MissionGen_T2_R2_1Gate.MissionGen_T2_R2_1Gate_C" + }, + { + "weight": 0.44999998807907104, + "missionGenerator": "/Game/World/MissionGens/Plankerton/Region_2/MissionGen_T2_R2_2Gates.MissionGen_T2_R2_2Gates_C" + }, + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/Plankerton/Region_2/MissionGen_T2_R2_RtD.MissionGen_T2_R2_RtD_C" + }, + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/Plankerton/Region_2/MissionGen_T2_R2_RtL.MissionGen_T2_R2_RtL_C" + }, + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/Plankerton/Region_2/MissionGen_T2_R2_RtS.MissionGen_T2_R2_RtS_C" + }, + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/Plankerton/Region_2/MissionGen_T2_R2_DtE.MissionGen_T2_R2_DtE_C" + }, + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/Plankerton/Region_2/MissionGen_T2_R2_BuildtheRadarGrid.MissionGen_T2_R2_BuildtheRadarGrid_C" + }, + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/Plankerton/Region_2/MissionGen_T2_R2_EtSurvivors.MissionGen_T2_R2_EtSurvivors_C" + } + ], + "difficultyWeights": [ + { + "weight": 1, + "difficultyInfo": { + "dataTable": "DataTable'/Game/Balance/DataTables/GameDifficultyGrowthBounds.GameDifficultyGrowthBounds'", + "rowName": "Theater_Normal_Zone2" + } + } + ], + "numMissionsAvailable": 5, + "numMissionsToChange": 5, + "missionChangeFrequency": 0.5 + }, + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "FortQuestItemDefinition'/Game/Quests/Outpost/OutpostQuest_T2_L2.OutpostQuest_T2_L2'", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + } + }, + { + "displayName": "PvE_02_Difficulty_05", + "regionTags": { + "gameplayTags": [ + { + "tagName": "Stat.Theater.PvE02.Difficulty05" + } + ] + }, + "tileIndices": [ + 9, + 18, + 20, + 36, + 37, + 38, + 41, + 42, + 45, + 60 + ], + "regionThemeIcon": "None", + "missionData": { + "missionWeights": [ + { + "weight": 0.30000001192092896, + "missionGenerator": "/Game/World/MissionGens/Plankerton/Region_5/MissionGen_T2_R5_2Gates.MissionGen_T2_R5_2Gates_C" + }, + { + "weight": 0.5, + "missionGenerator": "/Game/World/MissionGens/Plankerton/Region_5/MissionGen_T2_R5_3Gates.MissionGen_T2_R5_3Gates_C" + }, + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/Plankerton/Region_5/MissionGen_T2_R5_RtD.MissionGen_T2_R5_RtD_C" + }, + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/Plankerton/Region_5/MissionGen_T2_R5_RtL.MissionGen_T2_R5_RtL_C" + }, + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/Plankerton/Region_5/MissionGen_T2_R5_RtS.MissionGen_T2_R5_RtS_C" + }, + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/Plankerton/Region_5/MissionGen_T2_R5_DtB.MissionGen_T2_R5_DtB_C" + }, + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/Plankerton/Region_5/MissionGen_T2_R5_EtShelter.MissionGen_T2_R5_EtShelter_C" + }, + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/Plankerton/Region_5/MissionGen_T2_R5_EtSurvivors.MissionGen_T2_R5_EtSurvivors_C" + }, + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/Plankerton/Region_5/MissionGen_T2_R5_DtE.MissionGen_T2_R5_DtE_C" + }, + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/Plankerton/Region_5/MissionGen_T2_R5_BuildtheRadarGrid.MissionGen_T2_R5_BuildtheRadarGrid_C" + } + ], + "difficultyWeights": [ + { + "weight": 1, + "difficultyInfo": { + "dataTable": "DataTable'/Game/Balance/DataTables/GameDifficultyGrowthBounds.GameDifficultyGrowthBounds'", + "rowName": "Theater_Normal_Zone5" + } + } + ], + "numMissionsAvailable": 8, + "numMissionsToChange": 8, + "missionChangeFrequency": 0.5 + }, + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "FortQuestItemDefinition'/Game/Quests/Outpost/OutpostQuest_T2_L5.OutpostQuest_T2_L5'", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + } + }, + { + "displayName": "Outpost", + "regionTags": { + "gameplayTags": [] + }, + "tileIndices": [ + 17 + ], + "regionThemeIcon": "None", + "missionData": { + "missionWeights": [], + "difficultyWeights": [], + "numMissionsAvailable": 0, + "numMissionsToChange": 0, + "missionChangeFrequency": 0 + }, + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + } + }, + { + "displayName": "PvE_02_Difficulty_04", + "regionTags": { + "gameplayTags": [ + { + "tagName": "Stat.Theater.PvE02.Difficulty04" + } + ] + }, + "tileIndices": [ + 19, + 21, + 22, + 29, + 31, + 32, + 33, + 44, + 154, + 160 + ], + "regionThemeIcon": "None", + "missionData": { + "missionWeights": [ + { + "weight": 0.20000000298023224, + "missionGenerator": "/Game/World/MissionGens/Plankerton/Region_3/MissionGen_T2_R3_1Gate.MissionGen_T2_R3_1Gate_C" + }, + { + "weight": 0.4000000059604645, + "missionGenerator": "/Game/World/MissionGens/Plankerton/Region_3/MissionGen_T2_R3_2Gates.MissionGen_T2_R3_2Gates_C" + }, + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/Plankerton/Region_3/MissionGen_T2_R3_RtD.MissionGen_T2_R3_RtD_C" + }, + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/Plankerton/Region_3/MissionGen_T2_R3_RtL.MissionGen_T2_R3_RtL_C" + }, + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/Plankerton/Region_3/MissionGen_T2_R3_RtS.MissionGen_T2_R3_RtS_C" + }, + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/Plankerton/Region_3/MissionGen_T2_R3_DtE.MissionGen_T2_R3_DtE_C" + }, + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/Plankerton/Region_3/MissionGen_T2_R3_BuildtheRadarGrid.MissionGen_T2_R3_BuildtheRadarGrid_C" + }, + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/Plankerton/Region_3/MissionGen_T2_R3_EtSurvivors.MissionGen_T2_R3_EtSurvivors_C" + }, + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/Plankerton/ParentMissionGens/MissionGen_T2_DtB.MissionGen_T2_DtB_C" + } + ], + "difficultyWeights": [ + { + "weight": 1, + "difficultyInfo": { + "dataTable": "DataTable'/Game/Balance/DataTables/GameDifficultyGrowthBounds.GameDifficultyGrowthBounds'", + "rowName": "Theater_Normal_Zone4" + } + } + ], + "numMissionsAvailable": 7, + "numMissionsToChange": 7, + "missionChangeFrequency": 0.5 + }, + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "FortQuestItemDefinition'/Game/Quests/Outpost/OutpostQuest_T2_L4.OutpostQuest_T2_L4'", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + } + }, + { + "displayName": "PvE_02_Difficulty_02_Hard", + "regionTags": { + "gameplayTags": [ + { + "tagName": "Stat.Theater.PvE02.Difficulty02" + } + ] + }, + "tileIndices": [ + 24, + 102 + ], + "regionThemeIcon": "None", + "missionData": { + "missionWeights": [ + { + "weight": 0.44999998807907104, + "missionGenerator": "/Game/World/MissionGens/Plankerton/Region_2/MissionGen_T2_R2_1Gate.MissionGen_T2_R2_1Gate_C" + }, + { + "weight": 0.44999998807907104, + "missionGenerator": "/Game/World/MissionGens/Plankerton/Region_2/MissionGen_T2_R2_2Gates.MissionGen_T2_R2_2Gates_C" + }, + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/Plankerton/Region_2/MissionGen_T2_R2_RtD.MissionGen_T2_R2_RtD_C" + }, + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/Plankerton/Region_2/MissionGen_T2_R2_RtL.MissionGen_T2_R2_RtL_C" + }, + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/Plankerton/Region_2/MissionGen_T2_R2_RtS.MissionGen_T2_R2_RtS_C" + } + ], + "difficultyWeights": [ + { + "weight": 1, + "difficultyInfo": { + "dataTable": "DataTable'/Game/Balance/DataTables/GameDifficultyGrowthBounds.GameDifficultyGrowthBounds'", + "rowName": "Theater_Normal_Zone3" + } + } + ], + "numMissionsAvailable": 2, + "numMissionsToChange": 2, + "missionChangeFrequency": 0.5 + }, + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "FortQuestItemDefinition'/Game/Quests/Plankerton/PlankertonQuest_Filler_2_D2.PlankertonQuest_Filler_2_D2'", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + } + }, + { + "displayName": "PvE_02_Difficulty_03", + "regionTags": { + "gameplayTags": [ + { + "tagName": "Stat.Theater.PvE02.Difficulty03" + } + ] + }, + "tileIndices": [ + 27, + 28, + 30, + 39, + 40, + 143, + 144, + 145, + 146, + 151 + ], + "regionThemeIcon": "None", + "missionData": { + "missionWeights": [ + { + "weight": 0.30000001192092896, + "missionGenerator": "/Game/World/MissionGens/Plankerton/Region_3/MissionGen_T2_R3_1Gate.MissionGen_T2_R3_1Gate_C" + }, + { + "weight": 0.4000000059604645, + "missionGenerator": "/Game/World/MissionGens/Plankerton/Region_3/MissionGen_T2_R3_2Gates.MissionGen_T2_R3_2Gates_C" + }, + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/Plankerton/Region_3/MissionGen_T2_R3_RtD.MissionGen_T2_R3_RtD_C" + }, + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/Plankerton/Region_3/MissionGen_T2_R3_RtL.MissionGen_T2_R3_RtL_C" + }, + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/Plankerton/Region_3/MissionGen_T2_R3_RtS.MissionGen_T2_R3_RtS_C" + }, + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/Plankerton/Region_3/MissionGen_T2_R3_DtE.MissionGen_T2_R3_DtE_C" + }, + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/Plankerton/Region_3/MissionGen_T2_R3_BuildtheRadarGrid.MissionGen_T2_R3_BuildtheRadarGrid_C" + }, + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/Plankerton/Region_3/MissionGen_T2_R3_EtSurvivors.MissionGen_T2_R3_EtSurvivors_C" + } + ], + "difficultyWeights": [ + { + "weight": 1, + "difficultyInfo": { + "dataTable": "DataTable'/Game/Balance/DataTables/GameDifficultyGrowthBounds.GameDifficultyGrowthBounds'", + "rowName": "Theater_Normal_Zone3" + } + } + ], + "numMissionsAvailable": 6, + "numMissionsToChange": 6, + "missionChangeFrequency": 0.5 + }, + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "FortQuestItemDefinition'/Game/Quests/Outpost/OutpostQuest_T2_L3.OutpostQuest_T2_L3'", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + } + }, + { + "displayName": "PvE_02_Difficulty_05", + "regionTags": { + "gameplayTags": [ + { + "tagName": "Stat.Theater.PvE02.Difficulty05" + } + ] + }, + "tileIndices": [ + 54, + 166 + ], + "regionThemeIcon": "None", + "missionData": { + "missionWeights": [ + { + "weight": 0.30000001192092896, + "missionGenerator": "/Game/World/MissionGens/Plankerton/Region_5/MissionGen_T2_R5_2Gates.MissionGen_T2_R5_2Gates_C" + }, + { + "weight": 0.5, + "missionGenerator": "/Game/World/MissionGens/Plankerton/Region_5/MissionGen_T2_R5_3Gates.MissionGen_T2_R5_3Gates_C" + }, + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/Plankerton/Region_5/MissionGen_T2_R5_RtD.MissionGen_T2_R5_RtD_C" + }, + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/Plankerton/Region_5/MissionGen_T2_R5_RtL.MissionGen_T2_R5_RtL_C" + }, + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/Plankerton/Region_5/MissionGen_T2_R5_RtS.MissionGen_T2_R5_RtS_C" + }, + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/Plankerton/Region_5/MissionGen_T2_R5_DtB.MissionGen_T2_R5_DtB_C" + }, + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/Plankerton/Region_5/MissionGen_T2_R5_EtShelter.MissionGen_T2_R5_EtShelter_C" + } + ], + "difficultyWeights": [ + { + "weight": 1, + "difficultyInfo": { + "dataTable": "DataTable'/Game/Balance/DataTables/GameDifficultyGrowthBounds.GameDifficultyGrowthBounds'", + "rowName": "Theater_Hard_Zone1" + } + } + ], + "numMissionsAvailable": 2, + "numMissionsToChange": 2, + "missionChangeFrequency": 0.5 + }, + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "FortQuestItemDefinition'/Game/Quests/Plankerton/PlankertonQuest_Filler_2_D5.PlankertonQuest_Filler_2_D5'", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + } + }, + { + "displayName": "PvE_02_Difficulty_01_Hard", + "regionTags": { + "gameplayTags": [ + { + "tagName": "Stat.Theater.PvE02.Difficulty01" + } + ] + }, + "tileIndices": [ + 130, + 134 + ], + "regionThemeIcon": "None", + "missionData": { + "missionWeights": [ + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/Plankerton/Region_1/MissionGen_T2_R1_1Gate.MissionGen_T2_R1_1Gate_C" + }, + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/Plankerton/Region_1/MissionGen_T2_R1_RtD.MissionGen_T2_R1_RtD_C" + }, + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/Plankerton/Region_1/MissionGen_T2_R1_RtL.MissionGen_T2_R1_RtL_C" + } + ], + "difficultyWeights": [ + { + "weight": 1, + "difficultyInfo": { + "dataTable": "DataTable'/Game/Balance/DataTables/GameDifficultyGrowthBounds.GameDifficultyGrowthBounds'", + "rowName": "Theater_Normal_Zone2" + } + } + ], + "numMissionsAvailable": 2, + "numMissionsToChange": 2, + "missionChangeFrequency": 0.5 + }, + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "FortQuestItemDefinition'/Game/Quests/CannyValley/CannyValleyQuest_Filler_2_D1.CannyValleyQuest_Filler_2_D1'", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + } + }, + { + "displayName": "PvE_02_Difficulty_03_Hard", + "regionTags": { + "gameplayTags": [ + { + "tagName": "Stat.Theater.PvE02.Difficulty03" + } + ] + }, + "tileIndices": [ + 149, + 153 + ], + "regionThemeIcon": "None", + "missionData": { + "missionWeights": [ + { + "weight": 0.30000001192092896, + "missionGenerator": "/Game/World/MissionGens/Plankerton/Region_3/MissionGen_T2_R3_1Gate.MissionGen_T2_R3_1Gate_C" + }, + { + "weight": 0.4000000059604645, + "missionGenerator": "/Game/World/MissionGens/Plankerton/Region_3/MissionGen_T2_R3_2Gates.MissionGen_T2_R3_2Gates_C" + }, + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/Plankerton/Region_3/MissionGen_T2_R3_RtD.MissionGen_T2_R3_RtD_C" + }, + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/Plankerton/Region_3/MissionGen_T2_R3_RtL.MissionGen_T2_R3_RtL_C" + }, + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/Plankerton/Region_3/MissionGen_T2_R3_RtS.MissionGen_T2_R3_RtS_C" + } + ], + "difficultyWeights": [ + { + "weight": 1, + "difficultyInfo": { + "dataTable": "DataTable'/Game/Balance/DataTables/GameDifficultyGrowthBounds.GameDifficultyGrowthBounds'", + "rowName": "Theater_Normal_Zone4" + } + } + ], + "numMissionsAvailable": 2, + "numMissionsToChange": 2, + "missionChangeFrequency": 0.5 + }, + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "FortQuestItemDefinition'/Game/Quests/Plankerton/PlankertonQuest_Filler_2_D3.PlankertonQuest_Filler_2_D3'", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + } + }, + { + "displayName": "PvE_02_Difficulty_04_Hard", + "regionTags": { + "gameplayTags": [ + { + "tagName": "Stat.Theater.PvE02.Difficulty04" + } + ] + }, + "tileIndices": [ + 155, + 161 + ], + "regionThemeIcon": "None", + "missionData": { + "missionWeights": [ + { + "weight": 0.20000000298023224, + "missionGenerator": "/Game/World/MissionGens/Plankerton/Region_3/MissionGen_T2_R3_1Gate.MissionGen_T2_R3_1Gate_C" + }, + { + "weight": 0.4000000059604645, + "missionGenerator": "/Game/World/MissionGens/Plankerton/Region_3/MissionGen_T2_R3_2Gates.MissionGen_T2_R3_2Gates_C" + }, + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/Plankerton/Region_3/MissionGen_T2_R3_RtD.MissionGen_T2_R3_RtD_C" + }, + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/Plankerton/Region_3/MissionGen_T2_R3_RtL.MissionGen_T2_R3_RtL_C" + }, + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/Plankerton/Region_3/MissionGen_T2_R3_RtS.MissionGen_T2_R3_RtS_C" + }, + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/Plankerton/ParentMissionGens/MissionGen_T2_DtB.MissionGen_T2_DtB_C" + } + ], + "difficultyWeights": [ + { + "weight": 1, + "difficultyInfo": { + "dataTable": "DataTable'/Game/Balance/DataTables/GameDifficultyGrowthBounds.GameDifficultyGrowthBounds'", + "rowName": "Theater_Normal_Zone5" + } + } + ], + "numMissionsAvailable": 2, + "numMissionsToChange": 2, + "missionChangeFrequency": 0.5 + }, + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "FortQuestItemDefinition'/Game/Quests/Plankerton/PlankertonQuest_Filler_2_D4.PlankertonQuest_Filler_2_D4'", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + } + }, + { + "displayName": "Critical Mission", + "regionTags": { + "gameplayTags": [] + }, + "tileIndices": [ + 167 + ], + "regionThemeIcon": "None", + "missionData": { + "missionWeights": [], + "difficultyWeights": [], + "numMissionsAvailable": 0, + "numMissionsToChange": 0, + "missionChangeFrequency": 0 + }, + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + } + } + ] + }, + { + "displayName": "Canny Valley", + "uniqueId": "E6ECBD064B153234656CB4BDE6743870", + "theaterSlot": 0, + "bIsTestTheater": false, + "description": "Even tougher enemies, with even better rewards.", + "runtimeInfo": { + "theaterType": "Standard", + "theaterTags": { + "gameplayTags": [ + { + "tagName": "Stat.Theater.PvE03" + } + ] + }, + "theaterVisibilityRequirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "FortQuestItemDefinition'/Game/Quests/Plankerton/PlankertonQuest_LaunchRocket_D5.PlankertonQuest_LaunchRocket_D5'", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "worldMapPinClass": "BlueprintGeneratedClass'/Game/Environments/WorldMap/Blueprints/WM_PinHard.WM_PinHard_C'", + "theaterImage": "Texture2D'/Game/UI/Icons/Icon-TheaterDifficulty-_nightmare_.Icon-TheaterDifficulty-_nightmare_'", + "theaterImages": { + "brush_XXS": { + "imageSize": { + "x": 40, + "y": 40 + }, + "drawAs": "Image", + "margin": { + "left": 0, + "top": 0, + "right": 0, + "bottom": 0 + }, + "tintColor": { + "specifiedColor": { + "r": 1, + "g": 1, + "b": 1, + "a": 1 + }, + "colorUseRule": "UseColor_Specified" + }, + "tiling": "NoTile", + "mirroring": "NoMirror", + "imageType": "NoImage", + "resourceObject": "Texture2D'/Game/UI/Icons/Icon-TheaterDifficulty-_nightmare_.Icon-TheaterDifficulty-_nightmare_'", + "resourceName": "None", + "bIsDynamicallyLoaded": false, + "uVRegion": { + "min": { + "x": 0, + "y": 0 + }, + "max": { + "x": 0, + "y": 0 + }, + "isValid": 0 + } + }, + "brush_XS": { + "imageSize": { + "x": 40, + "y": 40 + }, + "drawAs": "Image", + "margin": { + "left": 0, + "top": 0, + "right": 0, + "bottom": 0 + }, + "tintColor": { + "specifiedColor": { + "r": 1, + "g": 1, + "b": 1, + "a": 1 + }, + "colorUseRule": "UseColor_Specified" + }, + "tiling": "NoTile", + "mirroring": "NoMirror", + "imageType": "NoImage", + "resourceObject": "Texture2D'/Game/UI/Icons/Icon-TheaterDifficulty-_nightmare_.Icon-TheaterDifficulty-_nightmare_'", + "resourceName": "None", + "bIsDynamicallyLoaded": false, + "uVRegion": { + "min": { + "x": 0, + "y": 0 + }, + "max": { + "x": 0, + "y": 0 + }, + "isValid": 0 + } + }, + "brush_S": { + "imageSize": { + "x": 40, + "y": 40 + }, + "drawAs": "Image", + "margin": { + "left": 0, + "top": 0, + "right": 0, + "bottom": 0 + }, + "tintColor": { + "specifiedColor": { + "r": 1, + "g": 1, + "b": 1, + "a": 1 + }, + "colorUseRule": "UseColor_Specified" + }, + "tiling": "NoTile", + "mirroring": "NoMirror", + "imageType": "NoImage", + "resourceObject": "Texture2D'/Game/UI/Icons/Icon-TheaterDifficulty-_nightmare_.Icon-TheaterDifficulty-_nightmare_'", + "resourceName": "None", + "bIsDynamicallyLoaded": false, + "uVRegion": { + "min": { + "x": 0, + "y": 0 + }, + "max": { + "x": 0, + "y": 0 + }, + "isValid": 0 + } + }, + "brush_M": { + "imageSize": { + "x": 40, + "y": 40 + }, + "drawAs": "Image", + "margin": { + "left": 0, + "top": 0, + "right": 0, + "bottom": 0 + }, + "tintColor": { + "specifiedColor": { + "r": 1, + "g": 1, + "b": 1, + "a": 1 + }, + "colorUseRule": "UseColor_Specified" + }, + "tiling": "NoTile", + "mirroring": "NoMirror", + "imageType": "NoImage", + "resourceObject": "Texture2D'/Game/UI/Icons/Icon-TheaterDifficulty-_nightmare_.Icon-TheaterDifficulty-_nightmare_'", + "resourceName": "None", + "bIsDynamicallyLoaded": false, + "uVRegion": { + "min": { + "x": 0, + "y": 0 + }, + "max": { + "x": 0, + "y": 0 + }, + "isValid": 0 + } + }, + "brush_L": { + "imageSize": { + "x": 40, + "y": 40 + }, + "drawAs": "Image", + "margin": { + "left": 0, + "top": 0, + "right": 0, + "bottom": 0 + }, + "tintColor": { + "specifiedColor": { + "r": 1, + "g": 1, + "b": 1, + "a": 1 + }, + "colorUseRule": "UseColor_Specified" + }, + "tiling": "NoTile", + "mirroring": "NoMirror", + "imageType": "NoImage", + "resourceObject": "Texture2D'/Game/UI/Icons/Icon-TheaterDifficulty-_nightmare_.Icon-TheaterDifficulty-_nightmare_'", + "resourceName": "None", + "bIsDynamicallyLoaded": false, + "uVRegion": { + "min": { + "x": 0, + "y": 0 + }, + "max": { + "x": 0, + "y": 0 + }, + "isValid": 0 + } + }, + "brush_XL": { + "imageSize": { + "x": 40, + "y": 40 + }, + "drawAs": "Image", + "margin": { + "left": 0, + "top": 0, + "right": 0, + "bottom": 0 + }, + "tintColor": { + "specifiedColor": { + "r": 1, + "g": 1, + "b": 1, + "a": 1 + }, + "colorUseRule": "UseColor_Specified" + }, + "tiling": "NoTile", + "mirroring": "NoMirror", + "imageType": "NoImage", + "resourceObject": "Texture2D'/Game/UI/Icons/Icon-TheaterDifficulty-_nightmare_.Icon-TheaterDifficulty-_nightmare_'", + "resourceName": "None", + "bIsDynamicallyLoaded": false, + "uVRegion": { + "min": { + "x": 0, + "y": 0 + }, + "max": { + "x": 0, + "y": 0 + }, + "isValid": 0 + } + } + }, + "theaterColorInfo": { + "bUseDifficultyToDetermineColor": false, + "color": { + "specifiedColor": { + "r": 0.838798999786377, + "g": 0.011611999943852425, + "b": 0.01680699922144413, + "a": 1 + }, + "colorUseRule": "UseColor_Specified" + } + }, + "socket": "PvE_03", + "missionAlertRequirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "FortQuestItemDefinition'/Game/Quests/Plankerton/PlankertonQuest_LaunchRocket_D5.PlankertonQuest_LaunchRocket_D5'", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + } + }, + "tiles": [ + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheForest/BP_ZT_TheForest.BP_ZT_TheForest_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 4, + "yCoordinate": 11, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "Normal", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheCity/BP_ZT_TheCity.BP_ZT_TheCity_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 6, + "yCoordinate": 11, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheForest/BP_ZT_TheForest.BP_ZT_TheForest_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 5, + "yCoordinate": 10, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheGrasslands/BP_ZT_TheGrasslands.BP_ZT_TheGrasslands_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 6, + "yCoordinate": 10, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "Normal", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheIndustrialPark/BP_ZT_TheIndustrialPark.BP_ZT_TheIndustrialPark_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 6, + "yCoordinate": 9, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "Normal", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheGrasslands/BP_ZT_TheGrasslands.BP_ZT_TheGrasslands_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 7, + "yCoordinate": 10, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "Normal", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheGrasslands/BP_ZT_TheGrasslands.BP_ZT_TheGrasslands_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 8, + "yCoordinate": 10, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "CriticalMission", + "zoneTheme": "/Game/World/ZoneThemes/CriticalMission/BP_ZT_CriticalMission.BP_ZT_CriticalMission_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "FortQuestItemDefinition'/Game/Quests/Outpost/OutpostQuest_T3_L1.OutpostQuest_T3_L1'", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [ + { + "questDefinition": "FortQuestItemDefinition'/Game/Quests/CannyValley/CannyValleyQuest_Filler_1_D1.CannyValleyQuest_Filler_1_D1'", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + } + }, + { + "questDefinition": "FortQuestItemDefinition'/Game/Quests/Daily/Daily_High_Priority.Daily_High_Priority'", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + } + } + ], + "xCoordinate": 7, + "yCoordinate": 9, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "AlwaysActive", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheSuburbs/BP_ZT_TheSuburbs.BP_ZT_TheSuburbs_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "FortQuestItemDefinition'/Game/Quests/CannyValley/CannyValleyQuest_Filler_4_D2.CannyValleyQuest_Filler_4_D2'", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [ + { + "questDefinition": "FortQuestItemDefinition'/Game/Quests/CannyValley/CannyValleyQuest_Side_1_D2.CannyValleyQuest_Side_1_D2'", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + } + } + ], + "xCoordinate": 9, + "yCoordinate": 9, + "missionWeightOverrides": [ + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/Plankerton/ParentMissionGens/MissionGen_T2_2Gates.MissionGen_T2_2Gates_C" + } + ], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "AlwaysActive", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheSuburbs/BP_ZT_TheSuburbs.BP_ZT_TheSuburbs_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [ + { + "questDefinition": "FortQuestItemDefinition'/Game/Quests/CannyValley/CannyValleyQuest_Filler_1_D2.CannyValleyQuest_Filler_1_D2'", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + } + } + ], + "xCoordinate": 9, + "yCoordinate": 10, + "missionWeightOverrides": [ + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/Plankerton/ParentMissionGens/MissionGen_T2_4Gates.MissionGen_T2_4Gates_C" + } + ], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheForest/BP_ZT_TheForest.BP_ZT_TheForest_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 4, + "yCoordinate": 10, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "AlwaysActive", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheCity/BP_ZT_TheCity.BP_ZT_TheCity_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "FortQuestItemDefinition'/Game/Quests/CannyValley/CannyValleyQuest_Filler_3_D1.CannyValleyQuest_Filler_3_D1'", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [ + { + "questDefinition": "FortQuestItemDefinition'/Game/Quests/CannyValley/CannyValleyQuest_Filler_4_D1.CannyValleyQuest_Filler_4_D1'", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + } + } + ], + "xCoordinate": 7, + "yCoordinate": 11, + "missionWeightOverrides": [ + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/Plankerton/ParentMissionGens/MissionGen_T2_3Gates.MissionGen_T2_3Gates_C" + } + ], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "Normal", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheSuburbs/BP_ZT_TheSuburbs.BP_ZT_TheSuburbs_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "FortQuestItemDefinition'/Game/Quests/CannyValley/CannyValleyQuest_Filler_4_D1.CannyValleyQuest_Filler_4_D1'", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 8, + "yCoordinate": 11, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "Normal", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheForest/BP_ZT_TheForest.BP_ZT_TheForest_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "FortQuestItemDefinition'/Game/Quests/CannyValley/CannyValleyQuest_Filler_2_D1.CannyValleyQuest_Filler_2_D1'", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 8, + "yCoordinate": 12, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "Normal", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheGrasslands/BP_ZT_TheGrasslands.BP_ZT_TheGrasslands_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 9, + "yCoordinate": 11, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "Normal", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheForest/BP_ZT_TheForest.BP_ZT_TheForest_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 10, + "yCoordinate": 11, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "Outpost", + "zoneTheme": "/Game/World/ZoneThemes/Outposts/BP_ZT_TheOutpost_PvE_03.BP_ZT_TheOutpost_PvE_03_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [ + { + "questDefinition": "FortQuestItemDefinition'/Game/Quests/Outpost/OutpostQuest_T3_L1.OutpostQuest_T3_L1'", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + } + }, + { + "questDefinition": "FortQuestItemDefinition'/Game/Quests/Outpost/OutpostQuest_T3_L2.OutpostQuest_T3_L2'", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + } + }, + { + "questDefinition": "FortQuestItemDefinition'/Game/Quests/Outpost/OutpostQuest_T3_L3.OutpostQuest_T3_L3'", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + } + }, + { + "questDefinition": "FortQuestItemDefinition'/Game/Quests/Outpost/OutpostQuest_T3_L4.OutpostQuest_T3_L4'", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + } + }, + { + "questDefinition": "FortQuestItemDefinition'/Game/Quests/Outpost/OutpostQuest_T3_L5.OutpostQuest_T3_L5'", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + } + }, + { + "questDefinition": "FortQuestItemDefinition'/Game/Quests/Outpost/OutpostQuest_T3_L6.OutpostQuest_T3_L6'", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + } + }, + { + "questDefinition": "FortQuestItemDefinition'/Game/Quests/Outpost/OutpostQuest_T3_L7.OutpostQuest_T3_L7'", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + } + }, + { + "questDefinition": "FortQuestItemDefinition'/Game/Quests/Outpost/OutpostQuest_T3_L8.OutpostQuest_T3_L8'", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + } + }, + { + "questDefinition": "FortQuestItemDefinition'/Game/Quests/Outpost/OutpostQuest_T3_L9.OutpostQuest_T3_L9'", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + } + }, + { + "questDefinition": "FortQuestItemDefinition'/Game/Quests/Outpost/OutpostQuest_T3_L10.OutpostQuest_T3_L10'", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + } + } + ], + "xCoordinate": 8, + "yCoordinate": 9, + "missionWeightOverrides": [ + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/MissionGen_TheOutpost_PvE_03.MissionGen_TheOutpost_PvE_03_C" + } + ], + "difficultyWeightOverrides": [ + { + "weight": 1, + "difficultyInfo": { + "dataTable": "DataTable'/Game/Balance/DataTables/GameDifficultyGrowthBounds.GameDifficultyGrowthBounds'", + "rowName": "Theater_Hard_Outpost1" + } + } + ], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "Normal", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheIndustrialPark/BP_ZT_TheIndustrialPark.BP_ZT_TheIndustrialPark_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 7, + "yCoordinate": 8, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "Normal", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheForest/BP_ZT_TheForest.BP_ZT_TheForest_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 5, + "yCoordinate": 9, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "Normal", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheIndustrialPark/BP_ZT_TheIndustrialPark.BP_ZT_TheIndustrialPark_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "FortQuestItemDefinition'/Game/Quests/CannyValley/CannyValleyQuest_Filler_2_D2.CannyValleyQuest_Filler_2_D2'", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 10, + "yCoordinate": 10, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "Normal", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheForest/BP_ZT_TheForest.BP_ZT_TheForest_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 5, + "yCoordinate": 8, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "Normal", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheSuburbs/BP_ZT_TheSuburbs.BP_ZT_TheSuburbs_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 6, + "yCoordinate": 8, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "Normal", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheSuburbs/BP_ZT_TheSuburbs.BP_ZT_TheSuburbs_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 6, + "yCoordinate": 7, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "Normal", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheForest/BP_ZT_TheForest.BP_ZT_TheForest_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "FortQuestItemDefinition'/Game/Quests/CannyValley/CannyValleyQuest_Filler_5_D4.CannyValleyQuest_Filler_5_D4'", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 7, + "yCoordinate": 7, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "AlwaysActive", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheGrasslands/BP_ZT_TheGrasslands.BP_ZT_TheGrasslands_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "FortQuestItemDefinition'/Game/Quests/CannyValley/CannyValleyQuest_Filler_6_D4.CannyValleyQuest_Filler_6_D4'", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [ + { + "questDefinition": "FortQuestItemDefinition'/Game/Quests/CannyValley/CannyValleyQuest_Side_1_D4.CannyValleyQuest_Side_1_D4'", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + } + } + ], + "xCoordinate": 8, + "yCoordinate": 8, + "missionWeightOverrides": [ + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/Plankerton/ParentMissionGens/MissionGen_T2_2Gates.MissionGen_T2_2Gates_C" + } + ], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "AlwaysActive", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheGrasslands/BP_ZT_TheGrasslands.BP_ZT_TheGrasslands_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "FortQuestItemDefinition'/Game/Quests/CannyValley/CannyValleyQuest_Filler_3_D2.CannyValleyQuest_Filler_3_D2'", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [ + { + "questDefinition": "FortQuestItemDefinition'/Game/Quests/CannyValley/CannyValleyQuest_Filler_4_D2.CannyValleyQuest_Filler_4_D2'", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + } + } + ], + "xCoordinate": 10, + "yCoordinate": 9, + "missionWeightOverrides": [ + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/Plankerton/ParentMissionGens/MissionGen_T2_RtS.MissionGen_T2_RtS_C" + } + ], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "Normal", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheForest/BP_ZT_TheForest.BP_ZT_TheForest_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 10, + "yCoordinate": 8, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "Normal", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheGrasslands/BP_ZT_TheGrasslands.BP_ZT_TheGrasslands_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "FortQuestItemDefinition'/Game/Quests/CannyValley/CannyValleyQuest_Filler_1_D2.CannyValleyQuest_Filler_1_D2'", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 11, + "yCoordinate": 9, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "Normal", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheSuburbs/BP_ZT_TheSuburbs.BP_ZT_TheSuburbs_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 11, + "yCoordinate": 7, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheGrasslands/BP_ZT_TheGrasslands.BP_ZT_TheGrasslands_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 12, + "yCoordinate": 9, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "AlwaysActive", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheIndustrialPark/BP_ZT_TheIndustrialPark.BP_ZT_TheIndustrialPark_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "FortQuestItemDefinition'/Game/Quests/CannyValley/CannyValleyQuest_Filler_3_D4.CannyValleyQuest_Filler_3_D4'", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [ + { + "questDefinition": "FortQuestItemDefinition'/Game/Quests/CannyValley/CannyValleyQuest_Filler_5_D4.CannyValleyQuest_Filler_5_D4'", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + } + } + ], + "xCoordinate": 8, + "yCoordinate": 7, + "missionWeightOverrides": [ + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/Plankerton/ParentMissionGens/MissionGen_T2_DtE.MissionGen_T2_DtE_C" + } + ], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheForest/BP_ZT_TheForest.BP_ZT_TheForest_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 5, + "yCoordinate": 11, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheForest/BP_ZT_TheForest.BP_ZT_TheForest_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 10, + "yCoordinate": 12, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "Normal", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheCity/BP_ZT_TheCity.BP_ZT_TheCity_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 12, + "yCoordinate": 10, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheCity/BP_ZT_TheCity.BP_ZT_TheCity_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 13, + "yCoordinate": 9, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheIndustrialPark/BP_ZT_TheIndustrialPark.BP_ZT_TheIndustrialPark_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 6, + "yCoordinate": 6, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheGrasslands/BP_ZT_TheGrasslands.BP_ZT_TheGrasslands_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 4, + "yCoordinate": 9, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheForest/BP_ZT_TheForest.BP_ZT_TheForest_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 4, + "yCoordinate": 12, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheSuburbs/BP_ZT_TheSuburbs.BP_ZT_TheSuburbs_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 11, + "yCoordinate": 12, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheCity/BP_ZT_TheCity.BP_ZT_TheCity_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 14, + "yCoordinate": 9, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "Normal", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheForest/BP_ZT_TheForest.BP_ZT_TheForest_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 9, + "yCoordinate": 8, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheForest/BP_ZT_TheForest.BP_ZT_TheForest_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 3, + "yCoordinate": 9, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheForest/BP_ZT_TheForest.BP_ZT_TheForest_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 3, + "yCoordinate": 10, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "Normal", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheCity/BP_ZT_TheCity.BP_ZT_TheCity_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 9, + "yCoordinate": 7, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "Normal", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheForest/BP_ZT_TheForest.BP_ZT_TheForest_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "FortQuestItemDefinition'/Game/Quests/CannyValley/CannyValleyQuest_Filler_1_D1.CannyValleyQuest_Filler_1_D1'", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 9, + "yCoordinate": 12, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "Normal", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheSuburbs/BP_ZT_TheSuburbs.BP_ZT_TheSuburbs_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 8, + "yCoordinate": 13, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "Normal", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheIndustrialPark/BP_ZT_TheIndustrialPark.BP_ZT_TheIndustrialPark_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 7, + "yCoordinate": 12, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheSuburbs/BP_ZT_TheSuburbs.BP_ZT_TheSuburbs_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 9, + "yCoordinate": 13, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheSuburbs/BP_ZT_TheSuburbs.BP_ZT_TheSuburbs_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 10, + "yCoordinate": 13, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "Normal", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheGrasslands/BP_ZT_TheGrasslands.BP_ZT_TheGrasslands_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 6, + "yCoordinate": 13, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheGrasslands/BP_ZT_TheGrasslands.BP_ZT_TheGrasslands_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 7, + "yCoordinate": 13, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "Normal", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheIndustrialPark/BP_ZT_TheIndustrialPark.BP_ZT_TheIndustrialPark_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 6, + "yCoordinate": 12, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheIndustrialPark/BP_ZT_TheIndustrialPark.BP_ZT_TheIndustrialPark_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 5, + "yCoordinate": 12, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheIndustrialPark/BP_ZT_TheIndustrialPark.BP_ZT_TheIndustrialPark_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 5, + "yCoordinate": 13, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheGrasslands/BP_ZT_TheGrasslands.BP_ZT_TheGrasslands_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 6, + "yCoordinate": 14, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheGrasslands/BP_ZT_TheGrasslands.BP_ZT_TheGrasslands_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 7, + "yCoordinate": 14, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheForest/BP_ZT_TheForest.BP_ZT_TheForest_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 8, + "yCoordinate": 14, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheForest/BP_ZT_TheForest.BP_ZT_TheForest_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 8, + "yCoordinate": 15, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "Normal", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheSuburbs/BP_ZT_TheSuburbs.BP_ZT_TheSuburbs_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 11, + "yCoordinate": 8, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "Normal", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheIndustrialPark/BP_ZT_TheIndustrialPark.BP_ZT_TheIndustrialPark_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 11, + "yCoordinate": 11, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "Normal", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheIndustrialPark/BP_ZT_TheIndustrialPark.BP_ZT_TheIndustrialPark_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 11, + "yCoordinate": 10, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "Normal", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheForest/BP_ZT_TheForest.BP_ZT_TheForest_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 12, + "yCoordinate": 11, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "Normal", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheCity/BP_ZT_TheCity.BP_ZT_TheCity_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 13, + "yCoordinate": 10, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheGrasslands/BP_ZT_TheGrasslands.BP_ZT_TheGrasslands_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 12, + "yCoordinate": 12, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheCity/BP_ZT_TheCity.BP_ZT_TheCity_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 13, + "yCoordinate": 11, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheGrasslands/BP_ZT_TheGrasslands.BP_ZT_TheGrasslands_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 13, + "yCoordinate": 8, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "Normal", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheCity/BP_ZT_TheCity.BP_ZT_TheCity_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "FortQuestItemDefinition'/Game/Quests/CannyValley/CannyValleyQuest_LaunchRocket_D5.CannyValleyQuest_LaunchRocket_D5'", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 5, + "yCoordinate": 7, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "AlwaysActive", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheGrasslands/BP_ZT_TheGrasslands.BP_ZT_TheGrasslands_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "FortQuestItemDefinition'/Game/Quests/CannyValley/CannyValleyQuest_Filler_1_D5.CannyValleyQuest_Filler_1_D5'", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 5, + "yCoordinate": 6, + "missionWeightOverrides": [ + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/Plankerton/ParentMissionGens/MissionGen_T2_RtS.MissionGen_T2_RtS_C" + } + ], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "AlwaysActive", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheCity/BP_ZT_TheCity.BP_ZT_TheCity_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "FortQuestItemDefinition'/Game/Quests/Outpost/OutpostQuest_T3_L6.OutpostQuest_T3_L6'", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [ + { + "questDefinition": "FortQuestItemDefinition'/Game/Quests/CannyValley/CannyValleyQuest_LaunchRocket_D5.CannyValleyQuest_LaunchRocket_D5'", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + } + } + ], + "xCoordinate": 4, + "yCoordinate": 8, + "missionWeightOverrides": [ + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/MissionGen_LtR_CannyValley.MissionGen_LtR_CannyValley_C" + } + ], + "difficultyWeightOverrides": [], + "canBeMissionAlert": false, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheGrasslands/BP_ZT_TheGrasslands.BP_ZT_TheGrasslands_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 3, + "yCoordinate": 8, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheIndustrialPark/BP_ZT_TheIndustrialPark.BP_ZT_TheIndustrialPark_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 4, + "yCoordinate": 6, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheGrasslands/BP_ZT_TheGrasslands.BP_ZT_TheGrasslands_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 3, + "yCoordinate": 6, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "AlwaysActive", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheForest/BP_ZT_TheForest.BP_ZT_TheForest_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "FortQuestItemDefinition'/Game/Quests/CannyValley/CannyValleyQuest_Filler_4_D5.CannyValleyQuest_Filler_4_D5'", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 4, + "yCoordinate": 7, + "missionWeightOverrides": [ + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/Plankerton/ParentMissionGens/MissionGen_T2_DtB.MissionGen_T2_DtB_C" + } + ], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheGrasslands/BP_ZT_TheGrasslands.BP_ZT_TheGrasslands_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 3, + "yCoordinate": 7, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheForest/BP_ZT_TheForest.BP_ZT_TheForest_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 2, + "yCoordinate": 9, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheCity/BP_ZT_TheCity.BP_ZT_TheCity_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 2, + "yCoordinate": 8, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheCity/BP_ZT_TheCity.BP_ZT_TheCity_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 2, + "yCoordinate": 7, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheForest/BP_ZT_TheForest.BP_ZT_TheForest_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 1, + "yCoordinate": 8, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheForest/BP_ZT_TheForest.BP_ZT_TheForest_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 1, + "yCoordinate": 7, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheGrasslands/BP_ZT_TheGrasslands.BP_ZT_TheGrasslands_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 2, + "yCoordinate": 6, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheGrasslands/BP_ZT_TheGrasslands.BP_ZT_TheGrasslands_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 3, + "yCoordinate": 5, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheGrasslands/BP_ZT_TheGrasslands.BP_ZT_TheGrasslands_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 2, + "yCoordinate": 5, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheGrasslands/BP_ZT_TheGrasslands.BP_ZT_TheGrasslands_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 3, + "yCoordinate": 4, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheSuburbs/BP_ZT_TheSuburbs.BP_ZT_TheSuburbs_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 5, + "yCoordinate": 5, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheSuburbs/BP_ZT_TheSuburbs.BP_ZT_TheSuburbs_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 4, + "yCoordinate": 5, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheSuburbs/BP_ZT_TheSuburbs.BP_ZT_TheSuburbs_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 5, + "yCoordinate": 4, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheGrasslands/BP_ZT_TheGrasslands.BP_ZT_TheGrasslands_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 7, + "yCoordinate": 15, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheForest/BP_ZT_TheForest.BP_ZT_TheForest_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 8, + "yCoordinate": 16, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheCity/BP_ZT_TheCity.BP_ZT_TheCity_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 9, + "yCoordinate": 14, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheCity/BP_ZT_TheCity.BP_ZT_TheCity_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 10, + "yCoordinate": 14, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheForest/BP_ZT_TheForest.BP_ZT_TheForest_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 9, + "yCoordinate": 15, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheCity/BP_ZT_TheCity.BP_ZT_TheCity_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 10, + "yCoordinate": 15, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "Normal", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheIndustrialPark/BP_ZT_TheIndustrialPark.BP_ZT_TheIndustrialPark_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 9, + "yCoordinate": 6, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "Normal", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheSuburbs/BP_ZT_TheSuburbs.BP_ZT_TheSuburbs_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 8, + "yCoordinate": 6, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheForest/BP_ZT_TheForest.BP_ZT_TheForest_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 9, + "yCoordinate": 5, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "Normal", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheGrasslands/BP_ZT_TheGrasslands.BP_ZT_TheGrasslands_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 8, + "yCoordinate": 5, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "Normal", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheGrasslands/BP_ZT_TheGrasslands.BP_ZT_TheGrasslands_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 7, + "yCoordinate": 4, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "AlwaysActive", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheSuburbs/BP_ZT_TheSuburbs.BP_ZT_TheSuburbs_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "FortQuestItemDefinition'/Game/Quests/CannyValley/CannyValleyQuest_Filler_2_D4.CannyValleyQuest_Filler_2_D4'", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [ + { + "questDefinition": "FortQuestItemDefinition'/Game/Quests/CannyValley/CannyValleyQuest_Filler_3_D4.CannyValleyQuest_Filler_3_D4'", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + } + } + ], + "xCoordinate": 7, + "yCoordinate": 6, + "missionWeightOverrides": [ + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/Plankerton/ParentMissionGens/MissionGen_T2_4Gates.MissionGen_T2_4Gates_C" + } + ], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "Normal", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheForest/BP_ZT_TheForest.BP_ZT_TheForest_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 7, + "yCoordinate": 5, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheIndustrialPark/BP_ZT_TheIndustrialPark.BP_ZT_TheIndustrialPark_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 8, + "yCoordinate": 4, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheIndustrialPark/BP_ZT_TheIndustrialPark.BP_ZT_TheIndustrialPark_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 7, + "yCoordinate": 3, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "AlwaysActive", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheIndustrialPark/BP_ZT_TheIndustrialPark.BP_ZT_TheIndustrialPark_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "FortQuestItemDefinition'/Game/Quests/CannyValley/CannyValleyQuest_Filler_3_D3.CannyValleyQuest_Filler_3_D3'", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [ + { + "questDefinition": "FortQuestItemDefinition'/Game/Quests/CannyValley/CannyValleyQuest_Filler_4_D3.CannyValleyQuest_Filler_4_D3'", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + } + } + ], + "xCoordinate": 11, + "yCoordinate": 6, + "missionWeightOverrides": [ + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/Plankerton/ParentMissionGens/MissionGen_T2_4Gates.MissionGen_T2_4Gates_C" + } + ], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "AlwaysActive", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheIndustrialPark/BP_ZT_TheIndustrialPark.BP_ZT_TheIndustrialPark_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [ + { + "questDefinition": "FortQuestItemDefinition'/Game/Quests/CannyValley/CannyValleyQuest_Filler_1_D3.CannyValleyQuest_Filler_1_D3'", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + } + } + ], + "xCoordinate": 12, + "yCoordinate": 7, + "missionWeightOverrides": [ + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/Plankerton/ParentMissionGens/MissionGen_T2_EtSurvivors.MissionGen_T2_EtSurvivors_C" + } + ], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "Normal", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheGrasslands/BP_ZT_TheGrasslands.BP_ZT_TheGrasslands_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 12, + "yCoordinate": 8, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "Normal", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheGrasslands/BP_ZT_TheGrasslands.BP_ZT_TheGrasslands_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 13, + "yCoordinate": 7, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "AlwaysActive", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheGrasslands/BP_ZT_TheGrasslands.BP_ZT_TheGrasslands_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "FortQuestItemDefinition'/Game/Quests/CannyValley/CannyValleyQuest_Filler_1_D3.CannyValleyQuest_Filler_1_D3'", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [ + { + "questDefinition": "FortQuestItemDefinition'/Game/Quests/CannyValley/CannyValleyQuest_Filler_2_D3.CannyValleyQuest_Filler_2_D3'", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + } + } + ], + "xCoordinate": 12, + "yCoordinate": 6, + "missionWeightOverrides": [ + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/Plankerton/ParentMissionGens/MissionGen_T2_DtB.MissionGen_T2_DtB_C" + } + ], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "Normal", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheCity/BP_ZT_TheCity.BP_ZT_TheCity_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "FortQuestItemDefinition'/Game/Quests/CannyValley/CannyValleyQuest_Filler_2_D3.CannyValleyQuest_Filler_2_D3'", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 11, + "yCoordinate": 5, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheCity/BP_ZT_TheCity.BP_ZT_TheCity_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 13, + "yCoordinate": 6, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheCity/BP_ZT_TheCity.BP_ZT_TheCity_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 13, + "yCoordinate": 5, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheIndustrialPark/BP_ZT_TheIndustrialPark.BP_ZT_TheIndustrialPark_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 4, + "yCoordinate": 14, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheForest/BP_ZT_TheForest.BP_ZT_TheForest_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 4, + "yCoordinate": 13, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheGrasslands/BP_ZT_TheGrasslands.BP_ZT_TheGrasslands_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 8, + "yCoordinate": 3, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheGrasslands/BP_ZT_TheGrasslands.BP_ZT_TheGrasslands_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 7, + "yCoordinate": 2, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheGrasslands/BP_ZT_TheGrasslands.BP_ZT_TheGrasslands_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 6, + "yCoordinate": 3, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheSuburbs/BP_ZT_TheSuburbs.BP_ZT_TheSuburbs_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 6, + "yCoordinate": 4, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheSuburbs/BP_ZT_TheSuburbs.BP_ZT_TheSuburbs_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 6, + "yCoordinate": 5, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "Normal", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheSuburbs/BP_ZT_TheSuburbs.BP_ZT_TheSuburbs_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "FortQuestItemDefinition'/Game/Quests/CannyValley/CannyValleyQuest_Filler_4_D3.CannyValleyQuest_Filler_4_D3'", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 10, + "yCoordinate": 7, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheIndustrialPark/BP_ZT_TheIndustrialPark.BP_ZT_TheIndustrialPark_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 10, + "yCoordinate": 6, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheIndustrialPark/BP_ZT_TheIndustrialPark.BP_ZT_TheIndustrialPark_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 10, + "yCoordinate": 5, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheSuburbs/BP_ZT_TheSuburbs.BP_ZT_TheSuburbs_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 9, + "yCoordinate": 4, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheSuburbs/BP_ZT_TheSuburbs.BP_ZT_TheSuburbs_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 9, + "yCoordinate": 3, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheCity/BP_ZT_TheCity.BP_ZT_TheCity_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 11, + "yCoordinate": 4, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheCity/BP_ZT_TheCity.BP_ZT_TheCity_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 12, + "yCoordinate": 5, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheGrasslands/BP_ZT_TheGrasslands.BP_ZT_TheGrasslands_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 10, + "yCoordinate": 3, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheGrasslands/BP_ZT_TheGrasslands.BP_ZT_TheGrasslands_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 10, + "yCoordinate": 4, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheForest/BP_ZT_TheForest.BP_ZT_TheForest_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 9, + "yCoordinate": 2, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheIndustrialPark/BP_ZT_TheIndustrialPark.BP_ZT_TheIndustrialPark_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 13, + "yCoordinate": 4, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheIndustrialPark/BP_ZT_TheIndustrialPark.BP_ZT_TheIndustrialPark_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 14, + "yCoordinate": 5, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheForest/BP_ZT_TheForest.BP_ZT_TheForest_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 14, + "yCoordinate": 6, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheForest/BP_ZT_TheForest.BP_ZT_TheForest_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 15, + "yCoordinate": 6, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheForest/BP_ZT_TheForest.BP_ZT_TheForest_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 15, + "yCoordinate": 5, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheForest/BP_ZT_TheForest.BP_ZT_TheForest_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 6, + "yCoordinate": 2, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheGrasslands/BP_ZT_TheGrasslands.BP_ZT_TheGrasslands_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 14, + "yCoordinate": 7, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheGrasslands/BP_ZT_TheGrasslands.BP_ZT_TheGrasslands_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 14, + "yCoordinate": 8, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheSuburbs/BP_ZT_TheSuburbs.BP_ZT_TheSuburbs_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 15, + "yCoordinate": 8, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheSuburbs/BP_ZT_TheSuburbs.BP_ZT_TheSuburbs_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 15, + "yCoordinate": 9, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheCity/BP_ZT_TheCity.BP_ZT_TheCity_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 14, + "yCoordinate": 10, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheCity/BP_ZT_TheCity.BP_ZT_TheCity_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 14, + "yCoordinate": 11, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheForest/BP_ZT_TheForest.BP_ZT_TheForest_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 14, + "yCoordinate": 12, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheForest/BP_ZT_TheForest.BP_ZT_TheForest_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 13, + "yCoordinate": 12, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheGrasslands/BP_ZT_TheGrasslands.BP_ZT_TheGrasslands_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 12, + "yCoordinate": 13, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheGrasslands/BP_ZT_TheGrasslands.BP_ZT_TheGrasslands_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 11, + "yCoordinate": 13, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheForest/BP_ZT_TheForest.BP_ZT_TheForest_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 14, + "yCoordinate": 13, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheSuburbs/BP_ZT_TheSuburbs.BP_ZT_TheSuburbs_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 16, + "yCoordinate": 10, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheCity/BP_ZT_TheCity.BP_ZT_TheCity_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 15, + "yCoordinate": 10, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheForest/BP_ZT_TheForest.BP_ZT_TheForest_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 16, + "yCoordinate": 11, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheGrasslands/BP_ZT_TheGrasslands.BP_ZT_TheGrasslands_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 15, + "yCoordinate": 11, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheForest/BP_ZT_TheForest.BP_ZT_TheForest_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 14, + "yCoordinate": 4, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheForest/BP_ZT_TheForest.BP_ZT_TheForest_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 13, + "yCoordinate": 3, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheGrasslands/BP_ZT_TheGrasslands.BP_ZT_TheGrasslands_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 13, + "yCoordinate": 13, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheSuburbs/BP_ZT_TheSuburbs.BP_ZT_TheSuburbs_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 12, + "yCoordinate": 14, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheSuburbs/BP_ZT_TheSuburbs.BP_ZT_TheSuburbs_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 13, + "yCoordinate": 14, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheSuburbs/BP_ZT_TheSuburbs.BP_ZT_TheSuburbs_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 10, + "yCoordinate": 2, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheSuburbs/BP_ZT_TheSuburbs.BP_ZT_TheSuburbs_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 9, + "yCoordinate": 1, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheSuburbs/BP_ZT_TheSuburbs.BP_ZT_TheSuburbs_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 8, + "yCoordinate": 2, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheForest/BP_ZT_TheForest.BP_ZT_TheForest_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 5, + "yCoordinate": 3, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + } + ], + "regions": [ + { + "displayName": "Non Mission", + "regionTags": { + "gameplayTags": [] + }, + "tileIndices": [ + 0, + 2, + 3, + 10, + 29, + 31, + 32, + 34, + 35, + 36, + 37, + 38, + 39, + 41, + 42, + 47, + 48, + 50, + 52, + 53, + 54, + 55, + 56, + 57, + 63, + 64, + 65, + 69, + 70, + 71, + 73, + 74, + 75, + 76, + 77, + 78, + 79, + 80, + 81, + 82, + 83, + 84, + 85, + 86, + 87, + 88, + 89, + 90, + 91, + 94, + 99, + 100, + 107, + 108, + 109, + 110, + 111, + 112, + 113, + 114, + 115, + 117, + 118, + 119, + 120, + 121, + 122, + 123, + 124, + 125, + 126, + 127, + 128, + 129, + 130, + 131, + 132, + 133, + 134, + 135, + 136, + 137, + 138, + 139, + 140, + 141, + 142, + 143, + 144, + 145, + 146, + 147, + 148, + 149, + 150, + 151, + 152, + 153, + 154, + 155 + ], + "regionThemeIcon": "None", + "missionData": { + "missionWeights": [], + "difficultyWeights": [], + "numMissionsAvailable": 0, + "numMissionsToChange": 0, + "missionChangeFrequency": 0 + }, + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + } + }, + { + "displayName": "PvE_03_Difficulty_01", + "regionTags": { + "gameplayTags": [ + { + "tagName": "Stat.Theater.PvE03.Difficulty01" + } + ] + }, + "tileIndices": [ + 1, + 5, + 6, + 11, + 12, + 13, + 14, + 44, + 45, + 46, + 49, + 51 + ], + "regionThemeIcon": "None", + "missionData": { + "missionWeights": [ + { + "weight": 0.6000000238418579, + "missionGenerator": "/Game/World/MissionGens/Plankerton/ParentMissionGens/MissionGen_T2_2Gates.MissionGen_T2_2Gates_C" + }, + { + "weight": 0.4000000059604645, + "missionGenerator": "/Game/World/MissionGens/Plankerton/ParentMissionGens/MissionGen_T2_3Gates.MissionGen_T2_3Gates_C" + }, + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/Plankerton/ParentMissionGens/MissionGen_T2_RtD.MissionGen_T2_RtD_C" + }, + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/Plankerton/ParentMissionGens/MissionGen_T2_RtL.MissionGen_T2_RtL_C" + }, + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/Plankerton/ParentMissionGens/MissionGen_T2_RtS.MissionGen_T2_RtS_C" + }, + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/Plankerton/ParentMissionGens/MissionGen_T2_BuildtheRadarGrid.MissionGen_T2_BuildtheRadarGrid_C" + }, + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/Plankerton/ParentMissionGens/MissionGen_T2_EtShelter.MissionGen_T2_EtShelter_C" + }, + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/Plankerton/ParentMissionGens/MissionGen_T2_EtSurvivors.MissionGen_T2_EtSurvivors_C" + }, + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/Plankerton/ParentMissionGens/MissionGen_T2_DtE.MissionGen_T2_DtE_C" + }, + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/Plankerton/ParentMissionGens/MissionGen_T2_DtB.MissionGen_T2_DtB_C" + } + ], + "difficultyWeights": [ + { + "weight": 1, + "difficultyInfo": { + "dataTable": "DataTable'/Game/Balance/DataTables/GameDifficultyGrowthBounds.GameDifficultyGrowthBounds'", + "rowName": "Theater_Hard_Zone1" + } + } + ], + "numMissionsAvailable": 6, + "numMissionsToChange": 6, + "missionChangeFrequency": 0.5 + }, + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "FortQuestItemDefinition'/Game/Quests/Outpost/OutpostQuest_T3_L1.OutpostQuest_T3_L1'", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + } + }, + { + "displayName": "PvE_03_Difficulty_05", + "regionTags": { + "gameplayTags": [ + { + "tagName": "Stat.Theater.PvE03.Difficulty05" + } + ] + }, + "tileIndices": [ + 4, + 17, + 18, + 20, + 21, + 22, + 66, + 67, + 68, + 72 + ], + "regionThemeIcon": "None", + "missionData": { + "missionWeights": [ + { + "weight": 0.20000000298023224, + "missionGenerator": "/Game/World/MissionGens/Plankerton/ParentMissionGens/MissionGen_T2_2Gates.MissionGen_T2_2Gates_C" + }, + { + "weight": 0.30000001192092896, + "missionGenerator": "/Game/World/MissionGens/Plankerton/ParentMissionGens/MissionGen_T2_3Gates.MissionGen_T2_3Gates_C" + }, + { + "weight": 0.5, + "missionGenerator": "/Game/World/MissionGens/Plankerton/ParentMissionGens/MissionGen_T2_4Gates.MissionGen_T2_4Gates_C" + }, + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/Plankerton/ParentMissionGens/MissionGen_T2_RtD.MissionGen_T2_RtD_C" + }, + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/Plankerton/ParentMissionGens/MissionGen_T2_RtL.MissionGen_T2_RtL_C" + }, + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/Plankerton/ParentMissionGens/MissionGen_T2_RtS.MissionGen_T2_RtS_C" + }, + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/Plankerton/ParentMissionGens/MissionGen_T2_DtB.MissionGen_T2_DtB_C" + }, + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/Plankerton/ParentMissionGens/MissionGen_T2_EtShelter.MissionGen_T2_EtShelter_C" + }, + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/Plankerton/ParentMissionGens/MissionGen_T2_EtSurvivors.MissionGen_T2_EtSurvivors_C" + }, + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/Plankerton/ParentMissionGens/MissionGen_T2_BuildtheRadarGrid.MissionGen_T2_BuildtheRadarGrid_C" + }, + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/Plankerton/ParentMissionGens/MissionGen_T2_DtE.MissionGen_T2_DtE_C" + } + ], + "difficultyWeights": [ + { + "weight": 1, + "difficultyInfo": { + "dataTable": "DataTable'/Game/Balance/DataTables/GameDifficultyGrowthBounds.GameDifficultyGrowthBounds'", + "rowName": "Theater_Hard_Zone5" + } + } + ], + "numMissionsAvailable": 8, + "numMissionsToChange": 8, + "missionChangeFrequency": 0.5 + }, + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "FortQuestItemDefinition'/Game/Quests/Outpost/OutpostQuest_T3_L5.OutpostQuest_T3_L5'", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + } + }, + { + "displayName": "Critical Mission", + "regionTags": { + "gameplayTags": [] + }, + "tileIndices": [ + 7 + ], + "regionThemeIcon": "None", + "missionData": { + "missionWeights": [], + "difficultyWeights": [], + "numMissionsAvailable": 0, + "numMissionsToChange": 0, + "missionChangeFrequency": 0 + }, + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + } + }, + { + "displayName": "PvE_03_Difficulty_02", + "regionTags": { + "gameplayTags": [ + { + "tagName": "Stat.Theater.PvE03.Difficulty02" + } + ] + }, + "tileIndices": [ + 8, + 9, + 15, + 19, + 25, + 27, + 33, + 59, + 60, + 61, + 62 + ], + "regionThemeIcon": "None", + "missionData": { + "missionWeights": [ + { + "weight": 0.44999998807907104, + "missionGenerator": "/Game/World/MissionGens/Plankerton/ParentMissionGens/MissionGen_T2_2Gates.MissionGen_T2_2Gates_C" + }, + { + "weight": 0.44999998807907104, + "missionGenerator": "/Game/World/MissionGens/Plankerton/ParentMissionGens/MissionGen_T2_3Gates.MissionGen_T2_3Gates_C" + }, + { + "weight": 0.10000000149011612, + "missionGenerator": "/Game/World/MissionGens/Plankerton/ParentMissionGens/MissionGen_T2_4Gates.MissionGen_T2_4Gates_C" + }, + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/Plankerton/ParentMissionGens/MissionGen_T2_RtD.MissionGen_T2_RtD_C" + }, + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/Plankerton/ParentMissionGens/MissionGen_T2_RtL.MissionGen_T2_RtL_C" + }, + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/Plankerton/ParentMissionGens/MissionGen_T2_RtS.MissionGen_T2_RtS_C" + }, + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/Plankerton/ParentMissionGens/MissionGen_T2_DtB.MissionGen_T2_DtB_C" + }, + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/Plankerton/ParentMissionGens/MissionGen_T2_BuildtheRadarGrid.MissionGen_T2_BuildtheRadarGrid_C" + }, + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/Plankerton/ParentMissionGens/MissionGen_T2_EtShelter.MissionGen_T2_EtShelter_C" + }, + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/Plankerton/ParentMissionGens/MissionGen_T2_EtSurvivors.MissionGen_T2_EtSurvivors_C" + }, + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/Plankerton/ParentMissionGens/MissionGen_T2_DtE.MissionGen_T2_DtE_C" + } + ], + "difficultyWeights": [ + { + "weight": 1, + "difficultyInfo": { + "dataTable": "DataTable'/Game/Balance/DataTables/GameDifficultyGrowthBounds.GameDifficultyGrowthBounds'", + "rowName": "Theater_Hard_Zone2" + } + } + ], + "numMissionsAvailable": 5, + "numMissionsToChange": 5, + "missionChangeFrequency": 0.5 + }, + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "FortQuestItemDefinition'/Game/Quests/Outpost/OutpostQuest_T3_L2.OutpostQuest_T3_L2'", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + } + }, + { + "displayName": "Outpost", + "regionTags": { + "gameplayTags": [] + }, + "tileIndices": [ + 16 + ], + "regionThemeIcon": "None", + "missionData": { + "missionWeights": [], + "difficultyWeights": [], + "numMissionsAvailable": 0, + "numMissionsToChange": 0, + "missionChangeFrequency": 0 + }, + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + } + }, + { + "displayName": "PvE_03_Difficulty_04", + "regionTags": { + "gameplayTags": [ + { + "tagName": "Stat.Theater.PvE03.Difficulty04" + } + ] + }, + "tileIndices": [ + 23, + 24, + 30, + 43, + 92, + 93, + 95, + 96, + 97, + 98 + ], + "regionThemeIcon": "None", + "missionData": { + "missionWeights": [ + { + "weight": 0.20000000298023224, + "missionGenerator": "/Game/World/MissionGens/Plankerton/ParentMissionGens/MissionGen_T2_2Gates.MissionGen_T2_2Gates_C" + }, + { + "weight": 0.4000000059604645, + "missionGenerator": "/Game/World/MissionGens/Plankerton/ParentMissionGens/MissionGen_T2_3Gates.MissionGen_T2_3Gates_C" + }, + { + "weight": 0.4000000059604645, + "missionGenerator": "/Game/World/MissionGens/Plankerton/ParentMissionGens/MissionGen_T2_4Gates.MissionGen_T2_4Gates_C" + }, + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/Plankerton/ParentMissionGens/MissionGen_T2_RtD.MissionGen_T2_RtD_C" + }, + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/Plankerton/ParentMissionGens/MissionGen_T2_RtL.MissionGen_T2_RtL_C" + }, + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/Plankerton/ParentMissionGens/MissionGen_T2_RtS.MissionGen_T2_RtS_C" + }, + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/Plankerton/ParentMissionGens/MissionGen_T2_DtB.MissionGen_T2_DtB_C" + }, + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/Plankerton/ParentMissionGens/MissionGen_T2_EtShelter.MissionGen_T2_EtShelter_C" + }, + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/Plankerton/ParentMissionGens/MissionGen_T2_EtSurvivors.MissionGen_T2_EtSurvivors_C" + }, + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/Plankerton/ParentMissionGens/MissionGen_T2_DtE.MissionGen_T2_DtE_C" + }, + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/Plankerton/ParentMissionGens/MissionGen_T2_BuildtheRadarGrid.MissionGen_T2_BuildtheRadarGrid_C" + } + ], + "difficultyWeights": [ + { + "weight": 1, + "difficultyInfo": { + "dataTable": "DataTable'/Game/Balance/DataTables/GameDifficultyGrowthBounds.GameDifficultyGrowthBounds'", + "rowName": "Theater_Hard_Zone4" + } + } + ], + "numMissionsAvailable": 7, + "numMissionsToChange": 7, + "missionChangeFrequency": 0.5 + }, + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "FortQuestItemDefinition'/Game/Quests/Outpost/OutpostQuest_T3_L4.OutpostQuest_T3_L4'", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + } + }, + { + "displayName": "PvE_03_Difficulty_03", + "regionTags": { + "gameplayTags": [ + { + "tagName": "Stat.Theater.PvE03.Difficulty03" + } + ] + }, + "tileIndices": [ + 26, + 28, + 40, + 58, + 101, + 102, + 103, + 104, + 105, + 106, + 116 + ], + "regionThemeIcon": "None", + "missionData": { + "missionWeights": [ + { + "weight": 0.30000001192092896, + "missionGenerator": "/Game/World/MissionGens/Plankerton/ParentMissionGens/MissionGen_T2_2Gates.MissionGen_T2_2Gates_C" + }, + { + "weight": 0.5, + "missionGenerator": "/Game/World/MissionGens/Plankerton/ParentMissionGens/MissionGen_T2_3Gates.MissionGen_T2_3Gates_C" + }, + { + "weight": 0.20000000298023224, + "missionGenerator": "/Game/World/MissionGens/Plankerton/ParentMissionGens/MissionGen_T2_4Gates.MissionGen_T2_4Gates_C" + }, + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/Plankerton/ParentMissionGens/MissionGen_T2_RtD.MissionGen_T2_RtD_C" + }, + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/Plankerton/ParentMissionGens/MissionGen_T2_RtL.MissionGen_T2_RtL_C" + }, + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/Plankerton/ParentMissionGens/MissionGen_T2_RtS.MissionGen_T2_RtS_C" + }, + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/Plankerton/ParentMissionGens/MissionGen_T2_DtB.MissionGen_T2_DtB_C" + }, + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/Plankerton/ParentMissionGens/MissionGen_T2_EtShelter.MissionGen_T2_EtShelter_C" + }, + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/Plankerton/ParentMissionGens/MissionGen_T2_EtSurvivors.MissionGen_T2_EtSurvivors_C" + }, + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/Plankerton/ParentMissionGens/MissionGen_T2_BuildtheRadarGrid.MissionGen_T2_BuildtheRadarGrid_C" + }, + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/Plankerton/ParentMissionGens/MissionGen_T2_DtE.MissionGen_T2_DtE_C" + } + ], + "difficultyWeights": [ + { + "weight": 1, + "difficultyInfo": { + "dataTable": "DataTable'/Game/Balance/DataTables/GameDifficultyGrowthBounds.GameDifficultyGrowthBounds'", + "rowName": "Theater_Hard_Zone3" + } + } + ], + "numMissionsAvailable": 6, + "numMissionsToChange": 6, + "missionChangeFrequency": 0.5 + }, + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "FortQuestItemDefinition'/Game/Quests/Outpost/OutpostQuest_T3_L3.OutpostQuest_T3_L3'", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + } + } + ] + }, + { + "displayName": "Twine Peaks", + "uniqueId": "D9A801C5444D1C74D1B7DAB5C7C12C5B", + "theaterSlot": 0, + "bIsTestTheater": false, + "description": "Weather alert! These missions will challenge even the best Commanders.", + "runtimeInfo": { + "theaterType": "Standard", + "theaterTags": { + "gameplayTags": [ + { + "tagName": "Stat.Theater.PvE04" + } + ] + }, + "theaterVisibilityRequirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "FortQuestItemDefinition'/Game/Quests/CannyValley/CannyValleyQuest_LaunchRocket_D5.CannyValleyQuest_LaunchRocket_D5'", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "worldMapPinClass": "BlueprintGeneratedClass'/Game/Environments/WorldMap/Blueprints/WM_PinHard.WM_PinHard_C'", + "theaterImage": "Texture2D'/Game/UI/Icons/Icon-TheaterDifficulty-_nightmare_.Icon-TheaterDifficulty-_nightmare_'", + "theaterImages": { + "brush_XXS": { + "imageSize": { + "x": 40, + "y": 40 + }, + "drawAs": "Image", + "margin": { + "left": 0, + "top": 0, + "right": 0, + "bottom": 0 + }, + "tintColor": { + "specifiedColor": { + "r": 1, + "g": 1, + "b": 1, + "a": 1 + }, + "colorUseRule": "UseColor_Specified" + }, + "tiling": "NoTile", + "mirroring": "NoMirror", + "imageType": "NoImage", + "resourceObject": "Texture2D'/Game/UI/Icons/Icon-TheaterDifficulty-_nightmare_.Icon-TheaterDifficulty-_nightmare_'", + "resourceName": "None", + "bIsDynamicallyLoaded": false, + "uVRegion": { + "min": { + "x": 0, + "y": 0 + }, + "max": { + "x": 0, + "y": 0 + }, + "isValid": 0 + } + }, + "brush_XS": { + "imageSize": { + "x": 40, + "y": 40 + }, + "drawAs": "Image", + "margin": { + "left": 0, + "top": 0, + "right": 0, + "bottom": 0 + }, + "tintColor": { + "specifiedColor": { + "r": 1, + "g": 1, + "b": 1, + "a": 1 + }, + "colorUseRule": "UseColor_Specified" + }, + "tiling": "NoTile", + "mirroring": "NoMirror", + "imageType": "NoImage", + "resourceObject": "Texture2D'/Game/UI/Icons/Icon-TheaterDifficulty-_nightmare_.Icon-TheaterDifficulty-_nightmare_'", + "resourceName": "None", + "bIsDynamicallyLoaded": false, + "uVRegion": { + "min": { + "x": 0, + "y": 0 + }, + "max": { + "x": 0, + "y": 0 + }, + "isValid": 0 + } + }, + "brush_S": { + "imageSize": { + "x": 40, + "y": 40 + }, + "drawAs": "Image", + "margin": { + "left": 0, + "top": 0, + "right": 0, + "bottom": 0 + }, + "tintColor": { + "specifiedColor": { + "r": 1, + "g": 1, + "b": 1, + "a": 1 + }, + "colorUseRule": "UseColor_Specified" + }, + "tiling": "NoTile", + "mirroring": "NoMirror", + "imageType": "NoImage", + "resourceObject": "Texture2D'/Game/UI/Icons/Icon-TheaterDifficulty-_nightmare_.Icon-TheaterDifficulty-_nightmare_'", + "resourceName": "None", + "bIsDynamicallyLoaded": false, + "uVRegion": { + "min": { + "x": 0, + "y": 0 + }, + "max": { + "x": 0, + "y": 0 + }, + "isValid": 0 + } + }, + "brush_M": { + "imageSize": { + "x": 40, + "y": 40 + }, + "drawAs": "Image", + "margin": { + "left": 0, + "top": 0, + "right": 0, + "bottom": 0 + }, + "tintColor": { + "specifiedColor": { + "r": 1, + "g": 1, + "b": 1, + "a": 1 + }, + "colorUseRule": "UseColor_Specified" + }, + "tiling": "NoTile", + "mirroring": "NoMirror", + "imageType": "NoImage", + "resourceObject": "Texture2D'/Game/UI/Icons/Icon-TheaterDifficulty-_nightmare_.Icon-TheaterDifficulty-_nightmare_'", + "resourceName": "None", + "bIsDynamicallyLoaded": false, + "uVRegion": { + "min": { + "x": 0, + "y": 0 + }, + "max": { + "x": 0, + "y": 0 + }, + "isValid": 0 + } + }, + "brush_L": { + "imageSize": { + "x": 40, + "y": 40 + }, + "drawAs": "Image", + "margin": { + "left": 0, + "top": 0, + "right": 0, + "bottom": 0 + }, + "tintColor": { + "specifiedColor": { + "r": 1, + "g": 1, + "b": 1, + "a": 1 + }, + "colorUseRule": "UseColor_Specified" + }, + "tiling": "NoTile", + "mirroring": "NoMirror", + "imageType": "NoImage", + "resourceObject": "Texture2D'/Game/UI/Icons/Icon-TheaterDifficulty-_nightmare_.Icon-TheaterDifficulty-_nightmare_'", + "resourceName": "None", + "bIsDynamicallyLoaded": false, + "uVRegion": { + "min": { + "x": 0, + "y": 0 + }, + "max": { + "x": 0, + "y": 0 + }, + "isValid": 0 + } + }, + "brush_XL": { + "imageSize": { + "x": 40, + "y": 40 + }, + "drawAs": "Image", + "margin": { + "left": 0, + "top": 0, + "right": 0, + "bottom": 0 + }, + "tintColor": { + "specifiedColor": { + "r": 1, + "g": 1, + "b": 1, + "a": 1 + }, + "colorUseRule": "UseColor_Specified" + }, + "tiling": "NoTile", + "mirroring": "NoMirror", + "imageType": "NoImage", + "resourceObject": "Texture2D'/Game/UI/Icons/Icon-TheaterDifficulty-_nightmare_.Icon-TheaterDifficulty-_nightmare_'", + "resourceName": "None", + "bIsDynamicallyLoaded": false, + "uVRegion": { + "min": { + "x": 0, + "y": 0 + }, + "max": { + "x": 0, + "y": 0 + }, + "isValid": 0 + } + } + }, + "theaterColorInfo": { + "bUseDifficultyToDetermineColor": false, + "color": { + "specifiedColor": { + "r": 0.838798999786377, + "g": 0.01095999963581562, + "b": 0.01680699922144413, + "a": 1 + }, + "colorUseRule": "UseColor_Specified" + } + }, + "socket": "PvE_04", + "missionAlertRequirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "FortQuestItemDefinition'/Game/Quests/CannyValley/CannyValleyQuest_LaunchRocket_D5.CannyValleyQuest_LaunchRocket_D5'", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + } + }, + "tiles": [ + { + "tileType": "AlwaysActive", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheCity/BP_ZT_TheCity.BP_ZT_TheCity_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 9, + "yCoordinate": 7, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "Normal", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheGrasslands/BP_ZT_TheGrasslands.BP_ZT_TheGrasslands_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 8, + "yCoordinate": 8, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "Normal", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheGrasslands/BP_ZT_TheGrasslands.BP_ZT_TheGrasslands_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 9, + "yCoordinate": 8, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "AlwaysActive", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheCity/BP_ZT_TheCity.BP_ZT_TheCity_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 10, + "yCoordinate": 8, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "AlwaysActive", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheForest/BP_ZT_TheForest.BP_ZT_TheForest_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 8, + "yCoordinate": 7, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "Outpost", + "zoneTheme": "/Game/World/ZoneThemes/Outposts/BP_ZT_TheOutpost_PvE_04.BP_ZT_TheOutpost_PvE_04_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [ + { + "questDefinition": "FortQuestItemDefinition'/Game/Quests/Outpost/OutpostQuest_T4_L1.OutpostQuest_T4_L1'", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + } + }, + { + "questDefinition": "FortQuestItemDefinition'/Game/Quests/Outpost/OutpostQuest_T4_L2.OutpostQuest_T4_L2'", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + } + }, + { + "questDefinition": "FortQuestItemDefinition'/Game/Quests/Outpost/OutpostQuest_T4_L3.OutpostQuest_T4_L3'", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + } + }, + { + "questDefinition": "FortQuestItemDefinition'/Game/Quests/Outpost/OutpostQuest_T4_L4.OutpostQuest_T4_L4'", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + } + }, + { + "questDefinition": "FortQuestItemDefinition'/Game/Quests/Outpost/OutpostQuest_T4_L5.OutpostQuest_T4_L5'", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + } + }, + { + "questDefinition": "FortQuestItemDefinition'/Game/Quests/Outpost/OutpostQuest_T4_L6.OutpostQuest_T4_L6'", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + } + }, + { + "questDefinition": "FortQuestItemDefinition'/Game/Quests/Outpost/OutpostQuest_T4_L7.OutpostQuest_T4_L7'", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + } + }, + { + "questDefinition": "FortQuestItemDefinition'/Game/Quests/Outpost/OutpostQuest_T4_L8.OutpostQuest_T4_L8'", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + } + }, + { + "questDefinition": "FortQuestItemDefinition'/Game/Quests/Outpost/OutpostQuest_T4_L9.OutpostQuest_T4_L9'", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + } + }, + { + "questDefinition": "FortQuestItemDefinition'/Game/Quests/Outpost/OutpostQuest_T4_L10.OutpostQuest_T4_L10'", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + } + } + ], + "xCoordinate": 9, + "yCoordinate": 6, + "missionWeightOverrides": [ + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/MissionGen_TheOutpost_PvE_04.MissionGen_TheOutpost_PvE_04_C" + } + ], + "difficultyWeightOverrides": [ + { + "weight": 1, + "difficultyInfo": { + "dataTable": "DataTable'/Game/Balance/DataTables/GameDifficultyGrowthBounds.GameDifficultyGrowthBounds'", + "rowName": "Theater_Nightmare_Outpost1" + } + } + ], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "Normal", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheIndustrialPark/BP_ZT_TheIndustrialPark.BP_ZT_TheIndustrialPark_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 7, + "yCoordinate": 6, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "AlwaysActive", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheGrasslands/BP_ZT_TheGrasslands.BP_ZT_TheGrasslands_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 8, + "yCoordinate": 6, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "Normal", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheForest/BP_ZT_TheForest.BP_ZT_TheForest_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 11, + "yCoordinate": 8, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheIndustrialPark/BP_ZT_TheIndustrialPark.BP_ZT_TheIndustrialPark_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 11, + "yCoordinate": 7, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "CriticalMission", + "zoneTheme": "/Game/World/ZoneThemes/CriticalMission/BP_ZT_CriticalMission.BP_ZT_CriticalMission_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "FortQuestItemDefinition'/Game/Quests/Outpost/OutpostQuest_T4_L1.OutpostQuest_T4_L1'", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [ + { + "questDefinition": "FortQuestItemDefinition'/Game/Quests/Daily/Daily_High_Priority.Daily_High_Priority'", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + } + } + ], + "xCoordinate": 10, + "yCoordinate": 7, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "AlwaysActive", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheSuburbs/BP_ZT_TheSuburbs.BP_ZT_TheSuburbs_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 11, + "yCoordinate": 6, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "AlwaysActive", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheSuburbs/BP_ZT_TheSuburbs.BP_ZT_TheSuburbs_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 10, + "yCoordinate": 6, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "Normal", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheGrasslands/BP_ZT_TheGrasslands.BP_ZT_TheGrasslands_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 12, + "yCoordinate": 6, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "AlwaysActive", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheIndustrialPark/BP_ZT_TheIndustrialPark.BP_ZT_TheIndustrialPark_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 9, + "yCoordinate": 5, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "Normal", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheCity/BP_ZT_TheCity.BP_ZT_TheCity_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 12, + "yCoordinate": 5, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "Normal", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheCity/BP_ZT_TheCity.BP_ZT_TheCity_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 13, + "yCoordinate": 5, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "Normal", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheGrasslands/BP_ZT_TheGrasslands.BP_ZT_TheGrasslands_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 13, + "yCoordinate": 6, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "Normal", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheForest/BP_ZT_TheForest.BP_ZT_TheForest_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 12, + "yCoordinate": 7, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheGrasslands/BP_ZT_TheGrasslands.BP_ZT_TheGrasslands_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 13, + "yCoordinate": 7, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheIndustrialPark/BP_ZT_TheIndustrialPark.BP_ZT_TheIndustrialPark_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 12, + "yCoordinate": 8, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheGrasslands/BP_ZT_TheGrasslands.BP_ZT_TheGrasslands_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 14, + "yCoordinate": 7, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheSuburbs/BP_ZT_TheSuburbs.BP_ZT_TheSuburbs_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 13, + "yCoordinate": 8, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheForest/BP_ZT_TheForest.BP_ZT_TheForest_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 12, + "yCoordinate": 9, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "Normal", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheSuburbs/BP_ZT_TheSuburbs.BP_ZT_TheSuburbs_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 11, + "yCoordinate": 9, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "Normal", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheSuburbs/BP_ZT_TheSuburbs.BP_ZT_TheSuburbs_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "FortQuestItemDefinition'/Game/Quests/TwinePeaks/TwinePeaksQuest_LaunchRocket_D5.TwinePeaksQuest_LaunchRocket_D5'", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [ + { + "questDefinition": "FortQuestItemDefinition'/Game/Quests/TwinePeaks/TwinePeaksQuest_LaunchRocket_D5.TwinePeaksQuest_LaunchRocket_D5'", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + } + } + ], + "xCoordinate": 12, + "yCoordinate": 10, + "missionWeightOverrides": [ + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/MissionGen_LtR_Twine.MissionGen_LtR_Twine_C" + } + ], + "difficultyWeightOverrides": [], + "canBeMissionAlert": false, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "Normal", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheForest/BP_ZT_TheForest.BP_ZT_TheForest_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 10, + "yCoordinate": 9, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "Normal", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheGrasslands/BP_ZT_TheGrasslands.BP_ZT_TheGrasslands_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 9, + "yCoordinate": 9, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheForest/BP_ZT_TheForest.BP_ZT_TheForest_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 8, + "yCoordinate": 9, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "Normal", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheIndustrialPark/BP_ZT_TheIndustrialPark.BP_ZT_TheIndustrialPark_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 7, + "yCoordinate": 9, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "Normal", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheForest/BP_ZT_TheForest.BP_ZT_TheForest_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 7, + "yCoordinate": 8, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "AlwaysActive", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheCity/BP_ZT_TheCity.BP_ZT_TheCity_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 7, + "yCoordinate": 7, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "Normal", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheCity/BP_ZT_TheCity.BP_ZT_TheCity_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 6, + "yCoordinate": 8, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheCity/BP_ZT_TheCity.BP_ZT_TheCity_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 6, + "yCoordinate": 7, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "Normal", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheSuburbs/BP_ZT_TheSuburbs.BP_ZT_TheSuburbs_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 5, + "yCoordinate": 8, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheCity/BP_ZT_TheCity.BP_ZT_TheCity_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 5, + "yCoordinate": 7, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "Normal", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheIndustrialPark/BP_ZT_TheIndustrialPark.BP_ZT_TheIndustrialPark_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 6, + "yCoordinate": 9, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheIndustrialPark/BP_ZT_TheIndustrialPark.BP_ZT_TheIndustrialPark_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 14, + "yCoordinate": 6, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheGrasslands/BP_ZT_TheGrasslands.BP_ZT_TheGrasslands_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 14, + "yCoordinate": 5, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "Normal", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheIndustrialPark/BP_ZT_TheIndustrialPark.BP_ZT_TheIndustrialPark_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 10, + "yCoordinate": 10, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheGrasslands/BP_ZT_TheGrasslands.BP_ZT_TheGrasslands_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 13, + "yCoordinate": 9, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "AlwaysActive", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheCity/BP_ZT_TheCity.BP_ZT_TheCity_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 10, + "yCoordinate": 5, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "Normal", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheIndustrialPark/BP_ZT_TheIndustrialPark.BP_ZT_TheIndustrialPark_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 9, + "yCoordinate": 4, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "Normal", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheCity/BP_ZT_TheCity.BP_ZT_TheCity_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 6, + "yCoordinate": 6, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "Normal", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheIndustrialPark/BP_ZT_TheIndustrialPark.BP_ZT_TheIndustrialPark_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 5, + "yCoordinate": 6, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheSuburbs/BP_ZT_TheSuburbs.BP_ZT_TheSuburbs_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 4, + "yCoordinate": 9, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "Normal", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheSuburbs/BP_ZT_TheSuburbs.BP_ZT_TheSuburbs_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 5, + "yCoordinate": 9, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheGrasslands/BP_ZT_TheGrasslands.BP_ZT_TheGrasslands_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 13, + "yCoordinate": 10, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheForest/BP_ZT_TheForest.BP_ZT_TheForest_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 14, + "yCoordinate": 10, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "Normal", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheIndustrialPark/BP_ZT_TheIndustrialPark.BP_ZT_TheIndustrialPark_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 11, + "yCoordinate": 5, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "Normal", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheForest/BP_ZT_TheForest.BP_ZT_TheForest_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 7, + "yCoordinate": 5, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "AlwaysActive", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheGrasslands/BP_ZT_TheGrasslands.BP_ZT_TheGrasslands_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 8, + "yCoordinate": 5, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "Normal", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheForest/BP_ZT_TheForest.BP_ZT_TheForest_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 8, + "yCoordinate": 4, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "Normal", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheForest/BP_ZT_TheForest.BP_ZT_TheForest_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 12, + "yCoordinate": 4, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheCity/BP_ZT_TheCity.BP_ZT_TheCity_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 13, + "yCoordinate": 4, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheIndustrialPark/BP_ZT_TheIndustrialPark.BP_ZT_TheIndustrialPark_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 13, + "yCoordinate": 3, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheForest/BP_ZT_TheForest.BP_ZT_TheForest_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 14, + "yCoordinate": 4, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheForest/BP_ZT_TheForest.BP_ZT_TheForest_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 9, + "yCoordinate": 10, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "Normal", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheIndustrialPark/BP_ZT_TheIndustrialPark.BP_ZT_TheIndustrialPark_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 11, + "yCoordinate": 10, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheForest/BP_ZT_TheForest.BP_ZT_TheForest_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 12, + "yCoordinate": 11, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheSuburbs/BP_ZT_TheSuburbs.BP_ZT_TheSuburbs_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 10, + "yCoordinate": 11, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheCity/BP_ZT_TheCity.BP_ZT_TheCity_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 11, + "yCoordinate": 11, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "Normal", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheGrasslands/BP_ZT_TheGrasslands.BP_ZT_TheGrasslands_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 9, + "yCoordinate": 3, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "Normal", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheCity/BP_ZT_TheCity.BP_ZT_TheCity_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 10, + "yCoordinate": 4, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "Normal", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheForest/BP_ZT_TheForest.BP_ZT_TheForest_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 10, + "yCoordinate": 3, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheForest/BP_ZT_TheForest.BP_ZT_TheForest_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 11, + "yCoordinate": 2, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheCity/BP_ZT_TheCity.BP_ZT_TheCity_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 10, + "yCoordinate": 2, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "Normal", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheSuburbs/BP_ZT_TheSuburbs.BP_ZT_TheSuburbs_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 9, + "yCoordinate": 2, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "Normal", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheGrasslands/BP_ZT_TheGrasslands.BP_ZT_TheGrasslands_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 8, + "yCoordinate": 3, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "Normal", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheSuburbs/BP_ZT_TheSuburbs.BP_ZT_TheSuburbs_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 8, + "yCoordinate": 2, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheCity/BP_ZT_TheCity.BP_ZT_TheCity_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 7, + "yCoordinate": 2, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheForest/BP_ZT_TheForest.BP_ZT_TheForest_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 7, + "yCoordinate": 3, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "Normal", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheSuburbs/BP_ZT_TheSuburbs.BP_ZT_TheSuburbs_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 7, + "yCoordinate": 4, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "Normal", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheSuburbs/BP_ZT_TheSuburbs.BP_ZT_TheSuburbs_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 6, + "yCoordinate": 4, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheGrasslands/BP_ZT_TheGrasslands.BP_ZT_TheGrasslands_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 5, + "yCoordinate": 3, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "Normal", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheCity/BP_ZT_TheCity.BP_ZT_TheCity_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 6, + "yCoordinate": 5, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "Normal", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheForest/BP_ZT_TheForest.BP_ZT_TheForest_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 5, + "yCoordinate": 4, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheSuburbs/BP_ZT_TheSuburbs.BP_ZT_TheSuburbs_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 5, + "yCoordinate": 5, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheSuburbs/BP_ZT_TheSuburbs.BP_ZT_TheSuburbs_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 4, + "yCoordinate": 6, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheGrasslands/BP_ZT_TheGrasslands.BP_ZT_TheGrasslands_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 4, + "yCoordinate": 8, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "Normal", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheGrasslands/BP_ZT_TheGrasslands.BP_ZT_TheGrasslands_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 6, + "yCoordinate": 10, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheSuburbs/BP_ZT_TheSuburbs.BP_ZT_TheSuburbs_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 7, + "yCoordinate": 10, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheGrasslands/BP_ZT_TheGrasslands.BP_ZT_TheGrasslands_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 8, + "yCoordinate": 10, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheForest/BP_ZT_TheForest.BP_ZT_TheForest_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 14, + "yCoordinate": 11, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheSuburbs/BP_ZT_TheSuburbs.BP_ZT_TheSuburbs_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 13, + "yCoordinate": 11, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheSuburbs/BP_ZT_TheSuburbs.BP_ZT_TheSuburbs_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 12, + "yCoordinate": 12, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "Normal", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheIndustrialPark/BP_ZT_TheIndustrialPark.BP_ZT_TheIndustrialPark_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 11, + "yCoordinate": 4, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheIndustrialPark/BP_ZT_TheIndustrialPark.BP_ZT_TheIndustrialPark_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 11, + "yCoordinate": 3, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheForest/BP_ZT_TheForest.BP_ZT_TheForest_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 12, + "yCoordinate": 3, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheForest/BP_ZT_TheForest.BP_ZT_TheForest_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 12, + "yCoordinate": 2, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheForest/BP_ZT_TheForest.BP_ZT_TheForest_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 13, + "yCoordinate": 2, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheGrasslands/BP_ZT_TheGrasslands.BP_ZT_TheGrasslands_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 6, + "yCoordinate": 3, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheGrasslands/BP_ZT_TheGrasslands.BP_ZT_TheGrasslands_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 6, + "yCoordinate": 2, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheGrasslands/BP_ZT_TheGrasslands.BP_ZT_TheGrasslands_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 5, + "yCoordinate": 2, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheSuburbs/BP_ZT_TheSuburbs.BP_ZT_TheSuburbs_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 4, + "yCoordinate": 3, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheSuburbs/BP_ZT_TheSuburbs.BP_ZT_TheSuburbs_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 4, + "yCoordinate": 4, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheForest/BP_ZT_TheForest.BP_ZT_TheForest_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 3, + "yCoordinate": 3, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheForest/BP_ZT_TheForest.BP_ZT_TheForest_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 3, + "yCoordinate": 4, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheCity/BP_ZT_TheCity.BP_ZT_TheCity_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 4, + "yCoordinate": 5, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheCity/BP_ZT_TheCity.BP_ZT_TheCity_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 3, + "yCoordinate": 5, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheIndustrialPark/BP_ZT_TheIndustrialPark.BP_ZT_TheIndustrialPark_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 4, + "yCoordinate": 7, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheSuburbs/BP_ZT_TheSuburbs.BP_ZT_TheSuburbs_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 3, + "yCoordinate": 6, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheIndustrialPark/BP_ZT_TheIndustrialPark.BP_ZT_TheIndustrialPark_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 10, + "yCoordinate": 12, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheIndustrialPark/BP_ZT_TheIndustrialPark.BP_ZT_TheIndustrialPark_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 11, + "yCoordinate": 12, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheGrasslands/BP_ZT_TheGrasslands.BP_ZT_TheGrasslands_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 9, + "yCoordinate": 11, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheIndustrialPark/BP_ZT_TheIndustrialPark.BP_ZT_TheIndustrialPark_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 8, + "yCoordinate": 11, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheGrasslands/BP_ZT_TheGrasslands.BP_ZT_TheGrasslands_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 7, + "yCoordinate": 11, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheForest/BP_ZT_TheForest.BP_ZT_TheForest_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 6, + "yCoordinate": 11, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheForest/BP_ZT_TheForest.BP_ZT_TheForest_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 5, + "yCoordinate": 10, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheSuburbs/BP_ZT_TheSuburbs.BP_ZT_TheSuburbs_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 4, + "yCoordinate": 10, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheSuburbs/BP_ZT_TheSuburbs.BP_ZT_TheSuburbs_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 3, + "yCoordinate": 9, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheForest/BP_ZT_TheForest.BP_ZT_TheForest_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 3, + "yCoordinate": 7, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheForest/BP_ZT_TheForest.BP_ZT_TheForest_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 3, + "yCoordinate": 8, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheForest/BP_ZT_TheForest.BP_ZT_TheForest_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 2, + "yCoordinate": 8, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheGrasslands/BP_ZT_TheGrasslands.BP_ZT_TheGrasslands_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 2, + "yCoordinate": 7, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheGrasslands/BP_ZT_TheGrasslands.BP_ZT_TheGrasslands_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 5, + "yCoordinate": 11, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheGrasslands/BP_ZT_TheGrasslands.BP_ZT_TheGrasslands_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 6, + "yCoordinate": 12, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheIndustrialPark/BP_ZT_TheIndustrialPark.BP_ZT_TheIndustrialPark_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 12, + "yCoordinate": 13, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheForest/BP_ZT_TheForest.BP_ZT_TheForest_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 11, + "yCoordinate": 13, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheCity/BP_ZT_TheCity.BP_ZT_TheCity_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 15, + "yCoordinate": 5, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheCity/BP_ZT_TheCity.BP_ZT_TheCity_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 15, + "yCoordinate": 4, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheGrasslands/BP_ZT_TheGrasslands.BP_ZT_TheGrasslands_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 16, + "yCoordinate": 4, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheForest/BP_ZT_TheForest.BP_ZT_TheForest_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 16, + "yCoordinate": 5, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheGrasslands/BP_ZT_TheGrasslands.BP_ZT_TheGrasslands_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 16, + "yCoordinate": 3, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheForest/BP_ZT_TheForest.BP_ZT_TheForest_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 15, + "yCoordinate": 3, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheSuburbs/BP_ZT_TheSuburbs.BP_ZT_TheSuburbs_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 14, + "yCoordinate": 3, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheSuburbs/BP_ZT_TheSuburbs.BP_ZT_TheSuburbs_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 14, + "yCoordinate": 2, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheSuburbs/BP_ZT_TheSuburbs.BP_ZT_TheSuburbs_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 15, + "yCoordinate": 2, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheGrasslands/BP_ZT_TheGrasslands.BP_ZT_TheGrasslands_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 11, + "yCoordinate": 1, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheGrasslands/BP_ZT_TheGrasslands.BP_ZT_TheGrasslands_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 10, + "yCoordinate": 1, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheSuburbs/BP_ZT_TheSuburbs.BP_ZT_TheSuburbs_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 11, + "yCoordinate": 0, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheSuburbs/BP_ZT_TheSuburbs.BP_ZT_TheSuburbs_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 10, + "yCoordinate": 0, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheGrasslands/BP_ZT_TheGrasslands.BP_ZT_TheGrasslands_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 9, + "yCoordinate": 1, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheGrasslands/BP_ZT_TheGrasslands.BP_ZT_TheGrasslands_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 8, + "yCoordinate": 1, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheSuburbs/BP_ZT_TheSuburbs.BP_ZT_TheSuburbs_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 7, + "yCoordinate": 1, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheSuburbs/BP_ZT_TheSuburbs.BP_ZT_TheSuburbs_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 6, + "yCoordinate": 1, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheIndustrialPark/BP_ZT_TheIndustrialPark.BP_ZT_TheIndustrialPark_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 5, + "yCoordinate": 1, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheIndustrialPark/BP_ZT_TheIndustrialPark.BP_ZT_TheIndustrialPark_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 4, + "yCoordinate": 2, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheSuburbs/BP_ZT_TheSuburbs.BP_ZT_TheSuburbs_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 4, + "yCoordinate": 1, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheCity/BP_ZT_TheCity.BP_ZT_TheCity_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 2, + "yCoordinate": 4, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + }, + { + "tileType": "NonMission", + "zoneTheme": "/Game/World/ZoneThemes/ZT_TheCity/BP_ZT_TheCity.BP_ZT_TheCity_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 2, + "yCoordinate": 3, + "missionWeightOverrides": [], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + } + ], + "regions": [ + { + "displayName": "PvE_04_Difficulty_05", + "regionTags": { + "gameplayTags": [ + { + "tagName": "Stat.Theater.PvE04.Difficulty05" + } + ] + }, + "tileIndices": [ + 0, + 2, + 3, + 8, + 24, + 25, + 26, + 27, + 39, + 58 + ], + "regionThemeIcon": "None", + "missionData": { + "missionWeights": [ + { + "weight": 0.30000001192092896, + "missionGenerator": "/Game/World/MissionGens/Plankerton/ParentMissionGens/MissionGen_T2_3Gates.MissionGen_T2_3Gates_C" + }, + { + "weight": 0.699999988079071, + "missionGenerator": "/Game/World/MissionGens/Plankerton/ParentMissionGens/MissionGen_T2_4Gates.MissionGen_T2_4Gates_C" + }, + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/Plankerton/ParentMissionGens/MissionGen_T2_RtD.MissionGen_T2_RtD_C" + }, + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/Plankerton/ParentMissionGens/MissionGen_T2_RtL.MissionGen_T2_RtL_C" + }, + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/Plankerton/ParentMissionGens/MissionGen_T2_RtS.MissionGen_T2_RtS_C" + }, + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/Plankerton/ParentMissionGens/MissionGen_T2_DtB.MissionGen_T2_DtB_C" + }, + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/Plankerton/ParentMissionGens/MissionGen_T2_EtSurvivors.MissionGen_T2_EtSurvivors_C" + }, + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/Plankerton/ParentMissionGens/MissionGen_T2_DtE.MissionGen_T2_DtE_C" + }, + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/Plankerton/ParentMissionGens/MissionGen_T2_BuildtheRadarGrid.MissionGen_T2_BuildtheRadarGrid_C" + }, + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/Plankerton/ParentMissionGens/MissionGen_T2_EtShelter.MissionGen_T2_EtShelter_C" + } + ], + "difficultyWeights": [ + { + "weight": 1, + "difficultyInfo": { + "dataTable": "DataTable'/Game/Balance/DataTables/GameDifficultyGrowthBounds.GameDifficultyGrowthBounds'", + "rowName": "Theater_Nightmare_Zone5" + } + } + ], + "numMissionsAvailable": 8, + "numMissionsToChange": 8, + "missionChangeFrequency": 0.5 + }, + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "FortQuestItemDefinition'/Game/Quests/Outpost/OutpostQuest_T4_L5.OutpostQuest_T4_L5'", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + } + }, + { + "displayName": "PvE_04_Difficulty_04", + "regionTags": { + "gameplayTags": [ + { + "tagName": "Stat.Theater.PvE04.Difficulty04" + } + ] + }, + "tileIndices": [ + 1, + 4, + 29, + 30, + 31, + 32, + 34, + 36, + 46, + 80 + ], + "regionThemeIcon": "None", + "missionData": { + "missionWeights": [ + { + "weight": 0.4000000059604645, + "missionGenerator": "/Game/World/MissionGens/Plankerton/ParentMissionGens/MissionGen_T2_3Gates.MissionGen_T2_3Gates_C" + }, + { + "weight": 0.6000000238418579, + "missionGenerator": "/Game/World/MissionGens/Plankerton/ParentMissionGens/MissionGen_T2_4Gates.MissionGen_T2_4Gates_C" + }, + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/Plankerton/ParentMissionGens/MissionGen_T2_RtD.MissionGen_T2_RtD_C" + }, + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/Plankerton/ParentMissionGens/MissionGen_T2_RtL.MissionGen_T2_RtL_C" + }, + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/Plankerton/ParentMissionGens/MissionGen_T2_RtS.MissionGen_T2_RtS_C" + }, + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/Plankerton/ParentMissionGens/MissionGen_T2_DtB.MissionGen_T2_DtB_C" + }, + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/Plankerton/ParentMissionGens/MissionGen_T2_EtSurvivors.MissionGen_T2_EtSurvivors_C" + }, + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/Plankerton/ParentMissionGens/MissionGen_T2_DtE.MissionGen_T2_DtE_C" + }, + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/Plankerton/ParentMissionGens/MissionGen_T2_BuildtheRadarGrid.MissionGen_T2_BuildtheRadarGrid_C" + }, + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/Plankerton/ParentMissionGens/MissionGen_T2_EtShelter.MissionGen_T2_EtShelter_C" + } + ], + "difficultyWeights": [ + { + "weight": 1, + "difficultyInfo": { + "dataTable": "DataTable'/Game/Balance/DataTables/GameDifficultyGrowthBounds.GameDifficultyGrowthBounds'", + "rowName": "Theater_Nightmare_Zone4" + } + } + ], + "numMissionsAvailable": 7, + "numMissionsToChange": 7, + "missionChangeFrequency": 0.5 + }, + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "FortQuestItemDefinition'/Game/Quests/Outpost/OutpostQuest_T4_L4.OutpostQuest_T4_L4'", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + } + }, + { + "displayName": "Outpost", + "regionTags": { + "gameplayTags": [] + }, + "tileIndices": [ + 5 + ], + "regionThemeIcon": "None", + "missionData": { + "missionWeights": [], + "difficultyWeights": [], + "numMissionsAvailable": 0, + "numMissionsToChange": 0, + "missionChangeFrequency": 0 + }, + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + } + }, + { + "displayName": "PvE_04_Difficulty_03", + "regionTags": { + "gameplayTags": [ + { + "tagName": "Stat.Theater.PvE04.Difficulty03" + } + ] + }, + "tileIndices": [ + 6, + 7, + 43, + 44, + 50, + 51, + 72, + 73, + 75, + 76 + ], + "regionThemeIcon": "None", + "missionData": { + "missionWeights": [ + { + "weight": 0.5, + "missionGenerator": "/Game/World/MissionGens/Plankerton/ParentMissionGens/MissionGen_T2_3Gates.MissionGen_T2_3Gates_C" + }, + { + "weight": 0.5, + "missionGenerator": "/Game/World/MissionGens/Plankerton/ParentMissionGens/MissionGen_T2_4Gates.MissionGen_T2_4Gates_C" + }, + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/Plankerton/ParentMissionGens/MissionGen_T2_RtD.MissionGen_T2_RtD_C" + }, + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/Plankerton/ParentMissionGens/MissionGen_T2_RtL.MissionGen_T2_RtL_C" + }, + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/Plankerton/ParentMissionGens/MissionGen_T2_RtS.MissionGen_T2_RtS_C" + }, + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/Plankerton/ParentMissionGens/MissionGen_T2_DtB.MissionGen_T2_DtB_C" + }, + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/Plankerton/ParentMissionGens/MissionGen_T2_EtSurvivors.MissionGen_T2_EtSurvivors_C" + }, + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/Plankerton/ParentMissionGens/MissionGen_T2_DtE.MissionGen_T2_DtE_C" + }, + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/Plankerton/ParentMissionGens/MissionGen_T2_BuildtheRadarGrid.MissionGen_T2_BuildtheRadarGrid_C" + }, + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/Plankerton/ParentMissionGens/MissionGen_T2_EtShelter.MissionGen_T2_EtShelter_C" + } + ], + "difficultyWeights": [ + { + "weight": 1, + "difficultyInfo": { + "dataTable": "DataTable'/Game/Balance/DataTables/GameDifficultyGrowthBounds.GameDifficultyGrowthBounds'", + "rowName": "Theater_Nightmare_Zone3" + } + } + ], + "numMissionsAvailable": 6, + "numMissionsToChange": 6, + "missionChangeFrequency": 0.5 + }, + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "FortQuestItemDefinition'/Game/Quests/Outpost/OutpostQuest_T4_L3.OutpostQuest_T4_L3'", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + } + }, + { + "displayName": "Non Mission", + "regionTags": { + "gameplayTags": [] + }, + "tileIndices": [ + 9, + 19, + 20, + 21, + 22, + 23, + 28, + 33, + 35, + 37, + 38, + 40, + 45, + 47, + 48, + 54, + 55, + 56, + 57, + 59, + 60, + 61, + 65, + 66, + 70, + 71, + 74, + 77, + 78, + 79, + 81, + 82, + 83, + 84, + 85, + 87, + 88, + 89, + 90, + 91, + 92, + 93, + 94, + 95, + 96, + 97, + 98, + 99, + 100, + 101, + 102, + 103, + 104, + 105, + 106, + 107, + 108, + 109, + 110, + 111, + 112, + 113, + 114, + 115, + 116, + 117, + 118, + 119, + 120, + 121, + 122, + 123, + 124, + 125, + 126, + 127, + 128, + 129, + 130, + 131, + 132, + 133, + 134, + 135, + 136, + 137, + 138, + 139, + 140 + ], + "regionThemeIcon": "None", + "missionData": { + "missionWeights": [], + "difficultyWeights": [], + "numMissionsAvailable": 0, + "numMissionsToChange": 0, + "missionChangeFrequency": 0 + }, + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + } + }, + { + "displayName": "Critical Mission", + "regionTags": { + "gameplayTags": [] + }, + "tileIndices": [ + 10 + ], + "regionThemeIcon": "None", + "missionData": { + "missionWeights": [], + "difficultyWeights": [], + "numMissionsAvailable": 0, + "numMissionsToChange": 0, + "missionChangeFrequency": 0 + }, + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + } + }, + { + "displayName": "PvE_04_Difficulty_01", + "regionTags": { + "gameplayTags": [ + { + "tagName": "Stat.Theater.PvE04.Difficulty01" + } + ] + }, + "tileIndices": [ + 11, + 12, + 13, + 15, + 16, + 17, + 18, + 49, + 53, + 86 + ], + "regionThemeIcon": "None", + "missionData": { + "missionWeights": [ + { + "weight": 0.30000001192092896, + "missionGenerator": "/Game/World/MissionGens/Plankerton/ParentMissionGens/MissionGen_T2_2Gates.MissionGen_T2_2Gates_C" + }, + { + "weight": 0.699999988079071, + "missionGenerator": "/Game/World/MissionGens/Plankerton/ParentMissionGens/MissionGen_T2_3Gates.MissionGen_T2_3Gates_C" + }, + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/Plankerton/ParentMissionGens/MissionGen_T2_RtD.MissionGen_T2_RtD_C" + }, + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/Plankerton/ParentMissionGens/MissionGen_T2_RtL.MissionGen_T2_RtL_C" + }, + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/Plankerton/ParentMissionGens/MissionGen_T2_RtS.MissionGen_T2_RtS_C" + }, + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/Plankerton/ParentMissionGens/MissionGen_T2_DtB.MissionGen_T2_DtB_C" + }, + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/Plankerton/ParentMissionGens/MissionGen_T2_EtSurvivors.MissionGen_T2_EtSurvivors_C" + }, + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/Plankerton/ParentMissionGens/MissionGen_T2_DtE.MissionGen_T2_DtE_C" + }, + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/Plankerton/ParentMissionGens/MissionGen_T2_BuildtheRadarGrid.MissionGen_T2_BuildtheRadarGrid_C" + }, + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/Plankerton/ParentMissionGens/MissionGen_T2_EtShelter.MissionGen_T2_EtShelter_C" + } + ], + "difficultyWeights": [ + { + "weight": 1, + "difficultyInfo": { + "dataTable": "DataTable'/Game/Balance/DataTables/GameDifficultyGrowthBounds.GameDifficultyGrowthBounds'", + "rowName": "Theater_Nightmare_Zone1" + } + } + ], + "numMissionsAvailable": 5, + "numMissionsToChange": 5, + "missionChangeFrequency": 0.5 + }, + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "FortQuestItemDefinition'/Game/Quests/Outpost/OutpostQuest_T4_L1.OutpostQuest_T4_L1'", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + } + }, + { + "displayName": "PvE_04_Difficulty_02", + "regionTags": { + "gameplayTags": [ + { + "tagName": "Stat.Theater.PvE04.Difficulty02" + } + ] + }, + "tileIndices": [ + 14, + 41, + 42, + 52, + 62, + 63, + 64, + 67, + 68, + 69 + ], + "regionThemeIcon": "None", + "missionData": { + "missionWeights": [ + { + "weight": 0.10000000149011612, + "missionGenerator": "/Game/World/MissionGens/Plankerton/ParentMissionGens/MissionGen_T2_2Gates.MissionGen_T2_2Gates_C" + }, + { + "weight": 0.44999998807907104, + "missionGenerator": "/Game/World/MissionGens/Plankerton/ParentMissionGens/MissionGen_T2_3Gates.MissionGen_T2_3Gates_C" + }, + { + "weight": 0.44999998807907104, + "missionGenerator": "/Game/World/MissionGens/Plankerton/ParentMissionGens/MissionGen_T2_4Gates.MissionGen_T2_4Gates_C" + }, + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/Plankerton/ParentMissionGens/MissionGen_T2_RtD.MissionGen_T2_RtD_C" + }, + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/Plankerton/ParentMissionGens/MissionGen_T2_RtL.MissionGen_T2_RtL_C" + }, + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/Plankerton/ParentMissionGens/MissionGen_T2_EtShelter.MissionGen_T2_EtShelter_C" + }, + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/Plankerton/ParentMissionGens/MissionGen_T2_DtB.MissionGen_T2_DtB_C" + }, + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/Plankerton/ParentMissionGens/MissionGen_T2_EtSurvivors.MissionGen_T2_EtSurvivors_C" + }, + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/Plankerton/ParentMissionGens/MissionGen_T2_DtE.MissionGen_T2_DtE_C" + }, + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/Plankerton/ParentMissionGens/MissionGen_T2_BuildtheRadarGrid.MissionGen_T2_BuildtheRadarGrid_C" + }, + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/Plankerton/ParentMissionGens/MissionGen_T2_RtS.MissionGen_T2_RtS_C" + } + ], + "difficultyWeights": [ + { + "weight": 1, + "difficultyInfo": { + "dataTable": "DataTable'/Game/Balance/DataTables/GameDifficultyGrowthBounds.GameDifficultyGrowthBounds'", + "rowName": "Theater_Nightmare_Zone2" + } + } + ], + "numMissionsAvailable": 5, + "numMissionsToChange": 5, + "missionChangeFrequency": 0.5 + }, + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "FortQuestItemDefinition'/Game/Quests/Outpost/OutpostQuest_T4_L2.OutpostQuest_T4_L2'", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + } + } + ] + }, + { + "displayName": "Stonewood", + "uniqueId": "8633333E41A86F67F78EAEAF25BF4735", + "theaterSlot": 0, + "bIsTestTheater": false, + "description": "", + "runtimeInfo": { + "theaterType": "Tutorial", + "theaterTags": { + "gameplayTags": [] + }, + "theaterVisibilityRequirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "worldMapPinClass": "BlueprintGeneratedClass'/Game/Environments/WorldMap/Blueprints/WM_PinEasy.WM_PinEasy_C'", + "theaterImage": "Texture2D'/Game/UI/Icons/Icon-TheaterDifficulty-_normal_.Icon-TheaterDifficulty-_normal_'", + "theaterImages": { + "brush_XXS": { + "imageSize": { + "x": 32, + "y": 32 + }, + "drawAs": "Image", + "margin": { + "left": 0, + "top": 0, + "right": 0, + "bottom": 0 + }, + "tintColor": { + "specifiedColor": { + "r": 1, + "g": 1, + "b": 1, + "a": 1 + }, + "colorUseRule": "UseColor_Specified" + }, + "tiling": "NoTile", + "mirroring": "NoMirror", + "imageType": "NoImage", + "resourceObject": "None", + "resourceName": "None", + "bIsDynamicallyLoaded": false, + "uVRegion": { + "min": { + "x": 0, + "y": 0 + }, + "max": { + "x": 0, + "y": 0 + }, + "isValid": 0 + } + }, + "brush_XS": { + "imageSize": { + "x": 32, + "y": 32 + }, + "drawAs": "Image", + "margin": { + "left": 0, + "top": 0, + "right": 0, + "bottom": 0 + }, + "tintColor": { + "specifiedColor": { + "r": 1, + "g": 1, + "b": 1, + "a": 1 + }, + "colorUseRule": "UseColor_Specified" + }, + "tiling": "NoTile", + "mirroring": "NoMirror", + "imageType": "NoImage", + "resourceObject": "None", + "resourceName": "None", + "bIsDynamicallyLoaded": false, + "uVRegion": { + "min": { + "x": 0, + "y": 0 + }, + "max": { + "x": 0, + "y": 0 + }, + "isValid": 0 + } + }, + "brush_S": { + "imageSize": { + "x": 32, + "y": 32 + }, + "drawAs": "Image", + "margin": { + "left": 0, + "top": 0, + "right": 0, + "bottom": 0 + }, + "tintColor": { + "specifiedColor": { + "r": 1, + "g": 1, + "b": 1, + "a": 1 + }, + "colorUseRule": "UseColor_Specified" + }, + "tiling": "NoTile", + "mirroring": "NoMirror", + "imageType": "NoImage", + "resourceObject": "None", + "resourceName": "None", + "bIsDynamicallyLoaded": false, + "uVRegion": { + "min": { + "x": 0, + "y": 0 + }, + "max": { + "x": 0, + "y": 0 + }, + "isValid": 0 + } + }, + "brush_M": { + "imageSize": { + "x": 32, + "y": 32 + }, + "drawAs": "Image", + "margin": { + "left": 0, + "top": 0, + "right": 0, + "bottom": 0 + }, + "tintColor": { + "specifiedColor": { + "r": 1, + "g": 1, + "b": 1, + "a": 1 + }, + "colorUseRule": "UseColor_Specified" + }, + "tiling": "NoTile", + "mirroring": "NoMirror", + "imageType": "NoImage", + "resourceObject": "None", + "resourceName": "None", + "bIsDynamicallyLoaded": false, + "uVRegion": { + "min": { + "x": 0, + "y": 0 + }, + "max": { + "x": 0, + "y": 0 + }, + "isValid": 0 + } + }, + "brush_L": { + "imageSize": { + "x": 32, + "y": 32 + }, + "drawAs": "Image", + "margin": { + "left": 0, + "top": 0, + "right": 0, + "bottom": 0 + }, + "tintColor": { + "specifiedColor": { + "r": 1, + "g": 1, + "b": 1, + "a": 1 + }, + "colorUseRule": "UseColor_Specified" + }, + "tiling": "NoTile", + "mirroring": "NoMirror", + "imageType": "NoImage", + "resourceObject": "None", + "resourceName": "None", + "bIsDynamicallyLoaded": false, + "uVRegion": { + "min": { + "x": 0, + "y": 0 + }, + "max": { + "x": 0, + "y": 0 + }, + "isValid": 0 + } + }, + "brush_XL": { + "imageSize": { + "x": 32, + "y": 32 + }, + "drawAs": "Image", + "margin": { + "left": 0, + "top": 0, + "right": 0, + "bottom": 0 + }, + "tintColor": { + "specifiedColor": { + "r": 1, + "g": 1, + "b": 1, + "a": 1 + }, + "colorUseRule": "UseColor_Specified" + }, + "tiling": "NoTile", + "mirroring": "NoMirror", + "imageType": "NoImage", + "resourceObject": "None", + "resourceName": "None", + "bIsDynamicallyLoaded": false, + "uVRegion": { + "min": { + "x": 0, + "y": 0 + }, + "max": { + "x": 0, + "y": 0 + }, + "isValid": 0 + } + } + }, + "theaterColorInfo": { + "bUseDifficultyToDetermineColor": false, + "color": { + "specifiedColor": { + "r": 0.4969330132007599, + "g": 1, + "b": 0.01298299990594387, + "a": 1 + }, + "colorUseRule": "UseColor_Specified" + } + }, + "socket": "Onboarding_Gate", + "missionAlertRequirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + } + }, + "tiles": [ + { + "tileType": "AlwaysActive", + "zoneTheme": "/Game/World/ZoneThemes/Onboarding/ZT_OnboardingFort/BP_ZT_Onboarding_Fort.BP_ZT_Onboarding_Fort_C", + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + }, + "linkedQuests": [], + "xCoordinate": 2, + "yCoordinate": 1, + "missionWeightOverrides": [ + { + "weight": 1, + "missionGenerator": "/Game/World/MissionGens/MissionGen_Onboarding_Fort.MissionGen_Onboarding_Fort_C" + } + ], + "difficultyWeightOverrides": [], + "canBeMissionAlert": true, + "tileTags": { + "gameplayTags": [] + } + } + ], + "regions": [ + { + "displayName": "Rural Region", + "regionTags": { + "gameplayTags": [] + }, + "tileIndices": [ + 0 + ], + "regionThemeIcon": "None", + "missionData": { + "missionWeights": [], + "difficultyWeights": [], + "numMissionsAvailable": 0, + "numMissionsToChange": 0, + "missionChangeFrequency": 0 + }, + "requirements": { + "commanderLevel": 0, + "personalPowerRating": 0, + "partyPowerRating": 0, + "activeQuestDefinition": "None", + "questDefinition": "None", + "objectiveStatHandle": { + "dataTable": "None", + "rowName": "None" + }, + "itemDefinition": "None" + } + } + ] + } + ], + "missions": [ + { + "theaterId": "33A2311D4AE64B361CCE27BC9F313C8B", + "availableMissions": [ + { + "missionGuid": "f0f99052-6e14-4d86-973d-8fd113e21408", + "missionRewards": { + "tierGroupName": "Mission_Select_T03", + "items": [ + { + "itemType": "CardPack:zcp_heroxp_t03", + "quantity": 1 + }, + { + "itemType": "CardPack:zcp_personnelxp_t03", + "quantity": 1 + } + ] + }, + "missionGenerator": "/Game/World/MissionGens/MissionGen_T1_MT_LtB.MissionGen_T1_MT_LtB_C", + "missionDifficultyInfo": { + "dataTable": "DataTable'/Game/Balance/DataTables/GameDifficultyGrowthBounds.GameDifficultyGrowthBounds'", + "rowName": "Theater_Start_Zone3" + }, + "tileIndex": 86, + "availableUntil": "2017-07-22T04:19:45.000Z" + }, + { + "missionGuid": "798f5765-16f3-4833-a540-3dc3f8797c4a", + "missionRewards": { + "tierGroupName": "Mission_Select_T05", + "items": [ + { + "itemType": "CardPack:zcp_schematicxp_t05", + "quantity": 1 + }, + { + "itemType": "CardPack:zcp_reagent_c_t01_verylow", + "quantity": 1 + } + ] + }, + "missionGenerator": "/Game/World/MissionGens/MissionGen_T1_VHT_LtR.MissionGen_T1_VHT_LtR_C", + "missionDifficultyInfo": { + "dataTable": "DataTable'/Game/Balance/DataTables/GameDifficultyGrowthBounds.GameDifficultyGrowthBounds'", + "rowName": "Theater_Start_Zone5" + }, + "tileIndex": 8, + "availableUntil": "2017-07-22T04:19:45.000Z" + }, + { + "missionGuid": "3e99d8c0-e60f-48b1-8785-138c48bff1aa", + "missionRewards": { + "tierGroupName": "Mission_Select_T05", + "items": [ + { + "itemType": "CardPack:zcp_heroxp_t05", + "quantity": 1 + }, + { + "itemType": "CardPack:zcp_ore_silver_minimal", + "quantity": 1 + } + ] + }, + "missionGenerator": "/Game/World/MissionGens/MissionGen_T1_VHT_LtB.MissionGen_T1_VHT_LtB_C", + "missionDifficultyInfo": { + "dataTable": "DataTable'/Game/Balance/DataTables/GameDifficultyGrowthBounds.GameDifficultyGrowthBounds'", + "rowName": "Theater_Start_Zone5" + }, + "tileIndex": 45, + "availableUntil": "2017-07-22T04:19:45.000Z" + }, + { + "missionGuid": "21567023-9e59-4166-bf09-a1e58beec0a9", + "missionRewards": { + "tierGroupName": "Mission_Select_T01", + "items": [ + { + "itemType": "CardPack:zcp_heroxp_t01", + "quantity": 1 + }, + { + "itemType": "CardPack:zcp_personnelxp_t01", + "quantity": 1 + } + ] + }, + "missionGenerator": "/Game/World/MissionGens/MissionGen_1GateNoBonus.MissionGen_1GateNoBonus_C", + "missionDifficultyInfo": { + "dataTable": "DataTable'/Game/Balance/DataTables/GameDifficultyGrowthBounds.GameDifficultyGrowthBounds'", + "rowName": "Theater_Start_Zone1" + }, + "tileIndex": 65, + "availableUntil": "2017-07-22T04:19:45.000Z" + }, + { + "missionGuid": "226c0c48-7274-4c8b-8e6e-248028dcfb8f", + "missionRewards": { + "tierGroupName": "Mission_Select_T04", + "items": [ + { + "itemType": "CardPack:zcp_schematicxp_t04", + "quantity": 1 + }, + { + "itemType": "CardPack:zcp_reagent_c_t01_verylow", + "quantity": 1 + } + ] + }, + "missionGenerator": "/Game/World/MissionGens/MissionGen_BuildtheRadarGrid.MissionGen_BuildtheRadarGrid_C", + "missionDifficultyInfo": { + "dataTable": "DataTable'/Game/Balance/DataTables/GameDifficultyGrowthBounds.GameDifficultyGrowthBounds'", + "rowName": "Theater_Start_Zone4" + }, + "tileIndex": 0, + "availableUntil": "2017-07-22T04:19:45.000Z" + }, + { + "missionGuid": "04984fe9-ffac-4436-9983-60489353081b", + "missionRewards": { + "tierGroupName": "Mission_Select_T04", + "items": [ + { + "itemType": "CardPack:zcp_personnelxp_t04", + "quantity": 1 + }, + { + "itemType": "CardPack:zcp_personnelxp_t04", + "quantity": 1 + } + ] + }, + "missionGenerator": "/Game/World/MissionGens/MissionGen_T1_HT_RtD.MissionGen_T1_HT_RtD_C", + "missionDifficultyInfo": { + "dataTable": "DataTable'/Game/Balance/DataTables/GameDifficultyGrowthBounds.GameDifficultyGrowthBounds'", + "rowName": "Theater_Start_Zone4" + }, + "tileIndex": 14, + "availableUntil": "2017-07-22T04:19:45.000Z" + }, + { + "missionGuid": "659bd0b7-89fc-4779-ad46-b9876c1c165c", + "missionRewards": { + "tierGroupName": "Mission_Select_T04", + "items": [ + { + "itemType": "CardPack:zcp_personnelxp_t04", + "quantity": 1 + }, + { + "itemType": "CardPack:zcp_reagent_c_t01_verylow", + "quantity": 1 + } + ] + }, + "missionGenerator": "/Game/World/MissionGens/MissionGen_T1_HT_LtB.MissionGen_T1_HT_LtB_C", + "missionDifficultyInfo": { + "dataTable": "DataTable'/Game/Balance/DataTables/GameDifficultyGrowthBounds.GameDifficultyGrowthBounds'", + "rowName": "Theater_Start_Zone4" + }, + "tileIndex": 18, + "availableUntil": "2017-07-22T04:19:45.000Z" + }, + { + "missionGuid": "1f6ed0b4-cf4f-45ed-bc96-798995c5d2a6", + "missionRewards": { + "tierGroupName": "Mission_Select_T04", + "items": [ + { + "itemType": "CardPack:zcp_personnelxp_t04", + "quantity": 1 + }, + { + "itemType": "CardPack:zcp_heroxp_t04", + "quantity": 1 + } + ] + }, + "missionGenerator": "/Game/World/MissionGens/MissionGen_T1_HT_Cat1FtS.MissionGen_T1_HT_Cat1FtS_C", + "missionDifficultyInfo": { + "dataTable": "DataTable'/Game/Balance/DataTables/GameDifficultyGrowthBounds.GameDifficultyGrowthBounds'", + "rowName": "Theater_Start_Zone4" + }, + "tileIndex": 20, + "availableUntil": "2017-07-22T04:19:45.000Z" + }, + { + "missionGuid": "d95970e9-e1f3-4265-886d-26968535912d", + "missionRewards": { + "tierGroupName": "Mission_Select_T05", + "items": [ + { + "itemType": "CardPack:zcp_heroxp_t05", + "quantity": 1 + }, + { + "itemType": "CardPack:zcp_heroxp_t05", + "quantity": 1 + } + ] + }, + "missionGenerator": "/Game/World/MissionGens/MissionGen_T1_HT_LtB.MissionGen_T1_HT_LtB_C", + "missionDifficultyInfo": { + "dataTable": "DataTable'/Game/Balance/DataTables/GameDifficultyGrowthBounds.GameDifficultyGrowthBounds'", + "rowName": "Theater_Start_Zone5" + }, + "tileIndex": 1, + "availableUntil": "2017-07-22T04:19:45.000Z" + }, + { + "missionGuid": "2bb32850-fa9a-4556-bf2a-952f2e0ddb2c", + "missionRewards": { + "tierGroupName": "Mission_Select_T02", + "items": [ + { + "itemType": "CardPack:zcp_heroxp_t02", + "quantity": 1 + }, + { + "itemType": "CardPack:zcp_personnelxp_t02", + "quantity": 1 + } + ] + }, + "missionGenerator": "/Game/World/MissionGens/MissionGen_T1_LT_LtB.MissionGen_T1_LT_LtB_C", + "missionDifficultyInfo": { + "dataTable": "DataTable'/Game/Balance/DataTables/GameDifficultyGrowthBounds.GameDifficultyGrowthBounds'", + "rowName": "Theater_Start_Zone2" + }, + "tileIndex": 3, + "availableUntil": "2017-07-22T04:19:45.000Z" + }, + { + "missionGuid": "758974d4-3979-439f-88d0-58264f075abb", + "missionRewards": { + "tierGroupName": "Mission_Select_T02", + "items": [ + { + "itemType": "CardPack:zcp_heroxp_t02", + "quantity": 1 + }, + { + "itemType": "CardPack:zcp_schematicxp_t02", + "quantity": 1 + } + ] + }, + "missionGenerator": "/Game/World/MissionGens/MissionGen_RetrieveTheData_NoSecondary.MissionGen_RetrieveTheData_NoSecondary_C", + "missionDifficultyInfo": { + "dataTable": "DataTable'/Game/Balance/DataTables/GameDifficultyGrowthBounds.GameDifficultyGrowthBounds'", + "rowName": "Theater_Start_Zone2" + }, + "tileIndex": 29, + "availableUntil": "2017-07-22T04:19:45.000Z" + }, + { + "missionGuid": "b32326e5-381a-4f08-8709-65bd1f1152ae", + "missionRewards": { + "tierGroupName": "Mission_Select_T02", + "items": [ + { + "itemType": "CardPack:zcp_heroxp_t02", + "quantity": 1 + }, + { + "itemType": "CardPack:zcp_schematicxp_t02", + "quantity": 1 + } + ] + }, + "missionGenerator": "/Game/World/MissionGens/MissionGen_T1_LT_Cat1FtS.MissionGen_T1_LT_Cat1FtS_C", + "missionDifficultyInfo": { + "dataTable": "DataTable'/Game/Balance/DataTables/GameDifficultyGrowthBounds.GameDifficultyGrowthBounds'", + "rowName": "Theater_Start_Zone2" + }, + "tileIndex": 38, + "availableUntil": "2017-07-22T04:19:45.000Z" + }, + { + "missionGuid": "3344af9d-4edf-4c28-a71c-16709b5994ca", + "missionRewards": { + "tierGroupName": "Mission_Select_T05", + "items": [ + { + "itemType": "CardPack:zcp_personnelxp_t05", + "quantity": 1 + }, + { + "itemType": "CardPack:zcp_ore_silver_minimal", + "quantity": 1 + } + ] + }, + "missionGenerator": "/Game/World/MissionGens/MissionGen_T1_VHT_LtB.MissionGen_T1_VHT_LtB_C", + "missionDifficultyInfo": { + "dataTable": "DataTable'/Game/Balance/DataTables/GameDifficultyGrowthBounds.GameDifficultyGrowthBounds'", + "rowName": "Theater_Start_Zone5" + }, + "tileIndex": 21, + "availableUntil": "2017-07-22T04:19:45.000Z" + }, + { + "missionGuid": "773310bd-2604-41e4-8e19-da5ff4b77d71", + "missionRewards": { + "tierGroupName": "Mission_Select_T05", + "items": [ + { + "itemType": "CardPack:zcp_heroxp_t05", + "quantity": 1 + }, + { + "itemType": "CardPack:zcp_personnelxp_t05", + "quantity": 1 + } + ] + }, + "missionGenerator": "/Game/World/MissionGens/MissionGen_T1_VHT_EvacuateTheSurvivors.MissionGen_T1_VHT_EvacuateTheSurvivors_C", + "missionDifficultyInfo": { + "dataTable": "DataTable'/Game/Balance/DataTables/GameDifficultyGrowthBounds.GameDifficultyGrowthBounds'", + "rowName": "Theater_Start_Zone5" + }, + "tileIndex": 22, + "availableUntil": "9999-12-31T23:59:59.999Z" + }, + { + "missionGuid": "0f0409fc-c66d-4d39-887a-f71478e3d2a7", + "missionRewards": { + "tierGroupName": "Mission_Select_T05", + "items": [ + { + "itemType": "CardPack:zcp_personnelxp_t05", + "quantity": 1 + }, + { + "itemType": "CardPack:zcp_schematicxp_t05", + "quantity": 1 + } + ] + }, + "missionGenerator": "/Game/World/MissionGens/MissionGen_DestroyTheEncampments.MissionGen_DestroyTheEncampments_C", + "missionDifficultyInfo": { + "dataTable": "DataTable'/Game/Balance/DataTables/GameDifficultyGrowthBounds.GameDifficultyGrowthBounds'", + "rowName": "Theater_Start_Zone5" + }, + "tileIndex": 23, + "availableUntil": "9999-12-31T23:59:59.999Z" + }, + { + "missionGuid": "5b36a004-f347-4af4-bb88-693c0116c7d3", + "missionRewards": { + "tierGroupName": "Mission_Select_T05", + "items": [ + { + "itemType": "CardPack:zcp_personnelxp_t05", + "quantity": 1 + }, + { + "itemType": "CardPack:zcp_reagent_c_t01_verylow", + "quantity": 1 + } + ] + }, + "missionGenerator": "/Game/World/MissionGens/MissionGen_T1_VHT_EvacuateTheSurvivors.MissionGen_T1_VHT_EvacuateTheSurvivors_C", + "missionDifficultyInfo": { + "dataTable": "DataTable'/Game/Balance/DataTables/GameDifficultyGrowthBounds.GameDifficultyGrowthBounds'", + "rowName": "Theater_Start_Zone5" + }, + "tileIndex": 24, + "availableUntil": "2017-07-22T04:19:45.000Z" + }, + { + "missionGuid": "2cb32da3-529b-4bd9-bc99-a6c981c75ce8", + "missionRewards": { + "tierGroupName": "Mission_Select_T06", + "items": [ + { + "itemType": "CardPack:zcp_heroxp_t06", + "quantity": 1 + }, + { + "itemType": "CardPack:zcp_personnelxp_t06", + "quantity": 1 + } + ] + }, + "missionGenerator": "/Game/World/MissionGens/MissionGen_T1_VHT_LtB.MissionGen_T1_VHT_LtB_C", + "missionDifficultyInfo": { + "dataTable": "DataTable'/Game/Balance/DataTables/GameDifficultyGrowthBounds.GameDifficultyGrowthBounds'", + "rowName": "Theater_Normal_Zone1" + }, + "tileIndex": 12, + "availableUntil": "2017-07-22T04:19:45.000Z" + }, + { + "missionGuid": "80f3add7-9c74-4810-a816-fd44af4be546", + "missionRewards": { + "tierGroupName": "Mission_Select_T06", + "items": [ + { + "itemType": "CardPack:zcp_heroxp_t06", + "quantity": 1 + }, + { + "itemType": "CardPack:zcp_ore_silver_verylow", + "quantity": 1 + } + ] + }, + "missionGenerator": "/Game/World/MissionGens/MissionGen_T1_VHT_RtD.MissionGen_T1_VHT_RtD_C", + "missionDifficultyInfo": { + "dataTable": "DataTable'/Game/Balance/DataTables/GameDifficultyGrowthBounds.GameDifficultyGrowthBounds'", + "rowName": "Theater_Normal_Zone1" + }, + "tileIndex": 30, + "availableUntil": "2017-07-22T04:19:45.000Z" + }, + { + "missionGuid": "672bda67-fbe4-43ba-af14-ccf6d6bbb432", + "missionRewards": { + "tierGroupName": "Mission_Select_T04", + "items": [ + { + "itemType": "CardPack:zcp_heroxp_t04", + "quantity": 1 + }, + { + "itemType": "CardPack:zcp_reagent_c_t01_verylow", + "quantity": 1 + } + ] + }, + "missionGenerator": "/Game/World/MissionGens/MissionGen_T1_MT_RtD.MissionGen_T1_MT_RtD_C", + "missionDifficultyInfo": { + "dataTable": "DataTable'/Game/Balance/DataTables/GameDifficultyGrowthBounds.GameDifficultyGrowthBounds'", + "rowName": "Theater_Start_Zone4" + }, + "tileIndex": 16, + "availableUntil": "2017-07-22T04:19:45.000Z" + }, + { + "missionGuid": "560db042-7ac6-4eba-abd2-b21a97449772", + "missionRewards": { + "tierGroupName": "Mission_Select_T03", + "items": [ + { + "itemType": "CardPack:zcp_heroxp_t03", + "quantity": 1 + }, + { + "itemType": "CardPack:zcp_heroxp_t03", + "quantity": 1 + } + ] + }, + "missionGenerator": "/Game/World/MissionGens/MissionGen_T1_MT_Cat1FtS.MissionGen_T1_MT_Cat1FtS_C", + "missionDifficultyInfo": { + "dataTable": "DataTable'/Game/Balance/DataTables/GameDifficultyGrowthBounds.GameDifficultyGrowthBounds'", + "rowName": "Theater_Start_Zone3" + }, + "tileIndex": 17, + "availableUntil": "2017-07-22T04:19:45.000Z" + }, + { + "missionGuid": "1d2881a3-ce24-4be0-8765-758537087f25", + "missionRewards": { + "tierGroupName": "Mission_Select_T03", + "items": [ + { + "itemType": "CardPack:zcp_schematicxp_t03", + "quantity": 1 + }, + { + "itemType": "CardPack:zcp_crystal_quartz_low", + "quantity": 1 + } + ] + }, + "missionGenerator": "/Game/World/MissionGens/MissionGen_T1_MT_RtD.MissionGen_T1_MT_RtD_C", + "missionDifficultyInfo": { + "dataTable": "DataTable'/Game/Balance/DataTables/GameDifficultyGrowthBounds.GameDifficultyGrowthBounds'", + "rowName": "Theater_Start_Zone3" + }, + "tileIndex": 19, + "availableUntil": "9999-12-31T23:59:59.999Z" + }, + { + "missionGuid": "51f97106-ad84-45e4-a24b-91236a2fcf4c", + "missionRewards": { + "tierGroupName": "Mission_Select_T03", + "items": [ + { + "itemType": "CardPack:zcp_heroxp_t03", + "quantity": 1 + }, + { + "itemType": "CardPack:zcp_personnelxp_t03", + "quantity": 1 + } + ] + }, + "missionGenerator": "/Game/World/MissionGens/MissionGen_EvacuateTheSurvivors.MissionGen_EvacuateTheSurvivors_C", + "missionDifficultyInfo": { + "dataTable": "DataTable'/Game/Balance/DataTables/GameDifficultyGrowthBounds.GameDifficultyGrowthBounds'", + "rowName": "Theater_Start_Zone3" + }, + "tileIndex": 37, + "availableUntil": "2017-07-22T04:19:45.000Z" + }, + { + "missionGuid": "9dbdb9dd-3c0e-42c0-959f-e6db979df419", + "missionRewards": { + "tierGroupName": "Mission_Select_T01", + "items": [ + { + "itemType": "CardPack:zcp_heroxp_t01", + "quantity": 1 + }, + { + "itemType": "CardPack:zcp_schematicxp_t01", + "quantity": 1 + } + ] + }, + "missionGenerator": "/Game/World/MissionGens/MissionGen_1Gate_VLT.MissionGen_1Gate_VLT_C", + "missionDifficultyInfo": { + "dataTable": "DataTable'/Game/Balance/DataTables/GameDifficultyGrowthBounds.GameDifficultyGrowthBounds'", + "rowName": "Theater_Start_Zone1" + }, + "tileIndex": 28, + "availableUntil": "2017-07-22T04:19:45.000Z" + }, + { + "missionGuid": "3f9a2279-3aaf-4a05-9559-f1f1bfaeab84", + "missionRewards": { + "tierGroupName": "Mission_Select_T01", + "items": [ + { + "itemType": "CardPack:zcp_heroxp_t01", + "quantity": 1 + }, + { + "itemType": "CardPack:zcp_personnelxp_t01", + "quantity": 1 + } + ] + }, + "missionGenerator": "/Game/World/MissionGens/MissionGen_LaunchTheBalloon_NoSecondary.MissionGen_LaunchTheBalloon_NoSecondary_C", + "missionDifficultyInfo": { + "dataTable": "DataTable'/Game/Balance/DataTables/GameDifficultyGrowthBounds.GameDifficultyGrowthBounds'", + "rowName": "Theater_Start_Zone1" + }, + "tileIndex": 61, + "availableUntil": "9999-12-31T23:59:59.999Z" + }, + { + "missionGuid": "79856d10-4c4a-4b46-9ad4-fbc29597575c", + "missionRewards": { + "tierGroupName": "Outpost_Select_Theater1", + "items": [ + { + "itemType": "CardPack:zcp_voucher_basicpack", + "quantity": 1 + }, + { + "itemType": "CardPack:zcp_heroxp_outpost_theater1", + "quantity": 1 + } + ] + }, + "bonusMissionRewards": { + "tierGroupName": "Outpost_Select_Bonus_Theater1", + "items": [ + { + "itemType": "CardPack:zcp_personnelxp_t03", + "quantity": 1 + } + ] + }, + "missionGenerator": "/Game/World/MissionGens/MissionGen_TheOutpost_PvE_01.MissionGen_TheOutpost_PvE_01_C", + "missionDifficultyInfo": { + "dataTable": "DataTable'/Game/Balance/DataTables/GameDifficultyGrowthBounds.GameDifficultyGrowthBounds'", + "rowName": "Theater_Start_Outpost1" + }, + "tileIndex": 64, + "availableUntil": "2017-07-22T04:19:45.000Z" + } + ], + "nextRefresh": "2017-07-22T04:19:45.000Z" + }, + { + "theaterId": "D477605B4FA48648107B649CE97FCF27", + "availableMissions": [ + { + "missionGuid": "1fc8ab75-ff67-4113-8b58-8e1511aaacb9", + "missionRewards": { + "tierGroupName": "Mission_Select_T07", + "items": [ + { + "itemType": "CardPack:zcp_heroxp_t07", + "quantity": 1 + }, + { + "itemType": "CardPack:zcp_schematicxp_t07", + "quantity": 1 + } + ] + }, + "missionGenerator": "/Game/World/MissionGens/Plankerton/Region_2/MissionGen_T2_R2_RtS_Tutorial.MissionGen_T2_R2_RtS_Tutorial_C", + "missionDifficultyInfo": { + "dataTable": "DataTable'/Game/Balance/DataTables/GameDifficultyGrowthBounds.GameDifficultyGrowthBounds'", + "rowName": "Theater_Normal_Zone2" + }, + "tileIndex": 8, + "availableUntil": "9999-12-31T23:59:59.999Z" + }, + { + "missionGuid": "340e3dac-b3e2-498f-ad50-fa3c572fa2d0", + "missionRewards": { + "tierGroupName": "Mission_Select_T09", + "items": [ + { + "itemType": "CardPack:zcp_schematicxp_t09", + "quantity": 1 + }, + { + "itemType": "CardPack:zcp_personnelxp_t09", + "quantity": 1 + } + ] + }, + "missionGenerator": "/Game/World/MissionGens/Plankerton/Region_3/MissionGen_T2_R3_RtS.MissionGen_T2_R3_RtS_C", + "missionDifficultyInfo": { + "dataTable": "DataTable'/Game/Balance/DataTables/GameDifficultyGrowthBounds.GameDifficultyGrowthBounds'", + "rowName": "Theater_Normal_Zone4" + }, + "tileIndex": 44, + "availableUntil": "2017-07-22T04:19:45.000Z" + }, + { + "missionGuid": "bde3d898-d4e8-409b-bcba-4a3f6a104b2d", + "missionRewards": { + "tierGroupName": "Mission_Select_T06", + "items": [ + { + "itemType": "CardPack:zcp_personnelxp_t06", + "quantity": 1 + }, + { + "itemType": "CardPack:zcp_personnelxp_t06", + "quantity": 1 + } + ] + }, + "missionGenerator": "/Game/World/MissionGens/Plankerton/Region_1/MissionGen_T2_R1_RtL.MissionGen_T2_R1_RtL_C", + "missionDifficultyInfo": { + "dataTable": "DataTable'/Game/Balance/DataTables/GameDifficultyGrowthBounds.GameDifficultyGrowthBounds'", + "rowName": "Theater_Normal_Zone1" + }, + "tileIndex": 1, + "availableUntil": "9999-12-31T23:59:59.999Z" + }, + { + "missionGuid": "a25df424-65e6-4071-a63b-177066008262", + "missionRewards": { + "tierGroupName": "Mission_Select_T06", + "items": [ + { + "itemType": "CardPack:zcp_heroxp_t06", + "quantity": 1 + }, + { + "itemType": "CardPack:zcp_heroxp_t06", + "quantity": 1 + } + ] + }, + "missionGenerator": "/Game/World/MissionGens/Plankerton/Region_1/MissionGen_T2_R1_RtL.MissionGen_T2_R1_RtL_C", + "missionDifficultyInfo": { + "dataTable": "DataTable'/Game/Balance/DataTables/GameDifficultyGrowthBounds.GameDifficultyGrowthBounds'", + "rowName": "Theater_Normal_Zone1" + }, + "tileIndex": 7, + "availableUntil": "9999-12-31T23:59:59.999Z" + }, + { + "missionGuid": "720d8dd4-cfcc-4452-9da7-1d32f02f374f", + "missionRewards": { + "tierGroupName": "Mission_Select_T09", + "items": [ + { + "itemType": "CardPack:zcp_personnelxp_t09", + "quantity": 1 + }, + { + "itemType": "CardPack:zcp_reagent_c_t01_low", + "quantity": 1 + } + ] + }, + "missionGenerator": "/Game/World/MissionGens/Plankerton/Region_3/MissionGen_T2_R3_RtD.MissionGen_T2_R3_RtD_C", + "missionDifficultyInfo": { + "dataTable": "DataTable'/Game/Balance/DataTables/GameDifficultyGrowthBounds.GameDifficultyGrowthBounds'", + "rowName": "Theater_Normal_Zone4" + }, + "tileIndex": 21, + "availableUntil": "2017-07-22T04:19:45.000Z" + }, + { + "missionGuid": "1ca201fd-720e-4c6c-b963-57ef181c315d", + "missionRewards": { + "tierGroupName": "Mission_Select_T08", + "items": [ + { + "itemType": "CardPack:zcp_schematicxp_t08", + "quantity": 1 + }, + { + "itemType": "CardPack:zcp_schematicxp_t08", + "quantity": 1 + } + ] + }, + "missionGenerator": "/Game/World/MissionGens/Plankerton/Region_3/MissionGen_T2_R3_RtL.MissionGen_T2_R3_RtL_C", + "missionDifficultyInfo": { + "dataTable": "DataTable'/Game/Balance/DataTables/GameDifficultyGrowthBounds.GameDifficultyGrowthBounds'", + "rowName": "Theater_Normal_Zone3" + }, + "tileIndex": 39, + "availableUntil": "2017-07-22T04:19:45.000Z" + }, + { + "missionGuid": "351d95e1-c41c-4aba-99af-1a152e74a687", + "missionRewards": { + "tierGroupName": "Mission_Select_T06", + "items": [ + { + "itemType": "CardPack:zcp_heroxp_t06", + "quantity": 1 + }, + { + "itemType": "CardPack:zcp_schematicxp_t06", + "quantity": 1 + } + ] + }, + "missionGenerator": "/Game/World/MissionGens/Plankerton/Region_1/MissionGen_T2_R1_BuildtheRadarGrid.MissionGen_T2_R1_BuildtheRadarGrid_C", + "missionDifficultyInfo": { + "dataTable": "DataTable'/Game/Balance/DataTables/GameDifficultyGrowthBounds.GameDifficultyGrowthBounds'", + "rowName": "Theater_Normal_Zone1" + }, + "tileIndex": 132, + "availableUntil": "2017-07-22T04:19:45.000Z" + }, + { + "missionGuid": "62a9d85b-53e3-49e7-834c-61926fb33984", + "missionRewards": { + "tierGroupName": "Mission_Select_T06", + "items": [ + { + "itemType": "CardPack:zcp_personnelxp_t06", + "quantity": 1 + }, + { + "itemType": "CardPack:zcp_ore_silver_verylow", + "quantity": 1 + } + ] + }, + "missionGenerator": "/Game/World/MissionGens/Plankerton/Region_1/MissionGen_T2_R1_BuildtheRadarGrid.MissionGen_T2_R1_BuildtheRadarGrid_C", + "missionDifficultyInfo": { + "dataTable": "DataTable'/Game/Balance/DataTables/GameDifficultyGrowthBounds.GameDifficultyGrowthBounds'", + "rowName": "Theater_Normal_Zone1" + }, + "tileIndex": 34, + "availableUntil": "2017-07-22T04:19:45.000Z" + }, + { + "missionGuid": "35c1a3d5-1b58-482d-8544-f61e83d68ddb", + "missionRewards": { + "tierGroupName": "Mission_Select_T06", + "items": [ + { + "itemType": "CardPack:zcp_heroxp_t06", + "quantity": 1 + }, + { + "itemType": "CardPack:zcp_improvised_r", + "quantity": 1 + } + ] + }, + "missionGenerator": "/Game/World/MissionGens/Plankerton/Region_1/MissionGen_T2_R1_DtE.MissionGen_T2_R1_DtE_C", + "missionDifficultyInfo": { + "dataTable": "DataTable'/Game/Balance/DataTables/GameDifficultyGrowthBounds.GameDifficultyGrowthBounds'", + "rowName": "Theater_Normal_Zone1" + }, + "tileIndex": 43, + "availableUntil": "2017-07-22T04:19:45.000Z" + }, + { + "missionGuid": "e8cdf407-f4ee-45fd-86fc-c894a0344bfb", + "missionRewards": { + "tierGroupName": "Mission_Select_T07", + "items": [ + { + "itemType": "CardPack:zcp_personnelxp_t07", + "quantity": 1 + }, + { + "itemType": "CardPack:zcp_personnelxp_t07", + "quantity": 1 + } + ] + }, + "missionGenerator": "/Game/World/MissionGens/Plankerton/Region_2/MissionGen_T2_R2_RtD.MissionGen_T2_R2_RtD_C", + "missionDifficultyInfo": { + "dataTable": "DataTable'/Game/Balance/DataTables/GameDifficultyGrowthBounds.GameDifficultyGrowthBounds'", + "rowName": "Theater_Normal_Zone2" + }, + "tileIndex": 16, + "availableUntil": "2017-07-22T04:19:45.000Z" + }, + { + "missionGuid": "1d2c6505-9b19-4000-af42-e52dfbe0efd0", + "missionRewards": { + "tierGroupName": "Mission_Select_T07", + "items": [ + { + "itemType": "CardPack:zcp_personnelxp_t07", + "quantity": 1 + }, + { + "itemType": "CardPack:zcp_ore_silver_low", + "quantity": 1 + } + ] + }, + "missionGenerator": "/Game/World/MissionGens/Plankerton/Region_2/MissionGen_T2_R2_BuildtheRadarGrid.MissionGen_T2_R2_BuildtheRadarGrid_C", + "missionDifficultyInfo": { + "dataTable": "DataTable'/Game/Balance/DataTables/GameDifficultyGrowthBounds.GameDifficultyGrowthBounds'", + "rowName": "Theater_Normal_Zone2" + }, + "tileIndex": 23, + "availableUntil": "2017-07-22T04:19:45.000Z" + }, + { + "missionGuid": "dea45c72-d1c3-4da4-ab5e-405d34e26cba", + "missionRewards": { + "tierGroupName": "Mission_Select_T10", + "items": [ + { + "itemType": "CardPack:zcp_personnelxp_t10", + "quantity": 1 + }, + { + "itemType": "CardPack:zcp_personnelxp_t10", + "quantity": 1 + } + ] + }, + "missionGenerator": "/Game/World/MissionGens/Plankerton/Region_5/MissionGen_T2_R5_RtL.MissionGen_T2_R5_RtL_C", + "missionDifficultyInfo": { + "dataTable": "DataTable'/Game/Balance/DataTables/GameDifficultyGrowthBounds.GameDifficultyGrowthBounds'", + "rowName": "Theater_Normal_Zone5" + }, + "tileIndex": 36, + "availableUntil": "2017-07-22T04:19:45.000Z" + }, + { + "missionGuid": "30b6aacb-5756-43b3-b761-000f49013ee7", + "missionRewards": { + "tierGroupName": "Mission_Select_T10", + "items": [ + { + "itemType": "CardPack:zcp_personnelxp_t10", + "quantity": 1 + }, + { + "itemType": "CardPack:zcp_personnelxp_t10", + "quantity": 1 + } + ] + }, + "missionGenerator": "/Game/World/MissionGens/Plankerton/Region_5/MissionGen_T2_R5_3Gates.MissionGen_T2_R5_3Gates_C", + "missionDifficultyInfo": { + "dataTable": "DataTable'/Game/Balance/DataTables/GameDifficultyGrowthBounds.GameDifficultyGrowthBounds'", + "rowName": "Theater_Normal_Zone5" + }, + "tileIndex": 60, + "availableUntil": "2017-07-22T04:19:45.000Z" + }, + { + "missionGuid": "2f821e71-f501-472e-a582-7d0ef269df3a", + "missionRewards": { + "tierGroupName": "Mission_Select_T09", + "items": [ + { + "itemType": "CardPack:zcp_personnelxp_t09", + "quantity": 1 + }, + { + "itemType": "CardPack:zcp_ore_silver_high", + "quantity": 1 + } + ] + }, + "missionGenerator": "/Game/World/MissionGens/Plankerton/Region_3/MissionGen_T2_R3_EtSurvivors.MissionGen_T2_R3_EtSurvivors_C", + "missionDifficultyInfo": { + "dataTable": "DataTable'/Game/Balance/DataTables/GameDifficultyGrowthBounds.GameDifficultyGrowthBounds'", + "rowName": "Theater_Normal_Zone4" + }, + "tileIndex": 32, + "availableUntil": "9999-12-31T23:59:59.999Z" + }, + { + "missionGuid": "3fe50d9b-5ed4-432e-bb1f-5a8df48b9064", + "missionRewards": { + "tierGroupName": "Mission_Select_T08", + "items": [ + { + "itemType": "CardPack:zcp_heroxp_t08", + "quantity": 1 + }, + { + "itemType": "CardPack:zcp_schematicxp_t08", + "quantity": 1 + } + ] + }, + "missionGenerator": "/Game/World/MissionGens/Plankerton/Region_3/MissionGen_T2_R3_RtL.MissionGen_T2_R3_RtL_C", + "missionDifficultyInfo": { + "dataTable": "DataTable'/Game/Balance/DataTables/GameDifficultyGrowthBounds.GameDifficultyGrowthBounds'", + "rowName": "Theater_Normal_Zone3" + }, + "tileIndex": 30, + "availableUntil": "9999-12-31T23:59:59.999Z" + }, + { + "missionGuid": "f88f4660-37b3-41a1-8f96-39363bd2b82a", + "missionRewards": { + "tierGroupName": "Mission_Select_T08", + "items": [ + { + "itemType": "CardPack:zcp_personnelxp_t08", + "quantity": 1 + }, + { + "itemType": "CardPack:zcp_schematicxp_t08", + "quantity": 1 + } + ] + }, + "missionGenerator": "/Game/World/MissionGens/Plankerton/Region_3/MissionGen_T2_R3_RtL.MissionGen_T2_R3_RtL_C", + "missionDifficultyInfo": { + "dataTable": "DataTable'/Game/Balance/DataTables/GameDifficultyGrowthBounds.GameDifficultyGrowthBounds'", + "rowName": "Theater_Normal_Zone3" + }, + "tileIndex": 143, + "availableUntil": "2017-07-22T04:19:45.000Z" + }, + { + "missionGuid": "9d7d67be-94df-4c6b-84ba-fdd20790a74e", + "missionRewards": { + "tierGroupName": "Mission_Select_T06", + "items": [ + { + "itemType": "CardPack:zcp_heroxp_t06", + "quantity": 1 + }, + { + "itemType": "CardPack:zcp_personnelxp_t06", + "quantity": 1 + } + ] + }, + "missionGenerator": "/Game/World/MissionGens/Plankerton/Region_1/MissionGen_T2_R1_RtL.MissionGen_T2_R1_RtL_C", + "missionDifficultyInfo": { + "dataTable": "DataTable'/Game/Balance/DataTables/GameDifficultyGrowthBounds.GameDifficultyGrowthBounds'", + "rowName": "Theater_Normal_Zone1" + }, + "tileIndex": 2, + "availableUntil": "9999-12-31T23:59:59.999Z" + }, + { + "missionGuid": "ec647549-e29a-4fbc-9e8c-e43eb4e3ef61", + "missionRewards": { + "tierGroupName": "Mission_Select_T06", + "items": [ + { + "itemType": "CardPack:zcp_personnelxp_t06", + "quantity": 1 + }, + { + "itemType": "CardPack:zcp_heroxp_t06", + "quantity": 1 + } + ] + }, + "missionGenerator": "/Game/World/MissionGens/Plankerton/Region_1/MissionGen_T2_R1_2Gates.MissionGen_T2_R1_2Gates_C", + "missionDifficultyInfo": { + "dataTable": "DataTable'/Game/Balance/DataTables/GameDifficultyGrowthBounds.GameDifficultyGrowthBounds'", + "rowName": "Theater_Normal_Zone1" + }, + "tileIndex": 3, + "availableUntil": "9999-12-31T23:59:59.999Z" + }, + { + "missionGuid": "b20b8553-7d50-468d-be69-32953e163b31", + "missionRewards": { + "tierGroupName": "Mission_Select_T06", + "items": [ + { + "itemType": "CardPack:zcp_personnelxp_t06", + "quantity": 1 + }, + { + "itemType": "CardPack:zcp_heroxp_t06", + "quantity": 1 + } + ] + }, + "missionGenerator": "/Game/World/MissionGens/Plankerton/Region_1/MissionGen_T2_R1_EtSurvivors.MissionGen_T2_R1_EtSurvivors_C", + "missionDifficultyInfo": { + "dataTable": "DataTable'/Game/Balance/DataTables/GameDifficultyGrowthBounds.GameDifficultyGrowthBounds'", + "rowName": "Theater_Normal_Zone1" + }, + "tileIndex": 35, + "availableUntil": "9999-12-31T23:59:59.999Z" + }, + { + "missionGuid": "38b8d7c6-c52d-4903-b290-d73affddc570", + "missionRewards": { + "tierGroupName": "Mission_Select_T06", + "items": [ + { + "itemType": "CardPack:zcp_personnelxp_t06", + "quantity": 1 + }, + { + "itemType": "CardPack:zcp_personnelxp_t06", + "quantity": 1 + } + ] + }, + "missionGenerator": "/Game/World/MissionGens/Plankerton/Region_1/MissionGen_T2_R1_EtSurvivors.MissionGen_T2_R1_EtSurvivors_C", + "missionDifficultyInfo": { + "dataTable": "DataTable'/Game/Balance/DataTables/GameDifficultyGrowthBounds.GameDifficultyGrowthBounds'", + "rowName": "Theater_Normal_Zone1" + }, + "tileIndex": 4, + "availableUntil": "2017-07-22T04:19:45.000Z" + }, + { + "missionGuid": "5e287335-fff2-4f81-9297-ddda5721c984", + "missionRewards": { + "tierGroupName": "Mission_Select_T07", + "items": [ + { + "itemType": "CardPack:zcp_personnelxp_t07", + "quantity": 1 + }, + { + "itemType": "CardPack:zcp_improvised_r", + "quantity": 1 + } + ] + }, + "missionGenerator": "/Game/World/MissionGens/Plankerton/Region_2/MissionGen_T2_R2_DtE.MissionGen_T2_R2_DtE_C", + "missionDifficultyInfo": { + "dataTable": "DataTable'/Game/Balance/DataTables/GameDifficultyGrowthBounds.GameDifficultyGrowthBounds'", + "rowName": "Theater_Normal_Zone2" + }, + "tileIndex": 14, + "availableUntil": "2017-07-22T04:19:45.000Z" + }, + { + "missionGuid": "8062baf2-f2c6-4f30-93e0-791c8564bb33", + "missionRewards": { + "tierGroupName": "Mission_Select_T07", + "items": [ + { + "itemType": "CardPack:zcp_personnelxp_t07", + "quantity": 1 + }, + { + "itemType": "CardPack:zcp_personnelxp_t07", + "quantity": 1 + } + ] + }, + "missionGenerator": "/Game/World/MissionGens/Plankerton/Region_2/MissionGen_T2_R2_RtS.MissionGen_T2_R2_RtS_C", + "missionDifficultyInfo": { + "dataTable": "DataTable'/Game/Balance/DataTables/GameDifficultyGrowthBounds.GameDifficultyGrowthBounds'", + "rowName": "Theater_Normal_Zone2" + }, + "tileIndex": 15, + "availableUntil": "2017-07-22T04:19:45.000Z" + }, + { + "missionGuid": "74e59466-0ce9-403e-be43-d9f7bf868800", + "missionRewards": { + "tierGroupName": "Mission_Select_T07", + "items": [ + { + "itemType": "CardPack:zcp_heroxp_t07", + "quantity": 1 + }, + { + "itemType": "CardPack:zcp_ore_silver_low", + "quantity": 1 + } + ] + }, + "missionGenerator": "/Game/World/MissionGens/Plankerton/Region_2/MissionGen_T2_R2_RtD.MissionGen_T2_R2_RtD_C", + "missionDifficultyInfo": { + "dataTable": "DataTable'/Game/Balance/DataTables/GameDifficultyGrowthBounds.GameDifficultyGrowthBounds'", + "rowName": "Theater_Normal_Zone2" + }, + "tileIndex": 26, + "availableUntil": "9999-12-31T23:59:59.999Z" + }, + { + "missionGuid": "fdd8a8e3-16ef-4541-b328-3d9524125d3d", + "missionRewards": { + "tierGroupName": "Mission_Select_T07", + "items": [ + { + "itemType": "CardPack:zcp_schematicxp_t07", + "quantity": 1 + }, + { + "itemType": "CardPack:zcp_personnelxp_t07", + "quantity": 1 + } + ] + }, + "missionGenerator": "/Game/World/MissionGens/Plankerton/Region_2/MissionGen_T2_R2_RtD.MissionGen_T2_R2_RtD_C", + "missionDifficultyInfo": { + "dataTable": "DataTable'/Game/Balance/DataTables/GameDifficultyGrowthBounds.GameDifficultyGrowthBounds'", + "rowName": "Theater_Normal_Zone2" + }, + "tileIndex": 140, + "availableUntil": "9999-12-31T23:59:59.999Z" + }, + { + "missionGuid": "f8647209-4d0b-47f9-93b2-8db35168263d", + "missionRewards": { + "tierGroupName": "Mission_Select_T07", + "items": [ + { + "itemType": "CardPack:zcp_schematicxp_t07", + "quantity": 1 + }, + { + "itemType": "CardPack:zcp_schematicxp_t07", + "quantity": 1 + } + ] + }, + "missionGenerator": "/Game/World/MissionGens/Plankerton/Region_2/MissionGen_T2_R2_RtD.MissionGen_T2_R2_RtD_C", + "missionDifficultyInfo": { + "dataTable": "DataTable'/Game/Balance/DataTables/GameDifficultyGrowthBounds.GameDifficultyGrowthBounds'", + "rowName": "Theater_Normal_Zone2" + }, + "tileIndex": 13, + "availableUntil": "2017-07-22T04:19:45.000Z" + }, + { + "missionGuid": "7f531c5f-22cb-4212-ae3c-f4e015dec79c", + "missionRewards": { + "tierGroupName": "Mission_Select_T10", + "items": [ + { + "itemType": "CardPack:zcp_personnelxp_t10", + "quantity": 1 + }, + { + "itemType": "CardPack:zcp_reagent_c_t02_verylow", + "quantity": 1 + } + ] + }, + "missionGenerator": "/Game/World/MissionGens/Plankerton/Region_5/MissionGen_T2_R5_EtShelter.MissionGen_T2_R5_EtShelter_C", + "missionDifficultyInfo": { + "dataTable": "DataTable'/Game/Balance/DataTables/GameDifficultyGrowthBounds.GameDifficultyGrowthBounds'", + "rowName": "Theater_Normal_Zone5" + }, + "tileIndex": 9, + "availableUntil": "2017-07-22T04:19:45.000Z" + }, + { + "missionGuid": "2a5227f1-f14d-4881-b130-b5053becc695", + "missionRewards": { + "tierGroupName": "Mission_Select_T10", + "items": [ + { + "itemType": "CardPack:zcp_personnelxp_t10", + "quantity": 1 + }, + { + "itemType": "CardPack:zcp_reagent_c_t02_verylow", + "quantity": 1 + } + ] + }, + "missionGenerator": "/Game/World/MissionGens/Plankerton/Region_5/MissionGen_T2_R5_3Gates.MissionGen_T2_R5_3Gates_C", + "missionDifficultyInfo": { + "dataTable": "DataTable'/Game/Balance/DataTables/GameDifficultyGrowthBounds.GameDifficultyGrowthBounds'", + "rowName": "Theater_Normal_Zone5" + }, + "tileIndex": 18, + "availableUntil": "2017-07-22T04:19:45.000Z" + }, + { + "missionGuid": "73b9860b-31be-432f-88ed-0d3a3fe04fea", + "missionRewards": { + "tierGroupName": "Mission_Select_T10", + "items": [ + { + "itemType": "CardPack:zcp_heroxp_t10", + "quantity": 1 + }, + { + "itemType": "CardPack:zcp_personnelxp_t10", + "quantity": 1 + } + ] + }, + "missionGenerator": "/Game/World/MissionGens/Plankerton/Region_5/MissionGen_T2_R5_RtD.MissionGen_T2_R5_RtD_C", + "missionDifficultyInfo": { + "dataTable": "DataTable'/Game/Balance/DataTables/GameDifficultyGrowthBounds.GameDifficultyGrowthBounds'", + "rowName": "Theater_Normal_Zone5" + }, + "tileIndex": 20, + "availableUntil": "9999-12-31T23:59:59.999Z" + }, + { + "missionGuid": "6a1e7259-8ac0-4673-a63c-18747cdadef5", + "missionRewards": { + "tierGroupName": "Mission_Select_T10", + "items": [ + { + "itemType": "CardPack:zcp_schematicxp_t10", + "quantity": 1 + }, + { + "itemType": "CardPack:zcp_ore_silver_veryhigh", + "quantity": 1 + } + ] + }, + "missionGenerator": "/Game/World/MissionGens/Plankerton/Region_5/MissionGen_T2_R5_PtS.MissionGen_T2_R5_PtS_C", + "missionDifficultyInfo": { + "dataTable": "DataTable'/Game/Balance/DataTables/GameDifficultyGrowthBounds.GameDifficultyGrowthBounds'", + "rowName": "Theater_Normal_Zone5" + }, + "tileIndex": 37, + "availableUntil": "2017-07-22T04:19:45.000Z" + }, + { + "missionGuid": "581f4eb3-d132-4699-91ac-18abc85e637f", + "missionRewards": { + "tierGroupName": "Mission_Select_T10", + "items": [ + { + "itemType": "CardPack:zcp_schematicxp_t10", + "quantity": 1 + }, + { + "itemType": "CardPack:zcp_ore_malachite_minimal", + "quantity": 1 + } + ] + }, + "missionGenerator": "/Game/World/MissionGens/Plankerton/Region_5/MissionGen_T2_R5_DtB.MissionGen_T2_R5_DtB_C", + "missionDifficultyInfo": { + "dataTable": "DataTable'/Game/Balance/DataTables/GameDifficultyGrowthBounds.GameDifficultyGrowthBounds'", + "rowName": "Theater_Normal_Zone5" + }, + "tileIndex": 42, + "availableUntil": "2017-07-22T04:19:45.000Z" + }, + { + "missionGuid": "ddaa4990-2348-49fe-938a-7ea9b666c16f", + "missionRewards": { + "tierGroupName": "Mission_Select_T10", + "items": [ + { + "itemType": "CardPack:zcp_heroxp_t10", + "quantity": 1 + }, + { + "itemType": "CardPack:zcp_crystal_quartz_extreme", + "quantity": 1 + } + ] + }, + "missionGenerator": "/Game/World/MissionGens/Plankerton/Region_5/MissionGen_T2_R5_RtS.MissionGen_T2_R5_RtS_C", + "missionDifficultyInfo": { + "dataTable": "DataTable'/Game/Balance/DataTables/GameDifficultyGrowthBounds.GameDifficultyGrowthBounds'", + "rowName": "Theater_Normal_Zone5" + }, + "tileIndex": 41, + "availableUntil": "9999-12-31T23:59:59.999Z" + }, + { + "missionGuid": "f402276b-9d07-4445-a2da-6a9222e91c10", + "missionRewards": { + "tierGroupName": "Mission_Select_T10", + "items": [ + { + "itemType": "CardPack:zcp_schematicxp_t10", + "quantity": 1 + }, + { + "itemType": "CardPack:zcp_reagent_c_t02_verylow", + "quantity": 1 + } + ] + }, + "missionGenerator": "/Game/World/MissionGens/Plankerton/Region_5/MissionGen_T2_R5_RtS.MissionGen_T2_R5_RtS_C", + "missionDifficultyInfo": { + "dataTable": "DataTable'/Game/Balance/DataTables/GameDifficultyGrowthBounds.GameDifficultyGrowthBounds'", + "rowName": "Theater_Normal_Zone5" + }, + "tileIndex": 45, + "availableUntil": "2017-07-22T04:19:45.000Z" + }, + { + "missionGuid": "3af50bf3-4569-4f1d-b1d0-dcd27801becb", + "missionRewards": { + "tierGroupName": "Mission_Select_T10", + "items": [ + { + "itemType": "CardPack:zcp_personnelxp_t10", + "quantity": 1 + }, + { + "itemType": "CardPack:zcp_reagent_c_t01_low", + "quantity": 1 + } + ] + }, + "missionGenerator": "/Game/World/MissionGens/Plankerton/Region_5/MissionGen_T2_R5_LtR.MissionGen_T2_R5_LtR_C", + "missionDifficultyInfo": { + "dataTable": "DataTable'/Game/Balance/DataTables/GameDifficultyGrowthBounds.GameDifficultyGrowthBounds'", + "rowName": "Theater_Normal_Zone5" + }, + "tileIndex": 38, + "availableUntil": "2017-07-22T04:19:45.000Z" + }, + { + "missionGuid": "a77fc5da-4653-4c14-b27f-9f92ac5fceb6", + "missionRewards": { + "tierGroupName": "Mission_Select_T09", + "items": [ + { + "itemType": "CardPack:zcp_personnelxp_t09", + "quantity": 1 + }, + { + "itemType": "CardPack:zcp_ore_silver_high", + "quantity": 1 + } + ] + }, + "missionGenerator": "/Game/World/MissionGens/Plankerton/Region_4/MissionGen_T2_R4_EtShelter_Tutorial.MissionGen_T2_R4_EtShelter_Tutorial_C", + "missionDifficultyInfo": { + "dataTable": "DataTable'/Game/Balance/DataTables/GameDifficultyGrowthBounds.GameDifficultyGrowthBounds'", + "rowName": "Theater_Normal_Zone4" + }, + "tileIndex": 19, + "availableUntil": "9999-12-31T23:59:59.999Z" + }, + { + "missionGuid": "95f0c55e-54d2-4a9d-a78c-143fa0732bfa", + "missionRewards": { + "tierGroupName": "Mission_Select_T09", + "items": [ + { + "itemType": "CardPack:zcp_schematicxp_t09", + "quantity": 1 + }, + { + "itemType": "CardPack:zcp_improvised_r", + "quantity": 1 + } + ] + }, + "missionGenerator": "/Game/World/MissionGens/Plankerton/Region_3/MissionGen_T2_R3_RtD.MissionGen_T2_R3_RtD_C", + "missionDifficultyInfo": { + "dataTable": "DataTable'/Game/Balance/DataTables/GameDifficultyGrowthBounds.GameDifficultyGrowthBounds'", + "rowName": "Theater_Normal_Zone4" + }, + "tileIndex": 22, + "availableUntil": "2017-07-22T04:19:45.000Z" + }, + { + "missionGuid": "c0565732-6ec6-4c60-95c1-14933aa74bee", + "missionRewards": { + "tierGroupName": "Mission_Select_T09", + "items": [ + { + "itemType": "CardPack:zcp_schematicxp_t09", + "quantity": 1 + }, + { + "itemType": "CardPack:zcp_ore_malachite_minimal", + "quantity": 1 + } + ] + }, + "missionGenerator": "/Game/World/MissionGens/Plankerton/Region_3/MissionGen_T2_R3_1Gate.MissionGen_T2_R3_1Gate_C", + "missionDifficultyInfo": { + "dataTable": "DataTable'/Game/Balance/DataTables/GameDifficultyGrowthBounds.GameDifficultyGrowthBounds'", + "rowName": "Theater_Normal_Zone4" + }, + "tileIndex": 29, + "availableUntil": "2017-07-22T04:19:45.000Z" + }, + { + "missionGuid": "b151bcb2-d306-4329-a9c9-e5cce27cafb2", + "missionRewards": { + "tierGroupName": "Mission_Select_T09", + "items": [ + { + "itemType": "CardPack:zcp_heroxp_t09", + "quantity": 1 + }, + { + "itemType": "CardPack:zcp_ore_silver_high", + "quantity": 1 + } + ] + }, + "missionGenerator": "/Game/World/MissionGens/Plankerton/ParentMissionGens/MissionGen_T2_DtB.MissionGen_T2_DtB_C", + "missionDifficultyInfo": { + "dataTable": "DataTable'/Game/Balance/DataTables/GameDifficultyGrowthBounds.GameDifficultyGrowthBounds'", + "rowName": "Theater_Normal_Zone4" + }, + "tileIndex": 31, + "availableUntil": "2017-07-22T04:19:45.000Z" + }, + { + "missionGuid": "b124bab3-f83f-4f97-81e2-dbc59ac8c2fb", + "missionRewards": { + "tierGroupName": "Mission_Select_T09", + "items": [ + { + "itemType": "CardPack:zcp_schematicxp_t09", + "quantity": 1 + }, + { + "itemType": "CardPack:zcp_ore_silver_high", + "quantity": 1 + } + ] + }, + "missionGenerator": "/Game/World/MissionGens/Plankerton/Region_3/MissionGen_T2_R3_2Gates.MissionGen_T2_R3_2Gates_C", + "missionDifficultyInfo": { + "dataTable": "DataTable'/Game/Balance/DataTables/GameDifficultyGrowthBounds.GameDifficultyGrowthBounds'", + "rowName": "Theater_Normal_Zone4" + }, + "tileIndex": 154, + "availableUntil": "2017-07-22T04:19:45.000Z" + }, + { + "missionGuid": "4fb97115-e1c7-419c-8ad9-c410c97ef6d1", + "missionRewards": { + "tierGroupName": "Mission_Select_T09", + "items": [ + { + "itemType": "CardPack:zcp_heroxp_t09", + "quantity": 1 + }, + { + "itemType": "CardPack:zcp_personnelxp_t09", + "quantity": 1 + } + ] + }, + "missionGenerator": "/Game/World/MissionGens/Plankerton/Region_3/MissionGen_T2_R3_RtD.MissionGen_T2_R3_RtD_C", + "missionDifficultyInfo": { + "dataTable": "DataTable'/Game/Balance/DataTables/GameDifficultyGrowthBounds.GameDifficultyGrowthBounds'", + "rowName": "Theater_Normal_Zone4" + }, + "tileIndex": 33, + "availableUntil": "2017-07-22T04:19:45.000Z" + }, + { + "missionGuid": "7e4298f0-48d9-454d-b884-e8173f71d468", + "missionRewards": { + "tierGroupName": "Mission_Select_T09", + "items": [ + { + "itemType": "CardPack:zcp_schematicxp_t09", + "quantity": 1 + }, + { + "itemType": "CardPack:zcp_personnelxp_t09", + "quantity": 1 + } + ] + }, + "missionGenerator": "/Game/World/MissionGens/Plankerton/Region_3/MissionGen_T2_R3_RtL.MissionGen_T2_R3_RtL_C", + "missionDifficultyInfo": { + "dataTable": "DataTable'/Game/Balance/DataTables/GameDifficultyGrowthBounds.GameDifficultyGrowthBounds'", + "rowName": "Theater_Normal_Zone4" + }, + "tileIndex": 160, + "availableUntil": "9999-12-31T23:59:59.999Z" + }, + { + "missionGuid": "1bfbb501-2ce2-48ac-b7c8-8fff0bd2e9cd", + "missionRewards": { + "tierGroupName": "Mission_Select_T08", + "items": [ + { + "itemType": "CardPack:zcp_schematicxp_t08", + "quantity": 1 + }, + { + "itemType": "CardPack:zcp_personnelxp_t08", + "quantity": 1 + } + ] + }, + "missionGenerator": "/Game/World/MissionGens/Plankerton/Region_2/MissionGen_T2_R2_RtD.MissionGen_T2_R2_RtD_C", + "missionDifficultyInfo": { + "dataTable": "DataTable'/Game/Balance/DataTables/GameDifficultyGrowthBounds.GameDifficultyGrowthBounds'", + "rowName": "Theater_Normal_Zone3" + }, + "tileIndex": 102, + "availableUntil": "2017-07-22T04:19:45.000Z" + }, + { + "missionGuid": "7dd45d13-f377-4055-b3b7-afe4b24f525c", + "missionRewards": { + "tierGroupName": "Mission_Select_T08", + "items": [ + { + "itemType": "CardPack:zcp_personnelxp_t08", + "quantity": 1 + }, + { + "itemType": "CardPack:zcp_personnelxp_t08", + "quantity": 1 + } + ] + }, + "missionGenerator": "/Game/World/MissionGens/Plankerton/Region_2/MissionGen_T2_R2_RtS.MissionGen_T2_R2_RtS_C", + "missionDifficultyInfo": { + "dataTable": "DataTable'/Game/Balance/DataTables/GameDifficultyGrowthBounds.GameDifficultyGrowthBounds'", + "rowName": "Theater_Normal_Zone3" + }, + "tileIndex": 24, + "availableUntil": "2017-07-22T04:19:45.000Z" + }, + { + "missionGuid": "42e1eb7f-b4a2-4d95-a074-8f4d1d2e428b", + "missionRewards": { + "tierGroupName": "Mission_Select_T08", + "items": [ + { + "itemType": "CardPack:zcp_heroxp_t08", + "quantity": 1 + }, + { + "itemType": "CardPack:zcp_ore_silver_medium", + "quantity": 1 + } + ] + }, + "missionGenerator": "/Game/World/MissionGens/Plankerton/Region_3/MissionGen_T2_R3_RtS.MissionGen_T2_R3_RtS_C", + "missionDifficultyInfo": { + "dataTable": "DataTable'/Game/Balance/DataTables/GameDifficultyGrowthBounds.GameDifficultyGrowthBounds'", + "rowName": "Theater_Normal_Zone3" + }, + "tileIndex": 40, + "availableUntil": "2017-07-22T04:19:45.000Z" + }, + { + "missionGuid": "4dc05e9d-699d-4757-951e-20be1bb1f7b9", + "missionRewards": { + "tierGroupName": "Mission_Select_T08", + "items": [ + { + "itemType": "CardPack:zcp_schematicxp_t08", + "quantity": 1 + }, + { + "itemType": "CardPack:zcp_ore_silver_medium", + "quantity": 1 + } + ] + }, + "missionGenerator": "/Game/World/MissionGens/Plankerton/Region_3/MissionGen_T2_R3_DtB_Tutorial.MissionGen_T2_R3_DtB_Tutorial_C", + "missionDifficultyInfo": { + "dataTable": "DataTable'/Game/Balance/DataTables/GameDifficultyGrowthBounds.GameDifficultyGrowthBounds'", + "rowName": "Theater_Normal_Zone3" + }, + "tileIndex": 144, + "availableUntil": "9999-12-31T23:59:59.999Z" + }, + { + "missionGuid": "0b02d7cd-6c9c-4627-93ef-6500d887b05f", + "missionRewards": { + "tierGroupName": "Mission_Select_T08", + "items": [ + { + "itemType": "CardPack:zcp_heroxp_t08", + "quantity": 1 + }, + { + "itemType": "CardPack:zcp_reagent_c_t02_verylow", + "quantity": 1 + } + ] + }, + "missionGenerator": "/Game/World/MissionGens/Plankerton/Region_3/MissionGen_T2_R3_EtSurvivors.MissionGen_T2_R3_EtSurvivors_C", + "missionDifficultyInfo": { + "dataTable": "DataTable'/Game/Balance/DataTables/GameDifficultyGrowthBounds.GameDifficultyGrowthBounds'", + "rowName": "Theater_Normal_Zone3" + }, + "tileIndex": 151, + "availableUntil": "2017-07-22T04:19:45.000Z" + }, + { + "missionGuid": "c41a8eb8-abdb-4be6-b984-0f5f21db3d2e", + "missionRewards": { + "tierGroupName": "Mission_Select_T08", + "items": [ + { + "itemType": "CardPack:zcp_personnelxp_t08", + "quantity": 1 + }, + { + "itemType": "CardPack:zcp_personnelxp_t08", + "quantity": 1 + } + ] + }, + "missionGenerator": "/Game/World/MissionGens/Plankerton/Region_3/MissionGen_T2_R3_RtL.MissionGen_T2_R3_RtL_C", + "missionDifficultyInfo": { + "dataTable": "DataTable'/Game/Balance/DataTables/GameDifficultyGrowthBounds.GameDifficultyGrowthBounds'", + "rowName": "Theater_Normal_Zone3" + }, + "tileIndex": 27, + "availableUntil": "2017-07-22T04:19:45.000Z" + }, + { + "missionGuid": "a90a4757-72ae-4800-bad7-493919f1e3a1", + "missionRewards": { + "tierGroupName": "Mission_Select_T08", + "items": [ + { + "itemType": "CardPack:zcp_heroxp_t08", + "quantity": 1 + }, + { + "itemType": "CardPack:zcp_improvised_r", + "quantity": 1 + } + ] + }, + "missionGenerator": "/Game/World/MissionGens/Plankerton/Region_3/MissionGen_T2_R3_1Gate.MissionGen_T2_R3_1Gate_C", + "missionDifficultyInfo": { + "dataTable": "DataTable'/Game/Balance/DataTables/GameDifficultyGrowthBounds.GameDifficultyGrowthBounds'", + "rowName": "Theater_Normal_Zone3" + }, + "tileIndex": 28, + "availableUntil": "9999-12-31T23:59:59.999Z" + }, + { + "missionGuid": "7353071b-f1db-4aa7-a824-4229a04f482d", + "missionRewards": { + "tierGroupName": "Mission_Select_T08", + "items": [ + { + "itemType": "CardPack:zcp_schematicxp_t08", + "quantity": 1 + }, + { + "itemType": "CardPack:zcp_improvised_vr", + "quantity": 1 + } + ] + }, + "missionGenerator": "/Game/World/MissionGens/Plankerton/Region_3/MissionGen_T2_R3_RtL.MissionGen_T2_R3_RtL_C", + "missionDifficultyInfo": { + "dataTable": "DataTable'/Game/Balance/DataTables/GameDifficultyGrowthBounds.GameDifficultyGrowthBounds'", + "rowName": "Theater_Normal_Zone3" + }, + "tileIndex": 145, + "availableUntil": "2017-07-22T04:19:45.000Z" + }, + { + "missionGuid": "da00be24-6570-4004-8579-3fe5de9f8c43", + "missionRewards": { + "tierGroupName": "Mission_Select_T11", + "items": [ + { + "itemType": "CardPack:zcp_heroxp_t11", + "quantity": 1 + }, + { + "itemType": "CardPack:zcp_schematicxp_t11", + "quantity": 1 + } + ] + }, + "missionGenerator": "/Game/World/MissionGens/Plankerton/Region_5/MissionGen_T2_R5_RtS.MissionGen_T2_R5_RtS_C", + "missionDifficultyInfo": { + "dataTable": "DataTable'/Game/Balance/DataTables/GameDifficultyGrowthBounds.GameDifficultyGrowthBounds'", + "rowName": "Theater_Hard_Zone1" + }, + "tileIndex": 54, + "availableUntil": "2017-07-22T04:19:45.000Z" + }, + { + "missionGuid": "b2720924-3d89-414f-b32d-4d5761d0ac1e", + "missionRewards": { + "tierGroupName": "Mission_Select_T11", + "items": [ + { + "itemType": "CardPack:zcp_schematicxp_t11", + "quantity": 1 + }, + { + "itemType": "CardPack:zcp_heroxp_t11", + "quantity": 1 + } + ] + }, + "missionGenerator": "/Game/World/MissionGens/Plankerton/Region_5/MissionGen_T2_R5_2Gates.MissionGen_T2_R5_2Gates_C", + "missionDifficultyInfo": { + "dataTable": "DataTable'/Game/Balance/DataTables/GameDifficultyGrowthBounds.GameDifficultyGrowthBounds'", + "rowName": "Theater_Hard_Zone1" + }, + "tileIndex": 166, + "availableUntil": "2017-07-22T04:19:45.000Z" + }, + { + "missionGuid": "3559acf8-0290-4575-a463-40cd38ac4453", + "missionRewards": { + "tierGroupName": "Mission_Select_T07", + "items": [ + { + "itemType": "CardPack:zcp_personnelxp_t07", + "quantity": 1 + }, + { + "itemType": "CardPack:zcp_heroxp_t07", + "quantity": 1 + } + ] + }, + "missionGenerator": "/Game/World/MissionGens/Plankerton/Region_1/MissionGen_T2_R1_RtD.MissionGen_T2_R1_RtD_C", + "missionDifficultyInfo": { + "dataTable": "DataTable'/Game/Balance/DataTables/GameDifficultyGrowthBounds.GameDifficultyGrowthBounds'", + "rowName": "Theater_Normal_Zone2" + }, + "tileIndex": 130, + "availableUntil": "2017-07-22T04:19:45.000Z" + }, + { + "missionGuid": "1c0a217e-4ab9-4495-9420-459a9009de71", + "missionRewards": { + "tierGroupName": "Mission_Select_T07", + "items": [ + { + "itemType": "CardPack:zcp_schematicxp_t07", + "quantity": 1 + }, + { + "itemType": "CardPack:zcp_personnelxp_t07", + "quantity": 1 + } + ] + }, + "missionGenerator": "/Game/World/MissionGens/Plankerton/Region_1/MissionGen_T2_R1_RtD.MissionGen_T2_R1_RtD_C", + "missionDifficultyInfo": { + "dataTable": "DataTable'/Game/Balance/DataTables/GameDifficultyGrowthBounds.GameDifficultyGrowthBounds'", + "rowName": "Theater_Normal_Zone2" + }, + "tileIndex": 134, + "availableUntil": "2017-07-22T04:19:45.000Z" + }, + { + "missionGuid": "9cad8b83-0117-4025-93e7-c7a01e456725", + "missionRewards": { + "tierGroupName": "Mission_Select_T09", + "items": [ + { + "itemType": "CardPack:zcp_personnelxp_t09", + "quantity": 1 + }, + { + "itemType": "CardPack:zcp_ore_silver_high", + "quantity": 1 + } + ] + }, + "missionGenerator": "/Game/World/MissionGens/Plankerton/Region_3/MissionGen_T2_R3_1Gate.MissionGen_T2_R3_1Gate_C", + "missionDifficultyInfo": { + "dataTable": "DataTable'/Game/Balance/DataTables/GameDifficultyGrowthBounds.GameDifficultyGrowthBounds'", + "rowName": "Theater_Normal_Zone4" + }, + "tileIndex": 153, + "availableUntil": "2017-07-22T04:19:45.000Z" + }, + { + "missionGuid": "a5d7f3d9-c561-4a8d-b28c-66ab44099ad8", + "missionRewards": { + "tierGroupName": "Mission_Select_T09", + "items": [ + { + "itemType": "CardPack:zcp_personnelxp_t09", + "quantity": 1 + }, + { + "itemType": "CardPack:zcp_ore_silver_high", + "quantity": 1 + } + ] + }, + "missionGenerator": "/Game/World/MissionGens/Plankerton/Region_3/MissionGen_T2_R3_RtL.MissionGen_T2_R3_RtL_C", + "missionDifficultyInfo": { + "dataTable": "DataTable'/Game/Balance/DataTables/GameDifficultyGrowthBounds.GameDifficultyGrowthBounds'", + "rowName": "Theater_Normal_Zone4" + }, + "tileIndex": 149, + "availableUntil": "2017-07-22T04:19:45.000Z" + }, + { + "missionGuid": "7aa22607-b09c-4955-9ac2-b12493f24b7f", + "missionRewards": { + "tierGroupName": "Mission_Select_T10", + "items": [ + { + "itemType": "CardPack:zcp_heroxp_t10", + "quantity": 1 + }, + { + "itemType": "CardPack:zcp_schematicxp_t10", + "quantity": 1 + } + ] + }, + "missionGenerator": "/Game/World/MissionGens/Plankerton/Region_3/MissionGen_T2_R3_RtD.MissionGen_T2_R3_RtD_C", + "missionDifficultyInfo": { + "dataTable": "DataTable'/Game/Balance/DataTables/GameDifficultyGrowthBounds.GameDifficultyGrowthBounds'", + "rowName": "Theater_Normal_Zone5" + }, + "tileIndex": 161, + "availableUntil": "2017-07-22T04:19:45.000Z" + }, + { + "missionGuid": "17841edb-0658-4285-97ee-d384f64d56d8", + "missionRewards": { + "tierGroupName": "Mission_Select_T10", + "items": [ + { + "itemType": "CardPack:zcp_schematicxp_t10", + "quantity": 1 + }, + { + "itemType": "CardPack:zcp_reagent_c_t01_low", + "quantity": 1 + } + ] + }, + "missionGenerator": "/Game/World/MissionGens/Plankerton/Region_3/MissionGen_T2_R3_RtD.MissionGen_T2_R3_RtD_C", + "missionDifficultyInfo": { + "dataTable": "DataTable'/Game/Balance/DataTables/GameDifficultyGrowthBounds.GameDifficultyGrowthBounds'", + "rowName": "Theater_Normal_Zone5" + }, + "tileIndex": 155, + "availableUntil": "2017-07-22T04:19:45.000Z" + }, + { + "missionGuid": "68ca9e5f-e819-4834-9c17-d8051cc7c91f", + "missionRewards": { + "tierGroupName": "Outpost_Select_Theater2", + "items": [ + { + "itemType": "CardPack:zcp_voucher_basicpack", + "quantity": 1 + }, + { + "itemType": "CardPack:zcp_heroxp_outpost_theater2", + "quantity": 1 + } + ] + }, + "bonusMissionRewards": { + "tierGroupName": "Outpost_Select_Bonus_Theater2", + "items": [ + { + "itemType": "CardPack:zcp_reagent_c_t01_low", + "quantity": 1 + } + ] + }, + "missionGenerator": "/Game/World/MissionGens/MissionGen_TheOutpost_PvE_02.MissionGen_TheOutpost_PvE_02_C", + "missionDifficultyInfo": { + "dataTable": "DataTable'/Game/Balance/DataTables/GameDifficultyGrowthBounds.GameDifficultyGrowthBounds'", + "rowName": "Theater_Normal_Outpost1" + }, + "tileIndex": 17, + "availableUntil": "2017-07-22T04:19:45.000Z" + } + ], + "nextRefresh": "2017-07-22T04:19:45.000Z" + }, + { + "theaterId": "E6ECBD064B153234656CB4BDE6743870", + "availableMissions": [ + { + "missionGuid": "2105bfac-c32a-4d59-a2b4-f70e90a39559", + "missionRewards": { + "tierGroupName": "Mission_Select_T12", + "items": [ + { + "itemType": "CardPack:zcp_heroxp_t12", + "quantity": 1 + }, + { + "itemType": "CardPack:zcp_improvised_vr", + "quantity": 1 + } + ] + }, + "missionGenerator": "/Game/World/MissionGens/Plankerton/ParentMissionGens/MissionGen_T2_RtS.MissionGen_T2_RtS_C", + "missionDifficultyInfo": { + "dataTable": "DataTable'/Game/Balance/DataTables/GameDifficultyGrowthBounds.GameDifficultyGrowthBounds'", + "rowName": "Theater_Hard_Zone2" + }, + "tileIndex": 25, + "availableUntil": "2017-07-22T04:19:45.000Z" + }, + { + "missionGuid": "6a894502-d0df-49e4-baff-b58cdce0f9ca", + "missionRewards": { + "tierGroupName": "Mission_Select_T13", + "items": [ + { + "itemType": "CardPack:zcp_schematicxp_t13", + "quantity": 1 + }, + { + "itemType": "CardPack:zcp_ore_malachite_medium", + "quantity": 1 + } + ] + }, + "missionGenerator": "/Game/World/MissionGens/Plankerton/ParentMissionGens/MissionGen_T2_4Gates.MissionGen_T2_4Gates_C", + "missionDifficultyInfo": { + "dataTable": "DataTable'/Game/Balance/DataTables/GameDifficultyGrowthBounds.GameDifficultyGrowthBounds'", + "rowName": "Theater_Hard_Zone3" + }, + "tileIndex": 26, + "availableUntil": "2017-07-22T04:19:45.000Z" + }, + { + "missionGuid": "6348100e-13f7-46ca-b3c9-31b457290e44", + "missionRewards": { + "tierGroupName": "Mission_Select_T11", + "items": [ + { + "itemType": "CardPack:zcp_schematicxp_t11", + "quantity": 1 + }, + { + "itemType": "CardPack:zcp_schematicxp_t11", + "quantity": 1 + } + ] + }, + "missionGenerator": "/Game/World/MissionGens/Plankerton/ParentMissionGens/MissionGen_T2_3Gates.MissionGen_T2_3Gates_C", + "missionDifficultyInfo": { + "dataTable": "DataTable'/Game/Balance/DataTables/GameDifficultyGrowthBounds.GameDifficultyGrowthBounds'", + "rowName": "Theater_Hard_Zone1" + }, + "tileIndex": 11, + "availableUntil": "2017-07-22T04:19:45.000Z" + }, + { + "missionGuid": "021957bf-5e8c-421d-b6d2-f6c57de087a3", + "missionRewards": { + "tierGroupName": "Mission_Select_T15", + "items": [ + { + "itemType": "CardPack:zcp_personnelxp_t15", + "quantity": 1 + }, + { + "itemType": "CardPack:zcp_reagent_c_t01_medium", + "quantity": 1 + } + ] + }, + "missionGenerator": "/Game/World/MissionGens/Plankerton/ParentMissionGens/MissionGen_T2_RtL.MissionGen_T2_RtL_C", + "missionDifficultyInfo": { + "dataTable": "DataTable'/Game/Balance/DataTables/GameDifficultyGrowthBounds.GameDifficultyGrowthBounds'", + "rowName": "Theater_Hard_Zone5" + }, + "tileIndex": 66, + "availableUntil": "2017-07-22T04:19:45.000Z" + }, + { + "missionGuid": "803c59c7-2236-483d-bb71-2de19c52497c", + "missionRewards": { + "tierGroupName": "Mission_Select_T15", + "items": [ + { + "itemType": "CardPack:zcp_schematicxp_t15", + "quantity": 1 + }, + { + "itemType": "CardPack:zcp_reagent_c_t03_verylow", + "quantity": 1 + } + ] + }, + "missionGenerator": "/Game/World/MissionGens/Plankerton/ParentMissionGens/MissionGen_T2_3Gates.MissionGen_T2_3Gates_C", + "missionDifficultyInfo": { + "dataTable": "DataTable'/Game/Balance/DataTables/GameDifficultyGrowthBounds.GameDifficultyGrowthBounds'", + "rowName": "Theater_Hard_Zone5" + }, + "tileIndex": 18, + "availableUntil": "2017-07-22T04:19:45.000Z" + }, + { + "missionGuid": "c8a39c29-a715-479d-a1e6-a19e1424cc1c", + "missionRewards": { + "tierGroupName": "Mission_Select_T12", + "items": [ + { + "itemType": "CardPack:zcp_personnelxp_t12", + "quantity": 1 + }, + { + "itemType": "CardPack:zcp_ore_malachite_low", + "quantity": 1 + } + ] + }, + "missionGenerator": "/Game/World/MissionGens/Plankerton/ParentMissionGens/MissionGen_T2_2Gates.MissionGen_T2_2Gates_C", + "missionDifficultyInfo": { + "dataTable": "DataTable'/Game/Balance/DataTables/GameDifficultyGrowthBounds.GameDifficultyGrowthBounds'", + "rowName": "Theater_Hard_Zone2" + }, + "tileIndex": 8, + "availableUntil": "9999-12-31T23:59:59.999Z" + }, + { + "missionGuid": "fa57f7aa-6b4d-4a32-a30b-b322cff68529", + "missionRewards": { + "tierGroupName": "Mission_Select_T12", + "items": [ + { + "itemType": "CardPack:zcp_heroxp_t12", + "quantity": 1 + }, + { + "itemType": "CardPack:zcp_ore_malachite_low", + "quantity": 1 + } + ] + }, + "missionGenerator": "/Game/World/MissionGens/Plankerton/ParentMissionGens/MissionGen_T2_2Gates.MissionGen_T2_2Gates_C", + "missionDifficultyInfo": { + "dataTable": "DataTable'/Game/Balance/DataTables/GameDifficultyGrowthBounds.GameDifficultyGrowthBounds'", + "rowName": "Theater_Hard_Zone2" + }, + "tileIndex": 15, + "availableUntil": "2017-07-22T04:19:45.000Z" + }, + { + "missionGuid": "c51a86ea-e750-4d51-ba70-fb21a21fd011", + "missionRewards": { + "tierGroupName": "Mission_Select_T14", + "items": [ + { + "itemType": "CardPack:zcp_heroxp_t14", + "quantity": 1 + }, + { + "itemType": "CardPack:zcp_crystal_shadowshard_minimal", + "quantity": 1 + } + ] + }, + "missionGenerator": "/Game/World/MissionGens/Plankerton/ParentMissionGens/MissionGen_T2_DtB.MissionGen_T2_DtB_C", + "missionDifficultyInfo": { + "dataTable": "DataTable'/Game/Balance/DataTables/GameDifficultyGrowthBounds.GameDifficultyGrowthBounds'", + "rowName": "Theater_Hard_Zone4" + }, + "tileIndex": 92, + "availableUntil": "2017-07-22T04:19:45.000Z" + }, + { + "missionGuid": "9675cc22-a627-4db7-85bd-f4faf51b18b6", + "missionRewards": { + "tierGroupName": "Mission_Select_T14", + "items": [ + { + "itemType": "CardPack:zcp_personnelxp_t14", + "quantity": 1 + }, + { + "itemType": "CardPack:zcp_improvised_r", + "quantity": 1 + } + ] + }, + "missionGenerator": "/Game/World/MissionGens/Plankerton/ParentMissionGens/MissionGen_T2_DtE.MissionGen_T2_DtE_C", + "missionDifficultyInfo": { + "dataTable": "DataTable'/Game/Balance/DataTables/GameDifficultyGrowthBounds.GameDifficultyGrowthBounds'", + "rowName": "Theater_Hard_Zone4" + }, + "tileIndex": 98, + "availableUntil": "9999-12-31T23:59:59.999Z" + }, + { + "missionGuid": "cd4447cc-8760-47ad-9971-134452fc2f7c", + "missionRewards": { + "tierGroupName": "Mission_Select_T14", + "items": [ + { + "itemType": "CardPack:zcp_personnelxp_t14", + "quantity": 1 + }, + { + "itemType": "CardPack:zcp_ore_malachite_high", + "quantity": 1 + } + ] + }, + "missionGenerator": "/Game/World/MissionGens/Plankerton/ParentMissionGens/MissionGen_T2_EtShelter.MissionGen_T2_EtShelter_C", + "missionDifficultyInfo": { + "dataTable": "DataTable'/Game/Balance/DataTables/GameDifficultyGrowthBounds.GameDifficultyGrowthBounds'", + "rowName": "Theater_Hard_Zone4" + }, + "tileIndex": 43, + "availableUntil": "2017-07-22T04:19:45.000Z" + }, + { + "missionGuid": "3a293435-7b35-433e-87d5-23a634dfca01", + "missionRewards": { + "tierGroupName": "Mission_Select_T13", + "items": [ + { + "itemType": "CardPack:zcp_schematicxp_t13", + "quantity": 1 + }, + { + "itemType": "CardPack:zcp_heroxp_t13", + "quantity": 1 + } + ] + }, + "missionGenerator": "/Game/World/MissionGens/Plankerton/ParentMissionGens/MissionGen_T2_DtE.MissionGen_T2_DtE_C", + "missionDifficultyInfo": { + "dataTable": "DataTable'/Game/Balance/DataTables/GameDifficultyGrowthBounds.GameDifficultyGrowthBounds'", + "rowName": "Theater_Hard_Zone3" + }, + "tileIndex": 103, + "availableUntil": "2017-07-22T04:19:45.000Z" + }, + { + "missionGuid": "c1e65af3-433a-45fb-95d6-d9ece9c9e7f1", + "missionRewards": { + "tierGroupName": "Mission_Select_T13", + "items": [ + { + "itemType": "CardPack:zcp_heroxp_t13", + "quantity": 1 + }, + { + "itemType": "CardPack:zcp_reagent_c_t03_verylow", + "quantity": 1 + } + ] + }, + "missionGenerator": "/Game/World/MissionGens/Plankerton/ParentMissionGens/MissionGen_T2_EtShelter.MissionGen_T2_EtShelter_C", + "missionDifficultyInfo": { + "dataTable": "DataTable'/Game/Balance/DataTables/GameDifficultyGrowthBounds.GameDifficultyGrowthBounds'", + "rowName": "Theater_Hard_Zone3" + }, + "tileIndex": 40, + "availableUntil": "9999-12-31T23:59:59.999Z" + }, + { + "missionGuid": "d813c0c1-f326-4572-8981-907285477029", + "missionRewards": { + "tierGroupName": "Mission_Select_T11", + "items": [ + { + "itemType": "CardPack:zcp_heroxp_t11", + "quantity": 1 + }, + { + "itemType": "CardPack:zcp_improvised_r", + "quantity": 1 + } + ] + }, + "missionGenerator": "/Game/World/MissionGens/Plankerton/ParentMissionGens/MissionGen_T2_2Gates.MissionGen_T2_2Gates_C", + "missionDifficultyInfo": { + "dataTable": "DataTable'/Game/Balance/DataTables/GameDifficultyGrowthBounds.GameDifficultyGrowthBounds'", + "rowName": "Theater_Hard_Zone1" + }, + "tileIndex": 13, + "availableUntil": "2017-07-22T04:19:45.000Z" + }, + { + "missionGuid": "047efcf3-902e-4d6f-866c-e5a1772faed2", + "missionRewards": { + "tierGroupName": "Mission_Select_T11", + "items": [ + { + "itemType": "CardPack:zcp_schematicxp_t11", + "quantity": 1 + }, + { + "itemType": "CardPack:zcp_heroxp_t11", + "quantity": 1 + } + ] + }, + "missionGenerator": "/Game/World/MissionGens/Plankerton/ParentMissionGens/MissionGen_T2_RtL.MissionGen_T2_RtL_C", + "missionDifficultyInfo": { + "dataTable": "DataTable'/Game/Balance/DataTables/GameDifficultyGrowthBounds.GameDifficultyGrowthBounds'", + "rowName": "Theater_Hard_Zone1" + }, + "tileIndex": 12, + "availableUntil": "2017-07-22T04:19:45.000Z" + }, + { + "missionGuid": "1c08b2c8-6a34-480c-a227-80cfade4d707", + "missionRewards": { + "tierGroupName": "Mission_Select_T11", + "items": [ + { + "itemType": "CardPack:zcp_schematicxp_t11", + "quantity": 1 + }, + { + "itemType": "CardPack:zcp_schematicxp_t11", + "quantity": 1 + } + ] + }, + "missionGenerator": "/Game/World/MissionGens/Plankerton/ParentMissionGens/MissionGen_T2_DtE.MissionGen_T2_DtE_C", + "missionDifficultyInfo": { + "dataTable": "DataTable'/Game/Balance/DataTables/GameDifficultyGrowthBounds.GameDifficultyGrowthBounds'", + "rowName": "Theater_Hard_Zone1" + }, + "tileIndex": 45, + "availableUntil": "2017-07-22T04:19:45.000Z" + }, + { + "missionGuid": "f1e9e9a5-381a-4d9b-99db-ed979d541288", + "missionRewards": { + "tierGroupName": "Mission_Select_T11", + "items": [ + { + "itemType": "CardPack:zcp_heroxp_t11", + "quantity": 1 + }, + { + "itemType": "CardPack:zcp_heroxp_t11", + "quantity": 1 + } + ] + }, + "missionGenerator": "/Game/World/MissionGens/Plankerton/ParentMissionGens/MissionGen_T2_RtS.MissionGen_T2_RtS_C", + "missionDifficultyInfo": { + "dataTable": "DataTable'/Game/Balance/DataTables/GameDifficultyGrowthBounds.GameDifficultyGrowthBounds'", + "rowName": "Theater_Hard_Zone1" + }, + "tileIndex": 5, + "availableUntil": "2017-07-22T04:19:45.000Z" + }, + { + "missionGuid": "4fb1bff4-e6af-4ed0-b8a6-39d094cc82b5", + "missionRewards": { + "tierGroupName": "Mission_Select_T11", + "items": [ + { + "itemType": "CardPack:zcp_heroxp_t11", + "quantity": 1 + }, + { + "itemType": "CardPack:zcp_reagent_c_t02_low", + "quantity": 1 + } + ] + }, + "missionGenerator": "/Game/World/MissionGens/Plankerton/ParentMissionGens/MissionGen_T2_RtD.MissionGen_T2_RtD_C", + "missionDifficultyInfo": { + "dataTable": "DataTable'/Game/Balance/DataTables/GameDifficultyGrowthBounds.GameDifficultyGrowthBounds'", + "rowName": "Theater_Hard_Zone1" + }, + "tileIndex": 51, + "availableUntil": "2017-07-22T04:19:45.000Z" + }, + { + "missionGuid": "409ce7b7-5d09-4baf-a46e-37c4fe24683f", + "missionRewards": { + "tierGroupName": "Mission_Select_T11", + "items": [ + { + "itemType": "CardPack:zcp_schematicxp_t11", + "quantity": 1 + }, + { + "itemType": "CardPack:zcp_personnelxp_t11", + "quantity": 1 + } + ] + }, + "missionGenerator": "/Game/World/MissionGens/Plankerton/ParentMissionGens/MissionGen_T2_RtL.MissionGen_T2_RtL_C", + "missionDifficultyInfo": { + "dataTable": "DataTable'/Game/Balance/DataTables/GameDifficultyGrowthBounds.GameDifficultyGrowthBounds'", + "rowName": "Theater_Hard_Zone1" + }, + "tileIndex": 14, + "availableUntil": "9999-12-31T23:59:59.999Z" + }, + { + "missionGuid": "f9673d7e-c2b0-4d43-93e9-b4ae893e82ec", + "missionRewards": { + "tierGroupName": "Mission_Select_T15", + "items": [ + { + "itemType": "CardPack:zcp_schematicxp_t15", + "quantity": 1 + }, + { + "itemType": "CardPack:zcp_heroxp_t15", + "quantity": 1 + } + ] + }, + "missionGenerator": "/Game/World/MissionGens/Plankerton/ParentMissionGens/MissionGen_T2_RtS.MissionGen_T2_RtS_C", + "missionDifficultyInfo": { + "dataTable": "DataTable'/Game/Balance/DataTables/GameDifficultyGrowthBounds.GameDifficultyGrowthBounds'", + "rowName": "Theater_Hard_Zone5" + }, + "tileIndex": 67, + "availableUntil": "2017-07-22T04:19:45.000Z" + }, + { + "missionGuid": "88116067-8f9a-41e7-988d-a6cc06e2b7bb", + "missionRewards": { + "tierGroupName": "Mission_Select_T15", + "items": [ + { + "itemType": "CardPack:zcp_heroxp_t15", + "quantity": 1 + }, + { + "itemType": "CardPack:zcp_ore_malachite_veryhigh", + "quantity": 1 + } + ] + }, + "missionGenerator": "/Game/World/MissionGens/MissionGen_LtR_CannyValley.MissionGen_LtR_CannyValley_C", + "missionDifficultyInfo": { + "dataTable": "DataTable'/Game/Balance/DataTables/GameDifficultyGrowthBounds.GameDifficultyGrowthBounds'", + "rowName": "Theater_Hard_Zone5" + }, + "tileIndex": 68, + "availableUntil": "2017-07-22T04:19:45.000Z" + }, + { + "missionGuid": "607a5211-7e13-4d73-a943-c0ff1f4641cc", + "missionRewards": { + "tierGroupName": "Mission_Select_T15", + "items": [ + { + "itemType": "CardPack:zcp_heroxp_t15", + "quantity": 1 + }, + { + "itemType": "CardPack:zcp_improvised_r", + "quantity": 1 + } + ] + }, + "missionGenerator": "/Game/World/MissionGens/Plankerton/ParentMissionGens/MissionGen_T2_DtB.MissionGen_T2_DtB_C", + "missionDifficultyInfo": { + "dataTable": "DataTable'/Game/Balance/DataTables/GameDifficultyGrowthBounds.GameDifficultyGrowthBounds'", + "rowName": "Theater_Hard_Zone5" + }, + "tileIndex": 72, + "availableUntil": "2017-07-22T04:19:45.000Z" + }, + { + "missionGuid": "a529188c-816c-40d4-9e92-d62bdd36bf7e", + "missionRewards": { + "tierGroupName": "Mission_Select_T15", + "items": [ + { + "itemType": "CardPack:zcp_schematicxp_t15", + "quantity": 1 + }, + { + "itemType": "CardPack:zcp_schematicxp_t15", + "quantity": 1 + } + ] + }, + "missionGenerator": "/Game/World/MissionGens/Plankerton/ParentMissionGens/MissionGen_T2_EtShelter.MissionGen_T2_EtShelter_C", + "missionDifficultyInfo": { + "dataTable": "DataTable'/Game/Balance/DataTables/GameDifficultyGrowthBounds.GameDifficultyGrowthBounds'", + "rowName": "Theater_Hard_Zone5" + }, + "tileIndex": 22, + "availableUntil": "2017-07-22T04:19:45.000Z" + }, + { + "missionGuid": "97cfd696-de7b-4d51-8225-cf3d6dc3ec70", + "missionRewards": { + "tierGroupName": "Mission_Select_T15", + "items": [ + { + "itemType": "CardPack:zcp_schematicxp_t15", + "quantity": 1 + }, + { + "itemType": "CardPack:zcp_reagent_c_t03_verylow", + "quantity": 1 + } + ] + }, + "missionGenerator": "/Game/World/MissionGens/Plankerton/ParentMissionGens/MissionGen_T2_DtE.MissionGen_T2_DtE_C", + "missionDifficultyInfo": { + "dataTable": "DataTable'/Game/Balance/DataTables/GameDifficultyGrowthBounds.GameDifficultyGrowthBounds'", + "rowName": "Theater_Hard_Zone5" + }, + "tileIndex": 21, + "availableUntil": "9999-12-31T23:59:59.999Z" + }, + { + "missionGuid": "cfd9f3b7-b6d0-46e2-b3e7-3d228b723a7a", + "missionRewards": { + "tierGroupName": "Mission_Select_T15", + "items": [ + { + "itemType": "CardPack:zcp_schematicxp_t15", + "quantity": 1 + }, + { + "itemType": "CardPack:zcp_ore_malachite_veryhigh", + "quantity": 1 + } + ] + }, + "missionGenerator": "/Game/World/MissionGens/Plankerton/ParentMissionGens/MissionGen_T2_RtS.MissionGen_T2_RtS_C", + "missionDifficultyInfo": { + "dataTable": "DataTable'/Game/Balance/DataTables/GameDifficultyGrowthBounds.GameDifficultyGrowthBounds'", + "rowName": "Theater_Hard_Zone5" + }, + "tileIndex": 17, + "availableUntil": "2017-07-22T04:19:45.000Z" + }, + { + "missionGuid": "f294275e-44ee-466a-a2c8-33920e148e93", + "missionRewards": { + "tierGroupName": "Mission_Select_T15", + "items": [ + { + "itemType": "CardPack:zcp_personnelxp_t15", + "quantity": 1 + }, + { + "itemType": "CardPack:zcp_reagent_c_t01_medium", + "quantity": 1 + } + ] + }, + "missionGenerator": "/Game/World/MissionGens/Plankerton/ParentMissionGens/MissionGen_T2_EtShelter.MissionGen_T2_EtShelter_C", + "missionDifficultyInfo": { + "dataTable": "DataTable'/Game/Balance/DataTables/GameDifficultyGrowthBounds.GameDifficultyGrowthBounds'", + "rowName": "Theater_Hard_Zone5" + }, + "tileIndex": 20, + "availableUntil": "2017-07-22T04:19:45.000Z" + }, + { + "missionGuid": "ff153073-ee0b-4a49-aafb-ac8bb55fe8dd", + "missionRewards": { + "tierGroupName": "Mission_Select_T15", + "items": [ + { + "itemType": "CardPack:zcp_heroxp_t15", + "quantity": 1 + }, + { + "itemType": "CardPack:zcp_schematicxp_t15", + "quantity": 1 + } + ] + }, + "missionGenerator": "/Game/World/MissionGens/Plankerton/ParentMissionGens/MissionGen_T2_DtB.MissionGen_T2_DtB_C", + "missionDifficultyInfo": { + "dataTable": "DataTable'/Game/Balance/DataTables/GameDifficultyGrowthBounds.GameDifficultyGrowthBounds'", + "rowName": "Theater_Hard_Zone5" + }, + "tileIndex": 4, + "availableUntil": "9999-12-31T23:59:59.999Z" + }, + { + "missionGuid": "f51c3ff8-1159-4a92-b7e4-919ad7af8477", + "missionRewards": { + "tierGroupName": "Mission_Select_T12", + "items": [ + { + "itemType": "CardPack:zcp_schematicxp_t12", + "quantity": 1 + }, + { + "itemType": "CardPack:zcp_schematicxp_t12", + "quantity": 1 + } + ] + }, + "missionGenerator": "/Game/World/MissionGens/Plankerton/ParentMissionGens/MissionGen_T2_4Gates.MissionGen_T2_4Gates_C", + "missionDifficultyInfo": { + "dataTable": "DataTable'/Game/Balance/DataTables/GameDifficultyGrowthBounds.GameDifficultyGrowthBounds'", + "rowName": "Theater_Hard_Zone2" + }, + "tileIndex": 9, + "availableUntil": "2017-07-22T04:19:45.000Z" + }, + { + "missionGuid": "e4fb8849-1fbc-4daf-81a9-26e04af49eb6", + "missionRewards": { + "tierGroupName": "Mission_Select_T12", + "items": [ + { + "itemType": "CardPack:zcp_schematicxp_t12", + "quantity": 1 + }, + { + "itemType": "CardPack:zcp_improvised_vr", + "quantity": 1 + } + ] + }, + "missionGenerator": "/Game/World/MissionGens/Plankerton/ParentMissionGens/MissionGen_T2_DtE.MissionGen_T2_DtE_C", + "missionDifficultyInfo": { + "dataTable": "DataTable'/Game/Balance/DataTables/GameDifficultyGrowthBounds.GameDifficultyGrowthBounds'", + "rowName": "Theater_Hard_Zone2" + }, + "tileIndex": 60, + "availableUntil": "9999-12-31T23:59:59.999Z" + }, + { + "missionGuid": "0586d634-95a8-47ff-9501-d2006fc142f0", + "missionRewards": { + "tierGroupName": "Mission_Select_T12", + "items": [ + { + "itemType": "CardPack:zcp_schematicxp_t12", + "quantity": 1 + }, + { + "itemType": "CardPack:zcp_reagent_c_t03_verylow", + "quantity": 1 + } + ] + }, + "missionGenerator": "/Game/World/MissionGens/Plankerton/ParentMissionGens/MissionGen_T2_RtL.MissionGen_T2_RtL_C", + "missionDifficultyInfo": { + "dataTable": "DataTable'/Game/Balance/DataTables/GameDifficultyGrowthBounds.GameDifficultyGrowthBounds'", + "rowName": "Theater_Hard_Zone2" + }, + "tileIndex": 33, + "availableUntil": "2017-07-22T04:19:45.000Z" + }, + { + "missionGuid": "3b027d0d-dd7e-442d-981e-817a6e0b2745", + "missionRewards": { + "tierGroupName": "Mission_Select_T12", + "items": [ + { + "itemType": "CardPack:zcp_schematicxp_t12", + "quantity": 1 + }, + { + "itemType": "CardPack:zcp_heroxp_t12", + "quantity": 1 + } + ] + }, + "missionGenerator": "/Game/World/MissionGens/Plankerton/ParentMissionGens/MissionGen_T2_RtL.MissionGen_T2_RtL_C", + "missionDifficultyInfo": { + "dataTable": "DataTable'/Game/Balance/DataTables/GameDifficultyGrowthBounds.GameDifficultyGrowthBounds'", + "rowName": "Theater_Hard_Zone2" + }, + "tileIndex": 27, + "availableUntil": "2017-07-22T04:19:45.000Z" + }, + { + "missionGuid": "514bbbfb-ffda-41b8-989e-a16f6297ee21", + "missionRewards": { + "tierGroupName": "Mission_Select_T12", + "items": [ + { + "itemType": "CardPack:zcp_heroxp_t12", + "quantity": 1 + }, + { + "itemType": "CardPack:zcp_schematicxp_t12", + "quantity": 1 + } + ] + }, + "missionGenerator": "/Game/World/MissionGens/Plankerton/ParentMissionGens/MissionGen_T2_3Gates.MissionGen_T2_3Gates_C", + "missionDifficultyInfo": { + "dataTable": "DataTable'/Game/Balance/DataTables/GameDifficultyGrowthBounds.GameDifficultyGrowthBounds'", + "rowName": "Theater_Hard_Zone2" + }, + "tileIndex": 59, + "availableUntil": "9999-12-31T23:59:59.999Z" + }, + { + "missionGuid": "920431a3-936a-43c9-bd3b-c189e595e20f", + "missionRewards": { + "tierGroupName": "Mission_Select_T14", + "items": [ + { + "itemType": "CardPack:zcp_schematicxp_t14", + "quantity": 1 + }, + { + "itemType": "CardPack:zcp_reagent_c_t02_low", + "quantity": 1 + } + ] + }, + "missionGenerator": "/Game/World/MissionGens/Plankerton/ParentMissionGens/MissionGen_T2_2Gates.MissionGen_T2_2Gates_C", + "missionDifficultyInfo": { + "dataTable": "DataTable'/Game/Balance/DataTables/GameDifficultyGrowthBounds.GameDifficultyGrowthBounds'", + "rowName": "Theater_Hard_Zone4" + }, + "tileIndex": 24, + "availableUntil": "2017-07-22T04:19:45.000Z" + }, + { + "missionGuid": "4e6e5997-172f-4787-be05-91e854676ea1", + "missionRewards": { + "tierGroupName": "Mission_Select_T14", + "items": [ + { + "itemType": "CardPack:zcp_schematicxp_t14", + "quantity": 1 + }, + { + "itemType": "CardPack:zcp_improvised_r", + "quantity": 1 + } + ] + }, + "missionGenerator": "/Game/World/MissionGens/Plankerton/ParentMissionGens/MissionGen_T2_DtE.MissionGen_T2_DtE_C", + "missionDifficultyInfo": { + "dataTable": "DataTable'/Game/Balance/DataTables/GameDifficultyGrowthBounds.GameDifficultyGrowthBounds'", + "rowName": "Theater_Hard_Zone4" + }, + "tileIndex": 30, + "availableUntil": "2017-07-22T04:19:45.000Z" + }, + { + "missionGuid": "686a65c2-1ce0-4e7d-9f9e-c9592dc957e9", + "missionRewards": { + "tierGroupName": "Mission_Select_T14", + "items": [ + { + "itemType": "CardPack:zcp_personnelxp_t14", + "quantity": 1 + }, + { + "itemType": "CardPack:zcp_ore_obsidian_minimal", + "quantity": 1 + } + ] + }, + "missionGenerator": "/Game/World/MissionGens/Plankerton/ParentMissionGens/MissionGen_T2_4Gates.MissionGen_T2_4Gates_C", + "missionDifficultyInfo": { + "dataTable": "DataTable'/Game/Balance/DataTables/GameDifficultyGrowthBounds.GameDifficultyGrowthBounds'", + "rowName": "Theater_Hard_Zone4" + }, + "tileIndex": 97, + "availableUntil": "2017-07-22T04:19:45.000Z" + }, + { + "missionGuid": "b0ae0bb5-7891-4c4f-8b51-51bc3df0cf02", + "missionRewards": { + "tierGroupName": "Mission_Select_T14", + "items": [ + { + "itemType": "CardPack:zcp_personnelxp_t14", + "quantity": 1 + }, + { + "itemType": "CardPack:zcp_reagent_c_t01_medium", + "quantity": 1 + } + ] + }, + "missionGenerator": "/Game/World/MissionGens/Plankerton/ParentMissionGens/MissionGen_T2_DtE.MissionGen_T2_DtE_C", + "missionDifficultyInfo": { + "dataTable": "DataTable'/Game/Balance/DataTables/GameDifficultyGrowthBounds.GameDifficultyGrowthBounds'", + "rowName": "Theater_Hard_Zone4" + }, + "tileIndex": 93, + "availableUntil": "2017-07-22T04:19:45.000Z" + }, + { + "missionGuid": "72597570-2d23-4eb5-841c-1005ada6ddd1", + "missionRewards": { + "tierGroupName": "Mission_Select_T14", + "items": [ + { + "itemType": "CardPack:zcp_schematicxp_t14", + "quantity": 1 + }, + { + "itemType": "CardPack:zcp_personnelxp_t14", + "quantity": 1 + } + ] + }, + "missionGenerator": "/Game/World/MissionGens/Plankerton/ParentMissionGens/MissionGen_T2_DtE.MissionGen_T2_DtE_C", + "missionDifficultyInfo": { + "dataTable": "DataTable'/Game/Balance/DataTables/GameDifficultyGrowthBounds.GameDifficultyGrowthBounds'", + "rowName": "Theater_Hard_Zone4" + }, + "tileIndex": 23, + "availableUntil": "9999-12-31T23:59:59.999Z" + }, + { + "missionGuid": "3c3917ef-881f-4cc4-9a00-69546994abcc", + "missionRewards": { + "tierGroupName": "Mission_Select_T14", + "items": [ + { + "itemType": "CardPack:zcp_heroxp_t14", + "quantity": 1 + }, + { + "itemType": "CardPack:zcp_ore_malachite_high", + "quantity": 1 + } + ] + }, + "missionGenerator": "/Game/World/MissionGens/Plankerton/ParentMissionGens/MissionGen_T2_DtB.MissionGen_T2_DtB_C", + "missionDifficultyInfo": { + "dataTable": "DataTable'/Game/Balance/DataTables/GameDifficultyGrowthBounds.GameDifficultyGrowthBounds'", + "rowName": "Theater_Hard_Zone4" + }, + "tileIndex": 96, + "availableUntil": "2017-07-22T04:19:45.000Z" + }, + { + "missionGuid": "c6053f33-5071-4a90-b24b-2f3770608cbb", + "missionRewards": { + "tierGroupName": "Mission_Select_T14", + "items": [ + { + "itemType": "CardPack:zcp_personnelxp_t14", + "quantity": 1 + }, + { + "itemType": "CardPack:zcp_ore_malachite_high", + "quantity": 1 + } + ] + }, + "missionGenerator": "/Game/World/MissionGens/Plankerton/ParentMissionGens/MissionGen_T2_RtL.MissionGen_T2_RtL_C", + "missionDifficultyInfo": { + "dataTable": "DataTable'/Game/Balance/DataTables/GameDifficultyGrowthBounds.GameDifficultyGrowthBounds'", + "rowName": "Theater_Hard_Zone4" + }, + "tileIndex": 95, + "availableUntil": "9999-12-31T23:59:59.999Z" + }, + { + "missionGuid": "66aa0b76-2ed3-490b-a931-5e96958230b7", + "missionRewards": { + "tierGroupName": "Mission_Select_T13", + "items": [ + { + "itemType": "CardPack:zcp_schematicxp_t13", + "quantity": 1 + }, + { + "itemType": "CardPack:zcp_ore_malachite_medium", + "quantity": 1 + } + ] + }, + "missionGenerator": "/Game/World/MissionGens/Plankerton/ParentMissionGens/MissionGen_T2_4Gates.MissionGen_T2_4Gates_C", + "missionDifficultyInfo": { + "dataTable": "DataTable'/Game/Balance/DataTables/GameDifficultyGrowthBounds.GameDifficultyGrowthBounds'", + "rowName": "Theater_Hard_Zone3" + }, + "tileIndex": 101, + "availableUntil": "2017-07-22T04:19:45.000Z" + }, + { + "missionGuid": "67806ed5-5dc8-455b-910d-4c66f19397f6", + "missionRewards": { + "tierGroupName": "Mission_Select_T13", + "items": [ + { + "itemType": "CardPack:zcp_personnelxp_t13", + "quantity": 1 + }, + { + "itemType": "CardPack:zcp_schematicxp_t13", + "quantity": 1 + } + ] + }, + "missionGenerator": "/Game/World/MissionGens/Plankerton/ParentMissionGens/MissionGen_T2_EtSurvivors.MissionGen_T2_EtSurvivors_C", + "missionDifficultyInfo": { + "dataTable": "DataTable'/Game/Balance/DataTables/GameDifficultyGrowthBounds.GameDifficultyGrowthBounds'", + "rowName": "Theater_Hard_Zone3" + }, + "tileIndex": 102, + "availableUntil": "2017-07-22T04:19:45.000Z" + }, + { + "missionGuid": "e531709e-291a-49da-b879-1ebf68796921", + "missionRewards": { + "tierGroupName": "Mission_Select_T13", + "items": [ + { + "itemType": "CardPack:zcp_schematicxp_t13", + "quantity": 1 + }, + { + "itemType": "CardPack:zcp_personnelxp_t13", + "quantity": 1 + } + ] + }, + "missionGenerator": "/Game/World/MissionGens/Plankerton/ParentMissionGens/MissionGen_T2_DtB.MissionGen_T2_DtB_C", + "missionDifficultyInfo": { + "dataTable": "DataTable'/Game/Balance/DataTables/GameDifficultyGrowthBounds.GameDifficultyGrowthBounds'", + "rowName": "Theater_Hard_Zone3" + }, + "tileIndex": 105, + "availableUntil": "2017-07-22T04:19:45.000Z" + }, + { + "missionGuid": "844543cd-3797-4329-b268-efd5c5bb4d9a", + "missionRewards": { + "tierGroupName": "Mission_Select_T13", + "items": [ + { + "itemType": "CardPack:zcp_schematicxp_t13", + "quantity": 1 + }, + { + "itemType": "CardPack:zcp_personnelxp_t13", + "quantity": 1 + } + ] + }, + "missionGenerator": "/Game/World/MissionGens/Plankerton/ParentMissionGens/MissionGen_T2_RtL.MissionGen_T2_RtL_C", + "missionDifficultyInfo": { + "dataTable": "DataTable'/Game/Balance/DataTables/GameDifficultyGrowthBounds.GameDifficultyGrowthBounds'", + "rowName": "Theater_Hard_Zone3" + }, + "tileIndex": 106, + "availableUntil": "9999-12-31T23:59:59.999Z" + }, + { + "missionGuid": "6e9e05ce-efb5-4fdd-b5f9-897cc870b01c", + "missionRewards": { + "tierGroupName": "Mission_Select_T13", + "items": [ + { + "itemType": "CardPack:zcp_heroxp_t13", + "quantity": 1 + }, + { + "itemType": "CardPack:zcp_reagent_c_t03_verylow", + "quantity": 1 + } + ] + }, + "missionGenerator": "/Game/World/MissionGens/Plankerton/ParentMissionGens/MissionGen_T2_EtSurvivors.MissionGen_T2_EtSurvivors_C", + "missionDifficultyInfo": { + "dataTable": "DataTable'/Game/Balance/DataTables/GameDifficultyGrowthBounds.GameDifficultyGrowthBounds'", + "rowName": "Theater_Hard_Zone3" + }, + "tileIndex": 28, + "availableUntil": "9999-12-31T23:59:59.999Z" + }, + { + "missionGuid": "120a494e-35ab-47dc-8608-7f27f39ae90d", + "missionRewards": { + "tierGroupName": "Mission_Select_T13", + "items": [ + { + "itemType": "CardPack:zcp_heroxp_t13", + "quantity": 1 + }, + { + "itemType": "CardPack:zcp_reagent_c_t03_verylow", + "quantity": 1 + } + ] + }, + "missionGenerator": "/Game/World/MissionGens/Plankerton/ParentMissionGens/MissionGen_T2_RtS.MissionGen_T2_RtS_C", + "missionDifficultyInfo": { + "dataTable": "DataTable'/Game/Balance/DataTables/GameDifficultyGrowthBounds.GameDifficultyGrowthBounds'", + "rowName": "Theater_Hard_Zone3" + }, + "tileIndex": 58, + "availableUntil": "2017-07-22T04:19:45.000Z" + }, + { + "missionGuid": "df1d9601-da18-4b09-8feb-b4ac5103e030", + "missionRewards": { + "tierGroupName": "Outpost_Select_Theater3", + "items": [ + { + "itemType": "CardPack:zcp_voucher_basicpack", + "quantity": 1 + }, + { + "itemType": "CardPack:zcp_heroxp_outpost_theater3", + "quantity": 1 + } + ] + }, + "bonusMissionRewards": { + "tierGroupName": "Outpost_Select_Bonus_Theater3", + "items": [ + { + "itemType": "CardPack:zcp_personnelxp_t12", + "quantity": 1 + } + ] + }, + "missionGenerator": "/Game/World/MissionGens/MissionGen_TheOutpost_PvE_03.MissionGen_TheOutpost_PvE_03_C", + "missionDifficultyInfo": { + "dataTable": "DataTable'/Game/Balance/DataTables/GameDifficultyGrowthBounds.GameDifficultyGrowthBounds'", + "rowName": "Theater_Hard_Outpost1" + }, + "tileIndex": 16, + "availableUntil": "2017-07-22T04:19:45.000Z" + } + ], + "nextRefresh": "2017-07-22T04:19:45.000Z" + }, + { + "theaterId": "D9A801C5444D1C74D1B7DAB5C7C12C5B", + "availableMissions": [ + { + "missionGuid": "8812555e-e42f-429b-b784-ae0776929a74", + "missionRewards": { + "tierGroupName": "Mission_Select_T17", + "items": [ + { + "itemType": "CardPack:zcp_heroxp_t17", + "quantity": 1 + }, + { + "itemType": "CardPack:zcp_schematicxp_t17", + "quantity": 1 + } + ] + }, + "missionGenerator": "/Game/World/MissionGens/Plankerton/ParentMissionGens/MissionGen_T2_RtD.MissionGen_T2_RtD_C", + "missionDifficultyInfo": { + "dataTable": "DataTable'/Game/Balance/DataTables/GameDifficultyGrowthBounds.GameDifficultyGrowthBounds'", + "rowName": "Theater_Nightmare_Zone2" + }, + "tileIndex": 63, + "availableUntil": "2017-07-22T04:19:45.000Z" + }, + { + "missionGuid": "d58abe82-f43b-4106-a170-1c6492486d69", + "missionRewards": { + "tierGroupName": "Mission_Select_T18", + "items": [ + { + "itemType": "CardPack:zcp_heroxp_t18", + "quantity": 1 + }, + { + "itemType": "CardPack:zcp_ore_obsidian_medium", + "quantity": 1 + } + ] + }, + "missionGenerator": "/Game/World/MissionGens/Plankerton/ParentMissionGens/MissionGen_T2_RtD.MissionGen_T2_RtD_C", + "missionDifficultyInfo": { + "dataTable": "DataTable'/Game/Balance/DataTables/GameDifficultyGrowthBounds.GameDifficultyGrowthBounds'", + "rowName": "Theater_Nightmare_Zone3" + }, + "tileIndex": 73, + "availableUntil": "9999-12-31T23:59:59.999Z" + }, + { + "missionGuid": "c57c03f0-69a9-4de4-bc3b-e7b29e09447c", + "missionRewards": { + "tierGroupName": "Mission_Select_T20", + "items": [ + { + "itemType": "CardPack:zcp_schematicxp_t20", + "quantity": 1 + }, + { + "itemType": "CardPack:zcp_reagent_c_t02_medium", + "quantity": 1 + } + ] + }, + "missionGenerator": "/Game/World/MissionGens/Plankerton/ParentMissionGens/MissionGen_T2_DtE.MissionGen_T2_DtE_C", + "missionDifficultyInfo": { + "dataTable": "DataTable'/Game/Balance/DataTables/GameDifficultyGrowthBounds.GameDifficultyGrowthBounds'", + "rowName": "Theater_Nightmare_Zone5" + }, + "tileIndex": 3, + "availableUntil": "2017-07-22T04:19:45.000Z" + }, + { + "missionGuid": "26c615ff-739e-4d01-87c8-feced4d7b1c1", + "missionRewards": { + "tierGroupName": "Mission_Select_T20", + "items": [ + { + "itemType": "CardPack:zcp_heroxp_t20", + "quantity": 1 + }, + { + "itemType": "CardPack:zcp_ore_obsidian_veryhigh", + "quantity": 1 + } + ] + }, + "missionGenerator": "/Game/World/MissionGens/Plankerton/ParentMissionGens/MissionGen_T2_EtSurvivors.MissionGen_T2_EtSurvivors_C", + "missionDifficultyInfo": { + "dataTable": "DataTable'/Game/Balance/DataTables/GameDifficultyGrowthBounds.GameDifficultyGrowthBounds'", + "rowName": "Theater_Nightmare_Zone5" + }, + "tileIndex": 2, + "availableUntil": "2017-07-22T04:19:45.000Z" + }, + { + "missionGuid": "0271103b-01c5-45ad-8493-cac19a00db88", + "missionRewards": { + "tierGroupName": "Mission_Select_T19", + "items": [ + { + "itemType": "CardPack:zcp_schematicxp_t19", + "quantity": 1 + }, + { + "itemType": "CardPack:zcp_reagent_c_t01_high", + "quantity": 1 + } + ] + }, + "missionGenerator": "/Game/World/MissionGens/Plankerton/ParentMissionGens/MissionGen_T2_DtE.MissionGen_T2_DtE_C", + "missionDifficultyInfo": { + "dataTable": "DataTable'/Game/Balance/DataTables/GameDifficultyGrowthBounds.GameDifficultyGrowthBounds'", + "rowName": "Theater_Nightmare_Zone4" + }, + "tileIndex": 30, + "availableUntil": "2017-07-22T04:19:45.000Z" + }, + { + "missionGuid": "25d1f451-cae3-48e3-85c6-b04a99667e52", + "missionRewards": { + "tierGroupName": "Mission_Select_T19", + "items": [ + { + "itemType": "CardPack:zcp_personnelxp_t19", + "quantity": 1 + }, + { + "itemType": "CardPack:zcp_reagent_c_t03_low", + "quantity": 1 + } + ] + }, + "missionGenerator": "/Game/World/MissionGens/Plankerton/ParentMissionGens/MissionGen_T2_DtB.MissionGen_T2_DtB_C", + "missionDifficultyInfo": { + "dataTable": "DataTable'/Game/Balance/DataTables/GameDifficultyGrowthBounds.GameDifficultyGrowthBounds'", + "rowName": "Theater_Nightmare_Zone4" + }, + "tileIndex": 80, + "availableUntil": "2017-07-22T04:19:45.000Z" + }, + { + "missionGuid": "225870e8-f068-42fd-a2ad-674c7bb4edfa", + "missionRewards": { + "tierGroupName": "Mission_Select_T18", + "items": [ + { + "itemType": "CardPack:zcp_personnelxp_t18", + "quantity": 1 + }, + { + "itemType": "CardPack:zcp_schematicxp_t18", + "quantity": 1 + } + ] + }, + "missionGenerator": "/Game/World/MissionGens/Plankerton/ParentMissionGens/MissionGen_T2_BuildtheRadarGrid.MissionGen_T2_BuildtheRadarGrid_C", + "missionDifficultyInfo": { + "dataTable": "DataTable'/Game/Balance/DataTables/GameDifficultyGrowthBounds.GameDifficultyGrowthBounds'", + "rowName": "Theater_Nightmare_Zone3" + }, + "tileIndex": 44, + "availableUntil": "2017-07-22T04:19:45.000Z" + }, + { + "missionGuid": "b8ac0a36-2b59-4cac-928c-a47e9a78f1fb", + "missionRewards": { + "tierGroupName": "Mission_Select_T16", + "items": [ + { + "itemType": "CardPack:zcp_schematicxp_t16", + "quantity": 1 + }, + { + "itemType": "CardPack:zcp_ore_obsidian_verylow", + "quantity": 1 + } + ] + }, + "missionGenerator": "/Game/World/MissionGens/Plankerton/ParentMissionGens/MissionGen_T2_RtS.MissionGen_T2_RtS_C", + "missionDifficultyInfo": { + "dataTable": "DataTable'/Game/Balance/DataTables/GameDifficultyGrowthBounds.GameDifficultyGrowthBounds'", + "rowName": "Theater_Nightmare_Zone1" + }, + "tileIndex": 15, + "availableUntil": "2017-07-22T04:19:45.000Z" + }, + { + "missionGuid": "35d90966-0458-46bc-8764-053f5c88eee5", + "missionRewards": { + "tierGroupName": "Mission_Select_T16", + "items": [ + { + "itemType": "CardPack:zcp_heroxp_t16", + "quantity": 1 + }, + { + "itemType": "CardPack:zcp_reagent_c_t02_medium", + "quantity": 1 + } + ] + }, + "missionGenerator": "/Game/World/MissionGens/Plankerton/ParentMissionGens/MissionGen_T2_EtShelter.MissionGen_T2_EtShelter_C", + "missionDifficultyInfo": { + "dataTable": "DataTable'/Game/Balance/DataTables/GameDifficultyGrowthBounds.GameDifficultyGrowthBounds'", + "rowName": "Theater_Nightmare_Zone1" + }, + "tileIndex": 16, + "availableUntil": "9999-12-31T23:59:59.999Z" + }, + { + "missionGuid": "0621f642-d52e-4a77-9e7e-834907c5d920", + "missionRewards": { + "tierGroupName": "Mission_Select_T17", + "items": [ + { + "itemType": "CardPack:zcp_heroxp_t17", + "quantity": 1 + }, + { + "itemType": "CardPack:zcp_heroxp_t17", + "quantity": 1 + } + ] + }, + "missionGenerator": "/Game/World/MissionGens/Plankerton/ParentMissionGens/MissionGen_T2_RtD.MissionGen_T2_RtD_C", + "missionDifficultyInfo": { + "dataTable": "DataTable'/Game/Balance/DataTables/GameDifficultyGrowthBounds.GameDifficultyGrowthBounds'", + "rowName": "Theater_Nightmare_Zone2" + }, + "tileIndex": 69, + "availableUntil": "9999-12-31T23:59:59.999Z" + }, + { + "missionGuid": "f1e0529d-c75f-43b6-b1e5-baf7b0a35387", + "missionRewards": { + "tierGroupName": "Mission_Select_T20", + "items": [ + { + "itemType": "CardPack:zcp_schematicxp_t20", + "quantity": 1 + }, + { + "itemType": "CardPack:zcp_reagent_c_t01_high", + "quantity": 1 + } + ] + }, + "missionGenerator": "/Game/World/MissionGens/Plankerton/ParentMissionGens/MissionGen_T2_4Gates.MissionGen_T2_4Gates_C", + "missionDifficultyInfo": { + "dataTable": "DataTable'/Game/Balance/DataTables/GameDifficultyGrowthBounds.GameDifficultyGrowthBounds'", + "rowName": "Theater_Nightmare_Zone5" + }, + "tileIndex": 0, + "availableUntil": "2017-07-22T04:19:45.000Z" + }, + { + "missionGuid": "f8b4ecb4-de69-4f83-854e-13db63def3da", + "missionRewards": { + "tierGroupName": "Mission_Select_T20", + "items": [ + { + "itemType": "CardPack:zcp_heroxp_t20", + "quantity": 1 + }, + { + "itemType": "CardPack:zcp_heroxp_t20", + "quantity": 1 + } + ] + }, + "missionGenerator": "/Game/World/MissionGens/Plankerton/ParentMissionGens/MissionGen_T2_RtL.MissionGen_T2_RtL_C", + "missionDifficultyInfo": { + "dataTable": "DataTable'/Game/Balance/DataTables/GameDifficultyGrowthBounds.GameDifficultyGrowthBounds'", + "rowName": "Theater_Nightmare_Zone5" + }, + "tileIndex": 39, + "availableUntil": "2017-07-22T04:19:45.000Z" + }, + { + "missionGuid": "c38d3c04-d8a2-4819-ae2e-7e10cbbfd1da", + "missionRewards": { + "tierGroupName": "Mission_Select_T20", + "items": [ + { + "itemType": "CardPack:zcp_schematicxp_t20", + "quantity": 1 + }, + { + "itemType": "CardPack:zcp_improvised_r", + "quantity": 1 + } + ] + }, + "missionGenerator": "/Game/World/MissionGens/Plankerton/ParentMissionGens/MissionGen_T2_4Gates.MissionGen_T2_4Gates_C", + "missionDifficultyInfo": { + "dataTable": "DataTable'/Game/Balance/DataTables/GameDifficultyGrowthBounds.GameDifficultyGrowthBounds'", + "rowName": "Theater_Nightmare_Zone5" + }, + "tileIndex": 58, + "availableUntil": "2017-07-22T04:19:45.000Z" + }, + { + "missionGuid": "16db9c69-da58-419f-84d3-f7b94f3b0fb9", + "missionRewards": { + "tierGroupName": "Mission_Select_T20", + "items": [ + { + "itemType": "CardPack:zcp_heroxp_t20", + "quantity": 1 + }, + { + "itemType": "CardPack:zcp_reagent_c_t04_low", + "quantity": 1 + } + ] + }, + "missionGenerator": "/Game/World/MissionGens/Plankerton/ParentMissionGens/MissionGen_T2_DtE.MissionGen_T2_DtE_C", + "missionDifficultyInfo": { + "dataTable": "DataTable'/Game/Balance/DataTables/GameDifficultyGrowthBounds.GameDifficultyGrowthBounds'", + "rowName": "Theater_Nightmare_Zone5" + }, + "tileIndex": 27, + "availableUntil": "2017-07-22T04:19:45.000Z" + }, + { + "missionGuid": "d3d10d20-8e18-47c1-b5c9-a4aca5573534", + "missionRewards": { + "tierGroupName": "Mission_Select_T20", + "items": [ + { + "itemType": "CardPack:zcp_personnelxp_t20", + "quantity": 1 + }, + { + "itemType": "CardPack:zcp_improvised_r", + "quantity": 1 + } + ] + }, + "missionGenerator": "/Game/World/MissionGens/Plankerton/ParentMissionGens/MissionGen_T2_RtS.MissionGen_T2_RtS_C", + "missionDifficultyInfo": { + "dataTable": "DataTable'/Game/Balance/DataTables/GameDifficultyGrowthBounds.GameDifficultyGrowthBounds'", + "rowName": "Theater_Nightmare_Zone5" + }, + "tileIndex": 24, + "availableUntil": "9999-12-31T23:59:59.999Z" + }, + { + "missionGuid": "1158f413-6c47-4f29-b5c1-85be5594b591", + "missionRewards": { + "tierGroupName": "Mission_Select_T20", + "items": [ + { + "itemType": "CardPack:zcp_personnelxp_t20", + "quantity": 1 + }, + { + "itemType": "CardPack:zcp_reagent_c_t02_medium", + "quantity": 1 + } + ] + }, + "missionGenerator": "/Game/World/MissionGens/MissionGen_LtR_Twine.MissionGen_LtR_Twine_C", + "missionDifficultyInfo": { + "dataTable": "DataTable'/Game/Balance/DataTables/GameDifficultyGrowthBounds.GameDifficultyGrowthBounds'", + "rowName": "Theater_Nightmare_Zone5" + }, + "tileIndex": 25, + "availableUntil": "9999-12-31T23:59:59.999Z" + }, + { + "missionGuid": "0e8806e4-6d0c-47b3-8b25-258c32084024", + "missionRewards": { + "tierGroupName": "Mission_Select_T20", + "items": [ + { + "itemType": "CardPack:zcp_personnelxp_t20", + "quantity": 1 + }, + { + "itemType": "CardPack:zcp_reagent_c_t04_verylow", + "quantity": 1 + } + ] + }, + "missionGenerator": "/Game/World/MissionGens/Plankerton/ParentMissionGens/MissionGen_T2_RtS.MissionGen_T2_RtS_C", + "missionDifficultyInfo": { + "dataTable": "DataTable'/Game/Balance/DataTables/GameDifficultyGrowthBounds.GameDifficultyGrowthBounds'", + "rowName": "Theater_Nightmare_Zone5" + }, + "tileIndex": 26, + "availableUntil": "2017-07-22T04:19:45.000Z" + }, + { + "missionGuid": "fcfbcf0e-5873-48b4-a0cf-eb96f91517e1", + "missionRewards": { + "tierGroupName": "Mission_Select_T20", + "items": [ + { + "itemType": "CardPack:zcp_heroxp_t20", + "quantity": 1 + }, + { + "itemType": "CardPack:zcp_reagent_c_t04_low", + "quantity": 1 + } + ] + }, + "missionGenerator": "/Game/World/MissionGens/Plankerton/ParentMissionGens/MissionGen_T2_RtD.MissionGen_T2_RtD_C", + "missionDifficultyInfo": { + "dataTable": "DataTable'/Game/Balance/DataTables/GameDifficultyGrowthBounds.GameDifficultyGrowthBounds'", + "rowName": "Theater_Nightmare_Zone5" + }, + "tileIndex": 8, + "availableUntil": "2017-07-22T04:19:45.000Z" + }, + { + "missionGuid": "1acd33d0-12d0-4f15-be39-da4e045b0f57", + "missionRewards": { + "tierGroupName": "Mission_Select_T19", + "items": [ + { + "itemType": "CardPack:zcp_personnelxp_t19", + "quantity": 1 + }, + { + "itemType": "CardPack:zcp_reagent_c_t02_medium", + "quantity": 1 + } + ] + }, + "missionGenerator": "/Game/World/MissionGens/Plankerton/ParentMissionGens/MissionGen_T2_DtB.MissionGen_T2_DtB_C", + "missionDifficultyInfo": { + "dataTable": "DataTable'/Game/Balance/DataTables/GameDifficultyGrowthBounds.GameDifficultyGrowthBounds'", + "rowName": "Theater_Nightmare_Zone4" + }, + "tileIndex": 4, + "availableUntil": "9999-12-31T23:59:59.999Z" + }, + { + "missionGuid": "b5b84b46-e4f6-4e06-9cb7-e8b22845b2a8", + "missionRewards": { + "tierGroupName": "Mission_Select_T19", + "items": [ + { + "itemType": "CardPack:zcp_schematicxp_t19", + "quantity": 1 + }, + { + "itemType": "CardPack:zcp_reagent_c_t02_medium", + "quantity": 1 + } + ] + }, + "missionGenerator": "/Game/World/MissionGens/Plankerton/ParentMissionGens/MissionGen_T2_RtS.MissionGen_T2_RtS_C", + "missionDifficultyInfo": { + "dataTable": "DataTable'/Game/Balance/DataTables/GameDifficultyGrowthBounds.GameDifficultyGrowthBounds'", + "rowName": "Theater_Nightmare_Zone4" + }, + "tileIndex": 31, + "availableUntil": "2017-07-22T04:19:45.000Z" + }, + { + "missionGuid": "ce30bd76-4df7-4fb6-8248-00c017455f86", + "missionRewards": { + "tierGroupName": "Mission_Select_T19", + "items": [ + { + "itemType": "CardPack:zcp_heroxp_t19", + "quantity": 1 + }, + { + "itemType": "CardPack:zcp_improvised_r", + "quantity": 1 + } + ] + }, + "missionGenerator": "/Game/World/MissionGens/Plankerton/ParentMissionGens/MissionGen_T2_RtL.MissionGen_T2_RtL_C", + "missionDifficultyInfo": { + "dataTable": "DataTable'/Game/Balance/DataTables/GameDifficultyGrowthBounds.GameDifficultyGrowthBounds'", + "rowName": "Theater_Nightmare_Zone4" + }, + "tileIndex": 29, + "availableUntil": "2017-07-22T04:19:45.000Z" + }, + { + "missionGuid": "b788f779-24c3-492a-839d-78e9559f4aed", + "missionRewards": { + "tierGroupName": "Mission_Select_T19", + "items": [ + { + "itemType": "CardPack:zcp_schematicxp_t19", + "quantity": 1 + }, + { + "itemType": "CardPack:zcp_personnelxp_t19", + "quantity": 1 + } + ] + }, + "missionGenerator": "/Game/World/MissionGens/Plankerton/ParentMissionGens/MissionGen_T2_RtL.MissionGen_T2_RtL_C", + "missionDifficultyInfo": { + "dataTable": "DataTable'/Game/Balance/DataTables/GameDifficultyGrowthBounds.GameDifficultyGrowthBounds'", + "rowName": "Theater_Nightmare_Zone4" + }, + "tileIndex": 36, + "availableUntil": "9999-12-31T23:59:59.999Z" + }, + { + "missionGuid": "8553bd0e-03e9-4ac5-b051-64086b038aff", + "missionRewards": { + "tierGroupName": "Mission_Select_T19", + "items": [ + { + "itemType": "CardPack:zcp_heroxp_t19", + "quantity": 1 + }, + { + "itemType": "CardPack:zcp_crystal_sunbeam_minimal", + "quantity": 1 + } + ] + }, + "missionGenerator": "/Game/World/MissionGens/Plankerton/ParentMissionGens/MissionGen_T2_RtS.MissionGen_T2_RtS_C", + "missionDifficultyInfo": { + "dataTable": "DataTable'/Game/Balance/DataTables/GameDifficultyGrowthBounds.GameDifficultyGrowthBounds'", + "rowName": "Theater_Nightmare_Zone4" + }, + "tileIndex": 46, + "availableUntil": "2017-07-22T04:19:45.000Z" + }, + { + "missionGuid": "31281580-e40f-487c-acb4-dfb7ef72d4e7", + "missionRewards": { + "tierGroupName": "Mission_Select_T19", + "items": [ + { + "itemType": "CardPack:zcp_heroxp_t19", + "quantity": 1 + }, + { + "itemType": "CardPack:zcp_heroxp_t19", + "quantity": 1 + } + ] + }, + "missionGenerator": "/Game/World/MissionGens/Plankerton/ParentMissionGens/MissionGen_T2_EtSurvivors.MissionGen_T2_EtSurvivors_C", + "missionDifficultyInfo": { + "dataTable": "DataTable'/Game/Balance/DataTables/GameDifficultyGrowthBounds.GameDifficultyGrowthBounds'", + "rowName": "Theater_Nightmare_Zone4" + }, + "tileIndex": 1, + "availableUntil": "2017-07-22T04:19:45.000Z" + }, + { + "missionGuid": "9a61eae9-0aeb-45b3-beb5-dd3c35af0ad2", + "missionRewards": { + "tierGroupName": "Mission_Select_T19", + "items": [ + { + "itemType": "CardPack:zcp_heroxp_t19", + "quantity": 1 + }, + { + "itemType": "CardPack:zcp_crystal_shadowshard_high", + "quantity": 1 + } + ] + }, + "missionGenerator": "/Game/World/MissionGens/Plankerton/ParentMissionGens/MissionGen_T2_DtB.MissionGen_T2_DtB_C", + "missionDifficultyInfo": { + "dataTable": "DataTable'/Game/Balance/DataTables/GameDifficultyGrowthBounds.GameDifficultyGrowthBounds'", + "rowName": "Theater_Nightmare_Zone4" + }, + "tileIndex": 32, + "availableUntil": "2017-07-22T04:19:45.000Z" + }, + { + "missionGuid": "f960731d-0ac1-4eca-98c7-0a11858c29b1", + "missionRewards": { + "tierGroupName": "Mission_Select_T18", + "items": [ + { + "itemType": "CardPack:zcp_personnelxp_t18", + "quantity": 1 + }, + { + "itemType": "CardPack:zcp_personnelxp_t18", + "quantity": 1 + } + ] + }, + "missionGenerator": "/Game/World/MissionGens/Plankerton/ParentMissionGens/MissionGen_T2_EtSurvivors.MissionGen_T2_EtSurvivors_C", + "missionDifficultyInfo": { + "dataTable": "DataTable'/Game/Balance/DataTables/GameDifficultyGrowthBounds.GameDifficultyGrowthBounds'", + "rowName": "Theater_Nightmare_Zone3" + }, + "tileIndex": 7, + "availableUntil": "2017-07-22T04:19:45.000Z" + }, + { + "missionGuid": "8c6121b2-65d2-425a-97f3-f64bfa5c2b17", + "missionRewards": { + "tierGroupName": "Mission_Select_T18", + "items": [ + { + "itemType": "CardPack:zcp_schematicxp_t18", + "quantity": 1 + }, + { + "itemType": "CardPack:zcp_crystal_shadowshard_medium", + "quantity": 1 + } + ] + }, + "missionGenerator": "/Game/World/MissionGens/Plankerton/ParentMissionGens/MissionGen_T2_RtL.MissionGen_T2_RtL_C", + "missionDifficultyInfo": { + "dataTable": "DataTable'/Game/Balance/DataTables/GameDifficultyGrowthBounds.GameDifficultyGrowthBounds'", + "rowName": "Theater_Nightmare_Zone3" + }, + "tileIndex": 51, + "availableUntil": "2017-07-22T04:19:45.000Z" + }, + { + "missionGuid": "7b094355-45f3-40e8-8787-a3c1d6bdb6d7", + "missionRewards": { + "tierGroupName": "Mission_Select_T18", + "items": [ + { + "itemType": "CardPack:zcp_heroxp_t18", + "quantity": 1 + }, + { + "itemType": "CardPack:zcp_reagent_c_t02_medium", + "quantity": 1 + } + ] + }, + "missionGenerator": "/Game/World/MissionGens/Plankerton/ParentMissionGens/MissionGen_T2_DtB.MissionGen_T2_DtB_C", + "missionDifficultyInfo": { + "dataTable": "DataTable'/Game/Balance/DataTables/GameDifficultyGrowthBounds.GameDifficultyGrowthBounds'", + "rowName": "Theater_Nightmare_Zone3" + }, + "tileIndex": 76, + "availableUntil": "9999-12-31T23:59:59.999Z" + }, + { + "missionGuid": "82f1bd9e-be66-4949-b87a-59941231e06d", + "missionRewards": { + "tierGroupName": "Mission_Select_T18", + "items": [ + { + "itemType": "CardPack:zcp_personnelxp_t18", + "quantity": 1 + }, + { + "itemType": "CardPack:zcp_reagent_c_t03_low", + "quantity": 1 + } + ] + }, + "missionGenerator": "/Game/World/MissionGens/Plankerton/ParentMissionGens/MissionGen_T2_DtB.MissionGen_T2_DtB_C", + "missionDifficultyInfo": { + "dataTable": "DataTable'/Game/Balance/DataTables/GameDifficultyGrowthBounds.GameDifficultyGrowthBounds'", + "rowName": "Theater_Nightmare_Zone3" + }, + "tileIndex": 6, + "availableUntil": "2017-07-22T04:19:45.000Z" + }, + { + "missionGuid": "708eea20-f47b-4a05-ad3c-ff3f25fdc840", + "missionRewards": { + "tierGroupName": "Mission_Select_T18", + "items": [ + { + "itemType": "CardPack:zcp_personnelxp_t18", + "quantity": 1 + }, + { + "itemType": "CardPack:zcp_crystal_shadowshard_medium", + "quantity": 1 + } + ] + }, + "missionGenerator": "/Game/World/MissionGens/Plankerton/ParentMissionGens/MissionGen_T2_EtShelter.MissionGen_T2_EtShelter_C", + "missionDifficultyInfo": { + "dataTable": "DataTable'/Game/Balance/DataTables/GameDifficultyGrowthBounds.GameDifficultyGrowthBounds'", + "rowName": "Theater_Nightmare_Zone3" + }, + "tileIndex": 50, + "availableUntil": "2017-07-22T04:19:45.000Z" + }, + { + "missionGuid": "ebbe55c6-468b-4e42-8289-e7c6d1142eef", + "missionRewards": { + "tierGroupName": "Mission_Select_T18", + "items": [ + { + "itemType": "CardPack:zcp_personnelxp_t18", + "quantity": 1 + }, + { + "itemType": "CardPack:zcp_reagent_c_t01_high", + "quantity": 1 + } + ] + }, + "missionGenerator": "/Game/World/MissionGens/Plankerton/ParentMissionGens/MissionGen_T2_BuildtheRadarGrid.MissionGen_T2_BuildtheRadarGrid_C", + "missionDifficultyInfo": { + "dataTable": "DataTable'/Game/Balance/DataTables/GameDifficultyGrowthBounds.GameDifficultyGrowthBounds'", + "rowName": "Theater_Nightmare_Zone3" + }, + "tileIndex": 72, + "availableUntil": "2017-07-22T04:19:45.000Z" + }, + { + "missionGuid": "d5c50e09-78f6-470e-acf6-457ef806fc29", + "missionRewards": { + "tierGroupName": "Mission_Select_T16", + "items": [ + { + "itemType": "CardPack:zcp_schematicxp_t16", + "quantity": 1 + }, + { + "itemType": "CardPack:zcp_crystal_shadowshard_verylow", + "quantity": 1 + } + ] + }, + "missionGenerator": "/Game/World/MissionGens/Plankerton/ParentMissionGens/MissionGen_T2_RtD.MissionGen_T2_RtD_C", + "missionDifficultyInfo": { + "dataTable": "DataTable'/Game/Balance/DataTables/GameDifficultyGrowthBounds.GameDifficultyGrowthBounds'", + "rowName": "Theater_Nightmare_Zone1" + }, + "tileIndex": 11, + "availableUntil": "2017-07-22T04:19:45.000Z" + }, + { + "missionGuid": "7f921b76-fccd-4301-9f63-a511a8fd427b", + "missionRewards": { + "tierGroupName": "Mission_Select_T16", + "items": [ + { + "itemType": "CardPack:zcp_heroxp_t16", + "quantity": 1 + }, + { + "itemType": "CardPack:zcp_schematicxp_t16", + "quantity": 1 + } + ] + }, + "missionGenerator": "/Game/World/MissionGens/Plankerton/ParentMissionGens/MissionGen_T2_DtE.MissionGen_T2_DtE_C", + "missionDifficultyInfo": { + "dataTable": "DataTable'/Game/Balance/DataTables/GameDifficultyGrowthBounds.GameDifficultyGrowthBounds'", + "rowName": "Theater_Nightmare_Zone1" + }, + "tileIndex": 12, + "availableUntil": "9999-12-31T23:59:59.999Z" + }, + { + "missionGuid": "1aeec61b-7fc4-4a2f-aa3c-65b4fda313fd", + "missionRewards": { + "tierGroupName": "Mission_Select_T16", + "items": [ + { + "itemType": "CardPack:zcp_personnelxp_t16", + "quantity": 1 + }, + { + "itemType": "CardPack:zcp_ore_obsidian_verylow", + "quantity": 1 + } + ] + }, + "missionGenerator": "/Game/World/MissionGens/Plankerton/ParentMissionGens/MissionGen_T2_EtShelter.MissionGen_T2_EtShelter_C", + "missionDifficultyInfo": { + "dataTable": "DataTable'/Game/Balance/DataTables/GameDifficultyGrowthBounds.GameDifficultyGrowthBounds'", + "rowName": "Theater_Nightmare_Zone1" + }, + "tileIndex": 18, + "availableUntil": "2017-07-22T04:19:45.000Z" + }, + { + "missionGuid": "96bcc6f7-65cd-4de2-bf00-06c96beac235", + "missionRewards": { + "tierGroupName": "Mission_Select_T16", + "items": [ + { + "itemType": "CardPack:zcp_schematicxp_t16", + "quantity": 1 + }, + { + "itemType": "CardPack:zcp_crystal_shadowshard_verylow", + "quantity": 1 + } + ] + }, + "missionGenerator": "/Game/World/MissionGens/Plankerton/ParentMissionGens/MissionGen_T2_EtShelter.MissionGen_T2_EtShelter_C", + "missionDifficultyInfo": { + "dataTable": "DataTable'/Game/Balance/DataTables/GameDifficultyGrowthBounds.GameDifficultyGrowthBounds'", + "rowName": "Theater_Nightmare_Zone1" + }, + "tileIndex": 49, + "availableUntil": "2017-07-22T04:19:45.000Z" + }, + { + "missionGuid": "125d1690-057f-4068-838e-64da0f70af16", + "missionRewards": { + "tierGroupName": "Mission_Select_T16", + "items": [ + { + "itemType": "CardPack:zcp_schematicxp_t16", + "quantity": 1 + }, + { + "itemType": "CardPack:zcp_improvised_r", + "quantity": 1 + } + ] + }, + "missionGenerator": "/Game/World/MissionGens/Plankerton/ParentMissionGens/MissionGen_T2_RtD.MissionGen_T2_RtD_C", + "missionDifficultyInfo": { + "dataTable": "DataTable'/Game/Balance/DataTables/GameDifficultyGrowthBounds.GameDifficultyGrowthBounds'", + "rowName": "Theater_Nightmare_Zone1" + }, + "tileIndex": 17, + "availableUntil": "2017-07-22T04:19:45.000Z" + }, + { + "missionGuid": "9bb48860-d5f9-42bf-9dcd-a55150c8b3db", + "missionRewards": { + "tierGroupName": "Mission_Select_T17", + "items": [ + { + "itemType": "CardPack:zcp_schematicxp_t17", + "quantity": 1 + }, + { + "itemType": "CardPack:zcp_heroxp_t17", + "quantity": 1 + } + ] + }, + "missionGenerator": "/Game/World/MissionGens/Plankerton/ParentMissionGens/MissionGen_T2_RtL.MissionGen_T2_RtL_C", + "missionDifficultyInfo": { + "dataTable": "DataTable'/Game/Balance/DataTables/GameDifficultyGrowthBounds.GameDifficultyGrowthBounds'", + "rowName": "Theater_Nightmare_Zone2" + }, + "tileIndex": 14, + "availableUntil": "2017-07-22T04:19:45.000Z" + }, + { + "missionGuid": "ac13f6d8-0d54-49af-b002-aa6467e2930f", + "missionRewards": { + "tierGroupName": "Mission_Select_T17", + "items": [ + { + "itemType": "CardPack:zcp_schematicxp_t17", + "quantity": 1 + }, + { + "itemType": "CardPack:zcp_crystal_shadowshard_low", + "quantity": 1 + } + ] + }, + "missionGenerator": "/Game/World/MissionGens/Plankerton/ParentMissionGens/MissionGen_T2_EtSurvivors.MissionGen_T2_EtSurvivors_C", + "missionDifficultyInfo": { + "dataTable": "DataTable'/Game/Balance/DataTables/GameDifficultyGrowthBounds.GameDifficultyGrowthBounds'", + "rowName": "Theater_Nightmare_Zone2" + }, + "tileIndex": 41, + "availableUntil": "2017-07-22T04:19:45.000Z" + }, + { + "missionGuid": "14d3a565-b12d-4aab-ab1b-b4335ddcdfe3", + "missionRewards": { + "tierGroupName": "Mission_Select_T17", + "items": [ + { + "itemType": "CardPack:zcp_personnelxp_t17", + "quantity": 1 + }, + { + "itemType": "CardPack:zcp_improvised_r", + "quantity": 1 + } + ] + }, + "missionGenerator": "/Game/World/MissionGens/Plankerton/ParentMissionGens/MissionGen_T2_EtShelter.MissionGen_T2_EtShelter_C", + "missionDifficultyInfo": { + "dataTable": "DataTable'/Game/Balance/DataTables/GameDifficultyGrowthBounds.GameDifficultyGrowthBounds'", + "rowName": "Theater_Nightmare_Zone2" + }, + "tileIndex": 52, + "availableUntil": "2017-07-22T04:19:45.000Z" + }, + { + "missionGuid": "ed2f97fd-9735-4909-80b9-ad81218acbbf", + "missionRewards": { + "tierGroupName": "Mission_Select_T17", + "items": [ + { + "itemType": "CardPack:zcp_personnelxp_t17", + "quantity": 1 + }, + { + "itemType": "CardPack:zcp_schematicxp_t17", + "quantity": 1 + } + ] + }, + "missionGenerator": "/Game/World/MissionGens/Plankerton/ParentMissionGens/MissionGen_T2_DtE.MissionGen_T2_DtE_C", + "missionDifficultyInfo": { + "dataTable": "DataTable'/Game/Balance/DataTables/GameDifficultyGrowthBounds.GameDifficultyGrowthBounds'", + "rowName": "Theater_Nightmare_Zone2" + }, + "tileIndex": 68, + "availableUntil": "9999-12-31T23:59:59.999Z" + }, + { + "missionGuid": "93fd7141-1b9f-4c79-a8c1-ad1aa2834c2a", + "missionRewards": { + "tierGroupName": "Mission_Select_T17", + "items": [ + { + "itemType": "CardPack:zcp_heroxp_t17", + "quantity": 1 + }, + { + "itemType": "CardPack:zcp_personnelxp_t17", + "quantity": 1 + } + ] + }, + "missionGenerator": "/Game/World/MissionGens/Plankerton/ParentMissionGens/MissionGen_T2_RtL.MissionGen_T2_RtL_C", + "missionDifficultyInfo": { + "dataTable": "DataTable'/Game/Balance/DataTables/GameDifficultyGrowthBounds.GameDifficultyGrowthBounds'", + "rowName": "Theater_Nightmare_Zone2" + }, + "tileIndex": 67, + "availableUntil": "2017-07-22T04:19:45.000Z" + }, + { + "missionGuid": "59e67f4a-d66c-4bc6-b3de-a80610ebc072", + "missionRewards": { + "tierGroupName": "Outpost_Select_Theater4", + "items": [ + { + "itemType": "CardPack:zcp_voucher_basicpack", + "quantity": 1 + }, + { + "itemType": "CardPack:zcp_heroxp_outpost_theater4", + "quantity": 1 + } + ] + }, + "bonusMissionRewards": { + "tierGroupName": "Outpost_Select_Bonus_Theater4", + "items": [ + { + "itemType": "CardPack:zcp_crystal_shadowshard_low", + "quantity": 1 + } + ] + }, + "missionGenerator": "/Game/World/MissionGens/MissionGen_TheOutpost_PvE_04.MissionGen_TheOutpost_PvE_04_C", + "missionDifficultyInfo": { + "dataTable": "DataTable'/Game/Balance/DataTables/GameDifficultyGrowthBounds.GameDifficultyGrowthBounds'", + "rowName": "Theater_Nightmare_Outpost1" + }, + "tileIndex": 5, + "availableUntil": "2017-07-22T04:19:45.000Z" + } + ], + "nextRefresh": "2017-07-22T04:19:45.000Z" + }, + { + "theaterId": "8633333E41A86F67F78EAEAF25BF4735", + "availableMissions": [ + { + "missionGuid": "b9c086b0-d157-446b-b52c-0648752201d3", + "missionRewards": { + "tierGroupName": "Mission_Select_Tutorial", + "items": [ + { + "itemType": "CardPack:zcp_tutorial_melee", + "quantity": 1 + }, + { + "itemType": "CardPack:zcp_tutorial_trap", + "quantity": 1 + } + ] + }, + "missionGenerator": "/Game/World/MissionGens/MissionGen_Onboarding_Fort.MissionGen_Onboarding_Fort_C", + "missionDifficultyInfo": { + "dataTable": "DataTable'/Game/Balance/DataTables/GameDifficultyGrowthBounds.GameDifficultyGrowthBounds'", + "rowName": "Theater_Tutorial_Zone1" + }, + "tileIndex": 0, + "availableUntil": "2017-07-22T07:19:45.000Z" + } + ], + "nextRefresh": "2017-07-22T07:19:45.000Z" + } + ], + "missionAlerts": [ + { + "theaterId": "33A2311D4AE64B361CCE27BC9F313C8B", + "availableMissionAlerts": [ + { + "missionAlertGuid": "1c017021-436b-4624-ba09-eb9ac39bfe46", + "tileIndex": 16, + "availableUntil": "2017-07-22T09:19:45.000Z", + "missionAlertRewards": { + "tierGroupName": "MissionAlert_Proto_01", + "items": [ + { + "itemType": "ConversionControl:cck_melee_tool_consumable_uc", + "quantity": 1 + } + ] + } + }, + { + "missionAlertGuid": "c70c5cc6-3568-4878-a4dd-69c439457234", + "tileIndex": 23, + "availableUntil": "2017-07-22T09:19:45.000Z", + "missionAlertRewards": { + "tierGroupName": "MissionAlert_Proto_01", + "items": [ + { + "itemType": "AccountResource:schematicxp", + "quantity": 600 + } + ] + } + }, + { + "missionAlertGuid": "9335ae41-002f-4f36-bc7d-3b1bda9e7e05", + "tileIndex": 1, + "availableUntil": "2017-07-22T09:19:45.000Z", + "missionAlertRewards": { + "tierGroupName": "MissionAlert_Proto_01", + "items": [ + { + "itemType": "ConversionControl:cck_ranged_sniper_consumable_uc", + "quantity": 1 + } + ] + } + } + ], + "nextRefresh": "2017-07-22T09:19:45.000Z" + }, + { + "theaterId": "D477605B4FA48648107B649CE97FCF27", + "availableMissionAlerts": [ + { + "missionAlertGuid": "1014117e-a215-4b93-80aa-efa849940b41", + "tileIndex": 39, + "availableUntil": "2017-07-22T09:19:45.000Z", + "missionAlertRewards": { + "tierGroupName": "MissionAlert_Proto_01", + "items": [ + { + "itemType": "AccountResource:personnelxp", + "quantity": 750 + } + ] + } + }, + { + "missionAlertGuid": "e8126672-23b6-4d14-ba57-4c303cb6e864", + "tileIndex": 31, + "availableUntil": "2017-07-22T09:19:45.000Z", + "missionAlertRewards": { + "tierGroupName": "MissionAlert_Proto_02", + "items": [ + { + "itemType": "AccountResource:heroxp", + "quantity": 2300 + } + ] + } + }, + { + "missionAlertGuid": "b1c70fda-c950-4b51-a3d7-63588af86a48", + "tileIndex": 9, + "availableUntil": "2017-07-22T09:19:45.000Z", + "missionAlertRewards": { + "tierGroupName": "MissionAlert_Proto_02", + "items": [ + { + "itemType": "AccountResource:heroxp", + "quantity": 2100 + } + ] + } + } + ], + "nextRefresh": "2017-07-22T09:19:45.000Z" + }, + { + "theaterId": "E6ECBD064B153234656CB4BDE6743870", + "availableMissionAlerts": [ + { + "missionAlertGuid": "b9b4a211-867e-42ce-8fda-f4ebda822127", + "tileIndex": 97, + "availableUntil": "2017-07-22T09:19:45.000Z", + "missionAlertRewards": { + "tierGroupName": "MissionAlert_Proto_03", + "items": [ + { + "itemType": "Worker:workerbasic_r_t01", + "quantity": 1 + } + ] + } + }, + { + "missionAlertGuid": "effea288-d718-41e4-a569-76a3889ea5a8", + "tileIndex": 105, + "availableUntil": "2017-07-22T09:19:45.000Z", + "missionAlertRewards": { + "tierGroupName": "MissionAlert_Proto_02", + "items": [ + { + "itemType": "AccountResource:heroxp", + "quantity": 1700 + } + ] + } + }, + { + "missionAlertGuid": "735458f3-a7ef-4aab-be4e-a09bad520bcb", + "tileIndex": 102, + "availableUntil": "2017-07-22T09:19:45.000Z", + "missionAlertRewards": { + "tierGroupName": "MissionAlert_Proto_02", + "items": [ + { + "itemType": "AccountResource:reagent_c_t01", + "quantity": 13 + } + ] + } + } + ], + "nextRefresh": "2017-07-22T09:19:45.000Z" + }, + { + "theaterId": "D9A801C5444D1C74D1B7DAB5C7C12C5B", + "availableMissionAlerts": [ + { + "missionAlertGuid": "6be13617-5287-4268-83be-09bdd5721d4e", + "tileIndex": 4, + "availableUntil": "2017-07-22T09:19:45.000Z", + "missionAlertRewards": { + "tierGroupName": "MissionAlert_Proto_04", + "items": [ + { + "itemType": "AccountResource:reagent_c_t02", + "quantity": 15 + } + ] + } + }, + { + "missionAlertGuid": "a7f86b46-098a-427e-ae84-6e0e158d2ac5", + "tileIndex": 51, + "availableUntil": "2017-07-22T09:19:45.000Z", + "missionAlertRewards": { + "tierGroupName": "MissionAlert_Proto_03", + "items": [ + { + "itemType": "Worker:workerbasic_r_t01", + "quantity": 1 + } + ] + } + }, + { + "missionAlertGuid": "c644477c-782b-4d45-b334-306c8fd9a53b", + "tileIndex": 12, + "availableUntil": "2017-07-22T09:19:45.000Z", + "missionAlertRewards": { + "tierGroupName": "MissionAlert_Proto_03", + "items": [ + { + "itemType": "AccountResource:schematicxp", + "quantity": 3350 + } + ] + } + } + ], + "nextRefresh": "2017-07-22T09:19:45.000Z" + }, + { + "theaterId": "8633333E41A86F67F78EAEAF25BF4735", + "availableMissionAlerts": [], + "nextRefresh": "2017-07-22T04:19:45.000Z" + } + ] +} diff --git a/season.json b/season.json new file mode 100644 index 0000000..612c76a --- /dev/null +++ b/season.json @@ -0,0 +1,4 @@ +{ + "season": 15, + "lobby": "LobbySeason15" +} \ No newline at end of file diff --git a/seasonchecker.js b/seasonchecker.js new file mode 100644 index 0000000..2117f03 --- /dev/null +++ b/seasonchecker.js @@ -0,0 +1,909 @@ +function CheckLobbyAndSeason(req, seasondata) { + // patch 1.7 + if (req.headers["user-agent"].includes("3700114")) { + seasondata.season = 1; + seasondata.lobby = "LobbySeason1"; + } + // patch 1.8 + if (req.headers["user-agent"].includes("3724489")) { + seasondata.season = 1; + seasondata.lobby = "LobbySeason1"; + } + // patch 1.10 + if (req.headers["user-agent"].includes("3790078")) { + seasondata.season = 1; + seasondata.lobby = "LobbySeason1"; + } + // patch 1.11 + if (req.headers["user-agent"].includes("3807424")) { + seasondata.season = 2; + seasondata.lobby = "LobbyWinterDecor"; + } + // patch 2.1 + if (req.headers["user-agent"].includes("3825894")) { + seasondata.season = 2; + seasondata.lobby = "LobbyWinterDecor"; + } + // patch 2.3.0 + if (req.headers["user-agent"].includes("3847564")) { + seasondata.season = 2; + seasondata.lobby = "LobbyWinterDecor"; + } + // patch 2.4.X + if (req.headers["user-agent"].includes("3876086")) { + seasondata.season = 2; + seasondata.lobby = "LobbyWinterDecor"; + } + // patch 2.4.2 + if (req.headers["user-agent"].includes("3870737")) { + seasondata.season = 2; + seasondata.lobby = "LobbyWinterDecor"; + } + // patch 2.5 + if (req.headers["user-agent"].includes("3889387")) { + seasondata.season = 2; + seasondata.lobby = "LobbyWinterDecor"; + } + // patch 3.0 + if (req.headers["user-agent"].includes("3901517")) { + seasondata.season = 3; + seasondata.lobby = "LobbySeason3"; + } + // patch 3.1 + if (req.headers["user-agent"].includes("3915963")) { + seasondata.season = 3; + seasondata.lobby = "LobbySeason3"; + } + // patch 3.1 (2) + if (req.headers["user-agent"].includes("3917250")) { + seasondata.season = 3; + seasondata.lobby = "LobbySeason3"; + } + // patch 3.2 + if (req.headers["user-agent"].includes("3929794")) { + seasondata.season = 3; + seasondata.lobby = "LobbySeason3"; + } + // patch 3.2 (2) + if (req.headers["user-agent"].includes("3935073")) { + seasondata.season = 3; + seasondata.lobby = "LobbySeason3"; + } + // patch 3.3 + if (req.headers["user-agent"].includes("3942182")) { + seasondata.season = 3; + seasondata.lobby = "LobbySeason3"; + } + // patch 3.3 (2) + if (req.headers["user-agent"].includes("3948073")) { + seasondata.season = 3; + seasondata.lobby = "LobbySeason3"; + } + // patch 3.4 + if (req.headers["user-agent"].includes("3968866")) { + seasondata.season = 3; + seasondata.lobby = "LobbySeason3"; + } + // patch 3.4 (2) + if (req.headers["user-agent"].includes("3973340")) { + seasondata.season = 3; + seasondata.lobby = "LobbySeason3"; + } + // patch 3.5 + if (req.headers["user-agent"].includes("3994867")) { + seasondata.season = 3; + seasondata.lobby = "LobbySeason3"; + } + // patch 3.5 (2) + if (req.headers["user-agent"].includes("4000805")) { + seasondata.season = 3; + seasondata.lobby = "LobbySeason3"; + } + // patch 3.5 (3) + if (req.headers["user-agent"].includes("4008490")) { + seasondata.season = 3; + seasondata.lobby = "LobbySeason3"; + } + // patch 3.6 + if (req.headers["user-agent"].includes("4019403")) { + seasondata.season = 3; + seasondata.lobby = "LobbySeason3"; + } + // patch 4.0 + if (req.headers["user-agent"].includes("4039451")) { + seasondata.season = 4; + seasondata.lobby = "LobbySeason4"; + } + // patch 4.1 + if (req.headers["user-agent"].includes("4053532")) { + seasondata.season = 4; + seasondata.lobby = "LobbySeason4"; + } + // patch 4.2 + if (req.headers["user-agent"].includes("4072250")) { + seasondata.season = 4; + seasondata.lobby = "LobbySeason4"; + } + // patch 4.3 + if (req.headers["user-agent"].includes("4095806")) { + seasondata.season = 4; + seasondata.lobby = "LobbySeason4"; + } + // patch 4.3 (2) + if (req.headers["user-agent"].includes("4103483")) { + seasondata.season = 4; + seasondata.lobby = "LobbySeason4"; + } + // patch 4.4 + if (req.headers["user-agent"].includes("4127312")) { + seasondata.season = 4; + seasondata.lobby = "LobbySeason4"; + } + // patch 4.4.x + if (req.headers["user-agent"].includes("4132537")) { + seasondata.season = 4; + seasondata.lobby = "LobbySeason4"; + } + // patch 4.5 + if (req.headers["user-agent"].includes("4159770")) { + seasondata.season = 4; + seasondata.lobby = "LobbySeason4"; + } + // patch 4.5 (2) + if (req.headers["user-agent"].includes("4166199")) { + seasondata.season = 4; + seasondata.lobby = "LobbySeason4"; + } + // patch 5.0 + if (req.headers["user-agent"].includes("4204761")) { + seasondata.season = 5; + seasondata.lobby = "LobbySeason5"; + } + // patch 5.0 (2) + if (req.headers["user-agent"].includes("4214610")) { + seasondata.season = 5; + seasondata.lobby = "LobbySeason5"; + } + // patch 5.10 + if (req.headers["user-agent"].includes("4225813")) { + seasondata.season = 5; + seasondata.lobby = "LobbySeason5"; + } + // patch 5.10 (2) + if (req.headers["user-agent"].includes("4240749")) { + seasondata.season = 5; + seasondata.lobby = "LobbySeason5"; + } + // patch 5.20 + if (req.headers["user-agent"].includes("4259375")) { + seasondata.season = 5; + seasondata.lobby = "LobbySeason5"; + } + // patch 5.20 (2) + if (req.headers["user-agent"].includes("4276938")) { + seasondata.season = 5; + seasondata.lobby = "LobbySeason5"; + } + // patch 5.21 + if (req.headers["user-agent"].includes("4281534")) { + seasondata.season = 5; + seasondata.lobby = "LobbySeason5"; + } + // patch 5.21 (2) + if (req.headers["user-agent"].includes("4288479")) { + seasondata.season = 5; + seasondata.lobby = "LobbySeason5"; + } + // patch 5.30 + if (req.headers["user-agent"].includes("4312945")) { + seasondata.season = 5; + seasondata.lobby = "LobbySeason5"; + } + // patch 5.30 (2) + if (req.headers["user-agent"].includes("4317672")) { + seasondata.season = 5; + seasondata.lobby = "LobbySeason5"; + } + // patch 5.40 + if (req.headers["user-agent"].includes("4351695")) { + seasondata.season = 5; + seasondata.lobby = "LobbySeason5"; + } + // patch 5.40 (2) + if (req.headers["user-agent"].includes("4352937")) { + seasondata.season = 5; + seasondata.lobby = "LobbySeason5"; + } + // patch 5.41 + if (req.headers["user-agent"].includes("4363240")) { + seasondata.season = 5; + seasondata.lobby = "LobbySeason5"; + } + // patch 6.00 + if (req.headers["user-agent"].includes("4395664")) { + seasondata.season = 6; + seasondata.lobby = "LobbySeason6"; + } + // patch 6.00 (2) + if (req.headers["user-agent"].includes("4402180")) { + seasondata.season = 6; + seasondata.lobby = "LobbySeason6"; + } + // patch 6.01 + if (req.headers["user-agent"].includes("4417689")) { + seasondata.season = 6; + seasondata.lobby = "LobbySeason6"; + } + // patch 6.01 (2) + if (req.headers["user-agent"].includes("4424678")) { + seasondata.season = 6; + seasondata.lobby = "LobbySeason6"; + } + // patch 6.02 + if (req.headers["user-agent"].includes("4442095")) { + seasondata.season = 6; + seasondata.lobby = "LobbySeason6"; + } + // patch 6.02 (2) + if (req.headers["user-agent"].includes("4461277")) { + seasondata.season = 6; + seasondata.lobby = "LobbySeason6"; + } + // patch 6.10 + if (req.headers["user-agent"].includes("4464155")) { + seasondata.season = 6; + seasondata.lobby = "LobbySeason6"; + } + // patch 6.10 (2) + if (req.headers["user-agent"].includes("4476098")) { + seasondata.season = 6; + seasondata.lobby = "LobbySeason6"; + } + // patch 6.10 (3) + if (req.headers["user-agent"].includes("4480234")) { + seasondata.season = 6; + seasondata.lobby = "LobbySeason6"; + } + // patch 6.20 + if (req.headers["user-agent"].includes("4497486")) { + seasondata.season = 6; + seasondata.lobby = "LobbySeason6"; + } + // patch 6.20 (2) + if (req.headers["user-agent"].includes("4504220")) { + seasondata.season = 6; + seasondata.lobby = "LobbySeason6"; + } + // patch 6.21 + if (req.headers["user-agent"].includes("4526925")) { + seasondata.season = 6; + seasondata.lobby = "LobbySeason6"; + } + // patch 6.21 (2) + if (req.headers["user-agent"].includes("4531851")) { + seasondata.season = 6; + seasondata.lobby = "LobbySeason6"; + } + // patch 6.21 (3) + if (req.headers["user-agent"].includes("4535631")) { + seasondata.season = 6; + seasondata.lobby = "LobbySeason6"; + } + // patch 6.22 + if (req.headers["user-agent"].includes("4541220")) { + seasondata.season = 6; + seasondata.lobby = "LobbySeason6"; + } + // patch 6.22 (2) + if (req.headers["user-agent"].includes("4543176")) { + seasondata.season = 6; + seasondata.lobby = "LobbySeason6"; + } + // patch 6.30 + if (req.headers["user-agent"].includes("4573096")) { + seasondata.season = 6; + seasondata.lobby = "LobbySeason6"; + } + // patch 6.30 (2) + if (req.headers["user-agent"].includes("4579044")) { + seasondata.season = 6; + seasondata.lobby = "LobbySeason6"; + } + // patch 6.31 + if (req.headers["user-agent"].includes("4573279")) { + seasondata.season = 6; + seasondata.lobby = "LobbySeason6"; + } + // patch 7.00 + if (req.headers["user-agent"].includes("4629139")) { + seasondata.season = 7; + seasondata.lobby = "LobbySeason7"; + } + // patch 7.01 + if (req.headers["user-agent"].includes("4648651")) { + seasondata.season = 7; + seasondata.lobby = "LobbySeason7"; + } + // patch 7.10 + if (req.headers["user-agent"].includes("4667333")) { + seasondata.season = 7; + seasondata.lobby = "LobbySeason7"; + } + // patch 7.20 + if (req.headers["user-agent"].includes("4716934")) { + seasondata.season = 7; + seasondata.lobby = "LobbySeason7"; + } + // patch 7.20 (2) + if (req.headers["user-agent"].includes("4727874")) { + seasondata.season = 7; + seasondata.lobby = "LobbySeason7"; + } + // patch 7.30 + if (req.headers["user-agent"].includes("4821335")) { + seasondata.season = 7; + seasondata.lobby = "LobbySeason7"; + } + // patch 7.30 (2) + if (req.headers["user-agent"].includes("4834550")) { + seasondata.season = 7; + seasondata.lobby = "LobbySeason7"; + } + // patch 7.30 (3) + if (req.headers["user-agent"].includes("4869070")) { + seasondata.season = 7; + seasondata.lobby = "LobbySeason7"; + } + // patch 7.40 + if (req.headers["user-agent"].includes("4980899")) { + seasondata.season = 7; + seasondata.lobby = "LobbySeason7"; + } + // patch 7.40 (2) + if (req.headers["user-agent"].includes("4996168")) { + seasondata.season = 7; + seasondata.lobby = "LobbySeason7"; + } + // patch 7.40 (3) + if (req.headers["user-agent"].includes("5012948")) { + seasondata.season = 7; + seasondata.lobby = "LobbySeason7"; + } + // patch 7.40 (4) + if (req.headers["user-agent"].includes("5046157")) { + seasondata.season = 7; + seasondata.lobby = "LobbySeason7"; + } + // patch 8.00 + if (req.headers["user-agent"].includes("5203069")) { + seasondata.season = 8; + seasondata.lobby = "LobbySeason8"; + } + // patch 8.00 (2) + if (req.headers["user-agent"].includes("5251086")) { + seasondata.season = 8; + seasondata.lobby = "LobbySeason8"; + } + // patch 8.00 (3) + if (req.headers["user-agent"].includes("5274521")) { + seasondata.season = 8; + seasondata.lobby = "LobbySeason8"; + } + // patch 8.01 + if (req.headers["user-agent"].includes("5285981")) { + seasondata.season = 8; + seasondata.lobby = "LobbySeason8"; + } + // patch 8.10 + if (req.headers["user-agent"].includes("5362200")) { + seasondata.season = 8; + seasondata.lobby = "LobbySeason8"; + } + // patch 8.10 (2) + if (req.headers["user-agent"].includes("5372009")) { + seasondata.season = 8; + seasondata.lobby = "LobbySeason8"; + } + // patch 8.11 + if (req.headers["user-agent"].includes("5442615")) { + seasondata.season = 8; + seasondata.lobby = "LobbySeason8"; + } + // patch 8.11 (2) + if (req.headers["user-agent"].includes("5484841")) { + seasondata.season = 8; + seasondata.lobby = "LobbySeason8"; + } + // patch 8.20 + if (req.headers["user-agent"].includes("5547534")) { + seasondata.season = 8; + seasondata.lobby = "LobbySeason8"; + } + // patch 8.20 (2) + if (req.headers["user-agent"].includes("5625478")) { + seasondata.season = 8; + seasondata.lobby = "LobbySeason8"; + } + // patch 8.30 + if (req.headers["user-agent"].includes("5793395")) { + seasondata.season = 8; + seasondata.lobby = "LobbySeason8"; + } + // patch 8.30 (2) + if (req.headers["user-agent"].includes("5822617")) { + seasondata.season = 8; + seasondata.lobby = "LobbySeason8"; + } + // patch 8.30 (3) + if (req.headers["user-agent"].includes("5831510")) { + seasondata.season = 8; + seasondata.lobby = "LobbySeason8"; + } + // patch 8.40 + if (req.headers["user-agent"].includes("5914491")) { + seasondata.season = 8; + seasondata.lobby = "LobbySeason8"; + } + // patch 8.40 (2) + if (req.headers["user-agent"].includes("6005771")) { + seasondata.season = 8; + seasondata.lobby = "LobbySeason8"; + } + // patch 8.50 + if (req.headers["user-agent"].includes("6058028")) { + seasondata.season = 8; + seasondata.lobby = "LobbySeason8"; + } + // patch 8.51 + if (req.headers["user-agent"].includes("6165369")) { + seasondata.season = 8; + seasondata.lobby = "LobbySeason8"; + } + // patch 9.00 + if (req.headers["user-agent"].includes("6337466")) { + seasondata.season = 9; + seasondata.lobby = "LobbySeason9"; + } + // patch 9.01 + if (req.headers["user-agent"].includes("6428087")) { + seasondata.season = 9; + seasondata.lobby = "LobbySeason9"; + } + // patch 9.10 + if (req.headers["user-agent"].includes("6573057")) { + seasondata.season = 9; + seasondata.lobby = "LobbySeason9"; + } + // patch 9.10 (2) + if (req.headers["user-agent"].includes("6616201")) { + seasondata.season = 9; + seasondata.lobby = "LobbySeason9"; + } + // patch 9.10 (3) + if (req.headers["user-agent"].includes("6639283")) { + seasondata.season = 9; + seasondata.lobby = "LobbySeason9"; + } + // patch 9.20 + if (req.headers["user-agent"].includes("6822798")) { + seasondata.season = 9; + seasondata.lobby = "LobbySeason9"; + } + // patch 9.21 + if (req.headers["user-agent"].includes("6922310")) { + seasondata.season = 9; + seasondata.lobby = "LobbySeason9"; + } + // patch 9.30 + if (req.headers["user-agent"].includes("7021684")) { + seasondata.season = 9; + seasondata.lobby = "LobbySeason9"; + } + // patch 9.30 (2) + if (req.headers["user-agent"].includes("7095426")) { + seasondata.season = 9; + seasondata.lobby = "LobbySeason9"; + } + // patch 9.40 + if (req.headers["user-agent"].includes("7315705")) { + seasondata.season = 9; + seasondata.lobby = "LobbySeason9"; + } + // patch 9.41 + if (req.headers["user-agent"].includes("7463579")) { + seasondata.season = 9; + seasondata.lobby = "LobbySeason9"; + } + // patch 9.41 (2) + if (req.headers["user-agent"].includes("7609292")) { + seasondata.season = 9; + seasondata.lobby = "LobbySeason9"; + } + // patch 10.00 + if (req.headers["user-agent"].includes("7658179")) { + seasondata.season = 10; + seasondata.lobby = "LobbySeason10"; + } + // patch 10.00 (2) + if (req.headers["user-agent"].includes("7704164")) { + seasondata.season = 10; + seasondata.lobby = "LobbySeason10"; + } + // patch 10.10 + if (req.headers["user-agent"].includes("7955722")) { + seasondata.season = 10; + seasondata.lobby = "LobbySeason10"; + } + // patch 10.20 + if (req.headers["user-agent"].includes("8243923")) { + seasondata.season = 10; + seasondata.lobby = "LobbySeason10"; + } + // patch 10.20 (2) + if (req.headers["user-agent"].includes("8360257")) { + seasondata.season = 10; + seasondata.lobby = "LobbySeason10"; + } + // patch 10.20 (3) + if (req.headers["user-agent"].includes("8456527")) { + seasondata.season = 10; + seasondata.lobby = "LobbySeason10"; + } + // patch 10.30 + if (req.headers["user-agent"].includes("8569414")) { + seasondata.season = 10; + seasondata.lobby = "LobbySeason10"; + } + // patch 10.31 + if (req.headers["user-agent"].includes("8723043")) { + seasondata.season = 10; + seasondata.lobby = "LobbySeason10"; + } + // patch 10.40 + if (req.headers["user-agent"].includes("8970213")) { + seasondata.season = 10; + seasondata.lobby = "LobbySeason10"; + } + // patch 10.40 (2) + if (req.headers["user-agent"].includes("9302865")) { + seasondata.season = 10; + seasondata.lobby = "LobbySeason10"; + } + // patch 10.40 (3) + if (req.headers["user-agent"].includes("9380822")) { + seasondata.season = 10; + seasondata.lobby = "LobbySeason10"; + } + // patch 11.00 + if (req.headers["user-agent"].includes("9562734")) { + seasondata.season = 11; + seasondata.lobby = "LobbySeason11"; + } + // patch 11.00 (2) + if (req.headers["user-agent"].includes("9603448")) { + seasondata.season = 11; + seasondata.lobby = "LobbySeason11"; + } + // patch 11.01 + if (req.headers["user-agent"].includes("9728272")) { + seasondata.season = 11; + seasondata.lobby = "LobbySeason11"; + } + // patch 11.10 + if (req.headers["user-agent"].includes("9844520")) { + seasondata.season = 11; + seasondata.lobby = "LobbySeason11"; + } + // patch 11.10 (2) + if (req.headers["user-agent"].includes("9901083")) { + seasondata.season = 11; + seasondata.lobby = "LobbySeason11"; + } + // patch 11.11 + if (req.headers["user-agent"].includes("10082788")) { + seasondata.season = 11; + seasondata.lobby = "LobbySeason11"; + } + // patch 11.20 + if (req.headers["user-agent"].includes("10297577")) { + seasondata.season = 11; + seasondata.lobby = "LobbySeason11"; + } + // patch 11.20 (2) + if (req.headers["user-agent"].includes("10328358")) { + seasondata.season = 11; + seasondata.lobby = "LobbySeason11"; + } + // patch 11.21 + if (req.headers["user-agent"].includes("10481509")) { + seasondata.season = 11; + seasondata.lobby = "LobbySeason11"; + } + // patch 11.30 + if (req.headers["user-agent"].includes("10639804")) { + seasondata.season = 11; + seasondata.lobby = "LobbySeason11"; + } + // patch 11.30 (2) + if (req.headers["user-agent"].includes("10708866")) { + seasondata.season = 11; + seasondata.lobby = "LobbySeason11"; + } + // patch 11.31 + if (req.headers["user-agent"].includes("10760473")) { + seasondata.season = 11; + seasondata.lobby = "LobbySeason11"; + } + // patch 11.31 (2) + if (req.headers["user-agent"].includes("10795579")) { + seasondata.season = 11; + seasondata.lobby = "LobbySeason11"; + } + // patch 11.31 (3) + if (req.headers["user-agent"].includes("10800459")) { + seasondata.season = 11; + seasondata.lobby = "LobbySeason11"; + } + // patch 11.40 + if (req.headers["user-agent"].includes("10951104")) { + seasondata.season = 11; + seasondata.lobby = "LobbySeason11"; + } + // patch 11.40 (2) + if (req.headers["user-agent"].includes("11039906")) { + seasondata.season = 11; + seasondata.lobby = "LobbySeason11"; + } + // patch 11.40 (3) + if (req.headers["user-agent"].includes("11109625")) { + seasondata.season = 11; + seasondata.lobby = "LobbySeason11"; + } + // patch 11.50 + if (req.headers["user-agent"].includes("11204868")) { + seasondata.season = 11; + seasondata.lobby = "LobbySeason11"; + } + // patch 11.50 (2) + if (req.headers["user-agent"].includes("11265652")) { + seasondata.season = 11; + seasondata.lobby = "LobbySeason11"; + } + // patch 12.00 + if (req.headers["user-agent"].includes("11556442")) { + seasondata.season = 12; + seasondata.lobby = "LobbySeason12"; + } + // patch 12.00 (2) + if (req.headers["user-agent"].includes("11566760")) { + seasondata.season = 12; + seasondata.lobby = "LobbySeason12"; + } + // patch 12.00 (3) + if (req.headers["user-agent"].includes("11586896")) { + seasondata.season = 12; + seasondata.lobby = "LobbySeason12"; + } + // patch 12.10 + if (req.headers["user-agent"].includes("11794982")) { + seasondata.season = 12; + seasondata.lobby = "LobbySeason12"; + } + // patch 12.10 (2) + if (req.headers["user-agent"].includes("11883027")) { + seasondata.season = 12; + seasondata.lobby = "LobbySeason12"; + } + // patch 12.20 + if (req.headers["user-agent"].includes("12170032")) { + seasondata.season = 12; + seasondata.lobby = "LobbySeason12"; + } + // patch 12.20 (2) + if (req.headers["user-agent"].includes("12236980")) { + seasondata.season = 12; + seasondata.lobby = "LobbySeason12"; + } + // patch 12.21 + if (req.headers["user-agent"].includes("12353830")) { + seasondata.season = 12; + seasondata.lobby = "LobbySeason12"; + } + // patch 12.30 + if (req.headers["user-agent"].includes("12493283")) { + seasondata.season = 12; + seasondata.lobby = "LobbySeason12"; + } + // patch 12.30 (2) + if (req.headers["user-agent"].includes("12624643")) { + seasondata.season = 12; + seasondata.lobby = "LobbySeason12"; + } + // patch 12.40 + if (req.headers["user-agent"].includes("12837456")) { + seasondata.season = 12; + seasondata.lobby = "LobbySeason12"; + } + // patch 12.41 + if (req.headers["user-agent"].includes("12905909")) { + seasondata.season = 12; + seasondata.lobby = "LobbySeason12"; + } + // patch 12.50 + if (req.headers["user-agent"].includes("13044369")) { + seasondata.season = 12; + seasondata.lobby = "LobbySeason12"; + } + // patch 12.50 (2) + if (req.headers["user-agent"].includes("13137020")) { + seasondata.season = 12; + seasondata.lobby = "LobbySeason12"; + } + // patch 12.50 (3) + if (req.headers["user-agent"].includes("13193885")) { + seasondata.season = 12; + seasondata.lobby = "LobbySeason12"; + } + // patch 12.60 + if (req.headers["user-agent"].includes("13315662")) { + seasondata.season = 12; + seasondata.lobby = "LobbySeason12"; + } + // patch 12.60 (2) + if (req.headers["user-agent"].includes("13477524")) { + seasondata.season = 12; + seasondata.lobby = "LobbySeason12"; + } + // patch 12.61 + if (req.headers["user-agent"].includes("13498980")) { + seasondata.season = 12; + seasondata.lobby = "LobbySeason12"; + } + // patch 13.00 + if (req.headers["user-agent"].includes("13649278")) { + seasondata.season = 13; + seasondata.lobby = "LobbySeason13"; + } + // patch 13.00 (2) + if (req.headers["user-agent"].includes("13696059")) { + seasondata.season = 13; + seasondata.lobby = "LobbySeason13"; + } + // patch 13.00 (3) + if (req.headers["user-agent"].includes("13715544")) { + seasondata.season = 13; + seasondata.lobby = "LobbySeason13"; + } + // patch 13.20 + if (req.headers["user-agent"].includes("13777676")) { + seasondata.season = 13; + seasondata.lobby = "LobbySeason13"; + } + // patch 13.30 + if (req.headers["user-agent"].includes("13884634")) { + seasondata.season = 13; + seasondata.lobby = "LobbySeason13"; + } + // patch 13.40 + if (req.headers["user-agent"].includes("14008768")) { + seasondata.season = 13; + seasondata.lobby = "LobbySeason13"; + } + // patch 13.40 (2) + if (req.headers["user-agent"].includes("14036559")) { + seasondata.season = 13; + seasondata.lobby = "LobbySeason13"; + } + // patch 13.40 (3) + if (req.headers["user-agent"].includes("14113327")) { + seasondata.season = 13; + seasondata.lobby = "LobbySeason13"; + } + // patch 14.00 + if (req.headers["user-agent"].includes("14173417")) { + seasondata.season = 14; + seasondata.lobby = "LobbySeason14"; + } + // patch 14.00 (2) + if (req.headers["user-agent"].includes("14199892")) { + seasondata.season = 14; + seasondata.lobby = "LobbySeason14"; + } + // patch 14.00 (3) + if (req.headers["user-agent"].includes("14211474")) { + seasondata.season = 14; + seasondata.lobby = "LobbySeason14"; + } + // patch 14.10 + if (req.headers["user-agent"].includes("14276912")) { + seasondata.season = 14; + seasondata.lobby = "LobbySeason14"; + } + // patch 14.10 (2) + if (req.headers["user-agent"].includes("14288110")) { + seasondata.season = 14; + seasondata.lobby = "LobbySeason14"; + } + // patch 14.10 (3) + if (req.headers["user-agent"].includes("14312695")) { + seasondata.season = 14; + seasondata.lobby = "LobbySeason14"; + } + // patch 14.20 + if (req.headers["user-agent"].includes("14354056")) { + seasondata.season = 14; + seasondata.lobby = "LobbySeason14"; + } + // patch 14.20 (2) + if (req.headers["user-agent"].includes("14375974")) { + seasondata.season = 14; + seasondata.lobby = "LobbySeason14"; + } + // patch 14.20 (3) + if (req.headers["user-agent"].includes("14384759")) { + seasondata.season = 14; + seasondata.lobby = "LobbySeason14"; + } + // patch 14.30 + if (req.headers["user-agent"].includes("14456520")) { + seasondata.season = 14; + seasondata.lobby = "LobbySeason14"; + } + // patch 14.40 + if (req.headers["user-agent"].includes("14512399")) { + seasondata.season = 14; + seasondata.lobby = "LobbySeason14"; + } + // patch 14.40 (2) + if (req.headers["user-agent"].includes("14550713")) { + seasondata.season = 14; + seasondata.lobby = "LobbySeason14"; + } + // patch 14.50 + if (req.headers["user-agent"].includes("14617811")) { + seasondata.season = 14; + seasondata.lobby = "LobbySeason14"; + } + // patch 14.50 (2) + if (req.headers["user-agent"].includes("14643651")) { + seasondata.season = 14; + seasondata.lobby = "LobbySeason14"; + } + // patch 14.60 + if (req.headers["user-agent"].includes("14756138")) { + seasondata.season = 14; + seasondata.lobby = "LobbySeason14"; + } + // patch 14.60 (2) + if (req.headers["user-agent"].includes("14785135")) { + seasondata.season = 14; + seasondata.lobby = "LobbySeason14"; + } + // patch 14.60 (3) + if (req.headers["user-agent"].includes("14786821")) { + seasondata.season = 14; + seasondata.lobby = "LobbySeason14"; + } + // patch 15.00 + if (req.headers["user-agent"].includes("14826719")) { + seasondata.season = 15; + seasondata.lobby = "LobbySeason15"; + } + // patch 15.00 (2) + if (req.headers["user-agent"].includes("14835335")) { + seasondata.season = 15; + seasondata.lobby = "LobbySeason15"; + } + // patch 15.10 + if (req.headers["user-agent"].includes("14904303")) { + seasondata.season = 15; + seasondata.lobby = "LobbySeason15"; + } + // patch 15.10 (2) + if (req.headers["user-agent"].includes("14937640")) { + seasondata.season = 15; + seasondata.lobby = "LobbySeason15"; + } +} + +module.exports = CheckLobbyAndSeason; \ No newline at end of file diff --git a/start.bat b/start.bat new file mode 100644 index 0000000..28f2bac --- /dev/null +++ b/start.bat @@ -0,0 +1 @@ +node index.js \ No newline at end of file