diff --git a/.eslintrc b/.eslintrc index 66a81ebf..9c2b88f9 100644 --- a/.eslintrc +++ b/.eslintrc @@ -1,28 +1,28 @@ { - "extends": [ - "eslint:recommended", - "plugin:@typescript-eslint/recommended", - "plugin:@typescript-eslint/recommended-requiring-type-checking" - ], - "plugins": ["@typescript-eslint", "prettier"], - "env": { - "browser": true, - "es6": true, - "node": true - }, - "rules": { - "prettier/prettier": "error", - "@typescript-eslint/semi": ["error"], - "@typescript-eslint/explicit-function-return-type": "off", - "@typescript-eslint/explicit-module-boundary-types": "off", - "@typescript-eslint/restrict-template-expressions": "off", - "@typescript-eslint/restrict-plus-operands": "off", - "@typescript-eslint/no-unsafe-member-access": "off", - "@typescript-eslint/no-unused-vars": ["error", { "argsIgnorePattern": "^_" }], - "no-case-declarations": "off" - }, - "parser": "@typescript-eslint/parser", - "parserOptions": { - "project": "./tsconfig.json" - } + "extends": [ + "eslint:recommended", + "plugin:@typescript-eslint/recommended", + "plugin:@typescript-eslint/recommended-requiring-type-checking" + ], + "plugins": ["@typescript-eslint", "prettier"], + "env": { + "browser": true, + "es6": true, + "node": true + }, + "rules": { + "prettier/prettier": "error", + "@typescript-eslint/semi": ["error"], + "@typescript-eslint/explicit-function-return-type": "off", + "@typescript-eslint/explicit-module-boundary-types": "off", + "@typescript-eslint/restrict-template-expressions": "off", + "@typescript-eslint/restrict-plus-operands": "off", + "@typescript-eslint/no-unsafe-member-access": "off", + "@typescript-eslint/no-unused-vars": ["error", { "argsIgnorePattern": "^_" }], + "no-case-declarations": "off" + }, + "parser": "@typescript-eslint/parser", + "parserOptions": { + "project": "./tsconfig.json" + } } diff --git a/config.json b/config.json index f1d0f989..7cbd3a60 100644 --- a/config.json +++ b/config.json @@ -1,5 +1,5 @@ { - "autoCreateAccount": true, - "buildLabel": "2023.05.12.11.43/Er1Pres+jT2iCmIPRTdcDg", - "matchmakingBuildId": "4920386201513015989" + "autoCreateAccount": true, + "buildLabel": "2023.05.12.11.43/Er1Pres+jT2iCmIPRTdcDg", + "matchmakingBuildId": "4920386201513015989" } diff --git a/package.json b/package.json index d2ba2a97..b0088221 100644 --- a/package.json +++ b/package.json @@ -1,37 +1,37 @@ { - "name": "wf-emulator", - "version": "0.1.0", - "description": "WF Emulator", - "main": "index.ts", - "scripts": { - "start": "node build/index.js", - "dev": "ts-node-dev --openssl-legacy-provider -r tsconfig-paths/register src/index.ts", - "build": "tsc", - "lint": "eslint --ext .ts ." - }, - "license": "GNU", - "dependencies": { - "dotenv": "^16.0.3", - "express": "^5.0.0-beta.1", - "mongoose": "^7.1.1" - }, - "devDependencies": { - "@tsconfig/node20": "^1.0.0", - "@types/body-parser": "^1.19.2", - "@types/express": "^4.17.17", - "@types/morgan": "^1.9.4", - "@typescript-eslint/eslint-plugin": "^5.59.2", - "@typescript-eslint/parser": "^5.59.2", - "eslint": "^8.40.0", - "eslint-plugin-prettier": "^4.2.1", - "morgan": "^1.10.0", - "prettier": "^2.8.8", - "ts-node-dev": "^2.0.0", - "tsconfig-paths": "^4.2.0", - "typescript": "^5.0.4" - }, - "engines": { - "node": ">=18.15.0", - "npm": ">=9.5.0" - } + "name": "wf-emulator", + "version": "0.1.0", + "description": "WF Emulator", + "main": "index.ts", + "scripts": { + "start": "node build/index.js", + "dev": "ts-node-dev --openssl-legacy-provider -r tsconfig-paths/register src/index.ts", + "build": "tsc", + "lint": "eslint --ext .ts ." + }, + "license": "GNU", + "dependencies": { + "dotenv": "^16.0.3", + "express": "^5.0.0-beta.1", + "mongoose": "^7.1.1" + }, + "devDependencies": { + "@tsconfig/node20": "^1.0.0", + "@types/body-parser": "^1.19.2", + "@types/express": "^4.17.17", + "@types/morgan": "^1.9.4", + "@typescript-eslint/eslint-plugin": "^5.59.2", + "@typescript-eslint/parser": "^5.59.2", + "eslint": "^8.40.0", + "eslint-plugin-prettier": "^4.2.1", + "morgan": "^1.10.0", + "prettier": "^2.8.8", + "ts-node-dev": "^2.0.0", + "tsconfig-paths": "^4.2.0", + "typescript": "^5.0.4" + }, + "engines": { + "node": ">=18.15.0", + "npm": ">=9.5.0" + } } diff --git a/src/controllers/api/checkDailyMissionBonusController.ts b/src/controllers/api/checkDailyMissionBonusController.ts index a128a606..97b838fe 100644 --- a/src/controllers/api/checkDailyMissionBonusController.ts +++ b/src/controllers/api/checkDailyMissionBonusController.ts @@ -1,16 +1,16 @@ import { RequestHandler } from "express"; const checkDailyMissionBonusController: RequestHandler = (_req, res) => { - const data = Buffer.from([ - 0x44, 0x61, 0x69, 0x6c, 0x79, 0x4d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x42, 0x6f, 0x6e, 0x75, 0x73, 0x3a, 0x31, - 0x2d, 0x44, 0x61, 0x69, 0x6c, 0x79, 0x50, 0x56, 0x50, 0x57, 0x69, 0x6e, 0x42, 0x6f, 0x6e, 0x75, 0x73, 0x3a, 0x31, - 0x0a - ]); - res.writeHead(200, { - "Content-Type": "text/html", - "Content-Length": data.length - }); - res.end(data); + const data = Buffer.from([ + 0x44, 0x61, 0x69, 0x6c, 0x79, 0x4d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x42, 0x6f, 0x6e, 0x75, 0x73, 0x3a, + 0x31, 0x2d, 0x44, 0x61, 0x69, 0x6c, 0x79, 0x50, 0x56, 0x50, 0x57, 0x69, 0x6e, 0x42, 0x6f, 0x6e, 0x75, 0x73, + 0x3a, 0x31, 0x0a + ]); + res.writeHead(200, { + "Content-Type": "text/html", + "Content-Length": data.length + }); + res.end(data); }; export { checkDailyMissionBonusController }; diff --git a/src/controllers/api/dronesController.ts b/src/controllers/api/dronesController.ts index 2bc67e66..7a55e00e 100644 --- a/src/controllers/api/dronesController.ts +++ b/src/controllers/api/dronesController.ts @@ -1,11 +1,11 @@ import { RequestHandler } from "express"; const dronesController: RequestHandler = (_req, res) => { - res.writeHead(200, { - "Content-Type": "text/html", - "Content-Length": "3" - }); - res.end(Buffer.from([0x7b, 0x7d, 0x0a])); + res.writeHead(200, { + "Content-Type": "text/html", + "Content-Length": "3" + }); + res.end(Buffer.from([0x7b, 0x7d, 0x0a])); }; export { dronesController }; diff --git a/src/controllers/api/findSessionsController.ts b/src/controllers/api/findSessionsController.ts index 8f9b2265..f749f00a 100644 --- a/src/controllers/api/findSessionsController.ts +++ b/src/controllers/api/findSessionsController.ts @@ -1,16 +1,16 @@ import { RequestHandler } from "express"; const findSessionsController: RequestHandler = (_req, res) => { - const data = Buffer.from([ - 0x7b, 0x22, 0x71, 0x75, 0x65, 0x72, 0x79, 0x49, 0x64, 0x22, 0x3a, 0x31, 0x2c, 0x22, 0x53, 0x65, 0x73, 0x73, 0x69, - 0x6f, 0x6e, 0x73, 0x22, 0x3a, 0x5b, 0x5d, 0x7d - ]); + const data = Buffer.from([ + 0x7b, 0x22, 0x71, 0x75, 0x65, 0x72, 0x79, 0x49, 0x64, 0x22, 0x3a, 0x31, 0x2c, 0x22, 0x53, 0x65, 0x73, 0x73, + 0x69, 0x6f, 0x6e, 0x73, 0x22, 0x3a, 0x5b, 0x5d, 0x7d + ]); - res.writeHead(200, { - "Content-Type": "text/html", - "Content-Length": data.length - }); - res.end(data); + res.writeHead(200, { + "Content-Type": "text/html", + "Content-Length": data.length + }); + res.end(data); }; export { findSessionsController }; diff --git a/src/controllers/api/getAllianceController.ts b/src/controllers/api/getAllianceController.ts index c03423c1..1670a719 100644 --- a/src/controllers/api/getAllianceController.ts +++ b/src/controllers/api/getAllianceController.ts @@ -1,7 +1,7 @@ import { RequestHandler } from "express-serve-static-core"; const getAllianceController: RequestHandler = (_req, res) => { - res.sendStatus(200); + res.sendStatus(200); }; export { getAllianceController }; diff --git a/src/controllers/api/getFriendsController.ts b/src/controllers/api/getFriendsController.ts index 3a173477..9fb65fa1 100644 --- a/src/controllers/api/getFriendsController.ts +++ b/src/controllers/api/getFriendsController.ts @@ -1,12 +1,12 @@ import { Request, Response } from "express"; export default (_request: Request, response: Response) => { - response.writeHead(200, { - //Connection: "keep-alive", - //"Content-Encoding": "gzip", - "Content-Type": "text/html", - // charset: "UTF - 8", - "Content-Length": "3" - }); - response.end(Buffer.from([0x7b, 0x7d, 0x0a])); + response.writeHead(200, { + //Connection: "keep-alive", + //"Content-Encoding": "gzip", + "Content-Type": "text/html", + // charset: "UTF - 8", + "Content-Length": "3" + }); + response.end(Buffer.from([0x7b, 0x7d, 0x0a])); }; diff --git a/src/controllers/api/getIgnoredUsersController.ts b/src/controllers/api/getIgnoredUsersController.ts index dfeedb54..97127fba 100644 --- a/src/controllers/api/getIgnoredUsersController.ts +++ b/src/controllers/api/getIgnoredUsersController.ts @@ -1,16 +1,16 @@ import { RequestHandler } from "express"; const getIgnoredUsersController: RequestHandler = (_req, res) => { - res.writeHead(200, { - "Content-Type": "text/html", - "Content-Length": "3" - }); - res.end( - Buffer.from([ - 0x7b, 0x22, 0x4e, 0x6f, 0x6e, 0x63, 0x65, 0x22, 0x3a, 0x38, 0x33, 0x30, 0x34, 0x30, 0x37, 0x37, 0x32, 0x32, 0x34, - 0x30, 0x32, 0x32, 0x32, 0x36, 0x31, 0x35, 0x30, 0x31, 0x7d - ]) - ); + res.writeHead(200, { + "Content-Type": "text/html", + "Content-Length": "3" + }); + res.end( + Buffer.from([ + 0x7b, 0x22, 0x4e, 0x6f, 0x6e, 0x63, 0x65, 0x22, 0x3a, 0x38, 0x33, 0x30, 0x34, 0x30, 0x37, 0x37, 0x32, 0x32, + 0x34, 0x30, 0x32, 0x32, 0x32, 0x36, 0x31, 0x35, 0x30, 0x31, 0x7d + ]) + ); }; export { getIgnoredUsersController }; diff --git a/src/controllers/api/getNewRewardSeedController.ts b/src/controllers/api/getNewRewardSeedController.ts index a5c89069..851b9d4e 100644 --- a/src/controllers/api/getNewRewardSeedController.ts +++ b/src/controllers/api/getNewRewardSeedController.ts @@ -1,7 +1,7 @@ import { RequestHandler } from "express"; const getNewRewardSeedController: RequestHandler = (_req, res) => { - res.sendStatus(200); + res.sendStatus(200); }; export { getNewRewardSeedController }; diff --git a/src/controllers/api/getShipController.ts b/src/controllers/api/getShipController.ts index 68328ee0..82f598fe 100644 --- a/src/controllers/api/getShipController.ts +++ b/src/controllers/api/getShipController.ts @@ -2,7 +2,7 @@ import { RequestHandler } from "express"; import getShip from "@/static/fixed_responses/getShip.json"; const getShipController: RequestHandler = (_req, res) => { - res.json(getShip); + res.json(getShip); }; export { getShipController }; diff --git a/src/controllers/api/hostSessionController.ts b/src/controllers/api/hostSessionController.ts index 2ed60b60..e9129286 100644 --- a/src/controllers/api/hostSessionController.ts +++ b/src/controllers/api/hostSessionController.ts @@ -1,6 +1,6 @@ import { RequestHandler } from "express"; const hostSessionController: RequestHandler = (_req, res) => { - res.json({ sessionId: { $oid: "123123123" }, rewardSeed: 123123123123 }); + res.json({ sessionId: { $oid: "123123123" }, rewardSeed: 123123123123 }); }; export { hostSessionController }; diff --git a/src/controllers/api/inboxController.ts b/src/controllers/api/inboxController.ts index d5aa4f93..cbd2af06 100644 --- a/src/controllers/api/inboxController.ts +++ b/src/controllers/api/inboxController.ts @@ -2,7 +2,7 @@ import { RequestHandler } from "express"; import inbox from "@/static/fixed_responses/inbox.json"; const inboxController: RequestHandler = (_req, res) => { - res.json(inbox); + res.json(inbox); }; export { inboxController }; diff --git a/src/controllers/api/inventoryController.ts b/src/controllers/api/inventoryController.ts index fc648717..100f910d 100644 --- a/src/controllers/api/inventoryController.ts +++ b/src/controllers/api/inventoryController.ts @@ -3,10 +3,10 @@ import { Request, Response, RequestHandler } from "express"; import inventory from "@/static/fixed_responses/inventory.json"; const inventorController: RequestHandler = (request: Request, response: Response) => { - console.log(request.query); - const accountId = request.query.accountId; - console.log(accountId); - response.json(inventory); + console.log(request.query); + const accountId = request.query.accountId; + console.log(accountId); + response.json(inventory); }; export default inventorController; diff --git a/src/controllers/api/loginController.ts b/src/controllers/api/loginController.ts index 822bfa91..eb40650c 100644 --- a/src/controllers/api/loginController.ts +++ b/src/controllers/api/loginController.ts @@ -8,31 +8,61 @@ import config from "../../../config.json"; // eslint-disable-next-line @typescript-eslint/no-misused-promises const loginController: RequestHandler = async (request, response) => { - const body = JSON.parse(request.body); // parse octet stream of json data to json object - const loginRequest = toLoginRequest(body); - // console.log(body); - //console.log(String.fromCharCode.apiRouterly(null, req.body)); + const body = JSON.parse(request.body); // parse octet stream of json data to json object + const loginRequest = toLoginRequest(body); + // console.log(body); + //console.log(String.fromCharCode.apiRouterly(null, req.body)); - const account = await Account.findOne({ email: loginRequest.email }); //{ _id: 0, __v: 0 } - console.log("findone", account); + const account = await Account.findOne({ email: loginRequest.email }); //{ _id: 0, __v: 0 } + console.log("findone", account); - if (!account && config.autoCreateAccount) { - try { - const newAccount = await createAccount({ - email: loginRequest.email, - password: loginRequest.password, - DisplayName: loginRequest.email.substring(0, loginRequest.email.indexOf("@")), - CountryCode: loginRequest.lang.toUpperCase(), - ClientType: loginRequest.ClientType, - CrossPlatformAllowed: true, - ForceLogoutVersion: 0, - ConsentNeeded: false, - TrackedSettings: [] - }); - console.log("CREATED ACCOUNT", newAccount); - // eslint-disable-next-line @typescript-eslint/no-unused-vars - const { email, password, ...databaseAccount } = newAccount; - const newLoginResponse: ILoginResponse = { + if (!account && config.autoCreateAccount) { + try { + const newAccount = await createAccount({ + email: loginRequest.email, + password: loginRequest.password, + DisplayName: loginRequest.email.substring(0, loginRequest.email.indexOf("@")), + CountryCode: loginRequest.lang.toUpperCase(), + ClientType: loginRequest.ClientType, + CrossPlatformAllowed: true, + ForceLogoutVersion: 0, + ConsentNeeded: false, + TrackedSettings: [] + }); + console.log("CREATED ACCOUNT", newAccount); + // eslint-disable-next-line @typescript-eslint/no-unused-vars + const { email, password, ...databaseAccount } = newAccount; + const newLoginResponse: ILoginResponse = { + ...databaseAccount, + Groups: groups, + platformCDNs: platformCDNs, + Nonce: Nonce, + NRS: NRS, + DTLS: DTLS, + IRC: IRC, + HUB: HUB, + BuildLabel: config.buildLabel, + MatchmakingBuildId: config.matchmakingBuildId + }; + + console.log(newLoginResponse); + response.json(newLoginResponse); + return; + } catch (error: unknown) { + if (error instanceof Error) { + throw new Error("error creating account"); + } + } + } + + //email not found or incorrect password + if (!account || !isCorrectPassword(loginRequest.password, account.password)) { + response.status(400).json({ error: "incorrect login data" }); + return; + } + + const { email, password, ...databaseAccount } = account.toJSON(); + const newLoginResponse: ILoginResponse = { ...databaseAccount, Groups: groups, platformCDNs: platformCDNs, @@ -43,40 +73,10 @@ const loginController: RequestHandler = async (request, response) => { HUB: HUB, BuildLabel: config.buildLabel, MatchmakingBuildId: config.matchmakingBuildId - }; + }; - console.log(newLoginResponse); - response.json(newLoginResponse); - return; - } catch (error: unknown) { - if (error instanceof Error) { - throw new Error("error creating account"); - } - } - } - - //email not found or incorrect password - if (!account || !isCorrectPassword(loginRequest.password, account.password)) { - response.status(400).json({ error: "incorrect login data" }); - return; - } - - const { email, password, ...databaseAccount } = account.toJSON(); - const newLoginResponse: ILoginResponse = { - ...databaseAccount, - Groups: groups, - platformCDNs: platformCDNs, - Nonce: Nonce, - NRS: NRS, - DTLS: DTLS, - IRC: IRC, - HUB: HUB, - BuildLabel: config.buildLabel, - MatchmakingBuildId: config.matchmakingBuildId - }; - - console.log("login response", newLoginResponse); - response.json(newLoginResponse); + console.log("login response", newLoginResponse); + response.json(newLoginResponse); }; export { loginController }; diff --git a/src/controllers/api/loginRewardsController.ts b/src/controllers/api/loginRewardsController.ts index 2cd90af0..fd4b40c4 100644 --- a/src/controllers/api/loginRewardsController.ts +++ b/src/controllers/api/loginRewardsController.ts @@ -2,7 +2,7 @@ import { RequestHandler } from "express"; import loginRewards from "@/static/fixed_responses/loginRewards.json"; const loginRewardsController: RequestHandler = (_req, res) => { - res.json(loginRewards); + res.json(loginRewards); }; export { loginRewardsController }; diff --git a/src/controllers/api/marketRecommendationsController.ts b/src/controllers/api/marketRecommendationsController.ts index 47824796..8acfa89e 100644 --- a/src/controllers/api/marketRecommendationsController.ts +++ b/src/controllers/api/marketRecommendationsController.ts @@ -1,16 +1,16 @@ import { RequestHandler } from "express"; const marketRecommendationsController: RequestHandler = (_req, res) => { - const data = Buffer.from([ - 0x7b, 0x22, 0x4d, 0x61, 0x72, 0x6b, 0x65, 0x74, 0x52, 0x65, 0x63, 0x6f, 0x6d, 0x6d, 0x65, 0x6e, 0x64, 0x61, 0x74, - 0x69, 0x6f, 0x6e, 0x73, 0x22, 0x3a, 0x7b, 0x22, 0x46, 0x65, 0x61, 0x74, 0x75, 0x72, 0x65, 0x64, 0x22, 0x3a, 0x5b, - 0x5d, 0x2c, 0x22, 0x50, 0x6f, 0x70, 0x75, 0x6c, 0x61, 0x72, 0x22, 0x3a, 0x5b, 0x5d, 0x7d, 0x7d - ]); - res.writeHead(200, { - "Content-Type": "text/html", - "Content-Length": data.length - }); - res.end(data); + const data = Buffer.from([ + 0x7b, 0x22, 0x4d, 0x61, 0x72, 0x6b, 0x65, 0x74, 0x52, 0x65, 0x63, 0x6f, 0x6d, 0x6d, 0x65, 0x6e, 0x64, 0x61, + 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x22, 0x3a, 0x7b, 0x22, 0x46, 0x65, 0x61, 0x74, 0x75, 0x72, 0x65, 0x64, 0x22, + 0x3a, 0x5b, 0x5d, 0x2c, 0x22, 0x50, 0x6f, 0x70, 0x75, 0x6c, 0x61, 0x72, 0x22, 0x3a, 0x5b, 0x5d, 0x7d, 0x7d + ]); + res.writeHead(200, { + "Content-Type": "text/html", + "Content-Length": data.length + }); + res.end(data); }; export { marketRecommendationsController }; diff --git a/src/controllers/api/marketSearchRecommendationsController.ts b/src/controllers/api/marketSearchRecommendationsController.ts index 992737b6..bc99897b 100644 --- a/src/controllers/api/marketSearchRecommendationsController.ts +++ b/src/controllers/api/marketSearchRecommendationsController.ts @@ -1,7 +1,7 @@ import { RequestHandler } from "express"; const marketSearchRecommendationsController: RequestHandler = (_req, res) => { - res.sendStatus(200); + res.sendStatus(200); }; export { marketSearchRecommendationsController }; diff --git a/src/controllers/api/purchaseController.ts b/src/controllers/api/purchaseController.ts index f03933eb..78c5fee9 100644 --- a/src/controllers/api/purchaseController.ts +++ b/src/controllers/api/purchaseController.ts @@ -2,5 +2,5 @@ import purchase from "@/static/fixed_responses/purchase.json"; import { Request, Response } from "express"; export default (_req: Request, res: Response): void => { - res.json(purchase); + res.json(purchase); }; diff --git a/src/controllers/api/setActiveQuestController.ts b/src/controllers/api/setActiveQuestController.ts index 57e9e631..a8f06a25 100644 --- a/src/controllers/api/setActiveQuestController.ts +++ b/src/controllers/api/setActiveQuestController.ts @@ -1,7 +1,7 @@ import { RequestHandler } from "express"; const setActiveQuestController: RequestHandler = (_req, res) => { - res.sendStatus(200); + res.sendStatus(200); }; export { setActiveQuestController }; diff --git a/src/controllers/api/surveysController.ts b/src/controllers/api/surveysController.ts index b69641be..2a593e47 100644 --- a/src/controllers/api/surveysController.ts +++ b/src/controllers/api/surveysController.ts @@ -1,14 +1,14 @@ import { RequestHandler } from "express"; const surveysController: RequestHandler = (_req, res) => { - const data = Buffer.from([ - 0x7b, 0x22, 0x53, 0x75, 0x72, 0x76, 0x65, 0x79, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x73, 0x22, 0x3a, 0x5b, 0x5d, 0x7d - ]); - res.writeHead(200, { - "Content-Type": "text/html", - "Content-Length": data.length - }); - res.end(data); + const data = Buffer.from([ + 0x7b, 0x22, 0x53, 0x75, 0x72, 0x76, 0x65, 0x79, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x73, 0x22, 0x3a, 0x5b, 0x5d, 0x7d + ]); + res.writeHead(200, { + "Content-Type": "text/html", + "Content-Length": data.length + }); + res.end(data); }; export { surveysController }; diff --git a/src/controllers/api/updateChallengeProgressController.ts b/src/controllers/api/updateChallengeProgressController.ts index 80c0ecf3..b822d818 100644 --- a/src/controllers/api/updateChallengeProgressController.ts +++ b/src/controllers/api/updateChallengeProgressController.ts @@ -1,7 +1,7 @@ import { RequestHandler } from "express"; const updateChallengeProgressController: RequestHandler = (_request, response) => { - response.sendStatus(200); + response.sendStatus(200); }; export { updateChallengeProgressController }; diff --git a/src/controllers/api/viewController.ts b/src/controllers/api/viewController.ts index fa0ea1a4..e63d3b1a 100644 --- a/src/controllers/api/viewController.ts +++ b/src/controllers/api/viewController.ts @@ -2,7 +2,7 @@ import { RequestHandler } from "express"; import view from "@/static/fixed_responses/view.json"; const viewController: RequestHandler = (_req, res) => { - res.json(view); + res.json(view); }; export { viewController }; diff --git a/src/controllers/custom/createAccountController.ts b/src/controllers/custom/createAccountController.ts index 09d8c90e..ea3463d2 100644 --- a/src/controllers/custom/createAccountController.ts +++ b/src/controllers/custom/createAccountController.ts @@ -4,11 +4,11 @@ import { createAccount } from "@/src/services/loginService"; import { RequestHandler } from "express"; const createAccountController: RequestHandler = async (req, res) => { - const createAccountData = toCreateAccount(req.body); - const databaseAccount = toDatabaseAccount(createAccountData); + const createAccountData = toCreateAccount(req.body); + const databaseAccount = toDatabaseAccount(createAccountData); - const account = await createAccount(databaseAccount); - res.json(account); + const account = await createAccount(databaseAccount); + res.json(account); }; export { createAccountController }; diff --git a/src/controllers/dynamic/aggregateSessionsController.ts b/src/controllers/dynamic/aggregateSessionsController.ts index 1efbb921..e3c1659b 100644 --- a/src/controllers/dynamic/aggregateSessionsController.ts +++ b/src/controllers/dynamic/aggregateSessionsController.ts @@ -1,7 +1,7 @@ import { RequestHandler } from "express"; const aggregateSessionsController: RequestHandler = (_req, res) => { - res.json({}); + res.json({}); }; export { aggregateSessionsController }; diff --git a/src/controllers/dynamic/worldStateController.ts b/src/controllers/dynamic/worldStateController.ts index d47571e0..39050c91 100644 --- a/src/controllers/dynamic/worldStateController.ts +++ b/src/controllers/dynamic/worldStateController.ts @@ -2,7 +2,7 @@ import { RequestHandler } from "express"; import worldState from "@/static/fixed_responses/worldState.json"; const worldStateController: RequestHandler = (_req, res) => { - res.json(worldState); + res.json(worldState); }; export { worldStateController }; diff --git a/src/controllers/misc/steamPacksController.ts b/src/controllers/misc/steamPacksController.ts index f3f7d317..f0885786 100644 --- a/src/controllers/misc/steamPacksController.ts +++ b/src/controllers/misc/steamPacksController.ts @@ -1,6 +1,6 @@ import { RequestHandler } from "express"; const steamPacksController: RequestHandler = (_req, res) => { - res.sendStatus(200); + res.sendStatus(200); }; export { steamPacksController }; diff --git a/src/helpers/customHelpers.ts b/src/helpers/customHelpers.ts index 351331ff..d203f2d1 100644 --- a/src/helpers/customHelpers.ts +++ b/src/helpers/customHelpers.ts @@ -1,56 +1,55 @@ +import crypto from "crypto"; import { IAccountCreation } from "../types/customTypes"; import { IDatabaseAccount } from "../types/loginTypes"; -import { isString, parseNumber, parseString, parseEmail } from "./general"; - -import crypto from "crypto"; +import { isString, parseEmail, parseString } from "./general"; const getWhirlpoolHash = (rawPassword: string): string => { - const whirlpool = crypto.createHash("whirlpool"); - const data = whirlpool.update(rawPassword, "utf8"); - const hash = data.digest("hex"); - return hash; + const whirlpool = crypto.createHash("whirlpool"); + const data = whirlpool.update(rawPassword, "utf8"); + const hash = data.digest("hex"); + return hash; }; const parsePassword = (passwordCandidate: unknown): string => { - // a different function could be called that checks whether the password has a certain shape - if (!isString(passwordCandidate)) { - throw new Error("incorrect password format"); - } - return passwordCandidate; + // a different function could be called that checks whether the password has a certain shape + if (!isString(passwordCandidate)) { + throw new Error("incorrect password format"); + } + return passwordCandidate; }; const toAccountCreation = (accountCreation: unknown): IAccountCreation => { - if (!accountCreation || typeof accountCreation !== "object") { - throw new Error("incorrect or missing account creation data"); - } + if (!accountCreation || typeof accountCreation !== "object") { + throw new Error("incorrect or missing account creation data"); + } - if ( - "email" in accountCreation && - "password" in accountCreation && - "DisplayName" in accountCreation && - "CountryCode" in accountCreation - ) { - const rawPassword = parsePassword(accountCreation.password); - console.log("email", accountCreation.email); - return { - email: parseEmail(accountCreation.email), - password: getWhirlpoolHash(rawPassword), - CountryCode: parseString(accountCreation.CountryCode), - DisplayName: parseString(accountCreation.DisplayName) - }; - } - throw new Error("incorrect account creation data: incorrect properties"); + if ( + "email" in accountCreation && + "password" in accountCreation && + "DisplayName" in accountCreation && + "CountryCode" in accountCreation + ) { + const rawPassword = parsePassword(accountCreation.password); + console.log("email", accountCreation.email); + return { + email: parseEmail(accountCreation.email), + password: getWhirlpoolHash(rawPassword), + CountryCode: parseString(accountCreation.CountryCode), + DisplayName: parseString(accountCreation.DisplayName) + }; + } + throw new Error("incorrect account creation data: incorrect properties"); }; const toDatabaseAccount = (createAccount: IAccountCreation): IDatabaseAccount => { - return { - ...createAccount, - ClientType: "", - ConsentNeeded: false, - CrossPlatformAllowed: true, - ForceLogoutVersion: 0, - TrackedSettings: [] - } satisfies IDatabaseAccount; + return { + ...createAccount, + ClientType: "", + ConsentNeeded: false, + CrossPlatformAllowed: true, + ForceLogoutVersion: 0, + TrackedSettings: [] + } satisfies IDatabaseAccount; }; export { toDatabaseAccount, toAccountCreation as toCreateAccount }; diff --git a/src/helpers/general.ts b/src/helpers/general.ts index 21fbff1d..8aa19a1a 100644 --- a/src/helpers/general.ts +++ b/src/helpers/general.ts @@ -1,58 +1,58 @@ const isString = (text: unknown): text is string => { - return typeof text === "string" || text instanceof String; + return typeof text === "string" || text instanceof String; }; const parseString = (data: unknown): string => { - if (!isString(data)) { - throw new Error("data is not a string"); - } + if (!isString(data)) { + throw new Error("data is not a string"); + } - return data; + return data; }; const isNumber = (number: unknown): number is number => { - return typeof number === "number" && !isNaN(number); + return typeof number === "number" && !isNaN(number); }; const parseNumber = (data: unknown): number => { - if (!isNumber(data)) { - throw new Error("data is not a number"); - } + if (!isNumber(data)) { + throw new Error("data is not a number"); + } - return Number(data); + return Number(data); }; const isDate = (date: string) => { - if (!Date.parse(date)) { - throw new Error("invalid date"); - } - return date; + if (!Date.parse(date)) { + throw new Error("invalid date"); + } + return date; }; const parseDateNumber = (date: unknown): string => { - if (!isString(date) || !isDate(date)) { - throw new Error("date could not be parsed"); - } + if (!isString(date) || !isDate(date)) { + throw new Error("date could not be parsed"); + } - return date; + return date; }; const parseEmail = (email: unknown): string => { - if (!isString(email)) { - throw new Error("incorrect email"); - } - return email; + if (!isString(email)) { + throw new Error("incorrect email"); + } + return email; }; const isBoolean = (booleanCandidate: unknown): booleanCandidate is boolean => { - return typeof booleanCandidate === "boolean"; + return typeof booleanCandidate === "boolean"; }; const parseBoolean = (booleanCandidate: unknown): boolean => { - if (!isBoolean(booleanCandidate)) { - throw new Error("argument was not a boolean"); - } - return booleanCandidate; + if (!isBoolean(booleanCandidate)) { + throw new Error("argument was not a boolean"); + } + return booleanCandidate; }; export { isString, isNumber, parseString, parseNumber, parseDateNumber, parseBoolean, parseEmail }; diff --git a/src/helpers/loginHelpers.ts b/src/helpers/loginHelpers.ts index 96712bfb..b77b3560 100644 --- a/src/helpers/loginHelpers.ts +++ b/src/helpers/loginHelpers.ts @@ -2,34 +2,34 @@ import { ILoginRequest } from "../types/loginTypes"; import { parseEmail, parseNumber, parseString } from "./general"; const toLoginRequest = (loginRequest: unknown): ILoginRequest => { - if (!loginRequest || typeof loginRequest !== "object") { - throw new Error("incorrect or missing login request data"); - } + if (!loginRequest || typeof loginRequest !== "object") { + throw new Error("incorrect or missing login request data"); + } - // TODO: function that checks whether every field of interface is in object - if ( - "email" in loginRequest && - "password" in loginRequest && - "time" in loginRequest && - "s" in loginRequest && - "lang" in loginRequest && - "date" in loginRequest && - "ClientType" in loginRequest && - "PS" in loginRequest - ) { - return { - email: parseEmail(loginRequest.email), - password: parseString(loginRequest.password), - time: parseNumber(loginRequest.time), - s: parseString(loginRequest.s), - lang: parseString(loginRequest.lang), - date: parseNumber(loginRequest.date), - ClientType: parseString(loginRequest.ClientType), - PS: parseString(loginRequest.PS) - }; - } + // TODO: function that checks whether every field of interface is in object + if ( + "email" in loginRequest && + "password" in loginRequest && + "time" in loginRequest && + "s" in loginRequest && + "lang" in loginRequest && + "date" in loginRequest && + "ClientType" in loginRequest && + "PS" in loginRequest + ) { + return { + email: parseEmail(loginRequest.email), + password: parseString(loginRequest.password), + time: parseNumber(loginRequest.time), + s: parseString(loginRequest.s), + lang: parseString(loginRequest.lang), + date: parseNumber(loginRequest.date), + ClientType: parseString(loginRequest.ClientType), + PS: parseString(loginRequest.PS) + }; + } - throw new Error("incorrect login request"); + throw new Error("incorrect login request"); }; export { toLoginRequest }; diff --git a/src/index.ts b/src/index.ts index b232bc1d..689fa854 100644 --- a/src/index.ts +++ b/src/index.ts @@ -6,9 +6,9 @@ import { app } from "./app"; //const bodyParser = require("body-parser"); const options = { - key: fs.readFileSync("static/certs/key.pem"), - cert: fs.readFileSync("static/certs/cert.pem"), - passphrase: "123456" + key: fs.readFileSync("static/certs/key.pem"), + cert: fs.readFileSync("static/certs/cert.pem"), + passphrase: "123456" }; // const server = http.createServer(app).listen(80); diff --git a/src/middleware/middleware.ts b/src/middleware/middleware.ts index fd69ce07..bdf20d29 100644 --- a/src/middleware/middleware.ts +++ b/src/middleware/middleware.ts @@ -1,16 +1,16 @@ import { Request, Response, NextFunction } from "express"; const unknownEndpointHandler = (request: Request, response: Response) => { - console.error("[ERROR] Unknown Endpoint", request.url); - response.status(404).json({ error: "endpoint was not found" }); + console.error("[ERROR] Unknown Endpoint", request.url); + response.status(404).json({ error: "endpoint was not found" }); }; const requestLogger = (request: Request, _response: Response, next: NextFunction) => { - console.log("Method:", request.method); - console.log("Path: ", request.path); - console.log("Body: ", request.body); - console.log("---"); - next(); + console.log("Method:", request.method); + console.log("Path: ", request.path); + console.log("Body: ", request.body); + console.log("---"); + next(); }; export { unknownEndpointHandler, requestLogger }; diff --git a/src/models/loginModel.ts b/src/models/loginModel.ts index 0bcff007..d04e143b 100644 --- a/src/models/loginModel.ts +++ b/src/models/loginModel.ts @@ -1,8 +1,8 @@ import mongoose, { model, Schema, SchemaOptions } from "mongoose"; import { IDatabaseAccountDocument } from "../types/loginTypes"; const opts = { - toJSON: { virtuals: true }, - toObject: { virtuals: true } + toJSON: { virtuals: true }, + toObject: { virtuals: true } } satisfies SchemaOptions; // { @@ -20,29 +20,29 @@ const opts = { // } const databaseAccountSchema = new Schema( - { - email: { type: String, required: true, unique: true }, - password: { type: String, required: true }, - DisplayName: { type: String, required: true }, - CountryCode: { type: String, required: true }, - ClientType: { type: String }, - CrossPlatformAllowed: { type: Boolean, required: true }, - ForceLogoutVersion: { type: Number, required: true }, - AmazonAuthToken: { type: String }, - AmazonRefreshToken: { type: String }, - ConsentNeeded: { type: Boolean, required: true }, - TrackedSettings: { type: [String], default: [] } - }, - opts + { + email: { type: String, required: true, unique: true }, + password: { type: String, required: true }, + DisplayName: { type: String, required: true }, + CountryCode: { type: String, required: true }, + ClientType: { type: String }, + CrossPlatformAllowed: { type: Boolean, required: true }, + ForceLogoutVersion: { type: Number, required: true }, + AmazonAuthToken: { type: String }, + AmazonRefreshToken: { type: String }, + ConsentNeeded: { type: Boolean, required: true }, + TrackedSettings: { type: [String], default: [] } + }, + opts ); databaseAccountSchema.set("toJSON", { - transform(_document, returnedObject) { - //returnedObject.id = returnedObject._id.toString(); - delete returnedObject._id; - delete returnedObject.__v; - }, - virtuals: true + transform(_document, returnedObject) { + //returnedObject.id = returnedObject._id.toString(); + delete returnedObject._id; + delete returnedObject.__v; + }, + virtuals: true }); //databaseAccountSchema.set(""); diff --git a/src/models/t.ts b/src/models/t.ts index 882ff5aa..c59908c1 100644 --- a/src/models/t.ts +++ b/src/models/t.ts @@ -1,7 +1,7 @@ import mongoose from "mongoose"; const accountSchema = new mongoose.Schema({ - data: JSON + data: JSON }); // personSchema.set("toJSON", { diff --git a/src/routes/cache.ts b/src/routes/cache.ts index 9848f61d..09fd2394 100644 --- a/src/routes/cache.ts +++ b/src/routes/cache.ts @@ -3,19 +3,19 @@ import express from "express"; const cacheRouter = express.Router(); cacheRouter.get("/B.Cache.Dx11.bin.*", (_req, res) => { - //console.log("asd", path.join(__dirname, "../data")); - res.sendFile("static/data/B.Cache.Dx11_33.0.6.bin", { root: "./" }); + //console.log("asd", path.join(__dirname, "../data")); + res.sendFile("static/data/B.Cache.Dx11_33.0.6.bin", { root: "./" }); }); cacheRouter.get("/B.Cache.Windows_en.bin*", (_req, res) => { - //console.log("asd", path.join(__dirname, "../data")); - res.sendFile("static/data/B.Cache.Windows_en_33.0.10.bin", { root: "./" }); + //console.log("asd", path.join(__dirname, "../data")); + res.sendFile("static/data/B.Cache.Windows_en_33.0.10.bin", { root: "./" }); }); cacheRouter.get(/^\/origin\/([a-zA-Z0-9]+)\/H\.Cache\.bin.*$/, (_req, res) => { - // console.log("asd", path.join(__dirname, "../data")); - // console.log("asd", __dirname); - res.sendFile("static/data/H.Cache_33.0.10.bin", { root: "./" }); + // console.log("asd", path.join(__dirname, "../data")); + // console.log("asd", __dirname); + res.sendFile("static/data/H.Cache_33.0.10.bin", { root: "./" }); }); export { cacheRouter }; diff --git a/src/services/loginService.ts b/src/services/loginService.ts index 90b8de97..1c992b4c 100644 --- a/src/services/loginService.ts +++ b/src/services/loginService.ts @@ -2,21 +2,21 @@ import { Account } from "../models/loginModel"; import { IDatabaseAccount } from "../types/loginTypes"; const isCorrectPassword = (requestPassword: string, databasePassword: string): boolean => { - return requestPassword === databasePassword; + return requestPassword === databasePassword; }; const createAccount = async (accountData: IDatabaseAccount) => { - console.log("test", accountData); - const account = new Account(accountData); - try { - await account.save(); - return account.toJSON(); - } catch (error) { - if (error instanceof Error) { - throw new Error(error.message); + console.log("test", accountData); + const account = new Account(accountData); + try { + await account.save(); + return account.toJSON(); + } catch (error) { + if (error instanceof Error) { + throw new Error(error.message); + } + throw new Error("error creating account that is not of instance Error"); } - throw new Error("error creating account that is not of instance Error"); - } }; export { isCorrectPassword, createAccount }; diff --git a/src/services/mongoService.ts b/src/services/mongoService.ts index 6187d0b5..9defba3a 100644 --- a/src/services/mongoService.ts +++ b/src/services/mongoService.ts @@ -10,14 +10,14 @@ if (!url) throw new Error("MONGODB_URL not found"); console.log("connecting to MongoDB URL:", url); const connectDatabase = async () => { - try { - await mongoose.connect(url); - console.log("connected to MongoDB"); - } catch (error: unknown) { - if (error instanceof Error) { - console.error("error connecting to MongoDB", error.message); + try { + await mongoose.connect(url); + console.log("connected to MongoDB"); + } catch (error: unknown) { + if (error instanceof Error) { + console.error("error connecting to MongoDB", error.message); + } } - } }; export { connectDatabase }; diff --git a/src/types/customTypes.ts b/src/types/customTypes.ts index 8ce0e660..01c77950 100644 --- a/src/types/customTypes.ts +++ b/src/types/customTypes.ts @@ -1,6 +1,6 @@ export interface IAccountCreation { - email: string; - password: string; - DisplayName: string; - CountryCode: string; + email: string; + password: string; + DisplayName: string; + CountryCode: string; } diff --git a/src/types/loginTypes.ts b/src/types/loginTypes.ts index 4e966749..97198f5f 100644 --- a/src/types/loginTypes.ts +++ b/src/types/loginTypes.ts @@ -1,48 +1,48 @@ import { Document } from "mongoose"; export interface ILoginResponse extends Omit { - Groups: IGroup[]; - Nonce: number; - BuildLabel: string; - MatchmakingBuildId: string; - platformCDNs: string[]; - NRS: string[]; - DTLS: number; - IRC: string[]; - HUB: string; + Groups: IGroup[]; + Nonce: number; + BuildLabel: string; + MatchmakingBuildId: string; + platformCDNs: string[]; + NRS: string[]; + DTLS: number; + IRC: string[]; + HUB: string; } //includes virtual id export interface IDatabaseAccountDocument extends IDatabaseAccount { - id: string; + id: string; } export interface IGroup { - experiment: string; - experimentGroup: string; + experiment: string; + experimentGroup: string; } export interface IDatabaseAccount { - email: string; - password: string; - DisplayName: string; - CountryCode: string; - ClientType: string; - CrossPlatformAllowed: boolean; - ForceLogoutVersion: number; - AmazonAuthToken?: string; - AmazonRefreshToken?: string; - ConsentNeeded: boolean; - TrackedSettings: string[]; + email: string; + password: string; + DisplayName: string; + CountryCode: string; + ClientType: string; + CrossPlatformAllowed: boolean; + ForceLogoutVersion: number; + AmazonAuthToken?: string; + AmazonRefreshToken?: string; + ConsentNeeded: boolean; + TrackedSettings: string[]; } export interface ILoginRequest { - email: string; - password: string; - time: number; - s: string; - lang: string; - date: number; - ClientType: string; - PS: string; + email: string; + password: string; + time: number; + s: string; + lang: string; + date: number; + ClientType: string; + PS: string; } diff --git a/static/fixed_responses/getShip.json b/static/fixed_responses/getShip.json index f15c1be8..4e0de41f 100644 --- a/static/fixed_responses/getShip.json +++ b/static/fixed_responses/getShip.json @@ -1,24 +1,24 @@ { - "ShipOwnerId": "removed", - "Ship": { - "Rooms": [ - { "Name": "AlchemyRoom", "MaxCapacity": 1600 }, - { "Name": "BridgeRoom", "MaxCapacity": 1600 }, - { "Name": "LisetRoom", "MaxCapacity": 1000 }, - { "Name": "OperatorChamberRoom", "MaxCapacity": 1600 }, - { "Name": "OutsideRoom", "MaxCapacity": 1600 }, - { "Name": "PersonalQuartersRoom", "MaxCapacity": 1600 } - ], - "ContentUrlSignature": "removed" - }, - "Apartment": { - "Rooms": [ - { "Name": "ElevatorLanding", "MaxCapacity": 1600 }, - { "Name": "ApartmentRoomA", "MaxCapacity": 1000 }, - { "Name": "ApartmentRoomB", "MaxCapacity": 1600 }, - { "Name": "ApartmentRoomC", "MaxCapacity": 1600 }, - { "Name": "DuviriHallway", "MaxCapacity": 1600 } - ], - "FavouriteLoadouts": [] - } + "ShipOwnerId": "removed", + "Ship": { + "Rooms": [ + { "Name": "AlchemyRoom", "MaxCapacity": 1600 }, + { "Name": "BridgeRoom", "MaxCapacity": 1600 }, + { "Name": "LisetRoom", "MaxCapacity": 1000 }, + { "Name": "OperatorChamberRoom", "MaxCapacity": 1600 }, + { "Name": "OutsideRoom", "MaxCapacity": 1600 }, + { "Name": "PersonalQuartersRoom", "MaxCapacity": 1600 } + ], + "ContentUrlSignature": "removed" + }, + "Apartment": { + "Rooms": [ + { "Name": "ElevatorLanding", "MaxCapacity": 1600 }, + { "Name": "ApartmentRoomA", "MaxCapacity": 1000 }, + { "Name": "ApartmentRoomB", "MaxCapacity": 1600 }, + { "Name": "ApartmentRoomC", "MaxCapacity": 1600 }, + { "Name": "DuviriHallway", "MaxCapacity": 1600 } + ], + "FavouriteLoadouts": [] + } } diff --git a/static/fixed_responses/inbox.json b/static/fixed_responses/inbox.json index a43fd2b1..a55108d4 100644 --- a/static/fixed_responses/inbox.json +++ b/static/fixed_responses/inbox.json @@ -1,24 +1,24 @@ { - "Inbox": [ - { - "sndr": "/Lotus/Language/Bosses/Ordis", - "msg": "/Lotus/Language/Inbox/ThankYouFreeMultipleContent", - "countedAtt": [ + "Inbox": [ { - "ItemType": "/Lotus/Upgrades/Skins/Promo/Twitch/OgrisTwitchSkin", - "ItemCount": 1 - }, - { - "ItemType": "/Lotus/Weapons/ClanTech/Chemical/RocketLauncher", - "ItemCount": 1 + "sndr": "/Lotus/Language/Bosses/Ordis", + "msg": "/Lotus/Language/Inbox/ThankYouFreeMultipleContent", + "countedAtt": [ + { + "ItemType": "/Lotus/Upgrades/Skins/Promo/Twitch/OgrisTwitchSkin", + "ItemCount": 1 + }, + { + "ItemType": "/Lotus/Weapons/ClanTech/Chemical/RocketLauncher", + "ItemCount": 1 + } + ], + "sub": "/Lotus/Language/Inbox/ThankYouFreeMultipleSubject", + "icon": "/Lotus/Interface/Icons/Npcs/Ordis.png", + "highPriority": true, + "messageId": "removed", + "date": { "$date": { "$numberLong": "removed" } }, + "r": true } - ], - "sub": "/Lotus/Language/Inbox/ThankYouFreeMultipleSubject", - "icon": "/Lotus/Interface/Icons/Npcs/Ordis.png", - "highPriority": true, - "messageId": "removed", - "date": { "$date": { "$numberLong": "removed" } }, - "r": true - } - ] + ] } diff --git a/static/fixed_responses/inventory.json b/static/fixed_responses/inventory.json index e19ac090..74f9d43a 100644 --- a/static/fixed_responses/inventory.json +++ b/static/fixed_responses/inventory.json @@ -1,131 +1,131 @@ { - "SubscribedToEmails": 0, - "Created": { "$date": { "$numberLong": "removed" } }, - "SubscribedToEmailsPersonalized": 0, - "RewardSeed": -123123123123123, - "CrewMemberBin": { "Slots": 3 }, - "CrewShipSalvageBin": { "Slots": 8 }, - "DrifterMelee": [ - { - "ItemType": "/Lotus/Types/Friendly/PlayerControllable/Weapons/DuviriDualSwords", - "ItemId": { "$oid": "removed" } - } - ], - "FusionPoints": 0, - "MechBin": { "Slots": 4 }, - "OperatorAmpBin": { "Slots": 8 }, - "PveBonusLoadoutBin": { "Slots": 0 }, - "PvpBonusLoadoutBin": { "Slots": 0 }, - "RandomModBin": { "Slots": 15 }, - "RegularCredits": 0, - "SentinelBin": { "Slots": 10 }, - "SpaceSuitBin": { "Slots": 4 }, - "SpaceWeaponBin": { "Slots": 4 }, - "SuitBin": { "Slots": 2 }, - "WeaponBin": { "Slots": 8 }, - "LastInventorySync": { "$oid": "removed" }, - "NextRefill": { "$date": { "$numberLong": "removed" } }, - "ActiveLandscapeTraps": [], - "ChallengeProgress": [], - "CrewMembers": [], - "CrewShips": [], - "CrewShipHarnesses": [], - "CrewShipSalvagedWeapons": [], - "CrewShipSalvagedWeaponSkins": [], - "CrewShipWeapons": [], - "CrewShipWeaponSkins": [], - "DataKnives": [], - "DrifterGuns": [], - "Drones": [], - "Horses": [], - "Hoverboards": [], - "KubrowPets": [], - "KubrowPetEggs": [], - "KubrowPetPrints": [], - "LongGuns": [], - "MechSuits": [], - "Melee": [], - "MoaPets": [], - "OperatorAmps": [], - "OperatorLoadOuts": [], - "AdultOperatorLoadOuts": [], - "KahlLoadOuts": [], - "PendingRecipes": [], - "PersonalGoalProgress": [], - "PersonalTechProjects": [], - "Pistols": [], - "QualifyingInvasions": [], - "RepVotes": [], - "Scoops": [], - "Sentinels": [], - "SentinelWeapons": [], - "Ships": [{ "ItemType": "/Lotus/Types/Items/Ships/DefaultShip", "ItemId": { "$oid": "123123" } }], - "SpaceGuns": [], - "SpaceMelee": [], - "SpaceSuits": [], - "SpecialItems": [], - "StepSequencers": [], - "Suits": [], - "Upgrades": [], - "WeaponSkins": [], - "Boosters": [], - "Consumables": [], - "EmailItems": [], - "FlavourItems": [], - "FocusUpgrades": [], - "FusionTreasures": [], - "LeagueTickets": [], - "LevelKeys": [], - "LoreFragmentScans": [], - "MiscItems": [], - "PendingSpectreLoadouts": [], - "Quests": [], - "QuestKeys": [], - "RawUpgrades": [], - "Recipes": [], - "Robotics": [], - "ShipDecorations": [], - "SpectreLoadouts": [], - "XPInfo": [], - "CrewShipAmmo": [], - "CrewShipRawSalvage": [], - "EvolutionProgress": [], - "Missions": [], - "TauntHistory": [], - "CompletedSyndicates": [], - "UsedDailyDeals": [], - "DailyAffiliation": 16000, - "DailyAffiliationPvp": 16000, - "DailyAffiliationLibrary": 16000, - "DailyAffiliationCetus": 16000, - "DailyAffiliationQuills": 16000, - "DailyAffiliationSolaris": 16000, - "DailyAffiliationVentkids": 16000, - "DailyAffiliationVox": 16000, - "DailyAffiliationEntrati": 16000, - "DailyAffiliationNecraloid": 16000, - "DailyAffiliationZariman": 16000, - "DailyAffiliationKahl": 16000, - "DailyFocus": 250000, - "GiftsRemaining": 8, - "LibraryAvailableDailyTaskInfo": { - "EnemyTypes": ["/Lotus/Types/Enemies/Orokin/OrokinBladeSawmanAvatar"], - "EnemyLocTag": "/Lotus/Language/Game/OrokinBladeSawman", - "EnemyIcon": "/Lotus/Interface/Icons/Npcs/Orokin/OrokinBladeSawman.png", - "ScansRequired": 4, - "RewardStoreItem": "/Lotus/StoreItems/Upgrades/Mods/FusionBundles/UncommonFusionBundle", - "RewardQuantity": 10, - "RewardStanding": 10000 - }, - "DuviriInfo": { "Seed": 123123123123123123, "NumCompletions": 0 }, - "TradesRemaining": 0, - "HasContributedToDojo": false, - "HasResetAccount": false, - "PendingCoupon": { - "Expiry": { "$date": { "$numberLong": "0" } }, - "Discount": 0 - }, - "PremiumCreditsFree": 0, - "ReceivedStartingGear": true, - "StoryModeChoice": "WARFRAME" + "SubscribedToEmails": 0, + "Created": { "$date": { "$numberLong": "removed" } }, + "SubscribedToEmailsPersonalized": 0, + "RewardSeed": -123123123123123, + "CrewMemberBin": { "Slots": 3 }, + "CrewShipSalvageBin": { "Slots": 8 }, + "DrifterMelee": [ + { + "ItemType": "/Lotus/Types/Friendly/PlayerControllable/Weapons/DuviriDualSwords", + "ItemId": { "$oid": "removed" } + } + ], + "FusionPoints": 0, + "MechBin": { "Slots": 4 }, + "OperatorAmpBin": { "Slots": 8 }, + "PveBonusLoadoutBin": { "Slots": 0 }, + "PvpBonusLoadoutBin": { "Slots": 0 }, + "RandomModBin": { "Slots": 15 }, + "RegularCredits": 0, + "SentinelBin": { "Slots": 10 }, + "SpaceSuitBin": { "Slots": 4 }, + "SpaceWeaponBin": { "Slots": 4 }, + "SuitBin": { "Slots": 2 }, + "WeaponBin": { "Slots": 8 }, + "LastInventorySync": { "$oid": "removed" }, + "NextRefill": { "$date": { "$numberLong": "removed" } }, + "ActiveLandscapeTraps": [], + "ChallengeProgress": [], + "CrewMembers": [], + "CrewShips": [], + "CrewShipHarnesses": [], + "CrewShipSalvagedWeapons": [], + "CrewShipSalvagedWeaponSkins": [], + "CrewShipWeapons": [], + "CrewShipWeaponSkins": [], + "DataKnives": [], + "DrifterGuns": [], + "Drones": [], + "Horses": [], + "Hoverboards": [], + "KubrowPets": [], + "KubrowPetEggs": [], + "KubrowPetPrints": [], + "LongGuns": [], + "MechSuits": [], + "Melee": [], + "MoaPets": [], + "OperatorAmps": [], + "OperatorLoadOuts": [], + "AdultOperatorLoadOuts": [], + "KahlLoadOuts": [], + "PendingRecipes": [], + "PersonalGoalProgress": [], + "PersonalTechProjects": [], + "Pistols": [], + "QualifyingInvasions": [], + "RepVotes": [], + "Scoops": [], + "Sentinels": [], + "SentinelWeapons": [], + "Ships": [{ "ItemType": "/Lotus/Types/Items/Ships/DefaultShip", "ItemId": { "$oid": "123123" } }], + "SpaceGuns": [], + "SpaceMelee": [], + "SpaceSuits": [], + "SpecialItems": [], + "StepSequencers": [], + "Suits": [], + "Upgrades": [], + "WeaponSkins": [], + "Boosters": [], + "Consumables": [], + "EmailItems": [], + "FlavourItems": [], + "FocusUpgrades": [], + "FusionTreasures": [], + "LeagueTickets": [], + "LevelKeys": [], + "LoreFragmentScans": [], + "MiscItems": [], + "PendingSpectreLoadouts": [], + "Quests": [], + "QuestKeys": [], + "RawUpgrades": [], + "Recipes": [], + "Robotics": [], + "ShipDecorations": [], + "SpectreLoadouts": [], + "XPInfo": [], + "CrewShipAmmo": [], + "CrewShipRawSalvage": [], + "EvolutionProgress": [], + "Missions": [], + "TauntHistory": [], + "CompletedSyndicates": [], + "UsedDailyDeals": [], + "DailyAffiliation": 16000, + "DailyAffiliationPvp": 16000, + "DailyAffiliationLibrary": 16000, + "DailyAffiliationCetus": 16000, + "DailyAffiliationQuills": 16000, + "DailyAffiliationSolaris": 16000, + "DailyAffiliationVentkids": 16000, + "DailyAffiliationVox": 16000, + "DailyAffiliationEntrati": 16000, + "DailyAffiliationNecraloid": 16000, + "DailyAffiliationZariman": 16000, + "DailyAffiliationKahl": 16000, + "DailyFocus": 250000, + "GiftsRemaining": 8, + "LibraryAvailableDailyTaskInfo": { + "EnemyTypes": ["/Lotus/Types/Enemies/Orokin/OrokinBladeSawmanAvatar"], + "EnemyLocTag": "/Lotus/Language/Game/OrokinBladeSawman", + "EnemyIcon": "/Lotus/Interface/Icons/Npcs/Orokin/OrokinBladeSawman.png", + "ScansRequired": 4, + "RewardStoreItem": "/Lotus/StoreItems/Upgrades/Mods/FusionBundles/UncommonFusionBundle", + "RewardQuantity": 10, + "RewardStanding": 10000 + }, + "DuviriInfo": { "Seed": 123123123123123123, "NumCompletions": 0 }, + "TradesRemaining": 0, + "HasContributedToDojo": false, + "HasResetAccount": false, + "PendingCoupon": { + "Expiry": { "$date": { "$numberLong": "0" } }, + "Discount": 0 + }, + "PremiumCreditsFree": 0, + "ReceivedStartingGear": true, + "StoryModeChoice": "WARFRAME" } diff --git a/static/fixed_responses/loginRewards.json b/static/fixed_responses/loginRewards.json index b6632556..0ebbf5dc 100644 --- a/static/fixed_responses/loginRewards.json +++ b/static/fixed_responses/loginRewards.json @@ -1,9 +1,9 @@ { - "DailyTributeInfo": { - "IsMilestoneDay": false, - "IsChooseRewardSet": true, - "LoginDays": 1337, - "NextMilestoneReward": "", - "NextMilestoneDay": 50 - } + "DailyTributeInfo": { + "IsMilestoneDay": false, + "IsChooseRewardSet": true, + "LoginDays": 1337, + "NextMilestoneReward": "", + "NextMilestoneDay": 50 + } } diff --git a/static/fixed_responses/login_static.ts b/static/fixed_responses/login_static.ts index 68a8ccbf..c4fb3a32 100644 --- a/static/fixed_responses/login_static.ts +++ b/static/fixed_responses/login_static.ts @@ -1,25 +1,25 @@ import { IGroup } from "@/src/types/loginTypes"; export const groups: IGroup[] = [ - { - experiment: "InitiatePage", - experimentGroup: "initiate_page_no_video" - }, - { experiment: "ChatQAChannel", experimentGroup: "control" }, - { - experiment: "MarketSearchRecommendations", - experimentGroup: "premium_credit_purchases_14_days" - }, - { experiment: "SurveyLocation", experimentGroup: "EXIT" }, - { experiment: "GamesightAB", experimentGroup: "a" } + { + experiment: "InitiatePage", + experimentGroup: "initiate_page_no_video" + }, + { experiment: "ChatQAChannel", experimentGroup: "control" }, + { + experiment: "MarketSearchRecommendations", + experimentGroup: "premium_credit_purchases_14_days" + }, + { experiment: "SurveyLocation", experimentGroup: "EXIT" }, + { experiment: "GamesightAB", experimentGroup: "a" } ]; export const platformCDNs = [ - "https://content.warframe.com/", - "https://content-xb1.warframe.com/", - "https://content-ps4.warframe.com/", - "https://content-swi.warframe.com/", - "https://content-mob.warframe.com/" + "https://content.warframe.com/", + "https://content-xb1.warframe.com/", + "https://content-ps4.warframe.com/", + "https://content-swi.warframe.com/", + "https://content-mob.warframe.com/" ]; export const Nonce = 1231231233; diff --git a/static/fixed_responses/purchase.json b/static/fixed_responses/purchase.json index e9c27715..12e2b20f 100644 --- a/static/fixed_responses/purchase.json +++ b/static/fixed_responses/purchase.json @@ -1,13 +1,13 @@ { - "InventoryChanges": { - "WeaponBin": { "count": 1, "platinum": 0, "Slots": -1 }, - "Suits": [ - { - "ItemType": "/Lotus/Powersuits/Ninja/Ninja", - "Configs": [], - "ItemId": { "$oid": "123123123123" } - } - ], - "RegularCredits": -25000 - } + "InventoryChanges": { + "WeaponBin": { "count": 1, "platinum": 0, "Slots": -1 }, + "Suits": [ + { + "ItemType": "/Lotus/Powersuits/Ninja/Ninja", + "Configs": [], + "ItemId": { "$oid": "123123123123" } + } + ], + "RegularCredits": -25000 + } } diff --git a/static/fixed_responses/worldState.json b/static/fixed_responses/worldState.json index c5481601..8ace6135 100644 --- a/static/fixed_responses/worldState.json +++ b/static/fixed_responses/worldState.json @@ -1,2263 +1,2334 @@ { - "WorldSeed": "lybLxBivQnJ5vNFnKlYtDxIIcnp95rxLDKvolemz2MdTmgvcefIjvywh/nPPW1QxNxjl0lNQs870VfrE8h3wVjkERh5pjmCsLk/pb/q/I68i4BDe4D+F+Lhid1UTORzvMXE0yYjpfy169RMBTn/UfagKLaEUrm3mLFeQVP3vHlz5vstM/XEE9YL77o/FZzhXhgg+GVoxNoO1JlywvTxGol3MlofR16UNGwR+vaoZqu2cwhmM8kC2lPW1shbMnmM+d2db3wsFJTQoBI7PwiUo0sFzwpGrJfJhQGwp0yjF3mtbbLCK8ngLm82qyVBudRK8tOzMGVYnIMA5EKzm0B9Wzw==", - "Version": 10, - "MobileVersion": "4.15.13.1", - "BuildLabel": "2023.05.12.11.43/Er1Pres+jT2iCmIPRTdcDg", - "Time": 1684173953, - "Events": [ - { - "_id": { "$oid": "62d31b87106360aa5703954d" }, - "Messages": [ - { "LanguageCode": "en", "Message": "/Lotus/Language/CommunityMessages/JoinDiscord" }, - { "LanguageCode": "fr", "Message": "/Lotus/Language/CommunityMessages/JoinDiscord" }, - { "LanguageCode": "it", "Message": "/Lotus/Language/CommunityMessages/JoinDiscord" }, - { "LanguageCode": "de", "Message": "/Lotus/Language/CommunityMessages/JoinDiscord" }, - { "LanguageCode": "es", "Message": "/Lotus/Language/CommunityMessages/JoinDiscord" }, - { "LanguageCode": "pt", "Message": "/Lotus/Language/CommunityMessages/JoinDiscord" }, - { "LanguageCode": "ru", "Message": "/Lotus/Language/CommunityMessages/JoinDiscord" }, - { "LanguageCode": "pl", "Message": "/Lotus/Language/CommunityMessages/JoinDiscord" }, - { "LanguageCode": "uk", "Message": "/Lotus/Language/CommunityMessages/JoinDiscord" }, - { "LanguageCode": "tr", "Message": "/Lotus/Language/CommunityMessages/JoinDiscord" }, - { "LanguageCode": "ja", "Message": "/Lotus/Language/CommunityMessages/JoinDiscord" }, - { "LanguageCode": "zh", "Message": "/Lotus/Language/CommunityMessages/JoinDiscord" }, - { "LanguageCode": "ko", "Message": "/Lotus/Language/CommunityMessages/JoinDiscord" }, - { "LanguageCode": "tc", "Message": "/Lotus/Language/CommunityMessages/JoinDiscord" } - ], - "Prop": "https://discord.com/invite/playwarframe", - "Date": { "$date": { "$numberLong": "1658002200000" } }, - "Icon": "/Lotus/Interface/Icons/DiscordIconNoBacker.png", - "Priority": false, - "MobileOnly": false, - "Community": true - }, - { - "_id": { "$oid": "62dff6238607d6b5d80876f5" }, - "Messages": [{ "LanguageCode": "fr", "Message": "Une ressource indispensable, le Wiki FR Warframe !" }], - "Prop": "https://warframe.fandom.com/fr/wiki/Wiki_Warframe", - "Date": { "$date": { "$numberLong": "1658844600000" } }, - "ImageUrl": "https://content.invisioncic.com/Mwarframe/monthly_2022_07/image.png.f54c43d80f7da00887a7c41471884c84.png", - "Priority": false, - "MobileOnly": false, - "Community": true - }, - { - "_id": { "$oid": "62e4112cb40d7d395d0b880f" }, - "Messages": [{ "LanguageCode": "tr", "Message": "Warframe Türkiye Discord - Takas Odası Kanalları!" }], - "Prop": "https://forums.warframe.com/topic/1318162-warframe-t%C3%BCrkiye-discorduna-takas-kanallar%C4%B1-eklendi/", - "Date": { "$date": { "$numberLong": "1659113580000" } }, - "ImageUrl": "https://content.invisioncic.com/Mwarframe/monthly_2022_07/image.png.2515eac966b9f03c6eabf9b7e434d684.png", - "Priority": false, - "MobileOnly": false, - "Community": true - }, - { - "_id": { "$oid": "62ff8739293d0365d3046528" }, - "Messages": [{ "LanguageCode": "fr", "Message": "[Guide] Que faire après avoir terminé \"Le Trophée de Vor\"" }], - "Prop": "https://forums.warframe.com/topic/1315672-guide-que-faire-apr%C3%A8s-avoir-termin%C3%A9-le-troph%C3%A9e-de-vor/", - "Date": { "$date": { "$numberLong": "1660913400000" } }, - "ImageUrl": "https://n9e5v4d8.ssl.hwcdn.net/uploads/0bd16bb52c55ec09ca1168becb87b030.png", - "Priority": false, - "MobileOnly": false, - "Community": true - }, - { - "_id": { "$oid": "6319fa5321a116ecd1017614" }, - "Messages": [{ "LanguageCode": "pl", "Message": "Aktualizacja 32: Veilbreaker - szczegóły po polsku" }], - "Prop": "https://forums.warframe.com/topic/1321154-aktualizacja-32-veilbreaker/", - "Date": { "$date": { "$numberLong": "1662646740000" } }, - "ImageUrl": "https://n9e5v4d8.ssl.hwcdn.net/uploads/76a29b4bf3e094861c3d36ef31b34b3e.png", - "Priority": true, - "MobileOnly": false - }, - { - "_id": { "$oid": "633b073816cec9695a056a84" }, - "Messages": [{ "LanguageCode": "pl", "Message": "PRZEGLĄD DEVSTREAM 164" }], - "Prop": "https://forums.warframe.com/topic/1326595-przegl%C4%85d-devstream-164/", - "Date": { "$date": { "$numberLong": "1664812800000" } }, - "Priority": false, - "MobileOnly": false - }, - { - "_id": { "$oid": "63456893365cb9c9a309e104" }, - "Messages": [{ "LanguageCode": "pl", "Message": "Wprowadzenie do Polowania na Archona" }], - "Prop": "https://forums.warframe.com/topic/1327682-wprowadzenie-do-polowania-na-archona/", - "Date": { "$date": { "$numberLong": "1665493080000" } }, - "ImageUrl": "https://n9e5v4d8.ssl.hwcdn.net/uploads/thumbnails/8c34580f18d0a489c282192bfc2a810b_1600x900.png", - "Priority": true, - "MobileOnly": false, - "Community": true - }, - { - "_id": { "$oid": "634d7f2f5c1c0e405d05254f" }, - "Messages": [{ "LanguageCode": "fr", "Message": "[Guide] Intro aux Chasses aux Archontes" }], - "Prop": "https://forums.warframe.com/topic/1328159-guide-introduction-aux-chasses-aux-archontes/", - "Date": { "$date": { "$numberLong": "1666023180000" } }, - "ImageUrl": "https://n9e5v4d8.ssl.hwcdn.net/uploads/thumbnails/8c34580f18d0a489c282192bfc2a810b_1600x900.png", - "Priority": false, - "MobileOnly": false, - "Community": true - }, - { - "_id": { "$oid": "636a9e67315ccbc699001b5e" }, - "Messages": [{ "LanguageCode": "tr", "Message": "TennoGen Program Değişiklikleri - Elveda Son Tarihler!" }], - "Prop": "https://forums.warframe.com/topic/1330558-tennogen-program-de%C4%9Fi%C5%9Fiklikleri-elveda-son-tarihler/", - "Date": { "$date": { "$numberLong": "1667931660000" } }, - "Priority": false, - "MobileOnly": false, - "Community": true - }, - { - "_id": { "$oid": "63878183da0783f1c00ffc85" }, - "Messages": [{ "LanguageCode": "pl", "Message": "Aktualizacja 32.2: Żer na Lua - Notki po polsku!" }], - "Prop": "https://forums.warframe.com/topic/1332240-aktualizacja-322-%C5%BCer-na-lua/", - "Date": { "$date": { "$numberLong": "1669824840000" } }, - "Priority": true, - "MobileOnly": false - }, - { - "_id": { "$oid": "63a23acc1336bb81640a63dd" }, - "Messages": [], - "Prop": "", - "Date": { "$date": { "$numberLong": "1671576240000" } }, - "Priority": false, - "MobileOnly": false - }, - { - "_id": { "$oid": "63c84f910ee5a50a18071a24" }, - "Messages": [{ "LanguageCode": "tr", "Message": "Sentient Rehberi" }], - "Prop": "https://forums.warframe.com/topic/1337858-sentient-rehberi/", - "Date": { "$date": { "$numberLong": "1674071820000" } }, - "Priority": false, - "MobileOnly": false, - "Community": true - }, - { - "_id": { "$oid": "63e3f6c3cdc6622c2f039c19" }, - "Messages": [{ "LanguageCode": "tr", "Message": "Digital Extremes'ten Deprem Hakkında Bağış Çağrısı!" }], - "Prop": "https://forums.warframe.com/topic/1339442-digital-extremesten-deprem-hakk%C4%B1nda-mesaj-ve-ba%C4%9F%C4%B1%C5%9F-%C3%A7a%C4%9Fr%C4%B1s%C4%B1/", - "Date": { "$date": { "$numberLong": "1675883760000" } }, - "ImageUrl": "https://content.invisioncic.com/Mwarframe/monthly_2023_02/image.jpeg.623e13f76cc248d6b7947a59e35fca17.jpeg", - "Priority": false, - "MobileOnly": false, - "Community": true - }, - { - "_id": { "$oid": "6410c45efce307378e072f81" }, - "Messages": [{ "LanguageCode": "tr", "Message": "Devstream 168'e Genel Bakış" }], - "Prop": "https://forums.warframe.com/topic/1342430-devstream-168e-genel-bak%C4%B1%C5%9F/", - "Date": { "$date": { "$numberLong": "1678820280000" } }, - "ImageUrl": "https://content.invisioncic.com/Mwarframe/monthly_2023_03/image.png.2c5acaa71e1bab904c63b804aa3546df.png", - "Priority": false, - "MobileOnly": false, - "Community": true - }, - { - "_id": { "$oid": "64120cec5ca90487bf075d73" }, - "Messages": [ - { "LanguageCode": "en", "Message": "Hildryn Prime Access is now available!" }, - { "LanguageCode": "fr", "Message": "Le Prime Access Hildryn Prime est maintenant disponible !" }, - { "LanguageCode": "it", "Message": "L'Accesso Hildryn Prime è ora disponibile!" }, - { "LanguageCode": "de", "Message": "Hildryn Prime Access ist jetzt verfügbar!" }, - { "LanguageCode": "es", "Message": "¡Prime Access de Hildryn ya está disponible!" }, - { "LanguageCode": "pt", "Message": "O Prime Access da Hildryn Prime já está disponível!" }, - { "LanguageCode": "ru", "Message": "Доступ Хильдрин Прайм уже открыт!" }, - { "LanguageCode": "pl", "Message": "Hildryn Prime Access już dostępny!" }, - { "LanguageCode": "uk", "Message": "Гільдрина-прайм уже доступна!" }, - { "LanguageCode": "tr", "Message": "Hildryn Prime Access şimdi sizlerle!" }, - { "LanguageCode": "ja", "Message": "Hildryn Prime Accessが登場!" }, - { "LanguageCode": "zh", "Message": "Hildryn Prime Access 现已登场!" }, - { "LanguageCode": "ko", "Message": "힐드린 프라임 액세스를 지금 만나보세요!" }, - { "LanguageCode": "tc", "Message": "Hildryn Prime Access 現已登場!" } - ], - "Prop": "https://www.warframe.com/news/hildryn-prime-access?utm_medium=in-game&utm_source=in-game&utm_campaign=2023-03-HildrynPrimeAccessIGNLaunch", - "Date": { "$date": { "$numberLong": "1678904400000" } }, - "ImageUrl": "https://n9e5v4d8.ssl.hwcdn.net/uploads/thumbnails/8260dab07e051d35bcef1a2a82c22965_1600x900.png", - "Priority": false, - "MobileOnly": false - }, - { - "_id": { "$oid": "64134e23bf2682c23b0214ad" }, - "Messages": [{ "LanguageCode": "es", "Message": "Programas de terceros y tú" }], - "Prop": "https://forums.warframe.com/topic/1343097-programas-de-terceros-y-t%C3%BA/", - "Date": { "$date": { "$numberLong": "1678986720000" } }, - "Priority": false, - "MobileOnly": false, - "Community": true - }, - { - "_id": { "$oid": "64134e3ade1cddc4b002e087" }, - "Messages": [{ "LanguageCode": "es", "Message": "Disposición de mods agrietados marzo 2023" }], - "Prop": "https://forums.warframe.com/topic/1343219-disposici%C3%B3n-de-mods-agrietados-marzo-2023/", - "Date": { "$date": { "$numberLong": "1678986780000" } }, - "Priority": false, - "MobileOnly": false, - "Community": true - }, - { - "_id": { "$oid": "641b55c26c0201108c075e66" }, - "Messages": [ - { "LanguageCode": "en", "Message": "10 Year Anniversary Starts Now!" }, - { "LanguageCode": "fr", "Message": "Le 10e Anniversaire commence maintenant !" }, - { "LanguageCode": "it", "Message": "Il 10° Anniversario Inizia Ora!" }, - { "LanguageCode": "de", "Message": "Das 10. Jubiläum fängt jetzt an!" }, - { "LanguageCode": "es", "Message": "¡El 10º aniversario comienza ahora!" }, - { "LanguageCode": "pt", "Message": "O Aniversário de 10 anos começa agora!" }, - { "LanguageCode": "ru", "Message": "Праздник по поводу 10-летия Warframe начинается прямо сейчас!" }, - { "LanguageCode": "pl", "Message": "Dziesięciolecie zaczyna się teraz!" }, - { "LanguageCode": "uk", "Message": "10-та річниця Warframe розпочинається вже зараз!" }, - { "LanguageCode": "tr", "Message": "10. Yıl Dönümü Şimdi Başlıyor!" }, - { "LanguageCode": "ja", "Message": "10周年記念が今からスタート!" }, - { "LanguageCode": "zh", "Message": "十周年纪念现在开始!" }, - { "LanguageCode": "ko", "Message": "10주년 기념 행사가 지금부터 시작됩니다!" }, - { "LanguageCode": "tc", "Message": "10 週年紀念現在揭幕!" } - ], - "Prop": "https://www.warframe.com/anniversary?utm_medium=in-game&utm_source=in-game&utm_campaign=2023-03-10YearAnniversary", - "Date": { "$date": { "$numberLong": "1679511960000" } }, - "EventStartDate": { "$date": { "$numberLong": "1679509800000" } }, - "ImageUrl": "https://n9e5v4d8.ssl.hwcdn.net/images/promo/anniversary/tenyears/masthead-keyart.jpg", - "Priority": false, - "MobileOnly": false - }, - { - "_id": { "$oid": "642ca76911f9a53a5006bac6" }, - "Messages": [{ "LanguageCode": "fr", "Message": "Créez votre masque du Paradoxe Duviri !" }], - "Prop": "https://forums.warframe.com/topic/1344657-cr%C3%A9ez-votre-propre-masque-du-paradoxe-duviri/", - "Date": { "$date": { "$numberLong": "1680648000000" } }, - "ImageUrl": "https://n9e5v4d8.ssl.hwcdn.net/uploads/thumbnails/c28ced01aaf966b9222f4a6ed5a7a7fd_1600x900.png", - "Priority": false, - "MobileOnly": false, - "Community": true - }, - { - "_id": { "$oid": "643810e2f1525ccbc601bc3e" }, - "Messages": [ - { "LanguageCode": "es", "Message": "Nueva configuración predeterminada para PC - Motor de gráficos mejorado" } - ], - "Prop": "https://forums.warframe.com/topic/1345129-anuncio-pr%C3%B3ximamente-con-duviri-nueva-configuraci%C3%B3n-predeterminada-para-pc-motor-de-gr%C3%A1ficos-mejorado/", - "Date": { "$date": { "$numberLong": "1681395840000" } }, - "Priority": false, - "MobileOnly": false - }, - { - "_id": { "$oid": "64416f9fe379cef063044700" }, - "Messages": [ - { "LanguageCode": "en", "Message": "Pre-order your official Duviri Merch today!" }, - { "LanguageCode": "fr", "Message": "Précommandez vos Produits Dérivés Duviri officiels dès aujourd'hui !" }, - { "LanguageCode": "it", "Message": "Preordina oggi stesso il Merch ufficiale Duviri!" }, - { "LanguageCode": "de", "Message": "Bestellt noch heute euren offiziellen Duviri-Merch vor!" }, - { "LanguageCode": "es", "Message": "¡Reserva los productos oficiales de Duviri hoy mismo!" }, - { "LanguageCode": "pt", "Message": "Faça a pré-encomenda dos Produtos oficiais de Duviri hoje mesmo!" }, - { "LanguageCode": "pl", "Message": "Już dziś zakup oficjalne Gadżety Duviri w przedsprzedaży!" }, - { "LanguageCode": "tr", "Message": "Resmi Duviri Ürünleri için bugün ön siparişini oluştur!" }, - { "LanguageCode": "ja", "Message": "デュヴィリ公式グッズを今すぐ予約注文しよう!" }, - { "LanguageCode": "zh", "Message": "立即预购你的官方双衍悖论周边商品!" }, - { "LanguageCode": "ko", "Message": "공식 두비리 굿즈를 지금 바로 예약 주문하세요!" }, - { "LanguageCode": "tc", "Message": "立即預購你的官方 Duviri 周邊商品!" } - ], - "Prop": "https://store.warframe.com/products/duviri-paradox-collection?utm_medium=in-game&utm_source=in-game&utm_campaign=2023-04-Merch-Duviri-Collection", - "Date": { "$date": { "$numberLong": "1682010000000" } }, - "EventStartDate": { "$date": { "$numberLong": "1682010000000" } }, - "ImageUrl": "https://n9e5v4d8.ssl.hwcdn.net/uploads/thumbnails/99c3239af7f89d902feccdcfe3a47f72_1600x900.png", - "Priority": false, - "MobileOnly": false - }, - { - "_id": { "$oid": "6444153668778753e30ed2d4" }, - "Messages": [{ "LanguageCode": "fr", "Message": "Duviri et au-delà, dernières infos" }], - "Prop": "https://forums.warframe.com/topic/1345726-duviri-et-au-del%C3%A0-derni%C3%A8res-infos/", - "Date": { "$date": { "$numberLong": "1682183340000" } }, - "ImageUrl": "https://content.invisioncic.com/Mwarframe/monthly_2023_04/FuVYV0aWcAAc60t.jpg.0e90f5d9af010ecaa5b9467aaf7333c3.jpg", - "Priority": false, - "MobileOnly": false, - "Community": true - }, - { - "_id": { "$oid": "64493dd93b9ce09dd509b136" }, - "Messages": [{ "LanguageCode": "ja", "Message": "「デュヴィリ・パラドックス」パッチノート" }], - "Prop": "https://bit.ly/3AxYiNW", - "Date": { "$date": { "$numberLong": "1682521440000" } }, - "ImageUrl": "https://n9e5v4d8.ssl.hwcdn.net/uploads/0c1fb4674583e7e29bf36784b28f3476.png", - "Priority": false, - "MobileOnly": false, - "Community": true - }, - { - "_id": { "$oid": "64493fde2b02c323ce07ec73" }, - "Messages": [{ "LanguageCode": "pl", "Message": "Aktualizacja 33: Paradoks Duviri" }], - "Prop": "https://forums.warframe.com/topic/1345996-aktualizacja-33-paradoks-duviri/", - "Date": { "$date": { "$numberLong": "1682521920000" } }, - "ImageUrl": "https://n9e5v4d8.ssl.hwcdn.net/uploads/0c1fb4674583e7e29bf36784b28f3476.png", - "Priority": true, - "MobileOnly": false - }, - { - "_id": { "$oid": "644941b97637518db60c1cfd" }, - "Messages": [ - { "LanguageCode": "en", "Message": "The Duviri Paradox is live now!" }, - { "LanguageCode": "fr", "Message": "Le Paradoxe Duviri est maintenant disponible !" }, - { "LanguageCode": "it", "Message": "Il Paradosso Duviri è ora disponibile!" }, - { "LanguageCode": "de", "Message": "Das Duviri-Paradox ist jetzt live!" }, - { "LanguageCode": "es", "Message": "¡«La Paradoja de Duviri» ya está disponible!" }, - { "LanguageCode": "pt", "Message": "O Paradoxo de Duviri já está disponível!" }, - { "LanguageCode": "ru", "Message": "Парадокс Дувири уже в игре!" }, - { "LanguageCode": "pl", "Message": "Paradoks Duviri jest już dostępny!" }, - { "LanguageCode": "uk", "Message": "«Парадокс Дувірі» уже в грі!" }, - { "LanguageCode": "tr", "Message": "Duviri Paradox şimdi sizlerle!" }, - { "LanguageCode": "ja", "Message": "「デュヴィリ・パラドックス」実装!" }, - { "LanguageCode": "zh", "Message": "《双衍悖论》现已登场!" }, - { "LanguageCode": "ko", "Message": "두비리의 역설을 지금 만나보세요!" }, - { "LanguageCode": "tc", "Message": "《Duviri 悖論》現已登場!" } - ], - "Prop": "", - "Links": [ - { "LanguageCode": "en", "Link": "https://www.warframe.com/the-duviri-paradox" }, - { "LanguageCode": "fr", "Link": "https://www.warframe.com/fr/the-duviri-paradox" }, - { "LanguageCode": "it", "Link": "https://www.warframe.com/it/the-duviri-paradox" }, - { "LanguageCode": "de", "Link": "https://www.warframe.com/de/the-duviri-paradox" }, - { "LanguageCode": "es", "Link": "https://www.warframe.com/es/the-duviri-paradox" }, - { "LanguageCode": "pt", "Link": "https://www.warframe.com/pt-br/the-duviri-paradox" }, - { "LanguageCode": "ru", "Link": "https://www.warframe.com/ru/the-duviri-paradox" }, - { "LanguageCode": "pl", "Link": "https://www.warframe.com/pl/the-duviri-paradox" }, - { "LanguageCode": "uk", "Link": "https://www.warframe.com/uk/the-duviri-paradox" }, - { "LanguageCode": "tr", "Link": "https://www.warframe.com/tr/the-duviri-paradox" }, - { "LanguageCode": "ja", "Link": "https://www.warframe.com/ja/the-duviri-paradox" }, - { "LanguageCode": "zh", "Link": "https://www.warframe.com/zh-hans/the-duviri-paradox" }, - { "LanguageCode": "ko", "Link": "https://www.warframe.com/ko/the-duviri-paradox" }, - { "LanguageCode": "tc", "Link": "https://www.warframe.com/zh-hant/the-duviri-paradox" } - ], - "Date": { "$date": { "$numberLong": "1682522460000" } }, - "EventStartDate": { "$date": { "$numberLong": "1682481600000" } }, - "ImageUrl": "https://n9e5v4d8.ssl.hwcdn.net/uploads/thumbnails/3def735b82d131689e849afaa2f70b21_1600x900.png", - "Priority": false, - "MobileOnly": false - }, - { - "_id": { "$oid": "64494dc72c44d78bab079685" }, - "Messages": [{ "LanguageCode": "ko", "Message": "업데이트 33: 두비리의 역설" }], - "Prop": "", - "Links": [ + "WorldSeed": "lybLxBivQnJ5vNFnKlYtDxIIcnp95rxLDKvolemz2MdTmgvcefIjvywh/nPPW1QxNxjl0lNQs870VfrE8h3wVjkERh5pjmCsLk/pb/q/I68i4BDe4D+F+Lhid1UTORzvMXE0yYjpfy169RMBTn/UfagKLaEUrm3mLFeQVP3vHlz5vstM/XEE9YL77o/FZzhXhgg+GVoxNoO1JlywvTxGol3MlofR16UNGwR+vaoZqu2cwhmM8kC2lPW1shbMnmM+d2db3wsFJTQoBI7PwiUo0sFzwpGrJfJhQGwp0yjF3mtbbLCK8ngLm82qyVBudRK8tOzMGVYnIMA5EKzm0B9Wzw==", + "Version": 10, + "MobileVersion": "4.15.13.1", + "BuildLabel": "2023.05.12.11.43/Er1Pres+jT2iCmIPRTdcDg", + "Time": 1684173953, + "Events": [ { - "LanguageCode": "ko", - "Link": "https://forums.warframe.com/topic/1346037-%EC%97%85%EB%8D%B0%EC%9D%B4%ED%8A%B8-33-%EB%91%90%EB%B9%84%EB%A6%AC%EC%9D%98-%EC%97%AD%EC%84%A4/" + "_id": { "$oid": "62d31b87106360aa5703954d" }, + "Messages": [ + { "LanguageCode": "en", "Message": "/Lotus/Language/CommunityMessages/JoinDiscord" }, + { "LanguageCode": "fr", "Message": "/Lotus/Language/CommunityMessages/JoinDiscord" }, + { "LanguageCode": "it", "Message": "/Lotus/Language/CommunityMessages/JoinDiscord" }, + { "LanguageCode": "de", "Message": "/Lotus/Language/CommunityMessages/JoinDiscord" }, + { "LanguageCode": "es", "Message": "/Lotus/Language/CommunityMessages/JoinDiscord" }, + { "LanguageCode": "pt", "Message": "/Lotus/Language/CommunityMessages/JoinDiscord" }, + { "LanguageCode": "ru", "Message": "/Lotus/Language/CommunityMessages/JoinDiscord" }, + { "LanguageCode": "pl", "Message": "/Lotus/Language/CommunityMessages/JoinDiscord" }, + { "LanguageCode": "uk", "Message": "/Lotus/Language/CommunityMessages/JoinDiscord" }, + { "LanguageCode": "tr", "Message": "/Lotus/Language/CommunityMessages/JoinDiscord" }, + { "LanguageCode": "ja", "Message": "/Lotus/Language/CommunityMessages/JoinDiscord" }, + { "LanguageCode": "zh", "Message": "/Lotus/Language/CommunityMessages/JoinDiscord" }, + { "LanguageCode": "ko", "Message": "/Lotus/Language/CommunityMessages/JoinDiscord" }, + { "LanguageCode": "tc", "Message": "/Lotus/Language/CommunityMessages/JoinDiscord" } + ], + "Prop": "https://discord.com/invite/playwarframe", + "Date": { "$date": { "$numberLong": "1658002200000" } }, + "Icon": "/Lotus/Interface/Icons/DiscordIconNoBacker.png", + "Priority": false, + "MobileOnly": false, + "Community": true + }, + { + "_id": { "$oid": "62dff6238607d6b5d80876f5" }, + "Messages": [{ "LanguageCode": "fr", "Message": "Une ressource indispensable, le Wiki FR Warframe !" }], + "Prop": "https://warframe.fandom.com/fr/wiki/Wiki_Warframe", + "Date": { "$date": { "$numberLong": "1658844600000" } }, + "ImageUrl": "https://content.invisioncic.com/Mwarframe/monthly_2022_07/image.png.f54c43d80f7da00887a7c41471884c84.png", + "Priority": false, + "MobileOnly": false, + "Community": true + }, + { + "_id": { "$oid": "62e4112cb40d7d395d0b880f" }, + "Messages": [{ "LanguageCode": "tr", "Message": "Warframe Türkiye Discord - Takas Odası Kanalları!" }], + "Prop": "https://forums.warframe.com/topic/1318162-warframe-t%C3%BCrkiye-discorduna-takas-kanallar%C4%B1-eklendi/", + "Date": { "$date": { "$numberLong": "1659113580000" } }, + "ImageUrl": "https://content.invisioncic.com/Mwarframe/monthly_2022_07/image.png.2515eac966b9f03c6eabf9b7e434d684.png", + "Priority": false, + "MobileOnly": false, + "Community": true + }, + { + "_id": { "$oid": "62ff8739293d0365d3046528" }, + "Messages": [ + { "LanguageCode": "fr", "Message": "[Guide] Que faire après avoir terminé \"Le Trophée de Vor\"" } + ], + "Prop": "https://forums.warframe.com/topic/1315672-guide-que-faire-apr%C3%A8s-avoir-termin%C3%A9-le-troph%C3%A9e-de-vor/", + "Date": { "$date": { "$numberLong": "1660913400000" } }, + "ImageUrl": "https://n9e5v4d8.ssl.hwcdn.net/uploads/0bd16bb52c55ec09ca1168becb87b030.png", + "Priority": false, + "MobileOnly": false, + "Community": true + }, + { + "_id": { "$oid": "6319fa5321a116ecd1017614" }, + "Messages": [{ "LanguageCode": "pl", "Message": "Aktualizacja 32: Veilbreaker - szczegóły po polsku" }], + "Prop": "https://forums.warframe.com/topic/1321154-aktualizacja-32-veilbreaker/", + "Date": { "$date": { "$numberLong": "1662646740000" } }, + "ImageUrl": "https://n9e5v4d8.ssl.hwcdn.net/uploads/76a29b4bf3e094861c3d36ef31b34b3e.png", + "Priority": true, + "MobileOnly": false + }, + { + "_id": { "$oid": "633b073816cec9695a056a84" }, + "Messages": [{ "LanguageCode": "pl", "Message": "PRZEGLĄD DEVSTREAM 164" }], + "Prop": "https://forums.warframe.com/topic/1326595-przegl%C4%85d-devstream-164/", + "Date": { "$date": { "$numberLong": "1664812800000" } }, + "Priority": false, + "MobileOnly": false + }, + { + "_id": { "$oid": "63456893365cb9c9a309e104" }, + "Messages": [{ "LanguageCode": "pl", "Message": "Wprowadzenie do Polowania na Archona" }], + "Prop": "https://forums.warframe.com/topic/1327682-wprowadzenie-do-polowania-na-archona/", + "Date": { "$date": { "$numberLong": "1665493080000" } }, + "ImageUrl": "https://n9e5v4d8.ssl.hwcdn.net/uploads/thumbnails/8c34580f18d0a489c282192bfc2a810b_1600x900.png", + "Priority": true, + "MobileOnly": false, + "Community": true + }, + { + "_id": { "$oid": "634d7f2f5c1c0e405d05254f" }, + "Messages": [{ "LanguageCode": "fr", "Message": "[Guide] Intro aux Chasses aux Archontes" }], + "Prop": "https://forums.warframe.com/topic/1328159-guide-introduction-aux-chasses-aux-archontes/", + "Date": { "$date": { "$numberLong": "1666023180000" } }, + "ImageUrl": "https://n9e5v4d8.ssl.hwcdn.net/uploads/thumbnails/8c34580f18d0a489c282192bfc2a810b_1600x900.png", + "Priority": false, + "MobileOnly": false, + "Community": true + }, + { + "_id": { "$oid": "636a9e67315ccbc699001b5e" }, + "Messages": [{ "LanguageCode": "tr", "Message": "TennoGen Program Değişiklikleri - Elveda Son Tarihler!" }], + "Prop": "https://forums.warframe.com/topic/1330558-tennogen-program-de%C4%9Fi%C5%9Fiklikleri-elveda-son-tarihler/", + "Date": { "$date": { "$numberLong": "1667931660000" } }, + "Priority": false, + "MobileOnly": false, + "Community": true + }, + { + "_id": { "$oid": "63878183da0783f1c00ffc85" }, + "Messages": [{ "LanguageCode": "pl", "Message": "Aktualizacja 32.2: Żer na Lua - Notki po polsku!" }], + "Prop": "https://forums.warframe.com/topic/1332240-aktualizacja-322-%C5%BCer-na-lua/", + "Date": { "$date": { "$numberLong": "1669824840000" } }, + "Priority": true, + "MobileOnly": false + }, + { + "_id": { "$oid": "63a23acc1336bb81640a63dd" }, + "Messages": [], + "Prop": "", + "Date": { "$date": { "$numberLong": "1671576240000" } }, + "Priority": false, + "MobileOnly": false + }, + { + "_id": { "$oid": "63c84f910ee5a50a18071a24" }, + "Messages": [{ "LanguageCode": "tr", "Message": "Sentient Rehberi" }], + "Prop": "https://forums.warframe.com/topic/1337858-sentient-rehberi/", + "Date": { "$date": { "$numberLong": "1674071820000" } }, + "Priority": false, + "MobileOnly": false, + "Community": true + }, + { + "_id": { "$oid": "63e3f6c3cdc6622c2f039c19" }, + "Messages": [{ "LanguageCode": "tr", "Message": "Digital Extremes'ten Deprem Hakkında Bağış Çağrısı!" }], + "Prop": "https://forums.warframe.com/topic/1339442-digital-extremesten-deprem-hakk%C4%B1nda-mesaj-ve-ba%C4%9F%C4%B1%C5%9F-%C3%A7a%C4%9Fr%C4%B1s%C4%B1/", + "Date": { "$date": { "$numberLong": "1675883760000" } }, + "ImageUrl": "https://content.invisioncic.com/Mwarframe/monthly_2023_02/image.jpeg.623e13f76cc248d6b7947a59e35fca17.jpeg", + "Priority": false, + "MobileOnly": false, + "Community": true + }, + { + "_id": { "$oid": "6410c45efce307378e072f81" }, + "Messages": [{ "LanguageCode": "tr", "Message": "Devstream 168'e Genel Bakış" }], + "Prop": "https://forums.warframe.com/topic/1342430-devstream-168e-genel-bak%C4%B1%C5%9F/", + "Date": { "$date": { "$numberLong": "1678820280000" } }, + "ImageUrl": "https://content.invisioncic.com/Mwarframe/monthly_2023_03/image.png.2c5acaa71e1bab904c63b804aa3546df.png", + "Priority": false, + "MobileOnly": false, + "Community": true + }, + { + "_id": { "$oid": "64120cec5ca90487bf075d73" }, + "Messages": [ + { "LanguageCode": "en", "Message": "Hildryn Prime Access is now available!" }, + { "LanguageCode": "fr", "Message": "Le Prime Access Hildryn Prime est maintenant disponible !" }, + { "LanguageCode": "it", "Message": "L'Accesso Hildryn Prime è ora disponibile!" }, + { "LanguageCode": "de", "Message": "Hildryn Prime Access ist jetzt verfügbar!" }, + { "LanguageCode": "es", "Message": "¡Prime Access de Hildryn ya está disponible!" }, + { "LanguageCode": "pt", "Message": "O Prime Access da Hildryn Prime já está disponível!" }, + { "LanguageCode": "ru", "Message": "Доступ Хильдрин Прайм уже открыт!" }, + { "LanguageCode": "pl", "Message": "Hildryn Prime Access już dostępny!" }, + { "LanguageCode": "uk", "Message": "Гільдрина-прайм уже доступна!" }, + { "LanguageCode": "tr", "Message": "Hildryn Prime Access şimdi sizlerle!" }, + { "LanguageCode": "ja", "Message": "Hildryn Prime Accessが登場!" }, + { "LanguageCode": "zh", "Message": "Hildryn Prime Access 现已登场!" }, + { "LanguageCode": "ko", "Message": "힐드린 프라임 액세스를 지금 만나보세요!" }, + { "LanguageCode": "tc", "Message": "Hildryn Prime Access 現已登場!" } + ], + "Prop": "https://www.warframe.com/news/hildryn-prime-access?utm_medium=in-game&utm_source=in-game&utm_campaign=2023-03-HildrynPrimeAccessIGNLaunch", + "Date": { "$date": { "$numberLong": "1678904400000" } }, + "ImageUrl": "https://n9e5v4d8.ssl.hwcdn.net/uploads/thumbnails/8260dab07e051d35bcef1a2a82c22965_1600x900.png", + "Priority": false, + "MobileOnly": false + }, + { + "_id": { "$oid": "64134e23bf2682c23b0214ad" }, + "Messages": [{ "LanguageCode": "es", "Message": "Programas de terceros y tú" }], + "Prop": "https://forums.warframe.com/topic/1343097-programas-de-terceros-y-t%C3%BA/", + "Date": { "$date": { "$numberLong": "1678986720000" } }, + "Priority": false, + "MobileOnly": false, + "Community": true + }, + { + "_id": { "$oid": "64134e3ade1cddc4b002e087" }, + "Messages": [{ "LanguageCode": "es", "Message": "Disposición de mods agrietados marzo 2023" }], + "Prop": "https://forums.warframe.com/topic/1343219-disposici%C3%B3n-de-mods-agrietados-marzo-2023/", + "Date": { "$date": { "$numberLong": "1678986780000" } }, + "Priority": false, + "MobileOnly": false, + "Community": true + }, + { + "_id": { "$oid": "641b55c26c0201108c075e66" }, + "Messages": [ + { "LanguageCode": "en", "Message": "10 Year Anniversary Starts Now!" }, + { "LanguageCode": "fr", "Message": "Le 10e Anniversaire commence maintenant !" }, + { "LanguageCode": "it", "Message": "Il 10° Anniversario Inizia Ora!" }, + { "LanguageCode": "de", "Message": "Das 10. Jubiläum fängt jetzt an!" }, + { "LanguageCode": "es", "Message": "¡El 10º aniversario comienza ahora!" }, + { "LanguageCode": "pt", "Message": "O Aniversário de 10 anos começa agora!" }, + { "LanguageCode": "ru", "Message": "Праздник по поводу 10-летия Warframe начинается прямо сейчас!" }, + { "LanguageCode": "pl", "Message": "Dziesięciolecie zaczyna się teraz!" }, + { "LanguageCode": "uk", "Message": "10-та річниця Warframe розпочинається вже зараз!" }, + { "LanguageCode": "tr", "Message": "10. Yıl Dönümü Şimdi Başlıyor!" }, + { "LanguageCode": "ja", "Message": "10周年記念が今からスタート!" }, + { "LanguageCode": "zh", "Message": "十周年纪念现在开始!" }, + { "LanguageCode": "ko", "Message": "10주년 기념 행사가 지금부터 시작됩니다!" }, + { "LanguageCode": "tc", "Message": "10 週年紀念現在揭幕!" } + ], + "Prop": "https://www.warframe.com/anniversary?utm_medium=in-game&utm_source=in-game&utm_campaign=2023-03-10YearAnniversary", + "Date": { "$date": { "$numberLong": "1679511960000" } }, + "EventStartDate": { "$date": { "$numberLong": "1679509800000" } }, + "ImageUrl": "https://n9e5v4d8.ssl.hwcdn.net/images/promo/anniversary/tenyears/masthead-keyart.jpg", + "Priority": false, + "MobileOnly": false + }, + { + "_id": { "$oid": "642ca76911f9a53a5006bac6" }, + "Messages": [{ "LanguageCode": "fr", "Message": "Créez votre masque du Paradoxe Duviri !" }], + "Prop": "https://forums.warframe.com/topic/1344657-cr%C3%A9ez-votre-propre-masque-du-paradoxe-duviri/", + "Date": { "$date": { "$numberLong": "1680648000000" } }, + "ImageUrl": "https://n9e5v4d8.ssl.hwcdn.net/uploads/thumbnails/c28ced01aaf966b9222f4a6ed5a7a7fd_1600x900.png", + "Priority": false, + "MobileOnly": false, + "Community": true + }, + { + "_id": { "$oid": "643810e2f1525ccbc601bc3e" }, + "Messages": [ + { + "LanguageCode": "es", + "Message": "Nueva configuración predeterminada para PC - Motor de gráficos mejorado" + } + ], + "Prop": "https://forums.warframe.com/topic/1345129-anuncio-pr%C3%B3ximamente-con-duviri-nueva-configuraci%C3%B3n-predeterminada-para-pc-motor-de-gr%C3%A1ficos-mejorado/", + "Date": { "$date": { "$numberLong": "1681395840000" } }, + "Priority": false, + "MobileOnly": false + }, + { + "_id": { "$oid": "64416f9fe379cef063044700" }, + "Messages": [ + { "LanguageCode": "en", "Message": "Pre-order your official Duviri Merch today!" }, + { + "LanguageCode": "fr", + "Message": "Précommandez vos Produits Dérivés Duviri officiels dès aujourd'hui !" + }, + { "LanguageCode": "it", "Message": "Preordina oggi stesso il Merch ufficiale Duviri!" }, + { "LanguageCode": "de", "Message": "Bestellt noch heute euren offiziellen Duviri-Merch vor!" }, + { "LanguageCode": "es", "Message": "¡Reserva los productos oficiales de Duviri hoy mismo!" }, + { "LanguageCode": "pt", "Message": "Faça a pré-encomenda dos Produtos oficiais de Duviri hoje mesmo!" }, + { "LanguageCode": "pl", "Message": "Już dziś zakup oficjalne Gadżety Duviri w przedsprzedaży!" }, + { "LanguageCode": "tr", "Message": "Resmi Duviri Ürünleri için bugün ön siparişini oluştur!" }, + { "LanguageCode": "ja", "Message": "デュヴィリ公式グッズを今すぐ予約注文しよう!" }, + { "LanguageCode": "zh", "Message": "立即预购你的官方双衍悖论周边商品!" }, + { "LanguageCode": "ko", "Message": "공식 두비리 굿즈를 지금 바로 예약 주문하세요!" }, + { "LanguageCode": "tc", "Message": "立即預購你的官方 Duviri 周邊商品!" } + ], + "Prop": "https://store.warframe.com/products/duviri-paradox-collection?utm_medium=in-game&utm_source=in-game&utm_campaign=2023-04-Merch-Duviri-Collection", + "Date": { "$date": { "$numberLong": "1682010000000" } }, + "EventStartDate": { "$date": { "$numberLong": "1682010000000" } }, + "ImageUrl": "https://n9e5v4d8.ssl.hwcdn.net/uploads/thumbnails/99c3239af7f89d902feccdcfe3a47f72_1600x900.png", + "Priority": false, + "MobileOnly": false + }, + { + "_id": { "$oid": "6444153668778753e30ed2d4" }, + "Messages": [{ "LanguageCode": "fr", "Message": "Duviri et au-delà, dernières infos" }], + "Prop": "https://forums.warframe.com/topic/1345726-duviri-et-au-del%C3%A0-derni%C3%A8res-infos/", + "Date": { "$date": { "$numberLong": "1682183340000" } }, + "ImageUrl": "https://content.invisioncic.com/Mwarframe/monthly_2023_04/FuVYV0aWcAAc60t.jpg.0e90f5d9af010ecaa5b9467aaf7333c3.jpg", + "Priority": false, + "MobileOnly": false, + "Community": true + }, + { + "_id": { "$oid": "64493dd93b9ce09dd509b136" }, + "Messages": [{ "LanguageCode": "ja", "Message": "「デュヴィリ・パラドックス」パッチノート" }], + "Prop": "https://bit.ly/3AxYiNW", + "Date": { "$date": { "$numberLong": "1682521440000" } }, + "ImageUrl": "https://n9e5v4d8.ssl.hwcdn.net/uploads/0c1fb4674583e7e29bf36784b28f3476.png", + "Priority": false, + "MobileOnly": false, + "Community": true + }, + { + "_id": { "$oid": "64493fde2b02c323ce07ec73" }, + "Messages": [{ "LanguageCode": "pl", "Message": "Aktualizacja 33: Paradoks Duviri" }], + "Prop": "https://forums.warframe.com/topic/1345996-aktualizacja-33-paradoks-duviri/", + "Date": { "$date": { "$numberLong": "1682521920000" } }, + "ImageUrl": "https://n9e5v4d8.ssl.hwcdn.net/uploads/0c1fb4674583e7e29bf36784b28f3476.png", + "Priority": true, + "MobileOnly": false + }, + { + "_id": { "$oid": "644941b97637518db60c1cfd" }, + "Messages": [ + { "LanguageCode": "en", "Message": "The Duviri Paradox is live now!" }, + { "LanguageCode": "fr", "Message": "Le Paradoxe Duviri est maintenant disponible !" }, + { "LanguageCode": "it", "Message": "Il Paradosso Duviri è ora disponibile!" }, + { "LanguageCode": "de", "Message": "Das Duviri-Paradox ist jetzt live!" }, + { "LanguageCode": "es", "Message": "¡«La Paradoja de Duviri» ya está disponible!" }, + { "LanguageCode": "pt", "Message": "O Paradoxo de Duviri já está disponível!" }, + { "LanguageCode": "ru", "Message": "Парадокс Дувири уже в игре!" }, + { "LanguageCode": "pl", "Message": "Paradoks Duviri jest już dostępny!" }, + { "LanguageCode": "uk", "Message": "«Парадокс Дувірі» уже в грі!" }, + { "LanguageCode": "tr", "Message": "Duviri Paradox şimdi sizlerle!" }, + { "LanguageCode": "ja", "Message": "「デュヴィリ・パラドックス」実装!" }, + { "LanguageCode": "zh", "Message": "《双衍悖论》现已登场!" }, + { "LanguageCode": "ko", "Message": "두비리의 역설을 지금 만나보세요!" }, + { "LanguageCode": "tc", "Message": "《Duviri 悖論》現已登場!" } + ], + "Prop": "", + "Links": [ + { "LanguageCode": "en", "Link": "https://www.warframe.com/the-duviri-paradox" }, + { "LanguageCode": "fr", "Link": "https://www.warframe.com/fr/the-duviri-paradox" }, + { "LanguageCode": "it", "Link": "https://www.warframe.com/it/the-duviri-paradox" }, + { "LanguageCode": "de", "Link": "https://www.warframe.com/de/the-duviri-paradox" }, + { "LanguageCode": "es", "Link": "https://www.warframe.com/es/the-duviri-paradox" }, + { "LanguageCode": "pt", "Link": "https://www.warframe.com/pt-br/the-duviri-paradox" }, + { "LanguageCode": "ru", "Link": "https://www.warframe.com/ru/the-duviri-paradox" }, + { "LanguageCode": "pl", "Link": "https://www.warframe.com/pl/the-duviri-paradox" }, + { "LanguageCode": "uk", "Link": "https://www.warframe.com/uk/the-duviri-paradox" }, + { "LanguageCode": "tr", "Link": "https://www.warframe.com/tr/the-duviri-paradox" }, + { "LanguageCode": "ja", "Link": "https://www.warframe.com/ja/the-duviri-paradox" }, + { "LanguageCode": "zh", "Link": "https://www.warframe.com/zh-hans/the-duviri-paradox" }, + { "LanguageCode": "ko", "Link": "https://www.warframe.com/ko/the-duviri-paradox" }, + { "LanguageCode": "tc", "Link": "https://www.warframe.com/zh-hant/the-duviri-paradox" } + ], + "Date": { "$date": { "$numberLong": "1682522460000" } }, + "EventStartDate": { "$date": { "$numberLong": "1682481600000" } }, + "ImageUrl": "https://n9e5v4d8.ssl.hwcdn.net/uploads/thumbnails/3def735b82d131689e849afaa2f70b21_1600x900.png", + "Priority": false, + "MobileOnly": false + }, + { + "_id": { "$oid": "64494dc72c44d78bab079685" }, + "Messages": [{ "LanguageCode": "ko", "Message": "업데이트 33: 두비리의 역설" }], + "Prop": "", + "Links": [ + { + "LanguageCode": "ko", + "Link": "https://forums.warframe.com/topic/1346037-%EC%97%85%EB%8D%B0%EC%9D%B4%ED%8A%B8-33-%EB%91%90%EB%B9%84%EB%A6%AC%EC%9D%98-%EC%97%AD%EC%84%A4/" + } + ], + "Date": { "$date": { "$numberLong": "1682525580000" } }, + "Priority": false, + "MobileOnly": false + }, + { + "_id": { "$oid": "64495365aca4975f2408f5c3" }, + "Messages": [{ "LanguageCode": "es", "Message": "Actualización 33: La Paradoja de Duviri" }], + "Prop": "https://forums.warframe.com/topic/1346059-actualizaci%C3%B3n-33-la-paradoja-de-duviri/", + "Date": { "$date": { "$numberLong": "1682527020000" } }, + "Priority": false, + "MobileOnly": false, + "Community": true + }, + { + "_id": { "$oid": "645169129527611027084025" }, + "Messages": [{ "LanguageCode": "fr", "Message": "Résumé Devstream #170 - version FR" }], + "Prop": "https://forums.warframe.com/topic/1349991-r%C3%A9sum%C3%A9-devstream-170-version-fr/", + "Date": { "$date": { "$numberLong": "1683056880000" } }, + "ImageUrl": "https://content.invisioncic.com/Mwarframe/monthly_2023_05/image.png.af5b3f515b635eee36e965db0f6976a9.png", + "Priority": false, + "MobileOnly": false, + "Community": true + }, + { + "_id": { "$oid": "64517606c429f4f85d0f069d" }, + "Messages": [{ "LanguageCode": "ja", "Message": "Nora's Mix Vol. 3 終了日 + Nightwaveの今後について" }], + "Prop": "https://bit.ly/3AJu8HT", + "Date": { "$date": { "$numberLong": "1683060000000" } }, + "ImageUrl": "https://content.invisioncic.com/Mwarframe/monthly_2021_01/Wiki-background.thumb.jpg.f568775e1b4eab008c7c6d3802c942aa.jpg", + "Priority": false, + "MobileOnly": false, + "Community": true + }, + { + "_id": { "$oid": "64526ff9c2fc4425c207b3a2" }, + "Messages": [{ "LanguageCode": "fr", "Message": "Fin du Mix Vol. 3 ; le Vol. 4 arrive !" }], + "Prop": "https://forums.warframe.com/topic/1350279-le-mix-de-nora-vol-3-se-termine-bient%C3%B4t-le-vol-4-arrive/", + "Date": { "$date": { "$numberLong": "1683124140000" } }, + "ImageUrl": "https://content.invisioncic.com/Mwarframe/monthly_2023_05/image.png.6bfa5346e2d4b6e6c6d721edfb447c2f.png", + "Priority": false, + "MobileOnly": false + }, + { + "_id": { "$oid": "6453f7bf20df842a150d8316" }, + "Messages": [{ "LanguageCode": "en", "Message": "Have your Dojo featured on the Star Chart!" }], + "Prop": "https://forums.warframe.com/topic/1349495-star-chart-dojo-showcase-spring-2023/?utm_medium=in-game&utm_source=in-game&utm_campaign=2023-05-Spring-dojo-contest", + "Date": { "$date": { "$numberLong": "1683224460000" } }, + "Priority": false, + "MobileOnly": false, + "Community": true + }, + { + "_id": { "$oid": "6453fc4380fb13ff9a072376" }, + "Messages": [ + { "LanguageCode": "en", "Message": "Now Available: Nova Prime and Trinity Prime" }, + { "LanguageCode": "fr", "Message": "Maintenant disponible : Nova Prime et Trinity Prime" }, + { "LanguageCode": "it", "Message": "Ora Disponibili: Nova Prime e Trinity Prime" }, + { "LanguageCode": "de", "Message": "Jetzt erhältlich: Nova Prime und Trinity Prime" }, + { "LanguageCode": "es", "Message": "Disponible ya: Nova Prime y Trinity Prime" }, + { "LanguageCode": "pt", "Message": "Já Disponível: Nova Prime e Trinity Prime" }, + { "LanguageCode": "ru", "Message": "Уже доступны: Нова Прайм и Тринити Прайм" }, + { "LanguageCode": "pl", "Message": "Już dostępne: Nova Prime i Trinity Prime" }, + { "LanguageCode": "uk", "Message": "Уже доступні: Нова-прайм і Трініті-прайм\t" }, + { "LanguageCode": "tr", "Message": "Şimdi Sizlerle: Nova Prime ve Trinity Prime" }, + { "LanguageCode": "ja", "Message": "Nova PrimeとTrinity Primeをゲットしよう" }, + { "LanguageCode": "zh", "Message": "现已登场:Nova Prime 和 Trinity Prime" }, + { "LanguageCode": "ko", "Message": "지금 바로 구매 가능: 노바 프라임 및 트리니티 프라임" }, + { "LanguageCode": "tc", "Message": "現已登場:Nova Prime 以及 Trinity Prime" } + ], + "Prop": "https://www.warframe.com/prime-resurgence?utm_medium=in-game&utm_source=in-game&utm_campaign=2023-05-PrimeResurgenceNovaTrinity-Launch", + "Date": { "$date": { "$numberLong": "1683222960000" } }, + "EventEndDate": { "$date": { "$numberLong": "1685937600000" } }, + "ImageUrl": "https://n9e5v4d8.ssl.hwcdn.net/uploads/thumbnails/3dde851b071ff5295e58f24d68b43760_800x450.png", + "Priority": false, + "MobileOnly": false, + "HideEndDateModifier": true + }, + { + "_id": { "$oid": "6455631604ebccd4df03ec08" }, + "Messages": [{ "LanguageCode": "uk", "Message": "Весняна вітрина додзьо для зоряної мапи 2023" }], + "Prop": "https://forums.warframe.com/topic/1350991-%D0%B2%D0%B5%D1%81%D0%BD%D1%8F%D0%BD%D0%B0-%D0%B2%D1%96%D1%82%D1%80%D0%B8%D0%BD%D0%B0-%D0%B4%D0%BE%D0%B4%D0%B7%D1%8C%D0%BE-%D0%B4%D0%BB%D1%8F-%D0%B7%D0%BE%D1%80%D1%8F%D0%BD%D0%BE%D1%97-%D0%BC%D0%B0%D0%BF%D0%B8-2023/", + "Date": { "$date": { "$numberLong": "1683317460000" } }, + "Icon": "https://content.invisioncic.com/Mwarframe/monthly_2023_05/image.png.89f589194d03dbcf09090e2aefb92395.png", + "Priority": false, + "MobileOnly": false + }, + { + "_id": { "$oid": "645914c555a3d1c8a90f27a1" }, + "Messages": [ + { "LanguageCode": "en", "Message": "TennoCon 2023 Digital Pack Coming Soon" }, + { "LanguageCode": "fr", "Message": "Le Pack Digital TennoCon 2023 sera bientôt disponible" }, + { "LanguageCode": "it", "Message": "Il Pacchetto Digitale TennoCon 2023 Sarà Presto Disponibile" }, + { "LanguageCode": "de", "Message": "TennoCon 2023 Digital Paket in Kürze erhältlich" }, + { "LanguageCode": "es", "Message": "El Paquete Digital de TennoCon 2023 estará disponible pronto" }, + { "LanguageCode": "pt", "Message": "O Pacote Digital da TennoCon 2023 estará disponível em breve" }, + { "LanguageCode": "ru", "Message": "Цифровой набор TennoCon-2023 будет доступен уже скоро" }, + { "LanguageCode": "pl", "Message": "Pakiet Cyfrowy TennoCon 2023 już wkrótce dostępny" }, + { "LanguageCode": "uk", "Message": "Цифровий набір «Теннокон 2023» уже незабаром" }, + { "LanguageCode": "tr", "Message": "TennoCon 2023 Dijital Paketi Çok Yakında Sizlerle" }, + { "LanguageCode": "ja", "Message": "TennoCon 2023 デジタルパックが近日発売" }, + { "LanguageCode": "zh", "Message": "TennoCon 2023 虚拟礼包即将推出" }, + { "LanguageCode": "ko", "Message": "텐노콘 2023 디지털 팩이 곧 찾아옵니다" }, + { "LanguageCode": "tc", "Message": "TennoCon 2023 數位組合包即將登場" } + ], + "Prop": "", + "Links": [ + { "LanguageCode": "en", "Link": "https://www.warframe.com/news/tennocon-2023-digital-pack" }, + { "LanguageCode": "fr", "Link": "https://www.warframe.com/fr/news/tennocon-2023-digital-pack" }, + { "LanguageCode": "it", "Link": "https://www.warframe.com/it/news/tennocon-2023-digital-pack" }, + { "LanguageCode": "de", "Link": "https://www.warframe.com/de/news/tennocon-2023-digital-pack" }, + { "LanguageCode": "es", "Link": "https://www.warframe.com/es/news/tennocon-2023-digital-pack" }, + { "LanguageCode": "pt", "Link": "https://www.warframe.com/pt-br/news/tennocon-2023-digital-pack" }, + { "LanguageCode": "ru", "Link": "https://www.warframe.com/ru/news/tennocon-2023-digital-pack" }, + { "LanguageCode": "pl", "Link": "https://www.warframe.com/pl/news/tennocon-2023-digital-pack" }, + { "LanguageCode": "uk", "Link": "https://www.warframe.com/uk/news/tennocon-2023-digital-pack" }, + { "LanguageCode": "tr", "Link": "https://www.warframe.com/tr/news/tennocon-2023-digital-pack" }, + { "LanguageCode": "ja", "Link": "https://www.warframe.com/ja/news/tennocon-2023-digital-pack" }, + { "LanguageCode": "zh", "Link": "https://www.warframe.com/zh-hans/news/tennocon-2023-digital-pack" }, + { "LanguageCode": "ko", "Link": "https://www.warframe.com/ko/news/tennocon-2023-digital-pack" }, + { "LanguageCode": "tc", "Link": "https://www.warframe.com/zh-hant/news/tennocon-2023-digital-pack" } + ], + "Date": { "$date": { "$numberLong": "1683558420000" } }, + "EventStartDate": { "$date": { "$numberLong": "1683518400000" } }, + "EventEndDate": { "$date": { "$numberLong": "1684382400000" } }, + "ImageUrl": "https://n9e5v4d8.ssl.hwcdn.net/uploads/thumbnails/6ac5ed1de8ece0b5e9c5672eb4f231b3_1600x900.png", + "Priority": false, + "MobileOnly": false + }, + { + "_id": { "$oid": "64595aa2cbd58003ea00e0dd" }, + "Messages": [{ "LanguageCode": "en", "Message": "Twitch Drops: Community Stream Schedule May 8 - 12" }], + "Prop": "https://forums.warframe.com/topic/1351655-community-stream-schedule-may-8-12/?utm_medium=in-game&utm_source=in-game&utm_campaign=2023-05-Community-Streams-08", + "Date": { "$date": { "$numberLong": "1683577380000" } }, + "Priority": false, + "MobileOnly": false, + "Community": true + }, + { + "_id": { "$oid": "6459af12ea89737c990b456a" }, + "Messages": [{ "LanguageCode": "ja", "Message": "5月8日~5月12日の配信スケジュール" }], + "Prop": "https://bit.ly/3B4axCe", + "Date": { "$date": { "$numberLong": "1683599040000" } }, + "ImageUrl": "https://content.invisioncic.com/Mwarframe/monthly_2023_05/image.png.b5bd22b27289a60e6aefd8f824dfe6b2.png", + "Priority": false, + "MobileOnly": false, + "Community": true + }, + { + "_id": { "$oid": "645a87eb7a833bed4b0ded30" }, + "Messages": [{ "LanguageCode": "es", "Message": "Twitch Drops: Programa de streams de la comunidad" }], + "Prop": "https://forums.warframe.com/topic/1351805-programa-de-streams-y-twitch-drops-8-12-de-mayo/", + "Date": { "$date": { "$numberLong": "1683654540000" } }, + "Priority": false, + "MobileOnly": false, + "Community": true + }, + { + "_id": { "$oid": "645aba021123b9854001c09b" }, + "Messages": [{ "LanguageCode": "uk", "Message": "Трансляції від спільноти: 8 — 12 травня" }], + "Prop": "https://forums.warframe.com/topic/1351841-%D1%82%D1%80%D0%B0%D0%BD%D1%81%D0%BB%D1%8F%D1%86%D1%96%D1%97-%D0%B2%D1%96%D0%B4-%D1%81%D0%BF%D1%96%D0%BB%D1%8C%D0%BD%D0%BE%D1%82%D0%B8-8-%E2%80%94-12-%D1%82%D1%80%D0%B0%D0%B2%D0%BD%D1%8F/", + "Date": { "$date": { "$numberLong": "1683667380000" } }, + "ImageUrl": "https://content.invisioncic.com/Mwarframe/monthly_2023_05/image.png.d7e641598ef5ced77dc92b2b81577f68.png", + "Priority": false, + "MobileOnly": false + }, + { + "_id": { "$oid": "645be299a2a9aaa49c020673" }, + "Messages": [{ "LanguageCode": "uk", "Message": "Швидкі виправлення 33.0.7: «Парадокс Дувірі»" }], + "Prop": "https://forums.warframe.com/topic/1352038-%D1%88%D0%B2%D0%B8%D0%B4%D0%BA%D1%96-%D0%B2%D0%B8%D0%BF%D1%80%D0%B0%D0%B2%D0%BB%D0%B5%D0%BD%D0%BD%D1%8F-3307-%C2%AB%D0%BF%D0%B0%D1%80%D0%B0%D0%B4%D0%BE%D0%BA%D1%81-%D0%B4%D1%83%D0%B2%D1%96%D1%80%D1%96%C2%BB/", + "Date": { "$date": { "$numberLong": "1683743340000" } }, + "Priority": false, + "MobileOnly": false + }, + { + "_id": { "$oid": "645bfdff708b8985900bb193" }, + "Messages": [{ "LanguageCode": "uk", "Message": " «Вибірка Нори 3» скоро закінчиться " }], + "Prop": "https://forums.warframe.com/topic/1352061-%C2%AB%D0%B2%D0%B8%D0%B1%D1%96%D1%80%D0%BA%D0%B0-%D0%BD%D0%BE%D1%80%D0%B8-3%C2%BB-%D1%81%D0%BA%D0%BE%D1%80%D0%BE-%D0%B7%D0%B0%D0%BA%D1%96%D0%BD%D1%87%D0%B8%D1%82%D1%8C%D1%81%D1%8F-%D0%BD%D0%B5%D0%B7%D0%B0%D0%B1%D0%B0%D1%80%D0%BE%D0%BC-%D0%B2%D0%B8%D1%85%D1%96%D0%B4-%D1%87%D0%B5%D1%82%D0%B2%D0%B5%D1%80%D1%82%D0%BE%D1%97-%D0%B2%D0%B8%D0%B1%D1%96%D1%80%D0%BA%D0%B8/", + "Date": { "$date": { "$numberLong": "1683750360000" } }, + "Priority": false, + "MobileOnly": false + }, + { + "_id": { "$oid": "645d327aebb8dc02800c82ec" }, + "Messages": [ + { "LanguageCode": "en", "Message": "Get the Prime Gaming Udyat Iridos Syandana" }, + { "LanguageCode": "fr", "Message": "Obtenez la Syandana Udyat Iridos Prime Gaming" }, + { "LanguageCode": "it", "Message": "Ottieni la Syandana Udyat Iridos di Prime Gaming" }, + { "LanguageCode": "de", "Message": "Holt euch das Prime Gaming Udyat Iridos Syandana" }, + { "LanguageCode": "es", "Message": "Obtén la syandana Udyat Iridos de Prime Gaming" }, + { "LanguageCode": "pt", "Message": "Obtenha a Syandana Udyat Iridos do Prime Gaming" }, + { "LanguageCode": "ru", "Message": "Get the Prime Gaming Udyat Iridos Syandana" }, + { "LanguageCode": "pl", "Message": "Zdobądź Syandanę Udyat Iridos w Prime Gaming" }, + { "LanguageCode": "uk", "Message": "Отримайте сяндану «Уд’ят „Іридій“» від Prime Gaming" }, + { "LanguageCode": "tr", "Message": "Prime Gaming Udyat Iridos Syandana'yı Al" }, + { "LanguageCode": "ja", "Message": "Prime Gaming Udyat Iridosシャンダナをゲットしよう" }, + { "LanguageCode": "zh", "Message": "Get the Prime Gaming Udyat Iridos Syandana" }, + { "LanguageCode": "ko", "Message": "Get the Prime Gaming Udyat Iridos Syandana" }, + { "LanguageCode": "tc", "Message": "Get the Prime Gaming Udyat Iridos Syandana" } + ], + "Prop": "https://www.warframe.com/news/prime-gaming-iridos-collection?utm_medium=in-game&utm_source=in-game&utm_campaign=2023-05-PrimeGamingDrop7", + "Date": { "$date": { "$numberLong": "1683829080000" } }, + "EventStartDate": { "$date": { "$numberLong": "1683828000000" } }, + "ImageUrl": "https://warframe-web-assets.nyc3.cdn.digitaloceanspaces.com/uploads/thumbnails/4d92a5321bdfa34e86f9083916337a87_1600x900.png", + "Priority": false, + "MobileOnly": false + }, + { + "_id": { "$oid": "645e51fde44ddb5995040df7" }, + "Messages": [{ "LanguageCode": "fr", "Message": "Notes de màj : 33.0.8 / .9" }], + "Prop": "https://forums.warframe.com/topic/1352405-le-paradoxe-duviri%C2%A0-correctifs-3308-09/", + "Date": { "$date": { "$numberLong": "1683902940000" } }, + "Priority": false, + "MobileOnly": false + }, + { + "_id": { "$oid": "645e5b05e67b5aa7ac07b79d" }, + "Messages": [{ "LanguageCode": "es", "Message": "La Paradoja de Duviri: Revisión 33.0.8 + 33.0.9" }], + "Prop": "https://forums.warframe.com/topic/1352413-la-paradoja-de-duviri-revisi%C3%B3n-3308-3309/", + "Date": { "$date": { "$numberLong": "1683905220000" } }, + "Priority": false, + "MobileOnly": false, + "Community": true + }, + { + "_id": { "$oid": "645e79fc5cf901cb7700f68b" }, + "Messages": [{ "LanguageCode": "en", "Message": "The Duviri Paradox: Hotfix 33.0.10" }], + "Prop": "https://www.warframe.com/updates/pc/33-0-10", + "Date": { "$date": { "$numberLong": "1683913140000" } }, + "Priority": true, + "MobileOnly": false } - ], - "Date": { "$date": { "$numberLong": "1682525580000" } }, - "Priority": false, - "MobileOnly": false - }, - { - "_id": { "$oid": "64495365aca4975f2408f5c3" }, - "Messages": [{ "LanguageCode": "es", "Message": "Actualización 33: La Paradoja de Duviri" }], - "Prop": "https://forums.warframe.com/topic/1346059-actualizaci%C3%B3n-33-la-paradoja-de-duviri/", - "Date": { "$date": { "$numberLong": "1682527020000" } }, - "Priority": false, - "MobileOnly": false, - "Community": true - }, - { - "_id": { "$oid": "645169129527611027084025" }, - "Messages": [{ "LanguageCode": "fr", "Message": "Résumé Devstream #170 - version FR" }], - "Prop": "https://forums.warframe.com/topic/1349991-r%C3%A9sum%C3%A9-devstream-170-version-fr/", - "Date": { "$date": { "$numberLong": "1683056880000" } }, - "ImageUrl": "https://content.invisioncic.com/Mwarframe/monthly_2023_05/image.png.af5b3f515b635eee36e965db0f6976a9.png", - "Priority": false, - "MobileOnly": false, - "Community": true - }, - { - "_id": { "$oid": "64517606c429f4f85d0f069d" }, - "Messages": [{ "LanguageCode": "ja", "Message": "Nora's Mix Vol. 3 終了日 + Nightwaveの今後について" }], - "Prop": "https://bit.ly/3AJu8HT", - "Date": { "$date": { "$numberLong": "1683060000000" } }, - "ImageUrl": "https://content.invisioncic.com/Mwarframe/monthly_2021_01/Wiki-background.thumb.jpg.f568775e1b4eab008c7c6d3802c942aa.jpg", - "Priority": false, - "MobileOnly": false, - "Community": true - }, - { - "_id": { "$oid": "64526ff9c2fc4425c207b3a2" }, - "Messages": [{ "LanguageCode": "fr", "Message": "Fin du Mix Vol. 3 ; le Vol. 4 arrive !" }], - "Prop": "https://forums.warframe.com/topic/1350279-le-mix-de-nora-vol-3-se-termine-bient%C3%B4t-le-vol-4-arrive/", - "Date": { "$date": { "$numberLong": "1683124140000" } }, - "ImageUrl": "https://content.invisioncic.com/Mwarframe/monthly_2023_05/image.png.6bfa5346e2d4b6e6c6d721edfb447c2f.png", - "Priority": false, - "MobileOnly": false - }, - { - "_id": { "$oid": "6453f7bf20df842a150d8316" }, - "Messages": [{ "LanguageCode": "en", "Message": "Have your Dojo featured on the Star Chart!" }], - "Prop": "https://forums.warframe.com/topic/1349495-star-chart-dojo-showcase-spring-2023/?utm_medium=in-game&utm_source=in-game&utm_campaign=2023-05-Spring-dojo-contest", - "Date": { "$date": { "$numberLong": "1683224460000" } }, - "Priority": false, - "MobileOnly": false, - "Community": true - }, - { - "_id": { "$oid": "6453fc4380fb13ff9a072376" }, - "Messages": [ - { "LanguageCode": "en", "Message": "Now Available: Nova Prime and Trinity Prime" }, - { "LanguageCode": "fr", "Message": "Maintenant disponible : Nova Prime et Trinity Prime" }, - { "LanguageCode": "it", "Message": "Ora Disponibili: Nova Prime e Trinity Prime" }, - { "LanguageCode": "de", "Message": "Jetzt erhältlich: Nova Prime und Trinity Prime" }, - { "LanguageCode": "es", "Message": "Disponible ya: Nova Prime y Trinity Prime" }, - { "LanguageCode": "pt", "Message": "Já Disponível: Nova Prime e Trinity Prime" }, - { "LanguageCode": "ru", "Message": "Уже доступны: Нова Прайм и Тринити Прайм" }, - { "LanguageCode": "pl", "Message": "Już dostępne: Nova Prime i Trinity Prime" }, - { "LanguageCode": "uk", "Message": "Уже доступні: Нова-прайм і Трініті-прайм\t" }, - { "LanguageCode": "tr", "Message": "Şimdi Sizlerle: Nova Prime ve Trinity Prime" }, - { "LanguageCode": "ja", "Message": "Nova PrimeとTrinity Primeをゲットしよう" }, - { "LanguageCode": "zh", "Message": "现已登场:Nova Prime 和 Trinity Prime" }, - { "LanguageCode": "ko", "Message": "지금 바로 구매 가능: 노바 프라임 및 트리니티 프라임" }, - { "LanguageCode": "tc", "Message": "現已登場:Nova Prime 以及 Trinity Prime" } - ], - "Prop": "https://www.warframe.com/prime-resurgence?utm_medium=in-game&utm_source=in-game&utm_campaign=2023-05-PrimeResurgenceNovaTrinity-Launch", - "Date": { "$date": { "$numberLong": "1683222960000" } }, - "EventEndDate": { "$date": { "$numberLong": "1685937600000" } }, - "ImageUrl": "https://n9e5v4d8.ssl.hwcdn.net/uploads/thumbnails/3dde851b071ff5295e58f24d68b43760_800x450.png", - "Priority": false, - "MobileOnly": false, - "HideEndDateModifier": true - }, - { - "_id": { "$oid": "6455631604ebccd4df03ec08" }, - "Messages": [{ "LanguageCode": "uk", "Message": "Весняна вітрина додзьо для зоряної мапи 2023" }], - "Prop": "https://forums.warframe.com/topic/1350991-%D0%B2%D0%B5%D1%81%D0%BD%D1%8F%D0%BD%D0%B0-%D0%B2%D1%96%D1%82%D1%80%D0%B8%D0%BD%D0%B0-%D0%B4%D0%BE%D0%B4%D0%B7%D1%8C%D0%BE-%D0%B4%D0%BB%D1%8F-%D0%B7%D0%BE%D1%80%D1%8F%D0%BD%D0%BE%D1%97-%D0%BC%D0%B0%D0%BF%D0%B8-2023/", - "Date": { "$date": { "$numberLong": "1683317460000" } }, - "Icon": "https://content.invisioncic.com/Mwarframe/monthly_2023_05/image.png.89f589194d03dbcf09090e2aefb92395.png", - "Priority": false, - "MobileOnly": false - }, - { - "_id": { "$oid": "645914c555a3d1c8a90f27a1" }, - "Messages": [ - { "LanguageCode": "en", "Message": "TennoCon 2023 Digital Pack Coming Soon" }, - { "LanguageCode": "fr", "Message": "Le Pack Digital TennoCon 2023 sera bientôt disponible" }, - { "LanguageCode": "it", "Message": "Il Pacchetto Digitale TennoCon 2023 Sarà Presto Disponibile" }, - { "LanguageCode": "de", "Message": "TennoCon 2023 Digital Paket in Kürze erhältlich" }, - { "LanguageCode": "es", "Message": "El Paquete Digital de TennoCon 2023 estará disponible pronto" }, - { "LanguageCode": "pt", "Message": "O Pacote Digital da TennoCon 2023 estará disponível em breve" }, - { "LanguageCode": "ru", "Message": "Цифровой набор TennoCon-2023 будет доступен уже скоро" }, - { "LanguageCode": "pl", "Message": "Pakiet Cyfrowy TennoCon 2023 już wkrótce dostępny" }, - { "LanguageCode": "uk", "Message": "Цифровий набір «Теннокон 2023» уже незабаром" }, - { "LanguageCode": "tr", "Message": "TennoCon 2023 Dijital Paketi Çok Yakında Sizlerle" }, - { "LanguageCode": "ja", "Message": "TennoCon 2023 デジタルパックが近日発売" }, - { "LanguageCode": "zh", "Message": "TennoCon 2023 虚拟礼包即将推出" }, - { "LanguageCode": "ko", "Message": "텐노콘 2023 디지털 팩이 곧 찾아옵니다" }, - { "LanguageCode": "tc", "Message": "TennoCon 2023 數位組合包即將登場" } - ], - "Prop": "", - "Links": [ - { "LanguageCode": "en", "Link": "https://www.warframe.com/news/tennocon-2023-digital-pack" }, - { "LanguageCode": "fr", "Link": "https://www.warframe.com/fr/news/tennocon-2023-digital-pack" }, - { "LanguageCode": "it", "Link": "https://www.warframe.com/it/news/tennocon-2023-digital-pack" }, - { "LanguageCode": "de", "Link": "https://www.warframe.com/de/news/tennocon-2023-digital-pack" }, - { "LanguageCode": "es", "Link": "https://www.warframe.com/es/news/tennocon-2023-digital-pack" }, - { "LanguageCode": "pt", "Link": "https://www.warframe.com/pt-br/news/tennocon-2023-digital-pack" }, - { "LanguageCode": "ru", "Link": "https://www.warframe.com/ru/news/tennocon-2023-digital-pack" }, - { "LanguageCode": "pl", "Link": "https://www.warframe.com/pl/news/tennocon-2023-digital-pack" }, - { "LanguageCode": "uk", "Link": "https://www.warframe.com/uk/news/tennocon-2023-digital-pack" }, - { "LanguageCode": "tr", "Link": "https://www.warframe.com/tr/news/tennocon-2023-digital-pack" }, - { "LanguageCode": "ja", "Link": "https://www.warframe.com/ja/news/tennocon-2023-digital-pack" }, - { "LanguageCode": "zh", "Link": "https://www.warframe.com/zh-hans/news/tennocon-2023-digital-pack" }, - { "LanguageCode": "ko", "Link": "https://www.warframe.com/ko/news/tennocon-2023-digital-pack" }, - { "LanguageCode": "tc", "Link": "https://www.warframe.com/zh-hant/news/tennocon-2023-digital-pack" } - ], - "Date": { "$date": { "$numberLong": "1683558420000" } }, - "EventStartDate": { "$date": { "$numberLong": "1683518400000" } }, - "EventEndDate": { "$date": { "$numberLong": "1684382400000" } }, - "ImageUrl": "https://n9e5v4d8.ssl.hwcdn.net/uploads/thumbnails/6ac5ed1de8ece0b5e9c5672eb4f231b3_1600x900.png", - "Priority": false, - "MobileOnly": false - }, - { - "_id": { "$oid": "64595aa2cbd58003ea00e0dd" }, - "Messages": [{ "LanguageCode": "en", "Message": "Twitch Drops: Community Stream Schedule May 8 - 12" }], - "Prop": "https://forums.warframe.com/topic/1351655-community-stream-schedule-may-8-12/?utm_medium=in-game&utm_source=in-game&utm_campaign=2023-05-Community-Streams-08", - "Date": { "$date": { "$numberLong": "1683577380000" } }, - "Priority": false, - "MobileOnly": false, - "Community": true - }, - { - "_id": { "$oid": "6459af12ea89737c990b456a" }, - "Messages": [{ "LanguageCode": "ja", "Message": "5月8日~5月12日の配信スケジュール" }], - "Prop": "https://bit.ly/3B4axCe", - "Date": { "$date": { "$numberLong": "1683599040000" } }, - "ImageUrl": "https://content.invisioncic.com/Mwarframe/monthly_2023_05/image.png.b5bd22b27289a60e6aefd8f824dfe6b2.png", - "Priority": false, - "MobileOnly": false, - "Community": true - }, - { - "_id": { "$oid": "645a87eb7a833bed4b0ded30" }, - "Messages": [{ "LanguageCode": "es", "Message": "Twitch Drops: Programa de streams de la comunidad" }], - "Prop": "https://forums.warframe.com/topic/1351805-programa-de-streams-y-twitch-drops-8-12-de-mayo/", - "Date": { "$date": { "$numberLong": "1683654540000" } }, - "Priority": false, - "MobileOnly": false, - "Community": true - }, - { - "_id": { "$oid": "645aba021123b9854001c09b" }, - "Messages": [{ "LanguageCode": "uk", "Message": "Трансляції від спільноти: 8 — 12 травня" }], - "Prop": "https://forums.warframe.com/topic/1351841-%D1%82%D1%80%D0%B0%D0%BD%D1%81%D0%BB%D1%8F%D1%86%D1%96%D1%97-%D0%B2%D1%96%D0%B4-%D1%81%D0%BF%D1%96%D0%BB%D1%8C%D0%BD%D0%BE%D1%82%D0%B8-8-%E2%80%94-12-%D1%82%D1%80%D0%B0%D0%B2%D0%BD%D1%8F/", - "Date": { "$date": { "$numberLong": "1683667380000" } }, - "ImageUrl": "https://content.invisioncic.com/Mwarframe/monthly_2023_05/image.png.d7e641598ef5ced77dc92b2b81577f68.png", - "Priority": false, - "MobileOnly": false - }, - { - "_id": { "$oid": "645be299a2a9aaa49c020673" }, - "Messages": [{ "LanguageCode": "uk", "Message": "Швидкі виправлення 33.0.7: «Парадокс Дувірі»" }], - "Prop": "https://forums.warframe.com/topic/1352038-%D1%88%D0%B2%D0%B8%D0%B4%D0%BA%D1%96-%D0%B2%D0%B8%D0%BF%D1%80%D0%B0%D0%B2%D0%BB%D0%B5%D0%BD%D0%BD%D1%8F-3307-%C2%AB%D0%BF%D0%B0%D1%80%D0%B0%D0%B4%D0%BE%D0%BA%D1%81-%D0%B4%D1%83%D0%B2%D1%96%D1%80%D1%96%C2%BB/", - "Date": { "$date": { "$numberLong": "1683743340000" } }, - "Priority": false, - "MobileOnly": false - }, - { - "_id": { "$oid": "645bfdff708b8985900bb193" }, - "Messages": [{ "LanguageCode": "uk", "Message": " «Вибірка Нори 3» скоро закінчиться " }], - "Prop": "https://forums.warframe.com/topic/1352061-%C2%AB%D0%B2%D0%B8%D0%B1%D1%96%D1%80%D0%BA%D0%B0-%D0%BD%D0%BE%D1%80%D0%B8-3%C2%BB-%D1%81%D0%BA%D0%BE%D1%80%D0%BE-%D0%B7%D0%B0%D0%BA%D1%96%D0%BD%D1%87%D0%B8%D1%82%D1%8C%D1%81%D1%8F-%D0%BD%D0%B5%D0%B7%D0%B0%D0%B1%D0%B0%D1%80%D0%BE%D0%BC-%D0%B2%D0%B8%D1%85%D1%96%D0%B4-%D1%87%D0%B5%D1%82%D0%B2%D0%B5%D1%80%D1%82%D0%BE%D1%97-%D0%B2%D0%B8%D0%B1%D1%96%D1%80%D0%BA%D0%B8/", - "Date": { "$date": { "$numberLong": "1683750360000" } }, - "Priority": false, - "MobileOnly": false - }, - { - "_id": { "$oid": "645d327aebb8dc02800c82ec" }, - "Messages": [ - { "LanguageCode": "en", "Message": "Get the Prime Gaming Udyat Iridos Syandana" }, - { "LanguageCode": "fr", "Message": "Obtenez la Syandana Udyat Iridos Prime Gaming" }, - { "LanguageCode": "it", "Message": "Ottieni la Syandana Udyat Iridos di Prime Gaming" }, - { "LanguageCode": "de", "Message": "Holt euch das Prime Gaming Udyat Iridos Syandana" }, - { "LanguageCode": "es", "Message": "Obtén la syandana Udyat Iridos de Prime Gaming" }, - { "LanguageCode": "pt", "Message": "Obtenha a Syandana Udyat Iridos do Prime Gaming" }, - { "LanguageCode": "ru", "Message": "Get the Prime Gaming Udyat Iridos Syandana" }, - { "LanguageCode": "pl", "Message": "Zdobądź Syandanę Udyat Iridos w Prime Gaming" }, - { "LanguageCode": "uk", "Message": "Отримайте сяндану «Уд’ят „Іридій“» від Prime Gaming" }, - { "LanguageCode": "tr", "Message": "Prime Gaming Udyat Iridos Syandana'yı Al" }, - { "LanguageCode": "ja", "Message": "Prime Gaming Udyat Iridosシャンダナをゲットしよう" }, - { "LanguageCode": "zh", "Message": "Get the Prime Gaming Udyat Iridos Syandana" }, - { "LanguageCode": "ko", "Message": "Get the Prime Gaming Udyat Iridos Syandana" }, - { "LanguageCode": "tc", "Message": "Get the Prime Gaming Udyat Iridos Syandana" } - ], - "Prop": "https://www.warframe.com/news/prime-gaming-iridos-collection?utm_medium=in-game&utm_source=in-game&utm_campaign=2023-05-PrimeGamingDrop7", - "Date": { "$date": { "$numberLong": "1683829080000" } }, - "EventStartDate": { "$date": { "$numberLong": "1683828000000" } }, - "ImageUrl": "https://warframe-web-assets.nyc3.cdn.digitaloceanspaces.com/uploads/thumbnails/4d92a5321bdfa34e86f9083916337a87_1600x900.png", - "Priority": false, - "MobileOnly": false - }, - { - "_id": { "$oid": "645e51fde44ddb5995040df7" }, - "Messages": [{ "LanguageCode": "fr", "Message": "Notes de màj : 33.0.8 / .9" }], - "Prop": "https://forums.warframe.com/topic/1352405-le-paradoxe-duviri%C2%A0-correctifs-3308-09/", - "Date": { "$date": { "$numberLong": "1683902940000" } }, - "Priority": false, - "MobileOnly": false - }, - { - "_id": { "$oid": "645e5b05e67b5aa7ac07b79d" }, - "Messages": [{ "LanguageCode": "es", "Message": "La Paradoja de Duviri: Revisión 33.0.8 + 33.0.9" }], - "Prop": "https://forums.warframe.com/topic/1352413-la-paradoja-de-duviri-revisi%C3%B3n-3308-3309/", - "Date": { "$date": { "$numberLong": "1683905220000" } }, - "Priority": false, - "MobileOnly": false, - "Community": true - }, - { - "_id": { "$oid": "645e79fc5cf901cb7700f68b" }, - "Messages": [{ "LanguageCode": "en", "Message": "The Duviri Paradox: Hotfix 33.0.10" }], - "Prop": "https://www.warframe.com/updates/pc/33-0-10", - "Date": { "$date": { "$numberLong": "1683913140000" } }, - "Priority": true, - "MobileOnly": false - } - ], - "Goals": [ - { - "_id": { "$oid": "6453f35c2299f43a85014cb8" }, - "Activation": { "$date": { "$numberLong": "1683298800000" } }, - "Expiry": { "$date": { "$numberLong": "1684508340000" } }, - "Count": 0, - "Goal": 1, - "Success": 0, - "Personal": true, - "ClampNodeScores": true, - "Node": "EventNode25", - "MissionKeyName": "/Lotus/Types/Keys/TacAlertKeyAnniversary2022J", - "Desc": "/Lotus/Language/G1Quests/Anniversary2017MissionTitle", - "Icon": "/Lotus/Interface/Icons/Player/GlyphLotus10Anniversary.png", - "Tag": "Anniversary2022TacAlert", - "Reward": { "items": ["/Lotus/StoreItems/Upgrades/Skins/Rhino/RhinoDexSkin"] } - }, - { - "_id": { "$oid": "6453f3a865fd6eb46105d157" }, - "Activation": { "$date": { "$numberLong": "1683298800000" } }, - "Expiry": { "$date": { "$numberLong": "1684508340000" } }, - "Count": 0, - "Goal": 1, - "Success": 0, - "Personal": true, - "ClampNodeScores": true, - "Node": "EventNode34", - "MissionKeyName": "/Lotus/Types/Keys/TacAlertKeyAnniversary2017B", - "Desc": "/Lotus/Language/G1Quests/Anniversary2017MissionTitle", - "Icon": "/Lotus/Interface/Icons/Player/GlyphLotus10Anniversary.png", - "Tag": "Anniversary2018TacAlert", - "Reward": { "items": ["/Lotus/StoreItems/Weapons/Tenno/Melee/Swords/DexTheSecond/DexTheSecond"] } - } - ], - "Alerts": [], - "Sorties": [ - { - "_id": { "$oid": "6462537d7613cbe1463e34ca" }, - "Activation": { "$date": { "$numberLong": "1684166400000" } }, - "Expiry": { "$date": { "$numberLong": "1684252800000" } }, - "Reward": "/Lotus/Types/Game/MissionDecks/SortieRewards", - "Seed": 64562, - "Boss": "SORTIE_BOSS_HEK", - "ExtraDrops": [], - "Variants": [ + ], + "Goals": [ { - "missionType": "MT_LANDSCAPE", - "modifierType": "SORTIE_MODIFIER_BOW_ONLY", - "node": "SolNode228", - "tileset": "EidolonTileset" + "_id": { "$oid": "6453f35c2299f43a85014cb8" }, + "Activation": { "$date": { "$numberLong": "1683298800000" } }, + "Expiry": { "$date": { "$numberLong": "1684508340000" } }, + "Count": 0, + "Goal": 1, + "Success": 0, + "Personal": true, + "ClampNodeScores": true, + "Node": "EventNode25", + "MissionKeyName": "/Lotus/Types/Keys/TacAlertKeyAnniversary2022J", + "Desc": "/Lotus/Language/G1Quests/Anniversary2017MissionTitle", + "Icon": "/Lotus/Interface/Icons/Player/GlyphLotus10Anniversary.png", + "Tag": "Anniversary2022TacAlert", + "Reward": { "items": ["/Lotus/StoreItems/Upgrades/Skins/Rhino/RhinoDexSkin"] } }, { - "missionType": "MT_SURVIVAL", - "modifierType": "SORTIE_MODIFIER_HAZARD_RADIATION", - "node": "SolNode301", - "tileset": "OrokinMoonTilesetGrineer" - }, - { - "missionType": "MT_MOBILE_DEFENSE", - "modifierType": "SORTIE_MODIFIER_ARMOR", - "node": "SolNode122", - "tileset": "GrineerOceanTileset" + "_id": { "$oid": "6453f3a865fd6eb46105d157" }, + "Activation": { "$date": { "$numberLong": "1683298800000" } }, + "Expiry": { "$date": { "$numberLong": "1684508340000" } }, + "Count": 0, + "Goal": 1, + "Success": 0, + "Personal": true, + "ClampNodeScores": true, + "Node": "EventNode34", + "MissionKeyName": "/Lotus/Types/Keys/TacAlertKeyAnniversary2017B", + "Desc": "/Lotus/Language/G1Quests/Anniversary2017MissionTitle", + "Icon": "/Lotus/Interface/Icons/Player/GlyphLotus10Anniversary.png", + "Tag": "Anniversary2018TacAlert", + "Reward": { "items": ["/Lotus/StoreItems/Weapons/Tenno/Melee/Swords/DexTheSecond/DexTheSecond"] } } - ], - "Twitter": true - } - ], - "LiteSorties": [ - { - "_id": { "$oid": "6461727d2402888fd7350321" }, - "Activation": { "$date": { "$numberLong": "1684108800000" } }, - "Expiry": { "$date": { "$numberLong": "1684713600000" } }, - "Reward": "/Lotus/Types/Game/MissionDecks/ArchonSortieRewards", - "Seed": 69453, - "Boss": "SORTIE_BOSS_NIRA", - "Missions": [ - { "missionType": "MT_INTEL", "node": "SolNode126" }, - { "missionType": "MT_DEFENSE", "node": "SolNode121" }, - { "missionType": "MT_ASSASSINATION", "node": "SolNode53" } - ] - } - ], - "SyndicateMissions": [ - { - "_id": { "$oid": "646256c65517847257529973" }, - "Activation": { "$date": { "$numberLong": "1684166342004" } }, - "Expiry": { "$date": { "$numberLong": "1684252740000" } }, - "Tag": "ArbitersSyndicate", - "Seed": 64562, - "Nodes": ["SolNode224", "SolNode36", "SolNode126", "SolNode135", "SolNode177", "SolNode407", "SolNode212"] - }, - { - "_id": { "$oid": "646256c65517847257529974" }, - "Activation": { "$date": { "$numberLong": "1684166342004" } }, - "Expiry": { "$date": { "$numberLong": "1684252740000" } }, - "Tag": "CephalonSudaSyndicate", - "Seed": 70278, - "Nodes": ["SolNode113", "SolNode107", "SolNode216", "SolNode708", "SolNode153", "SolNode74", "SettlementNode15"] - }, - { - "_id": { "$oid": "646256c65517847257529975" }, - "Activation": { "$date": { "$numberLong": "1684166342004" } }, - "Expiry": { "$date": { "$numberLong": "1684252740000" } }, - "Tag": "NecraloidSyndicate", - "Seed": 20208, - "Nodes": [] - }, - { - "_id": { "$oid": "646256c65517847257529976" }, - "Activation": { "$date": { "$numberLong": "1684166342004" } }, - "Expiry": { "$date": { "$numberLong": "1684252740000" } }, - "Tag": "EventSyndicate", - "Seed": 74853, - "Nodes": [] - }, - { - "_id": { "$oid": "646256c65517847257529977" }, - "Activation": { "$date": { "$numberLong": "1684166342004" } }, - "Expiry": { "$date": { "$numberLong": "1684252740000" } }, - "Tag": "KahlSyndicate", - "Seed": 32560, - "Nodes": [] - }, - { - "_id": { "$oid": "646256c65517847257529978" }, - "Activation": { "$date": { "$numberLong": "1684166342004" } }, - "Expiry": { "$date": { "$numberLong": "1684252740000" } }, - "Tag": "NewLokaSyndicate", - "Seed": 57833, - "Nodes": ["SolNode225", "SolNode106", "SolNode85", "SolNode23", "SettlementNode14", "SolNode19", "SolNode100"] - }, - { - "_id": { "$oid": "646256c65517847257529979" }, - "Activation": { "$date": { "$numberLong": "1684166342004" } }, - "Expiry": { "$date": { "$numberLong": "1684252740000" } }, - "Tag": "QuillsSyndicate", - "Seed": 75817, - "Nodes": [] - }, - { - "_id": { "$oid": "646256c6551784725752997a" }, - "Activation": { "$date": { "$numberLong": "1684166342004" } }, - "Expiry": { "$date": { "$numberLong": "1684252740000" } }, - "Tag": "PerrinSyndicate", - "Seed": 99444, - "Nodes": ["SolNode63", "SolNode61", "SolNode96", "SettlementNode3", "SolNode402", "SolNode172", "SolNode196"] - }, - { - "_id": { "$oid": "646256c6551784725752997d" }, - "Activation": { "$date": { "$numberLong": "1684166342004" } }, - "Expiry": { "$date": { "$numberLong": "1684252740000" } }, - "Tag": "RadioLegionIntermission2Syndicate", - "Seed": 23094, - "Nodes": [] - }, - { - "_id": { "$oid": "646256c6551784725752997f" }, - "Activation": { "$date": { "$numberLong": "1684166342004" } }, - "Expiry": { "$date": { "$numberLong": "1684252740000" } }, - "Tag": "RadioLegionIntermission4Syndicate", - "Seed": 66927, - "Nodes": [] - }, - { - "_id": { "$oid": "646256c6551784725752997b" }, - "Activation": { "$date": { "$numberLong": "1684166342004" } }, - "Expiry": { "$date": { "$numberLong": "1684252740000" } }, - "Tag": "RadioLegion2Syndicate", - "Seed": 59404, - "Nodes": [] - }, - { - "_id": { "$oid": "646256c65517847257529980" }, - "Activation": { "$date": { "$numberLong": "1684166342004" } }, - "Expiry": { "$date": { "$numberLong": "1684252740000" } }, - "Tag": "RadioLegionIntermission5Syndicate", - "Seed": 7941, - "Nodes": [] - }, - { - "_id": { "$oid": "646256c65517847257529981" }, - "Activation": { "$date": { "$numberLong": "1684166342004" } }, - "Expiry": { "$date": { "$numberLong": "1684252740000" } }, - "Tag": "RadioLegionIntermission6Syndicate", - "Seed": 77324, - "Nodes": [] - }, - { - "_id": { "$oid": "646256c65517847257529982" }, - "Activation": { "$date": { "$numberLong": "1684166342004" } }, - "Expiry": { "$date": { "$numberLong": "1684252740000" } }, - "Tag": "RadioLegionIntermission7Syndicate", - "Seed": 9953, - "Nodes": [] - }, - { - "_id": { "$oid": "646256c65517847257529983" }, - "Activation": { "$date": { "$numberLong": "1684166342004" } }, - "Expiry": { "$date": { "$numberLong": "1684252740000" } }, - "Tag": "RadioLegionIntermissionSyndicate", - "Seed": 92556, - "Nodes": [] - }, - { - "_id": { "$oid": "646256c6551784725752997c" }, - "Activation": { "$date": { "$numberLong": "1684166342004" } }, - "Expiry": { "$date": { "$numberLong": "1684252740000" } }, - "Tag": "RadioLegion3Syndicate", - "Seed": 43114, - "Nodes": [] - }, - { - "_id": { "$oid": "646256c6551784725752997e" }, - "Activation": { "$date": { "$numberLong": "1684166342004" } }, - "Expiry": { "$date": { "$numberLong": "1684252740000" } }, - "Tag": "RadioLegionIntermission3Syndicate", - "Seed": 15703, - "Nodes": [] - }, - { - "_id": { "$oid": "646256c65517847257529984" }, - "Activation": { "$date": { "$numberLong": "1684166342004" } }, - "Expiry": { "$date": { "$numberLong": "1684252740000" } }, - "Tag": "RadioLegionSyndicate", - "Seed": 85936, - "Nodes": [] - }, - { - "_id": { "$oid": "646256c65517847257529985" }, - "Activation": { "$date": { "$numberLong": "1684166342004" } }, - "Expiry": { "$date": { "$numberLong": "1684252740000" } }, - "Tag": "RedVeilSyndicate", - "Seed": 13859, - "Nodes": ["SolNode130", "SolNode22", "SolNode15", "SettlementNode2", "SolNode14", "SolNode215", "SolNode173"] - }, - { - "_id": { "$oid": "646256c65517847257529986" }, - "Activation": { "$date": { "$numberLong": "1684166342004" } }, - "Expiry": { "$date": { "$numberLong": "1684252740000" } }, - "Tag": "VentKidsSyndicate", - "Seed": 4915, - "Nodes": [] - }, - { - "_id": { "$oid": "646256c65517847257529987" }, - "Activation": { "$date": { "$numberLong": "1684166342004" } }, - "Expiry": { "$date": { "$numberLong": "1684252740000" } }, - "Tag": "VoxSyndicate", - "Seed": 28721, - "Nodes": [] - }, - { - "_id": { "$oid": "646256c65517847257529988" }, - "Activation": { "$date": { "$numberLong": "1684166342004" } }, - "Expiry": { "$date": { "$numberLong": "1684252740000" } }, - "Tag": "SteelMeridianSyndicate", - "Seed": 57749, - "Nodes": ["SolNode2", "SolNode27", "SolNode204", "SolNode73", "SolNode167", "SolNode404", "SolNode17"] - }, - { - "_id": { "$oid": "64625db40000000000000002" }, - "Activation": { "$date": { "$numberLong": "1684168116829" } }, - "Expiry": { "$date": { "$numberLong": "1684177115703" } }, - "Tag": "EntratiSyndicate", - "Seed": 1342, - "Nodes": [], - "Jobs": [ + ], + "Alerts": [], + "Sorties": [ { - "jobType": "/Lotus/Types/Gameplay/InfestedMicroplanet/Jobs/DeimosGrnSurvivorBounty", - "rewards": "/Lotus/Types/Game/MissionDecks/DeimosMissionRewards/TierATableBRewards", - "masteryReq": 0, - "minEnemyLevel": 5, - "maxEnemyLevel": 15, - "xpAmounts": [6, 6, 6] - }, - { - "jobType": "/Lotus/Types/Gameplay/InfestedMicroplanet/Jobs/DeimosExcavateBounty", - "rewards": "/Lotus/Types/Game/MissionDecks/DeimosMissionRewards/TierCTableBRewards", - "masteryReq": 1, - "minEnemyLevel": 15, - "maxEnemyLevel": 25, - "xpAmounts": [12, 12, 12] - }, - { - "jobType": "/Lotus/Types/Gameplay/InfestedMicroplanet/Jobs/DeimosEndlessExcavateBounty", - "rewards": "/Lotus/Types/Game/MissionDecks/DeimosMissionRewards/TierBTableARewards", - "masteryReq": 5, - "minEnemyLevel": 25, - "maxEnemyLevel": 30, - "endless": true, - "bonusXpMultiplier": 0.15000001, - "xpAmounts": [14, 14, 14] - }, - { - "jobType": "/Lotus/Types/Gameplay/InfestedMicroplanet/Jobs/DeimosAssassinateBounty", - "rewards": "/Lotus/Types/Game/MissionDecks/DeimosMissionRewards/TierDTableBRewards", - "masteryReq": 2, - "minEnemyLevel": 30, - "maxEnemyLevel": 40, - "xpAmounts": [18, 18, 18, 27] - }, - { - "jobType": "/Lotus/Types/Gameplay/InfestedMicroplanet/Jobs/DeimosKeyPiecesBounty", - "rewards": "/Lotus/Types/Game/MissionDecks/DeimosMissionRewards/TierETableARewards", - "masteryReq": 3, - "minEnemyLevel": 40, - "maxEnemyLevel": 60, - "xpAmounts": [20, 20, 20, 20, 39] - }, - { - "jobType": "/Lotus/Types/Gameplay/InfestedMicroplanet/Jobs/DeimosCrpSurvivorBounty", - "rewards": "/Lotus/Types/Game/MissionDecks/DeimosMissionRewards/TierETableARewards", - "masteryReq": 10, - "minEnemyLevel": 100, - "maxEnemyLevel": 100, - "xpAmounts": [25, 25, 25, 25, 50] - }, - { - "rewards": "/Lotus/Types/Game/MissionDecks/DeimosMissionRewards/VaultBountyTierATableCRewards", - "masteryReq": 5, - "minEnemyLevel": 30, - "maxEnemyLevel": 40, - "xpAmounts": [2, 2, 2, 4], - "locationTag": "ChamberB", - "isVault": true - }, - { - "rewards": "/Lotus/Types/Game/MissionDecks/DeimosMissionRewards/VaultBountyTierBTableCRewards", - "masteryReq": 5, - "minEnemyLevel": 40, - "maxEnemyLevel": 50, - "xpAmounts": [4, 4, 4, 5], - "locationTag": "ChamberA", - "isVault": true - }, - { - "rewards": "/Lotus/Types/Game/MissionDecks/DeimosMissionRewards/VaultBountyTierCTableCRewards", - "masteryReq": 5, - "minEnemyLevel": 50, - "maxEnemyLevel": 60, - "xpAmounts": [5, 5, 5, 7], - "locationTag": "ChamberC", - "isVault": true + "_id": { "$oid": "6462537d7613cbe1463e34ca" }, + "Activation": { "$date": { "$numberLong": "1684166400000" } }, + "Expiry": { "$date": { "$numberLong": "1684252800000" } }, + "Reward": "/Lotus/Types/Game/MissionDecks/SortieRewards", + "Seed": 64562, + "Boss": "SORTIE_BOSS_HEK", + "ExtraDrops": [], + "Variants": [ + { + "missionType": "MT_LANDSCAPE", + "modifierType": "SORTIE_MODIFIER_BOW_ONLY", + "node": "SolNode228", + "tileset": "EidolonTileset" + }, + { + "missionType": "MT_SURVIVAL", + "modifierType": "SORTIE_MODIFIER_HAZARD_RADIATION", + "node": "SolNode301", + "tileset": "OrokinMoonTilesetGrineer" + }, + { + "missionType": "MT_MOBILE_DEFENSE", + "modifierType": "SORTIE_MODIFIER_ARMOR", + "node": "SolNode122", + "tileset": "GrineerOceanTileset" + } + ], + "Twitter": true } - ] - }, - { - "_id": { "$oid": "64625db40000000000000007" }, - "Activation": { "$date": { "$numberLong": "1684168116829" } }, - "Expiry": { "$date": { "$numberLong": "1684177115703" } }, - "Tag": "CetusSyndicate", - "Seed": 1342, - "Nodes": [], - "Jobs": [ + ], + "LiteSorties": [ { - "jobType": "/Lotus/Types/Gameplay/Eidolon/Jobs/CaptureBountyCapOne", - "rewards": "/Lotus/Types/Game/MissionDecks/EidolonJobMissionRewards/TierATableBRewards", - "masteryReq": 0, - "minEnemyLevel": 5, - "maxEnemyLevel": 15, - "xpAmounts": [380, 380, 380] - }, - { - "jobType": "/Lotus/Types/Gameplay/Eidolon/Jobs/AttritionBountyLib", - "rewards": "/Lotus/Types/Game/MissionDecks/EidolonJobMissionRewards/TierBTableBRewards", - "masteryReq": 1, - "minEnemyLevel": 10, - "maxEnemyLevel": 30, - "xpAmounts": [690, 690, 690] - }, - { - "jobType": "/Lotus/Types/Gameplay/Eidolon/Jobs/CaptureBountyCapTwo", - "rewards": "/Lotus/Types/Game/MissionDecks/EidolonJobMissionRewards/TierCTableBRewards", - "masteryReq": 2, - "minEnemyLevel": 20, - "maxEnemyLevel": 40, - "xpAmounts": [670, 670, 670, 990] - }, - { - "jobType": "/Lotus/Types/Gameplay/Eidolon/Jobs/ReclamationBountyCache", - "rewards": "/Lotus/Types/Game/MissionDecks/EidolonJobMissionRewards/TierDTableBRewards", - "masteryReq": 3, - "minEnemyLevel": 30, - "maxEnemyLevel": 50, - "xpAmounts": [580, 580, 580, 580, 1140] - }, - { - "jobType": "/Lotus/Types/Gameplay/Eidolon/Jobs/ReclamationBountyTheft", - "rewards": "/Lotus/Types/Game/MissionDecks/EidolonJobMissionRewards/TierETableBRewards", - "masteryReq": 5, - "minEnemyLevel": 40, - "maxEnemyLevel": 60, - "xpAmounts": [740, 740, 740, 740, 1460] - }, - { - "jobType": "/Lotus/Types/Gameplay/Eidolon/Jobs/SabotageBountySab", - "rewards": "/Lotus/Types/Game/MissionDecks/EidolonJobMissionRewards/TierETableBRewards", - "masteryReq": 10, - "minEnemyLevel": 100, - "maxEnemyLevel": 100, - "xpAmounts": [840, 840, 840, 840, 1660] - }, - { - "jobType": "/Lotus/Types/Gameplay/Eidolon/Jobs/Narmer/AssassinateBountyAss", - "rewards": "/Lotus/Types/Game/MissionDecks/EidolonJobMissionRewards/NarmerTableBRewards", - "masteryReq": 0, - "minEnemyLevel": 50, - "maxEnemyLevel": 70, - "xpAmounts": [790, 790, 790, 790, 1550] + "_id": { "$oid": "6461727d2402888fd7350321" }, + "Activation": { "$date": { "$numberLong": "1684108800000" } }, + "Expiry": { "$date": { "$numberLong": "1684713600000" } }, + "Reward": "/Lotus/Types/Game/MissionDecks/ArchonSortieRewards", + "Seed": 69453, + "Boss": "SORTIE_BOSS_NIRA", + "Missions": [ + { "missionType": "MT_INTEL", "node": "SolNode126" }, + { "missionType": "MT_DEFENSE", "node": "SolNode121" }, + { "missionType": "MT_ASSASSINATION", "node": "SolNode53" } + ] } - ] - }, - { - "_id": { "$oid": "64625db40000000000000021" }, - "Activation": { "$date": { "$numberLong": "1684168116829" } }, - "Expiry": { "$date": { "$numberLong": "1684177115703" } }, - "Tag": "SolarisSyndicate", - "Seed": 1342, - "Nodes": [], - "Jobs": [ + ], + "SyndicateMissions": [ { - "jobType": "/Lotus/Types/Gameplay/Venus/Jobs/VenusChaosJobAssassinate", - "rewards": "/Lotus/Types/Game/MissionDecks/VenusJobMissionRewards/VenusTierATableBRewards", - "masteryReq": 0, - "minEnemyLevel": 5, - "maxEnemyLevel": 15, - "xpAmounts": [450, 450, 450] + "_id": { "$oid": "646256c65517847257529973" }, + "Activation": { "$date": { "$numberLong": "1684166342004" } }, + "Expiry": { "$date": { "$numberLong": "1684252740000" } }, + "Tag": "ArbitersSyndicate", + "Seed": 64562, + "Nodes": ["SolNode224", "SolNode36", "SolNode126", "SolNode135", "SolNode177", "SolNode407", "SolNode212"] }, { - "jobType": "/Lotus/Types/Gameplay/Venus/Jobs/VenusWetworkJobSpy", - "rewards": "/Lotus/Types/Game/MissionDecks/VenusJobMissionRewards/VenusTierBTableBRewards", - "masteryReq": 1, - "minEnemyLevel": 10, - "maxEnemyLevel": 30, - "xpAmounts": [710, 710, 710] + "_id": { "$oid": "646256c65517847257529974" }, + "Activation": { "$date": { "$numberLong": "1684166342004" } }, + "Expiry": { "$date": { "$numberLong": "1684252740000" } }, + "Tag": "CephalonSudaSyndicate", + "Seed": 70278, + "Nodes": [ + "SolNode113", + "SolNode107", + "SolNode216", + "SolNode708", + "SolNode153", + "SolNode74", + "SettlementNode15" + ] }, { - "jobType": "/Lotus/Types/Gameplay/Venus/Jobs/VenusHelpingJobCaches", - "rewards": "/Lotus/Types/Game/MissionDecks/VenusJobMissionRewards/VenusTierCTableBRewards", - "masteryReq": 2, - "minEnemyLevel": 20, - "maxEnemyLevel": 40, - "xpAmounts": [650, 650, 650, 960] + "_id": { "$oid": "646256c65517847257529975" }, + "Activation": { "$date": { "$numberLong": "1684166342004" } }, + "Expiry": { "$date": { "$numberLong": "1684252740000" } }, + "Tag": "NecraloidSyndicate", + "Seed": 20208, + "Nodes": [] }, { - "jobType": "/Lotus/Types/Gameplay/Venus/Jobs/VenusTheftJobExcavation", - "rewards": "/Lotus/Types/Game/MissionDecks/VenusJobMissionRewards/VenusTierDTableBRewards", - "masteryReq": 3, - "minEnemyLevel": 30, - "maxEnemyLevel": 50, - "xpAmounts": [570, 570, 570, 570, 1120] + "_id": { "$oid": "646256c65517847257529976" }, + "Activation": { "$date": { "$numberLong": "1684166342004" } }, + "Expiry": { "$date": { "$numberLong": "1684252740000" } }, + "Tag": "EventSyndicate", + "Seed": 74853, + "Nodes": [] }, { - "jobType": "/Lotus/Types/Gameplay/Venus/Jobs/VenusPreservationJobResource", - "rewards": "/Lotus/Types/Game/MissionDecks/VenusJobMissionRewards/VenusTierETableBRewards", - "masteryReq": 5, - "minEnemyLevel": 40, - "maxEnemyLevel": 60, - "xpAmounts": [720, 720, 720, 720, 1420] + "_id": { "$oid": "646256c65517847257529977" }, + "Activation": { "$date": { "$numberLong": "1684166342004" } }, + "Expiry": { "$date": { "$numberLong": "1684252740000" } }, + "Tag": "KahlSyndicate", + "Seed": 32560, + "Nodes": [] }, { - "jobType": "/Lotus/Types/Gameplay/Venus/Jobs/VenusCullJobExterminate", - "rewards": "/Lotus/Types/Game/MissionDecks/VenusJobMissionRewards/VenusTierETableBRewards", - "masteryReq": 10, - "minEnemyLevel": 100, - "maxEnemyLevel": 100, - "xpAmounts": [840, 840, 840, 840, 1660] + "_id": { "$oid": "646256c65517847257529978" }, + "Activation": { "$date": { "$numberLong": "1684166342004" } }, + "Expiry": { "$date": { "$numberLong": "1684252740000" } }, + "Tag": "NewLokaSyndicate", + "Seed": 57833, + "Nodes": [ + "SolNode225", + "SolNode106", + "SolNode85", + "SolNode23", + "SettlementNode14", + "SolNode19", + "SolNode100" + ] }, { - "jobType": "/Lotus/Types/Gameplay/Venus/Jobs/Narmer/NarmerVenusCullJobAssassinate", - "rewards": "/Lotus/Types/Game/MissionDecks/EidolonJobMissionRewards/NarmerTableBRewards", - "masteryReq": 0, - "minEnemyLevel": 50, - "maxEnemyLevel": 70, - "xpAmounts": [800, 800, 800, 800, 1570] + "_id": { "$oid": "646256c65517847257529979" }, + "Activation": { "$date": { "$numberLong": "1684166342004" } }, + "Expiry": { "$date": { "$numberLong": "1684252740000" } }, + "Tag": "QuillsSyndicate", + "Seed": 75817, + "Nodes": [] + }, + { + "_id": { "$oid": "646256c6551784725752997a" }, + "Activation": { "$date": { "$numberLong": "1684166342004" } }, + "Expiry": { "$date": { "$numberLong": "1684252740000" } }, + "Tag": "PerrinSyndicate", + "Seed": 99444, + "Nodes": [ + "SolNode63", + "SolNode61", + "SolNode96", + "SettlementNode3", + "SolNode402", + "SolNode172", + "SolNode196" + ] + }, + { + "_id": { "$oid": "646256c6551784725752997d" }, + "Activation": { "$date": { "$numberLong": "1684166342004" } }, + "Expiry": { "$date": { "$numberLong": "1684252740000" } }, + "Tag": "RadioLegionIntermission2Syndicate", + "Seed": 23094, + "Nodes": [] + }, + { + "_id": { "$oid": "646256c6551784725752997f" }, + "Activation": { "$date": { "$numberLong": "1684166342004" } }, + "Expiry": { "$date": { "$numberLong": "1684252740000" } }, + "Tag": "RadioLegionIntermission4Syndicate", + "Seed": 66927, + "Nodes": [] + }, + { + "_id": { "$oid": "646256c6551784725752997b" }, + "Activation": { "$date": { "$numberLong": "1684166342004" } }, + "Expiry": { "$date": { "$numberLong": "1684252740000" } }, + "Tag": "RadioLegion2Syndicate", + "Seed": 59404, + "Nodes": [] + }, + { + "_id": { "$oid": "646256c65517847257529980" }, + "Activation": { "$date": { "$numberLong": "1684166342004" } }, + "Expiry": { "$date": { "$numberLong": "1684252740000" } }, + "Tag": "RadioLegionIntermission5Syndicate", + "Seed": 7941, + "Nodes": [] + }, + { + "_id": { "$oid": "646256c65517847257529981" }, + "Activation": { "$date": { "$numberLong": "1684166342004" } }, + "Expiry": { "$date": { "$numberLong": "1684252740000" } }, + "Tag": "RadioLegionIntermission6Syndicate", + "Seed": 77324, + "Nodes": [] + }, + { + "_id": { "$oid": "646256c65517847257529982" }, + "Activation": { "$date": { "$numberLong": "1684166342004" } }, + "Expiry": { "$date": { "$numberLong": "1684252740000" } }, + "Tag": "RadioLegionIntermission7Syndicate", + "Seed": 9953, + "Nodes": [] + }, + { + "_id": { "$oid": "646256c65517847257529983" }, + "Activation": { "$date": { "$numberLong": "1684166342004" } }, + "Expiry": { "$date": { "$numberLong": "1684252740000" } }, + "Tag": "RadioLegionIntermissionSyndicate", + "Seed": 92556, + "Nodes": [] + }, + { + "_id": { "$oid": "646256c6551784725752997c" }, + "Activation": { "$date": { "$numberLong": "1684166342004" } }, + "Expiry": { "$date": { "$numberLong": "1684252740000" } }, + "Tag": "RadioLegion3Syndicate", + "Seed": 43114, + "Nodes": [] + }, + { + "_id": { "$oid": "646256c6551784725752997e" }, + "Activation": { "$date": { "$numberLong": "1684166342004" } }, + "Expiry": { "$date": { "$numberLong": "1684252740000" } }, + "Tag": "RadioLegionIntermission3Syndicate", + "Seed": 15703, + "Nodes": [] + }, + { + "_id": { "$oid": "646256c65517847257529984" }, + "Activation": { "$date": { "$numberLong": "1684166342004" } }, + "Expiry": { "$date": { "$numberLong": "1684252740000" } }, + "Tag": "RadioLegionSyndicate", + "Seed": 85936, + "Nodes": [] + }, + { + "_id": { "$oid": "646256c65517847257529985" }, + "Activation": { "$date": { "$numberLong": "1684166342004" } }, + "Expiry": { "$date": { "$numberLong": "1684252740000" } }, + "Tag": "RedVeilSyndicate", + "Seed": 13859, + "Nodes": [ + "SolNode130", + "SolNode22", + "SolNode15", + "SettlementNode2", + "SolNode14", + "SolNode215", + "SolNode173" + ] + }, + { + "_id": { "$oid": "646256c65517847257529986" }, + "Activation": { "$date": { "$numberLong": "1684166342004" } }, + "Expiry": { "$date": { "$numberLong": "1684252740000" } }, + "Tag": "VentKidsSyndicate", + "Seed": 4915, + "Nodes": [] + }, + { + "_id": { "$oid": "646256c65517847257529987" }, + "Activation": { "$date": { "$numberLong": "1684166342004" } }, + "Expiry": { "$date": { "$numberLong": "1684252740000" } }, + "Tag": "VoxSyndicate", + "Seed": 28721, + "Nodes": [] + }, + { + "_id": { "$oid": "646256c65517847257529988" }, + "Activation": { "$date": { "$numberLong": "1684166342004" } }, + "Expiry": { "$date": { "$numberLong": "1684252740000" } }, + "Tag": "SteelMeridianSyndicate", + "Seed": 57749, + "Nodes": ["SolNode2", "SolNode27", "SolNode204", "SolNode73", "SolNode167", "SolNode404", "SolNode17"] + }, + { + "_id": { "$oid": "64625db40000000000000002" }, + "Activation": { "$date": { "$numberLong": "1684168116829" } }, + "Expiry": { "$date": { "$numberLong": "1684177115703" } }, + "Tag": "EntratiSyndicate", + "Seed": 1342, + "Nodes": [], + "Jobs": [ + { + "jobType": "/Lotus/Types/Gameplay/InfestedMicroplanet/Jobs/DeimosGrnSurvivorBounty", + "rewards": "/Lotus/Types/Game/MissionDecks/DeimosMissionRewards/TierATableBRewards", + "masteryReq": 0, + "minEnemyLevel": 5, + "maxEnemyLevel": 15, + "xpAmounts": [6, 6, 6] + }, + { + "jobType": "/Lotus/Types/Gameplay/InfestedMicroplanet/Jobs/DeimosExcavateBounty", + "rewards": "/Lotus/Types/Game/MissionDecks/DeimosMissionRewards/TierCTableBRewards", + "masteryReq": 1, + "minEnemyLevel": 15, + "maxEnemyLevel": 25, + "xpAmounts": [12, 12, 12] + }, + { + "jobType": "/Lotus/Types/Gameplay/InfestedMicroplanet/Jobs/DeimosEndlessExcavateBounty", + "rewards": "/Lotus/Types/Game/MissionDecks/DeimosMissionRewards/TierBTableARewards", + "masteryReq": 5, + "minEnemyLevel": 25, + "maxEnemyLevel": 30, + "endless": true, + "bonusXpMultiplier": 0.15000001, + "xpAmounts": [14, 14, 14] + }, + { + "jobType": "/Lotus/Types/Gameplay/InfestedMicroplanet/Jobs/DeimosAssassinateBounty", + "rewards": "/Lotus/Types/Game/MissionDecks/DeimosMissionRewards/TierDTableBRewards", + "masteryReq": 2, + "minEnemyLevel": 30, + "maxEnemyLevel": 40, + "xpAmounts": [18, 18, 18, 27] + }, + { + "jobType": "/Lotus/Types/Gameplay/InfestedMicroplanet/Jobs/DeimosKeyPiecesBounty", + "rewards": "/Lotus/Types/Game/MissionDecks/DeimosMissionRewards/TierETableARewards", + "masteryReq": 3, + "minEnemyLevel": 40, + "maxEnemyLevel": 60, + "xpAmounts": [20, 20, 20, 20, 39] + }, + { + "jobType": "/Lotus/Types/Gameplay/InfestedMicroplanet/Jobs/DeimosCrpSurvivorBounty", + "rewards": "/Lotus/Types/Game/MissionDecks/DeimosMissionRewards/TierETableARewards", + "masteryReq": 10, + "minEnemyLevel": 100, + "maxEnemyLevel": 100, + "xpAmounts": [25, 25, 25, 25, 50] + }, + { + "rewards": "/Lotus/Types/Game/MissionDecks/DeimosMissionRewards/VaultBountyTierATableCRewards", + "masteryReq": 5, + "minEnemyLevel": 30, + "maxEnemyLevel": 40, + "xpAmounts": [2, 2, 2, 4], + "locationTag": "ChamberB", + "isVault": true + }, + { + "rewards": "/Lotus/Types/Game/MissionDecks/DeimosMissionRewards/VaultBountyTierBTableCRewards", + "masteryReq": 5, + "minEnemyLevel": 40, + "maxEnemyLevel": 50, + "xpAmounts": [4, 4, 4, 5], + "locationTag": "ChamberA", + "isVault": true + }, + { + "rewards": "/Lotus/Types/Game/MissionDecks/DeimosMissionRewards/VaultBountyTierCTableCRewards", + "masteryReq": 5, + "minEnemyLevel": 50, + "maxEnemyLevel": 60, + "xpAmounts": [5, 5, 5, 7], + "locationTag": "ChamberC", + "isVault": true + } + ] + }, + { + "_id": { "$oid": "64625db40000000000000007" }, + "Activation": { "$date": { "$numberLong": "1684168116829" } }, + "Expiry": { "$date": { "$numberLong": "1684177115703" } }, + "Tag": "CetusSyndicate", + "Seed": 1342, + "Nodes": [], + "Jobs": [ + { + "jobType": "/Lotus/Types/Gameplay/Eidolon/Jobs/CaptureBountyCapOne", + "rewards": "/Lotus/Types/Game/MissionDecks/EidolonJobMissionRewards/TierATableBRewards", + "masteryReq": 0, + "minEnemyLevel": 5, + "maxEnemyLevel": 15, + "xpAmounts": [380, 380, 380] + }, + { + "jobType": "/Lotus/Types/Gameplay/Eidolon/Jobs/AttritionBountyLib", + "rewards": "/Lotus/Types/Game/MissionDecks/EidolonJobMissionRewards/TierBTableBRewards", + "masteryReq": 1, + "minEnemyLevel": 10, + "maxEnemyLevel": 30, + "xpAmounts": [690, 690, 690] + }, + { + "jobType": "/Lotus/Types/Gameplay/Eidolon/Jobs/CaptureBountyCapTwo", + "rewards": "/Lotus/Types/Game/MissionDecks/EidolonJobMissionRewards/TierCTableBRewards", + "masteryReq": 2, + "minEnemyLevel": 20, + "maxEnemyLevel": 40, + "xpAmounts": [670, 670, 670, 990] + }, + { + "jobType": "/Lotus/Types/Gameplay/Eidolon/Jobs/ReclamationBountyCache", + "rewards": "/Lotus/Types/Game/MissionDecks/EidolonJobMissionRewards/TierDTableBRewards", + "masteryReq": 3, + "minEnemyLevel": 30, + "maxEnemyLevel": 50, + "xpAmounts": [580, 580, 580, 580, 1140] + }, + { + "jobType": "/Lotus/Types/Gameplay/Eidolon/Jobs/ReclamationBountyTheft", + "rewards": "/Lotus/Types/Game/MissionDecks/EidolonJobMissionRewards/TierETableBRewards", + "masteryReq": 5, + "minEnemyLevel": 40, + "maxEnemyLevel": 60, + "xpAmounts": [740, 740, 740, 740, 1460] + }, + { + "jobType": "/Lotus/Types/Gameplay/Eidolon/Jobs/SabotageBountySab", + "rewards": "/Lotus/Types/Game/MissionDecks/EidolonJobMissionRewards/TierETableBRewards", + "masteryReq": 10, + "minEnemyLevel": 100, + "maxEnemyLevel": 100, + "xpAmounts": [840, 840, 840, 840, 1660] + }, + { + "jobType": "/Lotus/Types/Gameplay/Eidolon/Jobs/Narmer/AssassinateBountyAss", + "rewards": "/Lotus/Types/Game/MissionDecks/EidolonJobMissionRewards/NarmerTableBRewards", + "masteryReq": 0, + "minEnemyLevel": 50, + "maxEnemyLevel": 70, + "xpAmounts": [790, 790, 790, 790, 1550] + } + ] + }, + { + "_id": { "$oid": "64625db40000000000000021" }, + "Activation": { "$date": { "$numberLong": "1684168116829" } }, + "Expiry": { "$date": { "$numberLong": "1684177115703" } }, + "Tag": "SolarisSyndicate", + "Seed": 1342, + "Nodes": [], + "Jobs": [ + { + "jobType": "/Lotus/Types/Gameplay/Venus/Jobs/VenusChaosJobAssassinate", + "rewards": "/Lotus/Types/Game/MissionDecks/VenusJobMissionRewards/VenusTierATableBRewards", + "masteryReq": 0, + "minEnemyLevel": 5, + "maxEnemyLevel": 15, + "xpAmounts": [450, 450, 450] + }, + { + "jobType": "/Lotus/Types/Gameplay/Venus/Jobs/VenusWetworkJobSpy", + "rewards": "/Lotus/Types/Game/MissionDecks/VenusJobMissionRewards/VenusTierBTableBRewards", + "masteryReq": 1, + "minEnemyLevel": 10, + "maxEnemyLevel": 30, + "xpAmounts": [710, 710, 710] + }, + { + "jobType": "/Lotus/Types/Gameplay/Venus/Jobs/VenusHelpingJobCaches", + "rewards": "/Lotus/Types/Game/MissionDecks/VenusJobMissionRewards/VenusTierCTableBRewards", + "masteryReq": 2, + "minEnemyLevel": 20, + "maxEnemyLevel": 40, + "xpAmounts": [650, 650, 650, 960] + }, + { + "jobType": "/Lotus/Types/Gameplay/Venus/Jobs/VenusTheftJobExcavation", + "rewards": "/Lotus/Types/Game/MissionDecks/VenusJobMissionRewards/VenusTierDTableBRewards", + "masteryReq": 3, + "minEnemyLevel": 30, + "maxEnemyLevel": 50, + "xpAmounts": [570, 570, 570, 570, 1120] + }, + { + "jobType": "/Lotus/Types/Gameplay/Venus/Jobs/VenusPreservationJobResource", + "rewards": "/Lotus/Types/Game/MissionDecks/VenusJobMissionRewards/VenusTierETableBRewards", + "masteryReq": 5, + "minEnemyLevel": 40, + "maxEnemyLevel": 60, + "xpAmounts": [720, 720, 720, 720, 1420] + }, + { + "jobType": "/Lotus/Types/Gameplay/Venus/Jobs/VenusCullJobExterminate", + "rewards": "/Lotus/Types/Game/MissionDecks/VenusJobMissionRewards/VenusTierETableBRewards", + "masteryReq": 10, + "minEnemyLevel": 100, + "maxEnemyLevel": 100, + "xpAmounts": [840, 840, 840, 840, 1660] + }, + { + "jobType": "/Lotus/Types/Gameplay/Venus/Jobs/Narmer/NarmerVenusCullJobAssassinate", + "rewards": "/Lotus/Types/Game/MissionDecks/EidolonJobMissionRewards/NarmerTableBRewards", + "masteryReq": 0, + "minEnemyLevel": 50, + "maxEnemyLevel": 70, + "xpAmounts": [800, 800, 800, 800, 1570] + } + ] + }, + { + "_id": { "$oid": "64625db40000000000000025" }, + "Activation": { "$date": { "$numberLong": "1684168116829" } }, + "Expiry": { "$date": { "$numberLong": "1684177115703" } }, + "Tag": "ZarimanSyndicate", + "Seed": 1342, + "Nodes": [] } - ] - }, - { - "_id": { "$oid": "64625db40000000000000025" }, - "Activation": { "$date": { "$numberLong": "1684168116829" } }, - "Expiry": { "$date": { "$numberLong": "1684177115703" } }, - "Tag": "ZarimanSyndicate", - "Seed": 1342, - "Nodes": [] - } - ], - "ActiveMissions": [ - { - "_id": { "$oid": "64626499487c49ad81bf65a7" }, - "Region": 19, - "Seed": 84961, - "Activation": { "$date": { "$numberLong": "1684169881425" } }, - "Expiry": { "$date": { "$numberLong": "1684176349746" } }, - "Node": "SolNode743", - "MissionType": "MT_MOBILE_DEFENSE", - "Modifier": "VoidT5" - }, - { - "_id": { "$oid": "64626499487c49ad81bf65a8" }, - "Region": 19, - "Seed": 79916, - "Activation": { "$date": { "$numberLong": "1684169881425" } }, - "Expiry": { "$date": { "$numberLong": "1684174188106" } }, - "Node": "SolNode745", - "MissionType": "MT_ARTIFACT", - "Modifier": "VoidT5" - }, - { - "_id": { "$oid": "64626499487c49ad81bf65a9" }, - "Region": 19, - "Seed": 21862, - "Activation": { "$date": { "$numberLong": "1684169881425" } }, - "Expiry": { "$date": { "$numberLong": "1684176133258" } }, - "Node": "SolNode741", - "MissionType": "MT_ASSAULT", - "Modifier": "VoidT5" - }, - { - "_id": { "$oid": "6462698599eb460033331eb5" }, - "Region": 9, - "Seed": 37915, - "Activation": { "$date": { "$numberLong": "1684171141913" } }, - "Expiry": { "$date": { "$numberLong": "1684178172688" } }, - "Node": "SolNode56", - "MissionType": "MT_SABOTAGE", - "Modifier": "VoidT4" - }, - { - "_id": { "$oid": "6462698599eb460033331eb6" }, - "Region": 12, - "Seed": 71738, - "Activation": { "$date": { "$numberLong": "1684171141913" } }, - "Expiry": { "$date": { "$numberLong": "1684178224146" } }, - "Node": "SolNode177", - "MissionType": "MT_ARTIFACT", - "Modifier": "VoidT4" - }, - { - "_id": { "$oid": "64626a75860d8a695596e882" }, - "Region": 16, - "Seed": 82578, - "Activation": { "$date": { "$numberLong": "1684171381174" } }, - "Expiry": { "$date": { "$numberLong": "1684178111718" } }, - "Node": "SettlementNode3", - "MissionType": "MT_SURVIVAL", - "Modifier": "VoidT2" - }, - { - "_id": { "$oid": "64626ab1b92222873a06dd8d" }, - "Region": 10, - "Seed": 43676, - "Activation": { "$date": { "$numberLong": "1684171441346" } }, - "Expiry": { "$date": { "$numberLong": "1684178603970" } }, - "Node": "SolNode140", - "MissionType": "MT_MOBILE_DEFENSE", - "Modifier": "VoidT2", - "Hard": true - }, - { - "_id": { "$oid": "64626ab1b92222873a06dd8e" }, - "Region": 6, - "Seed": 30587, - "Activation": { "$date": { "$numberLong": "1684171441346" } }, - "Expiry": { "$date": { "$numberLong": "1684175745872" } }, - "Node": "SolNode31", - "MissionType": "MT_RESCUE", - "Modifier": "VoidT2", - "Hard": true - }, - { - "_id": { "$oid": "64626e365fe8c70d0a5550dc" }, - "Region": 7, - "Seed": 20823, - "Activation": { "$date": { "$numberLong": "1684172342105" } }, - "Expiry": { "$date": { "$numberLong": "1684178830943" } }, - "Node": "SolNode64", - "MissionType": "MT_TERRITORY", - "Modifier": "VoidT3", - "Hard": true - }, - { - "_id": { "$oid": "64626e365fe8c70d0a5550dd" }, - "Region": 13, - "Seed": 87157, - "Activation": { "$date": { "$numberLong": "1684172342105" } }, - "Expiry": { "$date": { "$numberLong": "1684177783366" } }, - "Node": "SolNode217", - "MissionType": "MT_RESCUE", - "Modifier": "VoidT3", - "Hard": true - }, - { - "_id": { "$oid": "64626fd99040eb8627dc8b1b" }, - "Region": 2, - "Seed": 72372, - "Activation": { "$date": { "$numberLong": "1684172761694" } }, - "Expiry": { "$date": { "$numberLong": "1684176820429" } }, - "Node": "SolNode23", - "MissionType": "MT_TERRITORY", - "Modifier": "VoidT1", - "Hard": true - }, - { - "_id": { "$oid": "64626fd99040eb8627dc8b1c" }, - "Region": 3, - "Seed": 848, - "Activation": { "$date": { "$numberLong": "1684172761694" } }, - "Expiry": { "$date": { "$numberLong": "1684177551793" } }, - "Node": "SolNode79", - "MissionType": "MT_INTEL", - "Modifier": "VoidT1", - "Hard": true - }, - { - "_id": { "$oid": "6462717d9a17bf4b58f42da1" }, - "Region": 9, - "Seed": 83346, - "Activation": { "$date": { "$numberLong": "1684173181847" } }, - "Expiry": { "$date": { "$numberLong": "1684177162835" } }, - "Node": "SolNode38", - "MissionType": "MT_MOBILE_DEFENSE", - "Modifier": "VoidT4", - "Hard": true - }, - { - "_id": { "$oid": "6462717d9a17bf4b58f42da2" }, - "Region": 11, - "Seed": 23791, - "Activation": { "$date": { "$numberLong": "1684173181847" } }, - "Expiry": { "$date": { "$numberLong": "1684178236276" } }, - "Node": "SolNode166", - "MissionType": "MT_SURVIVAL", - "Modifier": "VoidT4", - "Hard": true - }, - { - "_id": { "$oid": "6462726d531041a658636c7e" }, - "Region": 2, - "Seed": 110, - "Activation": { "$date": { "$numberLong": "1684173421795" } }, - "Expiry": { "$date": { "$numberLong": "1684177464571" } }, - "Node": "SolNode61", - "MissionType": "MT_SABOTAGE", - "Modifier": "VoidT1" - }, - { - "_id": { "$oid": "6462726d531041a658636c7f" }, - "Region": 4, - "Seed": 57014, - "Activation": { "$date": { "$numberLong": "1684173421795" } }, - "Expiry": { "$date": { "$numberLong": "1684180480504" } }, - "Node": "SolNode68", - "MissionType": "MT_MOBILE_DEFENSE", - "Modifier": "VoidT1" - }, - { - "_id": { "$oid": "6462726d531041a658636c80" }, - "Region": 3, - "Seed": 69063, - "Activation": { "$date": { "$numberLong": "1684173421795" } }, - "Expiry": { "$date": { "$numberLong": "1684180091866" } }, - "Node": "SolNode89", - "MissionType": "MT_EXTERMINATION", - "Modifier": "VoidT1" - }, - { - "_id": { "$oid": "646272aa88e6aa74be6fbfd8" }, - "Region": 13, - "Seed": 65267, - "Activation": { "$date": { "$numberLong": "1684173481988" } }, - "Expiry": { "$date": { "$numberLong": "1684179209996" } }, - "Node": "SolNode220", - "MissionType": "MT_SABOTAGE", - "Modifier": "VoidT3" - }, - { - "_id": { "$oid": "646272aa88e6aa74be6fbfd9" }, - "Region": 15, - "Seed": 98268, - "Activation": { "$date": { "$numberLong": "1684173481988" } }, - "Expiry": { "$date": { "$numberLong": "1684179339619" } }, - "Node": "SolNode412", - "MissionType": "MT_TERRITORY", - "Modifier": "VoidT3" - }, - { - "_id": { "$oid": "6462735d595b1fd6980f12b9" }, - "Region": 19, - "Seed": 41368, - "Activation": { "$date": { "$numberLong": "1684173661308" } }, - "Expiry": { "$date": { "$numberLong": "1684178998950" } }, - "Node": "SolNode746", - "MissionType": "MT_EXTERMINATION", - "Modifier": "VoidT5", - "Hard": true - } - ], - "GlobalUpgrades": [], - "FlashSales": [ - { - "TypeName": "/Lotus/Types/StoreItems/Packages/AOTZSupporterPackA", - "StartDate": { "$date": { "$numberLong": "1654560000000" } }, - "EndDate": { "$date": { "$numberLong": "1703980800000" } }, - "Featured": false, - "Popular": false, - "ShowInMarket": true, - "HideFromMarket": false, - "ShowWithRecommended": true, - "SupporterPack": true, - "VoidEclipse": false, - "BannerIndex": 999, - "Discount": 0, - "RegularOverride": 0, - "PremiumOverride": 1, - "BogoBuy": 0, - "BogoGet": 0 - }, - { - "TypeName": "/Lotus/Types/StoreItems/Packages/AOTZSupporterPackB", - "StartDate": { "$date": { "$numberLong": "1661173200000" } }, - "EndDate": { "$date": { "$numberLong": "1703980800000" } }, - "Featured": false, - "Popular": false, - "ShowInMarket": true, - "HideFromMarket": false, - "ShowWithRecommended": true, - "SupporterPack": true, - "VoidEclipse": false, - "BannerIndex": 999, - "Discount": 0, - "RegularOverride": 0, - "PremiumOverride": 1, - "BogoBuy": 0, - "BogoGet": 0 - }, - { - "TypeName": "/Lotus/Types/StoreItems/Packages/VeilbreakerSupporterPack", - "StartDate": { "$date": { "$numberLong": "1662422400000" } }, - "EndDate": { "$date": { "$numberLong": "1703980800000" } }, - "Featured": false, - "Popular": false, - "ShowInMarket": true, - "HideFromMarket": false, - "ShowWithRecommended": true, - "SupporterPack": true, - "VoidEclipse": false, - "BannerIndex": 999, - "Discount": 0, - "RegularOverride": 0, - "PremiumOverride": 1, - "BogoBuy": 0, - "BogoGet": 0 - }, - { - "TypeName": "/Lotus/Types/StoreItems/Packages/InitiateIIIPCPack", - "StartDate": { "$date": { "$numberLong": "1667347200000" } }, - "EndDate": { "$date": { "$numberLong": "1703980800000" } }, - "Featured": true, - "Popular": false, - "ShowInMarket": true, - "HideFromMarket": false, - "ShowWithRecommended": true, - "SupporterPack": true, - "VoidEclipse": false, - "BannerIndex": 5, - "Discount": 0, - "RegularOverride": 0, - "PremiumOverride": 1, - "BogoBuy": 0, - "BogoGet": 0 - }, - { - "TypeName": "/Lotus/Types/StoreItems/Packages/DeluxeBundles/TitaniaDeluxeIISkinBundle", - "StartDate": { "$date": { "$numberLong": "1675036800000" } }, - "EndDate": { "$date": { "$numberLong": "1703980800000" } }, - "Featured": false, - "Popular": true, - "ShowInMarket": true, - "HideFromMarket": false, - "ShowWithRecommended": true, - "SupporterPack": false, - "VoidEclipse": false, - "BannerIndex": 80, - "Discount": 0, - "RegularOverride": 0, - "PremiumOverride": 195, - "BogoBuy": 0, - "BogoGet": 0, - "UrlOverride": "" - }, - { - "TypeName": "/Lotus/Types/StoreItems/Packages/DeluxeBundles/XakuLotusDeluxeSkinBundle", - "StartDate": { "$date": { "$numberLong": "1675036800000" } }, - "EndDate": { "$date": { "$numberLong": "1703980800000" } }, - "Featured": false, - "Popular": true, - "ShowInMarket": true, - "HideFromMarket": false, - "ShowWithRecommended": true, - "SupporterPack": false, - "VoidEclipse": false, - "BannerIndex": 85, - "Discount": 0, - "RegularOverride": 0, - "PremiumOverride": 430, - "BogoBuy": 0, - "BogoGet": 0, - "UrlOverride": "" - }, - { - "TypeName": "/Lotus/Types/StoreItems/Packages/VorunaVoidshellSkinBundle", - "StartDate": { "$date": { "$numberLong": "1675036800000" } }, - "EndDate": { "$date": { "$numberLong": "1703980800000" } }, - "Featured": false, - "Popular": true, - "ShowInMarket": true, - "HideFromMarket": false, - "ShowWithRecommended": true, - "SupporterPack": false, - "VoidEclipse": false, - "BannerIndex": 90, - "Discount": 0, - "RegularOverride": 0, - "PremiumOverride": 90, - "BogoBuy": 0, - "BogoGet": 0, - "UrlOverride": "" - }, - { - "TypeName": "/Lotus/Types/StoreItems/Packages/DeluxeBundles/MesaVoltDeluxeSkinBundle", - "StartDate": { "$date": { "$numberLong": "1675036800000" } }, - "EndDate": { "$date": { "$numberLong": "1703980800000" } }, - "Featured": false, - "Popular": true, - "ShowInMarket": true, - "HideFromMarket": false, - "ShowWithRecommended": true, - "SupporterPack": false, - "VoidEclipse": false, - "BannerIndex": 95, - "Discount": 0, - "RegularOverride": 0, - "PremiumOverride": 260, - "BogoBuy": 0, - "BogoGet": 0, - "UrlOverride": "" - }, - { - "TypeName": "/Lotus/Types/Items/MiscItems/OrokinCatalyst", - "StartDate": { "$date": { "$numberLong": "1675036800000" } }, - "EndDate": { "$date": { "$numberLong": "1703980800000" } }, - "Featured": false, - "Popular": true, - "ShowInMarket": true, - "HideFromMarket": false, - "ShowWithRecommended": true, - "SupporterPack": false, - "VoidEclipse": false, - "BannerIndex": 105, - "Discount": 0, - "RegularOverride": 0, - "PremiumOverride": 20, - "BogoBuy": 0, - "BogoGet": 0, - "UrlOverride": "" - }, - { - "TypeName": "/Lotus/Powersuits/Werewolf/Werewolf", - "StartDate": { "$date": { "$numberLong": "1675036800000" } }, - "EndDate": { "$date": { "$numberLong": "1703980800000" } }, - "Featured": false, - "Popular": true, - "ShowInMarket": true, - "HideFromMarket": false, - "ShowWithRecommended": true, - "SupporterPack": false, - "VoidEclipse": false, - "BannerIndex": 100, - "Discount": 0, - "RegularOverride": 0, - "PremiumOverride": 325, - "BogoBuy": 0, - "BogoGet": 0, - "UrlOverride": "" - }, - { - "TypeName": "/Lotus/Types/StoreItems/Packages/FormaPack", - "StartDate": { "$date": { "$numberLong": "1675036800000" } }, - "EndDate": { "$date": { "$numberLong": "1703980800000" } }, - "Featured": false, - "Popular": true, - "ShowInMarket": true, - "HideFromMarket": false, - "ShowWithRecommended": true, - "SupporterPack": false, - "VoidEclipse": false, - "BannerIndex": 110, - "Discount": 0, - "RegularOverride": 0, - "PremiumOverride": 35, - "BogoBuy": 0, - "BogoGet": 0, - "UrlOverride": "" - }, - { - "TypeName": "/Lotus/Upgrades/Skins/Effects/NarmerEvolvingEphemeraA", - "StartDate": { "$date": { "$numberLong": "1675036800000" } }, - "EndDate": { "$date": { "$numberLong": "1703980800000" } }, - "Featured": false, - "Popular": true, - "ShowInMarket": true, - "HideFromMarket": false, - "ShowWithRecommended": true, - "SupporterPack": false, - "VoidEclipse": false, - "BannerIndex": 115, - "Discount": 0, - "RegularOverride": 0, - "PremiumOverride": 80, - "BogoBuy": 0, - "BogoGet": 0, - "UrlOverride": "" - }, - { - "TypeName": "/Lotus/Upgrades/Skins/Saryn/SarynLunarNewYearSkin", - "StartDate": { "$date": { "$numberLong": "1675036800000" } }, - "EndDate": { "$date": { "$numberLong": "1703980800000" } }, - "Featured": false, - "Popular": true, - "ShowInMarket": true, - "HideFromMarket": false, - "ShowWithRecommended": true, - "SupporterPack": false, - "VoidEclipse": false, - "BannerIndex": 120, - "Discount": 0, - "RegularOverride": 0, - "PremiumOverride": 165, - "BogoBuy": 0, - "BogoGet": 0, - "UrlOverride": "" - }, - { - "TypeName": "/Lotus/Types/StoreItems/Packages/PrimeAccess1Tier3StoreItem", - "StartDate": { "$date": { "$numberLong": "1678838400000" } }, - "EndDate": { "$date": { "$numberLong": "1693494000000" } }, - "Featured": false, - "Popular": false, - "ShowInMarket": true, - "HideFromMarket": false, - "ShowWithRecommended": true, - "SupporterPack": false, - "VoidEclipse": false, - "BannerIndex": 1, - "Discount": 0, - "RegularOverride": 0, - "PremiumOverride": 1, - "BogoBuy": 0, - "BogoGet": 0, - "UrlOverride": "" - }, - { - "TypeName": "/Lotus/Types/StoreItems/Packages/PrimeAccess1AccessoryStoreItem", - "StartDate": { "$date": { "$numberLong": "1678838400000" } }, - "EndDate": { "$date": { "$numberLong": "1693440000000" } }, - "Featured": false, - "Popular": false, - "ShowInMarket": true, - "HideFromMarket": false, - "ShowWithRecommended": true, - "SupporterPack": false, - "VoidEclipse": false, - "BannerIndex": 2, - "Discount": 0, - "RegularOverride": 0, - "PremiumOverride": 1, - "BogoBuy": 0, - "BogoGet": 0, - "UrlOverride": "" - }, - { - "TypeName": "/Lotus/Types/StoreItems/Packages/TwitchPrimeUdyatIridosSyandanaStoreItem", - "ShowInMarket": true, - "HideFromMarket": false, - "SupporterPack": false, - "Discount": 0, - "BogoBuy": 0, - "BogoGet": 0, - "PremiumOverride": 1, - "RegularOverride": 0, - "StartDate": { "$date": { "$numberLong": "1683828000000" } }, - "EndDate": { "$date": { "$numberLong": "1687110900000" } }, - "DefaultPremium": 1, - "DefaulRegular": 0, - "LocalizedItemName": "FREE WITH PRIME GAMING" - }, - { - "TypeName": "/Lotus/Types/StoreItems/Packages/TwitchPrimeUdyatIridosSyandanaStoreItemNoLogo", - "ShowInMarket": true, - "HideFromMarket": false, - "SupporterPack": false, - "Discount": 0, - "BogoBuy": 0, - "BogoGet": 0, - "PremiumOverride": 1, - "RegularOverride": 0, - "StartDate": { "$date": { "$numberLong": "1683828000000" } }, - "EndDate": { "$date": { "$numberLong": "1687110900000" } } - } - ], - "InGameMarket": { - "LandingPage": { - "Categories": [ + ], + "ActiveMissions": [ { - "CategoryName": "DUVIRI_PARADOX", - "Name": "/Lotus/Language/Store/Store_DuviriParadox", - "Icon": "duviriparadox", - "AddToMenu": true, - "Items": [ - "/Lotus/Types/StoreItems/Packages/RoyalSteedBundle", - "/Lotus/Types/StoreItems/Packages/DeluxeBundles/BaruukDeluxeSkinBundle", - "/Lotus/Types/StoreItems/Packages/DeluxeBundles/WispDeluxeSkinBundle", - "/Lotus/Types/StoreItems/Packages/VoidAdornmentIVBundle", - "/Lotus/Types/StoreItems/Packages/DuviriBundleFabledWarrior", - "/Lotus/Types/StoreItems/Packages/AdultOperatorSuitArabicBundle", - "/Lotus/Types/StoreItems/Packages/DuviriWeaponsBundle", - "/Lotus/StoreItems/Upgrades/Skins/Duviri/DuviriSwordTowerShieldSkin", - "/Lotus/StoreItems/Weapons/Tenno/Bows/DaxDuviriAsymetricalBow/DaxDuviriAsymmetricalLongBowPlayerWeapon", - "/Lotus/Types/StoreItems/Packages/DuviriHorseBundleAetigo", - "/Lotus/Types/StoreItems/Packages/DuviriHorseBundlePsyacus", - "/Lotus/Types/StoreItems/Packages/DuviriHorseBundleAccessories", - "/Lotus/Types/StoreItems/Packages/Tattoo/TattooBundleDuviri", - "/Lotus/StoreItems/Upgrades/Skins/Operator/Accessories/SWKatixEarAcc" - ] + "_id": { "$oid": "64626499487c49ad81bf65a7" }, + "Region": 19, + "Seed": 84961, + "Activation": { "$date": { "$numberLong": "1684169881425" } }, + "Expiry": { "$date": { "$numberLong": "1684176349746" } }, + "Node": "SolNode743", + "MissionType": "MT_MOBILE_DEFENSE", + "Modifier": "VoidT5" }, { - "CategoryName": "TENNOGEN", - "Name": "/Lotus/Language/Menu/Store_Tennogen", - "Icon": "tennogen", - "Items": [ - "/Lotus/StoreItems/Upgrades/Skins/Runner/SWGaussNitrolystSkin", - "/Lotus/StoreItems/Upgrades/Skins/Scarves/SWRetrorolystSyandana", - "/Lotus/StoreItems/Upgrades/Skins/BrokenFrame/SWXakuDeatheaSkin", - "/Lotus/StoreItems/Upgrades/Skins/Sentient/SWCalibanScionHelmet", - "/Lotus/StoreItems/Upgrades/Skins/Scarves/SWAlocanaSyandana", - "/Lotus/StoreItems/Upgrades/Skins/Operator/Accessories/SWKatixEarAcc" - ] + "_id": { "$oid": "64626499487c49ad81bf65a8" }, + "Region": 19, + "Seed": 79916, + "Activation": { "$date": { "$numberLong": "1684169881425" } }, + "Expiry": { "$date": { "$numberLong": "1684174188106" } }, + "Node": "SolNode745", + "MissionType": "MT_ARTIFACT", + "Modifier": "VoidT5" }, { - "CategoryName": "POPULAR", - "Name": "/Lotus/Language/Menu/StorePopular", - "Icon": "popular", - "Items": [ - "/Lotus/Types/StoreItems/Packages/TwitchPrimeUdyatIridosSyandanaStoreItem", - "/Lotus/Types/StoreItems/Packages/TwitchPrimeUdyatIridosSyandanaStoreItemNoLogo", - "/Lotus/Types/StoreItems/Packages/AdultOperatorSuitArabicBundle", - "/Lotus/Types/StoreItems/Packages/RoyalSteedBundle", - "/Lotus/Types/StoreItems/Packages/WarframeBundles/CitrineItemsBundle", - "/Lotus/Types/StoreItems/Packages/DuviriWeaponsBundle", - "/Lotus/Types/StoreItems/Packages/DeluxeBundles/MesaVoltDeluxeSkinBundle", - "/Lotus/StoreItems/Weapons/Tenno/Bows/DaxDuviriAsymetricalBow/DaxDuviriAsymmetricalLongBowPlayerWeapon", - "/Lotus/Types/StoreItems/Packages/DuvArmorBundle", - "/Lotus/Types/StoreItems/Packages/DeluxeBundles/TitaniaDeluxeIISkinBundle", - "/Lotus/Types/StoreItems/Packages/DuviriBundleFabledWarrior", - "/Lotus/Types/StoreItems/Packages/FormaPack", - "/Lotus/StoreItems/Types/Items/MiscItems/OrokinCatalyst" - ] + "_id": { "$oid": "64626499487c49ad81bf65a9" }, + "Region": 19, + "Seed": 21862, + "Activation": { "$date": { "$numberLong": "1684169881425" } }, + "Expiry": { "$date": { "$numberLong": "1684176133258" } }, + "Node": "SolNode741", + "MissionType": "MT_ASSAULT", + "Modifier": "VoidT5" }, { - "CategoryName": "DUVIRI_CHOICES", - "Name": "/Lotus/Language/Store/Store_DuviriChoices", - "Icon": "duvirichoices", - "AddToMenu": true, - "Items": [] + "_id": { "$oid": "6462698599eb460033331eb5" }, + "Region": 9, + "Seed": 37915, + "Activation": { "$date": { "$numberLong": "1684171141913" } }, + "Expiry": { "$date": { "$numberLong": "1684178172688" } }, + "Node": "SolNode56", + "MissionType": "MT_SABOTAGE", + "Modifier": "VoidT4" }, { - "CategoryName": "PREMIUM_BUNDLES", - "Name": "/Lotus/Language/Store/Store_PremiumBundles", - "Icon": "premiumbundles", - "Items": [ - "/Lotus/Types/StoreItems/Packages/PrimeAccess1Tier3StoreItem", - "/Lotus/Types/StoreItems/Packages/PrimeAccess1AccessoryStoreItem", - "/Lotus/Types/StoreItems/Packages/AOTZSupporterPackB", - "/Lotus/Types/StoreItems/Packages/VeilbreakerSupporterPack", - "/Lotus/Types/StoreItems/Packages/InitiateIIIPCPack" - ] + "_id": { "$oid": "6462698599eb460033331eb6" }, + "Region": 12, + "Seed": 71738, + "Activation": { "$date": { "$numberLong": "1684171141913" } }, + "Expiry": { "$date": { "$numberLong": "1684178224146" } }, + "Node": "SolNode177", + "MissionType": "MT_ARTIFACT", + "Modifier": "VoidT4" }, - { "CategoryName": "WISH_LIST", "Name": "/Lotus/Language/Menu/Store_Wishlist", "Icon": "wishlist", "Items": [] } - ] - } - }, - "Invasions": [ - { - "_id": { "$oid": "645fb07dae4175e0955124cc" }, - "Faction": "FC_CORPUS", - "DefenderFaction": "FC_GRINEER", - "Node": "SolNode181", - "Count": -24166, - "Goal": 43000, - "LocTag": "/Lotus/Language/Menu/CorpusInvasionGeneric", - "Completed": false, - "ChainID": { "$oid": "645fb07dae4175e0955124cc" }, - "AttackerReward": { - "countedItems": [ - { "ItemType": "/Lotus/Types/Recipes/Weapons/WeaponParts/SnipetronVandalReceiver", "ItemCount": 1 } + { + "_id": { "$oid": "64626a75860d8a695596e882" }, + "Region": 16, + "Seed": 82578, + "Activation": { "$date": { "$numberLong": "1684171381174" } }, + "Expiry": { "$date": { "$numberLong": "1684178111718" } }, + "Node": "SettlementNode3", + "MissionType": "MT_SURVIVAL", + "Modifier": "VoidT2" + }, + { + "_id": { "$oid": "64626ab1b92222873a06dd8d" }, + "Region": 10, + "Seed": 43676, + "Activation": { "$date": { "$numberLong": "1684171441346" } }, + "Expiry": { "$date": { "$numberLong": "1684178603970" } }, + "Node": "SolNode140", + "MissionType": "MT_MOBILE_DEFENSE", + "Modifier": "VoidT2", + "Hard": true + }, + { + "_id": { "$oid": "64626ab1b92222873a06dd8e" }, + "Region": 6, + "Seed": 30587, + "Activation": { "$date": { "$numberLong": "1684171441346" } }, + "Expiry": { "$date": { "$numberLong": "1684175745872" } }, + "Node": "SolNode31", + "MissionType": "MT_RESCUE", + "Modifier": "VoidT2", + "Hard": true + }, + { + "_id": { "$oid": "64626e365fe8c70d0a5550dc" }, + "Region": 7, + "Seed": 20823, + "Activation": { "$date": { "$numberLong": "1684172342105" } }, + "Expiry": { "$date": { "$numberLong": "1684178830943" } }, + "Node": "SolNode64", + "MissionType": "MT_TERRITORY", + "Modifier": "VoidT3", + "Hard": true + }, + { + "_id": { "$oid": "64626e365fe8c70d0a5550dd" }, + "Region": 13, + "Seed": 87157, + "Activation": { "$date": { "$numberLong": "1684172342105" } }, + "Expiry": { "$date": { "$numberLong": "1684177783366" } }, + "Node": "SolNode217", + "MissionType": "MT_RESCUE", + "Modifier": "VoidT3", + "Hard": true + }, + { + "_id": { "$oid": "64626fd99040eb8627dc8b1b" }, + "Region": 2, + "Seed": 72372, + "Activation": { "$date": { "$numberLong": "1684172761694" } }, + "Expiry": { "$date": { "$numberLong": "1684176820429" } }, + "Node": "SolNode23", + "MissionType": "MT_TERRITORY", + "Modifier": "VoidT1", + "Hard": true + }, + { + "_id": { "$oid": "64626fd99040eb8627dc8b1c" }, + "Region": 3, + "Seed": 848, + "Activation": { "$date": { "$numberLong": "1684172761694" } }, + "Expiry": { "$date": { "$numberLong": "1684177551793" } }, + "Node": "SolNode79", + "MissionType": "MT_INTEL", + "Modifier": "VoidT1", + "Hard": true + }, + { + "_id": { "$oid": "6462717d9a17bf4b58f42da1" }, + "Region": 9, + "Seed": 83346, + "Activation": { "$date": { "$numberLong": "1684173181847" } }, + "Expiry": { "$date": { "$numberLong": "1684177162835" } }, + "Node": "SolNode38", + "MissionType": "MT_MOBILE_DEFENSE", + "Modifier": "VoidT4", + "Hard": true + }, + { + "_id": { "$oid": "6462717d9a17bf4b58f42da2" }, + "Region": 11, + "Seed": 23791, + "Activation": { "$date": { "$numberLong": "1684173181847" } }, + "Expiry": { "$date": { "$numberLong": "1684178236276" } }, + "Node": "SolNode166", + "MissionType": "MT_SURVIVAL", + "Modifier": "VoidT4", + "Hard": true + }, + { + "_id": { "$oid": "6462726d531041a658636c7e" }, + "Region": 2, + "Seed": 110, + "Activation": { "$date": { "$numberLong": "1684173421795" } }, + "Expiry": { "$date": { "$numberLong": "1684177464571" } }, + "Node": "SolNode61", + "MissionType": "MT_SABOTAGE", + "Modifier": "VoidT1" + }, + { + "_id": { "$oid": "6462726d531041a658636c7f" }, + "Region": 4, + "Seed": 57014, + "Activation": { "$date": { "$numberLong": "1684173421795" } }, + "Expiry": { "$date": { "$numberLong": "1684180480504" } }, + "Node": "SolNode68", + "MissionType": "MT_MOBILE_DEFENSE", + "Modifier": "VoidT1" + }, + { + "_id": { "$oid": "6462726d531041a658636c80" }, + "Region": 3, + "Seed": 69063, + "Activation": { "$date": { "$numberLong": "1684173421795" } }, + "Expiry": { "$date": { "$numberLong": "1684180091866" } }, + "Node": "SolNode89", + "MissionType": "MT_EXTERMINATION", + "Modifier": "VoidT1" + }, + { + "_id": { "$oid": "646272aa88e6aa74be6fbfd8" }, + "Region": 13, + "Seed": 65267, + "Activation": { "$date": { "$numberLong": "1684173481988" } }, + "Expiry": { "$date": { "$numberLong": "1684179209996" } }, + "Node": "SolNode220", + "MissionType": "MT_SABOTAGE", + "Modifier": "VoidT3" + }, + { + "_id": { "$oid": "646272aa88e6aa74be6fbfd9" }, + "Region": 15, + "Seed": 98268, + "Activation": { "$date": { "$numberLong": "1684173481988" } }, + "Expiry": { "$date": { "$numberLong": "1684179339619" } }, + "Node": "SolNode412", + "MissionType": "MT_TERRITORY", + "Modifier": "VoidT3" + }, + { + "_id": { "$oid": "6462735d595b1fd6980f12b9" }, + "Region": 19, + "Seed": 41368, + "Activation": { "$date": { "$numberLong": "1684173661308" } }, + "Expiry": { "$date": { "$numberLong": "1684178998950" } }, + "Node": "SolNode746", + "MissionType": "MT_EXTERMINATION", + "Modifier": "VoidT5", + "Hard": true + } + ], + "GlobalUpgrades": [], + "FlashSales": [ + { + "TypeName": "/Lotus/Types/StoreItems/Packages/AOTZSupporterPackA", + "StartDate": { "$date": { "$numberLong": "1654560000000" } }, + "EndDate": { "$date": { "$numberLong": "1703980800000" } }, + "Featured": false, + "Popular": false, + "ShowInMarket": true, + "HideFromMarket": false, + "ShowWithRecommended": true, + "SupporterPack": true, + "VoidEclipse": false, + "BannerIndex": 999, + "Discount": 0, + "RegularOverride": 0, + "PremiumOverride": 1, + "BogoBuy": 0, + "BogoGet": 0 + }, + { + "TypeName": "/Lotus/Types/StoreItems/Packages/AOTZSupporterPackB", + "StartDate": { "$date": { "$numberLong": "1661173200000" } }, + "EndDate": { "$date": { "$numberLong": "1703980800000" } }, + "Featured": false, + "Popular": false, + "ShowInMarket": true, + "HideFromMarket": false, + "ShowWithRecommended": true, + "SupporterPack": true, + "VoidEclipse": false, + "BannerIndex": 999, + "Discount": 0, + "RegularOverride": 0, + "PremiumOverride": 1, + "BogoBuy": 0, + "BogoGet": 0 + }, + { + "TypeName": "/Lotus/Types/StoreItems/Packages/VeilbreakerSupporterPack", + "StartDate": { "$date": { "$numberLong": "1662422400000" } }, + "EndDate": { "$date": { "$numberLong": "1703980800000" } }, + "Featured": false, + "Popular": false, + "ShowInMarket": true, + "HideFromMarket": false, + "ShowWithRecommended": true, + "SupporterPack": true, + "VoidEclipse": false, + "BannerIndex": 999, + "Discount": 0, + "RegularOverride": 0, + "PremiumOverride": 1, + "BogoBuy": 0, + "BogoGet": 0 + }, + { + "TypeName": "/Lotus/Types/StoreItems/Packages/InitiateIIIPCPack", + "StartDate": { "$date": { "$numberLong": "1667347200000" } }, + "EndDate": { "$date": { "$numberLong": "1703980800000" } }, + "Featured": true, + "Popular": false, + "ShowInMarket": true, + "HideFromMarket": false, + "ShowWithRecommended": true, + "SupporterPack": true, + "VoidEclipse": false, + "BannerIndex": 5, + "Discount": 0, + "RegularOverride": 0, + "PremiumOverride": 1, + "BogoBuy": 0, + "BogoGet": 0 + }, + { + "TypeName": "/Lotus/Types/StoreItems/Packages/DeluxeBundles/TitaniaDeluxeIISkinBundle", + "StartDate": { "$date": { "$numberLong": "1675036800000" } }, + "EndDate": { "$date": { "$numberLong": "1703980800000" } }, + "Featured": false, + "Popular": true, + "ShowInMarket": true, + "HideFromMarket": false, + "ShowWithRecommended": true, + "SupporterPack": false, + "VoidEclipse": false, + "BannerIndex": 80, + "Discount": 0, + "RegularOverride": 0, + "PremiumOverride": 195, + "BogoBuy": 0, + "BogoGet": 0, + "UrlOverride": "" + }, + { + "TypeName": "/Lotus/Types/StoreItems/Packages/DeluxeBundles/XakuLotusDeluxeSkinBundle", + "StartDate": { "$date": { "$numberLong": "1675036800000" } }, + "EndDate": { "$date": { "$numberLong": "1703980800000" } }, + "Featured": false, + "Popular": true, + "ShowInMarket": true, + "HideFromMarket": false, + "ShowWithRecommended": true, + "SupporterPack": false, + "VoidEclipse": false, + "BannerIndex": 85, + "Discount": 0, + "RegularOverride": 0, + "PremiumOverride": 430, + "BogoBuy": 0, + "BogoGet": 0, + "UrlOverride": "" + }, + { + "TypeName": "/Lotus/Types/StoreItems/Packages/VorunaVoidshellSkinBundle", + "StartDate": { "$date": { "$numberLong": "1675036800000" } }, + "EndDate": { "$date": { "$numberLong": "1703980800000" } }, + "Featured": false, + "Popular": true, + "ShowInMarket": true, + "HideFromMarket": false, + "ShowWithRecommended": true, + "SupporterPack": false, + "VoidEclipse": false, + "BannerIndex": 90, + "Discount": 0, + "RegularOverride": 0, + "PremiumOverride": 90, + "BogoBuy": 0, + "BogoGet": 0, + "UrlOverride": "" + }, + { + "TypeName": "/Lotus/Types/StoreItems/Packages/DeluxeBundles/MesaVoltDeluxeSkinBundle", + "StartDate": { "$date": { "$numberLong": "1675036800000" } }, + "EndDate": { "$date": { "$numberLong": "1703980800000" } }, + "Featured": false, + "Popular": true, + "ShowInMarket": true, + "HideFromMarket": false, + "ShowWithRecommended": true, + "SupporterPack": false, + "VoidEclipse": false, + "BannerIndex": 95, + "Discount": 0, + "RegularOverride": 0, + "PremiumOverride": 260, + "BogoBuy": 0, + "BogoGet": 0, + "UrlOverride": "" + }, + { + "TypeName": "/Lotus/Types/Items/MiscItems/OrokinCatalyst", + "StartDate": { "$date": { "$numberLong": "1675036800000" } }, + "EndDate": { "$date": { "$numberLong": "1703980800000" } }, + "Featured": false, + "Popular": true, + "ShowInMarket": true, + "HideFromMarket": false, + "ShowWithRecommended": true, + "SupporterPack": false, + "VoidEclipse": false, + "BannerIndex": 105, + "Discount": 0, + "RegularOverride": 0, + "PremiumOverride": 20, + "BogoBuy": 0, + "BogoGet": 0, + "UrlOverride": "" + }, + { + "TypeName": "/Lotus/Powersuits/Werewolf/Werewolf", + "StartDate": { "$date": { "$numberLong": "1675036800000" } }, + "EndDate": { "$date": { "$numberLong": "1703980800000" } }, + "Featured": false, + "Popular": true, + "ShowInMarket": true, + "HideFromMarket": false, + "ShowWithRecommended": true, + "SupporterPack": false, + "VoidEclipse": false, + "BannerIndex": 100, + "Discount": 0, + "RegularOverride": 0, + "PremiumOverride": 325, + "BogoBuy": 0, + "BogoGet": 0, + "UrlOverride": "" + }, + { + "TypeName": "/Lotus/Types/StoreItems/Packages/FormaPack", + "StartDate": { "$date": { "$numberLong": "1675036800000" } }, + "EndDate": { "$date": { "$numberLong": "1703980800000" } }, + "Featured": false, + "Popular": true, + "ShowInMarket": true, + "HideFromMarket": false, + "ShowWithRecommended": true, + "SupporterPack": false, + "VoidEclipse": false, + "BannerIndex": 110, + "Discount": 0, + "RegularOverride": 0, + "PremiumOverride": 35, + "BogoBuy": 0, + "BogoGet": 0, + "UrlOverride": "" + }, + { + "TypeName": "/Lotus/Upgrades/Skins/Effects/NarmerEvolvingEphemeraA", + "StartDate": { "$date": { "$numberLong": "1675036800000" } }, + "EndDate": { "$date": { "$numberLong": "1703980800000" } }, + "Featured": false, + "Popular": true, + "ShowInMarket": true, + "HideFromMarket": false, + "ShowWithRecommended": true, + "SupporterPack": false, + "VoidEclipse": false, + "BannerIndex": 115, + "Discount": 0, + "RegularOverride": 0, + "PremiumOverride": 80, + "BogoBuy": 0, + "BogoGet": 0, + "UrlOverride": "" + }, + { + "TypeName": "/Lotus/Upgrades/Skins/Saryn/SarynLunarNewYearSkin", + "StartDate": { "$date": { "$numberLong": "1675036800000" } }, + "EndDate": { "$date": { "$numberLong": "1703980800000" } }, + "Featured": false, + "Popular": true, + "ShowInMarket": true, + "HideFromMarket": false, + "ShowWithRecommended": true, + "SupporterPack": false, + "VoidEclipse": false, + "BannerIndex": 120, + "Discount": 0, + "RegularOverride": 0, + "PremiumOverride": 165, + "BogoBuy": 0, + "BogoGet": 0, + "UrlOverride": "" + }, + { + "TypeName": "/Lotus/Types/StoreItems/Packages/PrimeAccess1Tier3StoreItem", + "StartDate": { "$date": { "$numberLong": "1678838400000" } }, + "EndDate": { "$date": { "$numberLong": "1693494000000" } }, + "Featured": false, + "Popular": false, + "ShowInMarket": true, + "HideFromMarket": false, + "ShowWithRecommended": true, + "SupporterPack": false, + "VoidEclipse": false, + "BannerIndex": 1, + "Discount": 0, + "RegularOverride": 0, + "PremiumOverride": 1, + "BogoBuy": 0, + "BogoGet": 0, + "UrlOverride": "" + }, + { + "TypeName": "/Lotus/Types/StoreItems/Packages/PrimeAccess1AccessoryStoreItem", + "StartDate": { "$date": { "$numberLong": "1678838400000" } }, + "EndDate": { "$date": { "$numberLong": "1693440000000" } }, + "Featured": false, + "Popular": false, + "ShowInMarket": true, + "HideFromMarket": false, + "ShowWithRecommended": true, + "SupporterPack": false, + "VoidEclipse": false, + "BannerIndex": 2, + "Discount": 0, + "RegularOverride": 0, + "PremiumOverride": 1, + "BogoBuy": 0, + "BogoGet": 0, + "UrlOverride": "" + }, + { + "TypeName": "/Lotus/Types/StoreItems/Packages/TwitchPrimeUdyatIridosSyandanaStoreItem", + "ShowInMarket": true, + "HideFromMarket": false, + "SupporterPack": false, + "Discount": 0, + "BogoBuy": 0, + "BogoGet": 0, + "PremiumOverride": 1, + "RegularOverride": 0, + "StartDate": { "$date": { "$numberLong": "1683828000000" } }, + "EndDate": { "$date": { "$numberLong": "1687110900000" } }, + "DefaultPremium": 1, + "DefaulRegular": 0, + "LocalizedItemName": "FREE WITH PRIME GAMING" + }, + { + "TypeName": "/Lotus/Types/StoreItems/Packages/TwitchPrimeUdyatIridosSyandanaStoreItemNoLogo", + "ShowInMarket": true, + "HideFromMarket": false, + "SupporterPack": false, + "Discount": 0, + "BogoBuy": 0, + "BogoGet": 0, + "PremiumOverride": 1, + "RegularOverride": 0, + "StartDate": { "$date": { "$numberLong": "1683828000000" } }, + "EndDate": { "$date": { "$numberLong": "1687110900000" } } + } + ], + "InGameMarket": { + "LandingPage": { + "Categories": [ + { + "CategoryName": "DUVIRI_PARADOX", + "Name": "/Lotus/Language/Store/Store_DuviriParadox", + "Icon": "duviriparadox", + "AddToMenu": true, + "Items": [ + "/Lotus/Types/StoreItems/Packages/RoyalSteedBundle", + "/Lotus/Types/StoreItems/Packages/DeluxeBundles/BaruukDeluxeSkinBundle", + "/Lotus/Types/StoreItems/Packages/DeluxeBundles/WispDeluxeSkinBundle", + "/Lotus/Types/StoreItems/Packages/VoidAdornmentIVBundle", + "/Lotus/Types/StoreItems/Packages/DuviriBundleFabledWarrior", + "/Lotus/Types/StoreItems/Packages/AdultOperatorSuitArabicBundle", + "/Lotus/Types/StoreItems/Packages/DuviriWeaponsBundle", + "/Lotus/StoreItems/Upgrades/Skins/Duviri/DuviriSwordTowerShieldSkin", + "/Lotus/StoreItems/Weapons/Tenno/Bows/DaxDuviriAsymetricalBow/DaxDuviriAsymmetricalLongBowPlayerWeapon", + "/Lotus/Types/StoreItems/Packages/DuviriHorseBundleAetigo", + "/Lotus/Types/StoreItems/Packages/DuviriHorseBundlePsyacus", + "/Lotus/Types/StoreItems/Packages/DuviriHorseBundleAccessories", + "/Lotus/Types/StoreItems/Packages/Tattoo/TattooBundleDuviri", + "/Lotus/StoreItems/Upgrades/Skins/Operator/Accessories/SWKatixEarAcc" + ] + }, + { + "CategoryName": "TENNOGEN", + "Name": "/Lotus/Language/Menu/Store_Tennogen", + "Icon": "tennogen", + "Items": [ + "/Lotus/StoreItems/Upgrades/Skins/Runner/SWGaussNitrolystSkin", + "/Lotus/StoreItems/Upgrades/Skins/Scarves/SWRetrorolystSyandana", + "/Lotus/StoreItems/Upgrades/Skins/BrokenFrame/SWXakuDeatheaSkin", + "/Lotus/StoreItems/Upgrades/Skins/Sentient/SWCalibanScionHelmet", + "/Lotus/StoreItems/Upgrades/Skins/Scarves/SWAlocanaSyandana", + "/Lotus/StoreItems/Upgrades/Skins/Operator/Accessories/SWKatixEarAcc" + ] + }, + { + "CategoryName": "POPULAR", + "Name": "/Lotus/Language/Menu/StorePopular", + "Icon": "popular", + "Items": [ + "/Lotus/Types/StoreItems/Packages/TwitchPrimeUdyatIridosSyandanaStoreItem", + "/Lotus/Types/StoreItems/Packages/TwitchPrimeUdyatIridosSyandanaStoreItemNoLogo", + "/Lotus/Types/StoreItems/Packages/AdultOperatorSuitArabicBundle", + "/Lotus/Types/StoreItems/Packages/RoyalSteedBundle", + "/Lotus/Types/StoreItems/Packages/WarframeBundles/CitrineItemsBundle", + "/Lotus/Types/StoreItems/Packages/DuviriWeaponsBundle", + "/Lotus/Types/StoreItems/Packages/DeluxeBundles/MesaVoltDeluxeSkinBundle", + "/Lotus/StoreItems/Weapons/Tenno/Bows/DaxDuviriAsymetricalBow/DaxDuviriAsymmetricalLongBowPlayerWeapon", + "/Lotus/Types/StoreItems/Packages/DuvArmorBundle", + "/Lotus/Types/StoreItems/Packages/DeluxeBundles/TitaniaDeluxeIISkinBundle", + "/Lotus/Types/StoreItems/Packages/DuviriBundleFabledWarrior", + "/Lotus/Types/StoreItems/Packages/FormaPack", + "/Lotus/StoreItems/Types/Items/MiscItems/OrokinCatalyst" + ] + }, + { + "CategoryName": "DUVIRI_CHOICES", + "Name": "/Lotus/Language/Store/Store_DuviriChoices", + "Icon": "duvirichoices", + "AddToMenu": true, + "Items": [] + }, + { + "CategoryName": "PREMIUM_BUNDLES", + "Name": "/Lotus/Language/Store/Store_PremiumBundles", + "Icon": "premiumbundles", + "Items": [ + "/Lotus/Types/StoreItems/Packages/PrimeAccess1Tier3StoreItem", + "/Lotus/Types/StoreItems/Packages/PrimeAccess1AccessoryStoreItem", + "/Lotus/Types/StoreItems/Packages/AOTZSupporterPackB", + "/Lotus/Types/StoreItems/Packages/VeilbreakerSupporterPack", + "/Lotus/Types/StoreItems/Packages/InitiateIIIPCPack" + ] + }, + { + "CategoryName": "WISH_LIST", + "Name": "/Lotus/Language/Menu/Store_Wishlist", + "Icon": "wishlist", + "Items": [] + } + ] + } + }, + "Invasions": [ + { + "_id": { "$oid": "645fb07dae4175e0955124cc" }, + "Faction": "FC_CORPUS", + "DefenderFaction": "FC_GRINEER", + "Node": "SolNode181", + "Count": -24166, + "Goal": 43000, + "LocTag": "/Lotus/Language/Menu/CorpusInvasionGeneric", + "Completed": false, + "ChainID": { "$oid": "645fb07dae4175e0955124cc" }, + "AttackerReward": { + "countedItems": [ + { "ItemType": "/Lotus/Types/Recipes/Weapons/WeaponParts/SnipetronVandalReceiver", "ItemCount": 1 } + ] + }, + "AttackerMissionInfo": { "seed": 681039, "faction": "FC_GRINEER" }, + "DefenderReward": { + "countedItems": [ + { "ItemType": "/Lotus/Types/Recipes/Weapons/GrineerCombatKnifeSortieBlueprint", "ItemCount": 1 } + ] + }, + "DefenderMissionInfo": { "seed": 563914, "faction": "FC_CORPUS" }, + "Activation": { "$date": { "$numberLong": "1684041542357" } } + }, + { + "_id": { "$oid": "646101fe9691a8bbcb55c3c4" }, + "Faction": "FC_GRINEER", + "DefenderFaction": "FC_CORPUS", + "Node": "SolNode88", + "Count": 1999, + "Goal": 42000, + "LocTag": "/Lotus/Language/Menu/GrineerInvasionGeneric", + "Completed": false, + "ChainID": { "$oid": "646101fe9691a8bbcb55c3c4" }, + "AttackerReward": { + "countedItems": [ + { + "ItemType": "/Lotus/Types/Recipes/Weapons/WeaponParts/GrineerCombatKnifeHeatsink", + "ItemCount": 1 + } + ] + }, + "AttackerMissionInfo": { "seed": 807737, "faction": "FC_CORPUS" }, + "DefenderReward": { + "countedItems": [ + { "ItemType": "/Lotus/Types/Recipes/Weapons/SnipetronVandalBlueprint", "ItemCount": 1 } + ] + }, + "DefenderMissionInfo": { "seed": 977649, "faction": "FC_GRINEER" }, + "Activation": { "$date": { "$numberLong": "1684151815904" } } + }, + { + "_id": { "$oid": "64613eed44967c3cb337c814" }, + "Faction": "FC_INFESTATION", + "DefenderFaction": "FC_CORPUS", + "Node": "SettlementNode20", + "Count": -22519, + "Goal": 30000, + "LocTag": "/Lotus/Language/Menu/InfestedInvasionBoss", + "Completed": false, + "ChainID": { "$oid": "64610c89252a577ba6a1037f" }, + "AttackerReward": [], + "AttackerMissionInfo": { "seed": 791152, "faction": "FC_CORPUS" }, + "DefenderReward": { + "countedItems": [{ "ItemType": "/Lotus/Types/Items/MiscItems/InfestedAladCoordinate", "ItemCount": 1 }] + }, + "DefenderMissionInfo": { "seed": 718522, "faction": "FC_INFESTATION", "missionReward": [] }, + "Activation": { "$date": { "$numberLong": "1684094701146" } } + }, + { + "_id": { "$oid": "64616b751d015ec90a210390" }, + "Faction": "FC_INFESTATION", + "DefenderFaction": "FC_CORPUS", + "Node": "SolNode2", + "Count": -33351, + "Goal": 33000, + "LocTag": "/Lotus/Language/Menu/InfestedInvasionGeneric", + "Completed": true, + "ChainID": { "$oid": "64616b751d015ec90a210390" }, + "AttackerReward": [], + "AttackerMissionInfo": { "seed": 647299, "faction": "FC_CORPUS" }, + "DefenderReward": { + "countedItems": [{ "ItemType": "/Lotus/Types/Items/Research/EnergyComponent", "ItemCount": 3 }] + }, + "DefenderMissionInfo": { "seed": 742879, "faction": "FC_INFESTATION" }, + "Activation": { "$date": { "$numberLong": "1684112165933" } } + }, + { + "_id": { "$oid": "6461abe9f095d27b7d58b85d" }, + "Faction": "FC_INFESTATION", + "DefenderFaction": "FC_CORPUS", + "Node": "SolNode101", + "Count": -50443, + "Goal": 50000, + "LocTag": "/Lotus/Language/Menu/InfestedInvasionGeneric", + "Completed": true, + "ChainID": { "$oid": "64616b751d015ec90a210390" }, + "AttackerReward": [], + "AttackerMissionInfo": { "seed": 171724, "faction": "FC_CORPUS" }, + "DefenderReward": { + "countedItems": [{ "ItemType": "/Lotus/Types/Items/Research/BioComponent", "ItemCount": 1 }] + }, + "DefenderMissionInfo": { "seed": 425227, "faction": "FC_INFESTATION" }, + "Activation": { "$date": { "$numberLong": "1684122601447" } } + }, + { + "_id": { "$oid": "6461abe9f095d27b7d58b85e" }, + "Faction": "FC_INFESTATION", + "DefenderFaction": "FC_CORPUS", + "Node": "SolNode104", + "Count": -19314, + "Goal": 30000, + "LocTag": "/Lotus/Language/Menu/InfestedInvasionBoss", + "Completed": false, + "ChainID": { "$oid": "64616b751d015ec90a210390" }, + "AttackerReward": [], + "AttackerMissionInfo": { "seed": 895670, "faction": "FC_CORPUS" }, + "DefenderReward": { + "countedItems": [{ "ItemType": "/Lotus/Types/Items/Research/EnergyComponent", "ItemCount": 3 }] + }, + "DefenderMissionInfo": { "seed": 842073, "faction": "FC_INFESTATION", "missionReward": [] }, + "Activation": { "$date": { "$numberLong": "1684122601447" } } + }, + { + "_id": { "$oid": "6461ccb91363cb8064240e50" }, + "Faction": "FC_INFESTATION", + "DefenderFaction": "FC_CORPUS", + "Node": "SolNode66", + "Count": -41379, + "Goal": 41000, + "LocTag": "/Lotus/Language/Menu/InfestedInvasionGeneric", + "Completed": true, + "ChainID": { "$oid": "64616b751d015ec90a210390" }, + "AttackerReward": [], + "AttackerMissionInfo": { "seed": 327151, "faction": "FC_CORPUS" }, + "DefenderReward": { + "countedItems": [{ "ItemType": "/Lotus/Types/Items/Research/EnergyComponent", "ItemCount": 3 }] + }, + "DefenderMissionInfo": { "seed": 51333, "faction": "FC_INFESTATION" }, + "Activation": { "$date": { "$numberLong": "1684131001372" } } + } + ], + "HubEvents": [], + "NodeOverrides": [ + { "_id": { "$oid": "549b18e9b029cef5991d6aec" }, "Node": "EuropaHUB", "Hide": true }, + { "_id": { "$oid": "54a1737aeb658f6cbccf70ff" }, "Node": "ErisHUB", "Hide": true }, + { "_id": { "$oid": "54a736ddec12f80bd6e9e326" }, "Node": "VenusHUB", "Hide": true }, + { "_id": { "$oid": "5ad9f9bb6df82a56eabf3d44" }, "Node": "SolNode802", "Seed": 9488862 }, + { + "_id": { "$oid": "5b8817c2bd4f253264d6aa91" }, + "Node": "EarthHUB", + "Hide": false, + "LevelOverride": "/Lotus/Levels/Proc/Hub/RelayStationHubTwoB", + "Activation": { "$date": { "$numberLong": "1535646600000" } } + }, + { + "_id": { "$oid": "5d24d1f674491d51f8d44473" }, + "Node": "MercuryHUB", + "Hide": true, + "LevelOverride": "/Lotus/Levels/Proc/Hub/RelayStationHubHydroid", + "Activation": { "$date": { "$numberLong": "1563030000000" } } + } + ], + "VoidTraders": [ + { + "_id": { "$oid": "5d1e07a0a38e4a4fdd7cefca" }, + "Activation": { "$date": { "$numberLong": "1684501200000" } }, + "Expiry": { "$date": { "$numberLong": "1684674000000" } }, + "Character": "Baro'Ki Teel", + "Node": "MercuryHUB" + } + ], + "PrimeVaultTraders": [ + { + "_id": { "$oid": "631f8c4ac36af423770eaa97" }, + "Activation": { "$date": { "$numberLong": "1683223200000" } }, + "Completed": false, + "InitialStartDate": { "$date": { "$numberLong": "1662738144266" } }, + "Node": "TradeHUB1", + "Manifest": [ + { + "ItemType": "/Lotus/Types/StoreItems/Packages/MegaPrimeVault/MPVNovaPrimeSinglePack", + "PrimePrice": 6 + }, + { + "ItemType": "/Lotus/Types/StoreItems/Packages/MegaPrimeVault/MPVNovaTrinityPrimeDualPack", + "PrimePrice": 10 + }, + { + "ItemType": "/Lotus/Types/StoreItems/Packages/MegaPrimeVault/MPVTrinityPrimeSinglePack", + "PrimePrice": 6 + }, + { "ItemType": "/Lotus/StoreItems/Powersuits/AntiMatter/NovaPrime", "PrimePrice": 3 }, + { "ItemType": "/Lotus/Types/StoreItems/Packages/MegaPrimeVault/MPVEdoPrimeArmorSet", "PrimePrice": 2 }, + { "ItemType": "/Lotus/StoreItems/Upgrades/Skins/Sigils/PrimeAccessSigilFive", "PrimePrice": 1 }, + { "ItemType": "/Lotus/StoreItems/Weapons/Tenno/Pistols/PrimeVasto/PrimeVastoPistol", "PrimePrice": 2 }, + { "ItemType": "/Lotus/StoreItems/Weapons/Tenno/LongGuns/PrimeSoma/PrimeSomaRifle", "PrimePrice": 2 }, + { "ItemType": "/Lotus/StoreItems/Powersuits/Trinity/TrinityPrime", "PrimePrice": 3 }, + { + "ItemType": "/Lotus/Types/StoreItems/Packages/MegaPrimeVault/MPVKavasaPrimeKubrowArmor", + "PrimePrice": 2 + }, + { + "ItemType": "/Lotus/StoreItems/Upgrades/Skins/MeleeDangles/ScrollingPrimeMeleeDangle", + "PrimePrice": 1 + }, + { "ItemType": "/Lotus/StoreItems/Weapons/Tenno/Melee/PrimeDualKamas/PrimeDualKamas", "PrimePrice": 2 }, + { "ItemType": "/Lotus/StoreItems/Types/Items/ShipDecos/NovaPrimeBobbleHead", "PrimePrice": 1 }, + { "ItemType": "/Lotus/StoreItems/Types/Items/ShipDecos/TrinityPrimeBobbleHead", "PrimePrice": 1 }, + { + "ItemType": "/Lotus/StoreItems/Types/Game/Projections/T1VoidProjectionNovaTrinityVaultABronze", + "RegularPrice": 1 + }, + { + "ItemType": "/Lotus/StoreItems/Types/Game/Projections/T2VoidProjectionNovaTrinityVaultABronze", + "RegularPrice": 1 + }, + { + "ItemType": "/Lotus/StoreItems/Types/Game/Projections/T3VoidProjectionNovaTrinityVaultABronze", + "RegularPrice": 1 + }, + { + "ItemType": "/Lotus/StoreItems/Types/Game/Projections/T4VoidProjectionNovaTrinityVaultABronze", + "RegularPrice": 1 + } + ], + "Expiry": { "$date": { "$numberLong": "1685718000000" } }, + "EvergreenManifest": [ + { "ItemType": "/Lotus/StoreItems/Weapons/Tenno/LongGuns/PrimeBurston/PrimeBurston", "PrimePrice": 2 }, + { "ItemType": "/Lotus/StoreItems/Weapons/Tenno/Rifle/BratonPrime", "PrimePrice": 1 }, + { "ItemType": "/Lotus/StoreItems/Weapons/Tenno/Melee/DualDagger/FangPrimeDagger", "PrimePrice": 2 }, + { "ItemType": "/Lotus/StoreItems/Weapons/Tenno/Pistols/PrimeLex/PrimeLex", "PrimePrice": 1 }, + { "ItemType": "/Lotus/StoreItems/Types/Game/ShipScenes/PrimeLisetFiligreeScene", "PrimePrice": 1 }, + { "ItemType": "/Lotus/Types/StoreItems/Packages/MegaPrimeVault/MPVAviaPrimeArmorSet", "PrimePrice": 2 }, + { + "ItemType": "/Lotus/Types/StoreItems/Packages/MegaPrimeVault/MPVVayasPrimeAccessories", + "PrimePrice": 2 + }, + { "ItemType": "/Lotus/StoreItems/Upgrades/Skins/MeleeDangles/TwitchPrimeMeleeDangle", "PrimePrice": 1 }, + { "ItemType": "/Lotus/StoreItems/Upgrades/Skins/Scarves/PrimeAviaSyandana", "PrimePrice": 2 }, + { "ItemType": "/Lotus/StoreItems/Upgrades/Skins/Scarves/PrimeTwitchScarf", "PrimePrice": 2 }, + { "ItemType": "/Lotus/StoreItems/Upgrades/Skins/Scarves/TwitchPrimeScarf", "PrimePrice": 2 }, + { "ItemType": "/Lotus/StoreItems/Upgrades/Skins/Sigils/TwitchPrimeSigil", "PrimePrice": 1 }, + { + "ItemType": "/Lotus/Types/StoreItems/Packages/MegaPrimeVault/MPVNecraloidBundle", + "RegularPrice": 10 + }, + { "ItemType": "/Lotus/StoreItems/Upgrades/Skins/Liset/LisetSkinTwitchPrime", "RegularPrice": 10 }, + { "ItemType": "/Lotus/StoreItems/Upgrades/Skins/Scarves/InfMembraneCape", "RegularPrice": 10 }, + { "ItemType": "/Lotus/StoreItems/Types/Items/MiscItems/PrimeBucks", "RegularPrice": 1 }, + { "ItemType": "/Lotus/Types/StoreItems/Packages/MegaPrimeVault/MPVVoidTraceBundle", "RegularPrice": 1 } + ], + "ScheduleInfo": [ + { + "Expiry": { "$date": { "$numberLong": "1667498400000" } }, + "FeaturedItem": "/Lotus/Types/StoreItems/Packages/MegaPrimeVault/MPVEquinoxWukongPrimeDualPack" + }, + { + "Expiry": { "$date": { "$numberLong": "1669921200000" } }, + "FeaturedItem": "/Lotus/Types/StoreItems/Packages/MegaPrimeVault/MPVValkyrSarynPrimeDualPack" + }, + { + "Expiry": { "$date": { "$numberLong": "1672945200000" } }, + "PreviewHiddenUntil": { "$date": { "$numberLong": "1668711600000" } }, + "FeaturedItem": "/Lotus/Types/StoreItems/Packages/MegaPrimeVault/MPVOberonPrimeSinglePack" + }, + { + "Expiry": { "$date": { "$numberLong": "1675364400000" } }, + "PreviewHiddenUntil": { "$date": { "$numberLong": "1671130800000" } }, + "FeaturedItem": "/Lotus/Types/StoreItems/Packages/MegaPrimeVault/MPVVoltLokiPrimeDualPack" + }, + { + "Expiry": { "$date": { "$numberLong": "1677783600000" } }, + "PreviewHiddenUntil": { "$date": { "$numberLong": "1674154800000" } }, + "FeaturedItem": "/Lotus/Types/StoreItems/Packages/MegaPrimeVault/MPVAtlasVaubanPrimeDualPack" + }, + { + "Expiry": { "$date": { "$numberLong": "1680804000000" } }, + "PreviewHiddenUntil": { "$date": { "$numberLong": "1676473200000" } }, + "FeaturedItem": "/Lotus/Types/StoreItems/Packages/MegaPrimeVault/MPVNekrosOberonPrimeDualPack" + }, + { + "Expiry": { "$date": { "$numberLong": "1683223200000" } }, + "PreviewHiddenUntil": { "$date": { "$numberLong": "1679594400000" } }, + "FeaturedItem": "/Lotus/Types/StoreItems/Packages/MegaPrimeVault/MPVMagRhinoPrimeDualPack" + }, + { + "Expiry": { "$date": { "$numberLong": "1685718000000" } }, + "PreviewHiddenUntil": { "$date": { "$numberLong": "1682013600000" } }, + "FeaturedItem": "/Lotus/Types/StoreItems/Packages/MegaPrimeVault/MPVNovaTrinityPrimeDualPack" + }, + { + "Expiry": { "$date": { "$numberLong": "1688666400000" } }, + "PreviewHiddenUntil": { "$date": { "$numberLong": "1688666400000" } } + }, + { + "Expiry": { "$date": { "$numberLong": "1691085600000" } }, + "PreviewHiddenUntil": { "$date": { "$numberLong": "1691085600000" } } + } + ] + } + ], + "VoidStorms": [ + { + "_id": { "$oid": "6462606114e0caeeaead133d" }, + "Node": "CrewBattleNode519", + "Activation": { "$date": { "$numberLong": "1684171201821" } }, + "Expiry": { "$date": { "$numberLong": "1684176601821" } }, + "ActiveMissionTier": "VoidT1" + }, + { + "_id": { "$oid": "6462606114e0caeeaead1342" }, + "Node": "CrewBattleNode538", + "Activation": { "$date": { "$numberLong": "1684171201834" } }, + "Expiry": { "$date": { "$numberLong": "1684176601834" } }, + "ActiveMissionTier": "VoidT4" + }, + { + "_id": { "$oid": "6462606114e0caeeaead133e" }, + "Node": "CrewBattleNode511", + "Activation": { "$date": { "$numberLong": "1684171201825" } }, + "Expiry": { "$date": { "$numberLong": "1684176601825" } }, + "ActiveMissionTier": "VoidT1" + }, + { + "_id": { "$oid": "6462606114e0caeeaead1340" }, + "Node": "CrewBattleNode524", + "Activation": { "$date": { "$numberLong": "1684171201829" } }, + "Expiry": { "$date": { "$numberLong": "1684176601829" } }, + "ActiveMissionTier": "VoidT3" + }, + { + "_id": { "$oid": "6462606114e0caeeaead1341" }, + "Node": "CrewBattleNode527", + "Activation": { "$date": { "$numberLong": "1684171201832" } }, + "Expiry": { "$date": { "$numberLong": "1684176601832" } }, + "ActiveMissionTier": "VoidT4" + }, + { + "_id": { "$oid": "6462606114e0caeeaead133f" }, + "Node": "CrewBattleNode533", + "Activation": { "$date": { "$numberLong": "1684171201827" } }, + "Expiry": { "$date": { "$numberLong": "1684176601827" } }, + "ActiveMissionTier": "VoidT2" + } + ], + "PrimeAccessAvailability": { "State": "PRIME1" }, + "PrimeVaultAvailabilities": [false, false, false, false, false], + "PrimeTokenAvailability": true, + "DailyDeals": [ + { + "StoreItem": "/Lotus/StoreItems/Weapons/Tenno/Melee/Glaives/Boomerang/BoomerangWeapon", + "Activation": { "$date": { "$numberLong": "1684170000000" } }, + "Expiry": { "$date": { "$numberLong": "1684263600000" } }, + "Discount": 50, + "OriginalPrice": 150, + "SalePrice": 75, + "AmountTotal": 200, + "AmountSold": 10 + } + ], + "LibraryInfo": { "LastCompletedTargetType": "/Lotus/Types/Game/Library/Targets/Research7Target" }, + "PVPChallengeInstances": [ + { + "_id": { "$oid": "645e86d579eb01d9acfe6c1a" }, + "challengeTypeRefID": "/Lotus/PVPChallengeTypes/PVPTimedChallengeWeeklyStandardSet", + "startDate": { "$date": { "$numberLong": "1683916501934" } }, + "endDate": { "$date": { "$numberLong": "1684521301934" } }, + "params": [{ "n": "ScriptParamValue", "v": 0 }], + "isGenerated": true, + "PVPMode": "PVPMODE_NONE", + "subChallenges": [ + { "$oid": "645e86d579eb01d9acfe6c17" }, + { "$oid": "645e86d579eb01d9acfe6c18" }, + { "$oid": "645e86d579eb01d9acfe6c19" } + ], + "Category": "PVPChallengeTypeCategory_WEEKLY_ROOT" + }, + { + "_id": { "$oid": "645e86d579eb01d9acfe6c17" }, + "challengeTypeRefID": "/Lotus/PVPChallengeTypes/PVPTimedChallengeGameModeWins", + "startDate": { "$date": { "$numberLong": "1683916501934" } }, + "endDate": { "$date": { "$numberLong": "1684521301934" } }, + "params": [{ "n": "ScriptParamValue", "v": 6 }], + "isGenerated": true, + "PVPMode": "PVPMODE_ALL", + "subChallenges": [], + "Category": "PVPChallengeTypeCategory_WEEKLY" + }, + { + "_id": { "$oid": "645e86d579eb01d9acfe6c18" }, + "challengeTypeRefID": "/Lotus/PVPChallengeTypes/PVPTimedChallengeGameModeComplete", + "startDate": { "$date": { "$numberLong": "1683916501934" } }, + "endDate": { "$date": { "$numberLong": "1684521301934" } }, + "params": [{ "n": "ScriptParamValue", "v": 20 }], + "isGenerated": true, + "PVPMode": "PVPMODE_ALL", + "subChallenges": [], + "Category": "PVPChallengeTypeCategory_WEEKLY" + }, + { + "_id": { "$oid": "645e86d579eb01d9acfe6c19" }, + "challengeTypeRefID": "/Lotus/PVPChallengeTypes/PVPTimedChallengeOtherChallengeCompleteANY", + "startDate": { "$date": { "$numberLong": "1683916501934" } }, + "endDate": { "$date": { "$numberLong": "1684521301934" } }, + "params": [{ "n": "ScriptParamValue", "v": 10 }], + "isGenerated": true, + "PVPMode": "PVPMODE_ALL", + "subChallenges": [], + "Category": "PVPChallengeTypeCategory_WEEKLY" + }, + { + "_id": { "$oid": "646226f5e96f141d7499ef03" }, + "challengeTypeRefID": "/Lotus/PVPChallengeTypes/PVPTimedChallengeKillsMultiMEDIUM", + "startDate": { "$date": { "$numberLong": "1684154101206" } }, + "endDate": { "$date": { "$numberLong": "1684240501206" } }, + "params": [{ "n": "ScriptParamValue", "v": 4 }], + "isGenerated": true, + "PVPMode": "PVPMODE_TEAMDEATHMATCH", + "subChallenges": [], + "Category": "PVPChallengeTypeCategory_DAILY" + }, + { + "_id": { "$oid": "646226f5e96f141d7499ef06" }, + "challengeTypeRefID": "/Lotus/PVPChallengeTypes/PVPTimedChallengeSpeedballCatchesEASY", + "startDate": { "$date": { "$numberLong": "1684154101206" } }, + "endDate": { "$date": { "$numberLong": "1684240501206" } }, + "params": [{ "n": "ScriptParamValue", "v": 3 }], + "isGenerated": true, + "PVPMode": "PVPMODE_SPEEDBALL", + "subChallenges": [], + "Category": "PVPChallengeTypeCategory_DAILY" + }, + { + "_id": { "$oid": "646226f5e96f141d7499ef04" }, + "challengeTypeRefID": "/Lotus/PVPChallengeTypes/PVPTimedChallengeKillsSecondaryEASY", + "startDate": { "$date": { "$numberLong": "1684154101206" } }, + "endDate": { "$date": { "$numberLong": "1684240501206" } }, + "params": [{ "n": "ScriptParamValue", "v": 1 }], + "isGenerated": true, + "PVPMode": "PVPMODE_DEATHMATCH", + "subChallenges": [], + "Category": "PVPChallengeTypeCategory_DAILY" + }, + { + "_id": { "$oid": "646226f5e96f141d7499ef00" }, + "challengeTypeRefID": "/Lotus/PVPChallengeTypes/PVPTimedChallengeFlagCaptureMEDIUM", + "startDate": { "$date": { "$numberLong": "1684154101206" } }, + "endDate": { "$date": { "$numberLong": "1684240501206" } }, + "params": [{ "n": "ScriptParamValue", "v": 4 }], + "isGenerated": true, + "PVPMode": "PVPMODE_CAPTURETHEFLAG", + "subChallenges": [], + "Category": "PVPChallengeTypeCategory_DAILY" + }, + { + "_id": { "$oid": "646226f5e96f141d7499ef01" }, + "challengeTypeRefID": "/Lotus/PVPChallengeTypes/PVPTimedChallengeFlagReturnEASY", + "startDate": { "$date": { "$numberLong": "1684154101206" } }, + "endDate": { "$date": { "$numberLong": "1684240501206" } }, + "params": [{ "n": "ScriptParamValue", "v": 1 }], + "isGenerated": true, + "PVPMode": "PVPMODE_CAPTURETHEFLAG", + "subChallenges": [], + "Category": "PVPChallengeTypeCategory_DAILY" + }, + { + "_id": { "$oid": "646226f5e96f141d7499ef02" }, + "challengeTypeRefID": "/Lotus/PVPChallengeTypes/PVPTimedChallengeKillsWhileInAirHARD", + "startDate": { "$date": { "$numberLong": "1684154101206" } }, + "endDate": { "$date": { "$numberLong": "1684240501206" } }, + "params": [{ "n": "ScriptParamValue", "v": 3 }], + "isGenerated": true, + "PVPMode": "PVPMODE_TEAMDEATHMATCH", + "subChallenges": [], + "Category": "PVPChallengeTypeCategory_DAILY" + }, + { + "_id": { "$oid": "646226f5e96f141d7499ef05" }, + "challengeTypeRefID": "/Lotus/PVPChallengeTypes/PVPTimedChallengeKillsMeleeHARD", + "startDate": { "$date": { "$numberLong": "1684154101206" } }, + "endDate": { "$date": { "$numberLong": "1684240501206" } }, + "params": [{ "n": "ScriptParamValue", "v": 3 }], + "isGenerated": true, + "PVPMode": "PVPMODE_DEATHMATCH", + "subChallenges": [], + "Category": "PVPChallengeTypeCategory_DAILY" + }, + { + "_id": { "$oid": "646226f5e96f141d7499ef07" }, + "challengeTypeRefID": "/Lotus/PVPChallengeTypes/PVPTimedChallengeSpeedballPassesMEDIUM", + "startDate": { "$date": { "$numberLong": "1684154101206" } }, + "endDate": { "$date": { "$numberLong": "1684240501206" } }, + "params": [{ "n": "ScriptParamValue", "v": 6 }], + "isGenerated": true, + "PVPMode": "PVPMODE_SPEEDBALL", + "subChallenges": [], + "Category": "PVPChallengeTypeCategory_DAILY" + } + ], + "PersistentEnemies": [], + "PVPAlternativeModes": [], + "PVPActiveTournaments": [], + "ProjectPct": [35.71334329543191, 76.09250633775825, 0], + "ConstructionProjects": [], + "TwitchPromos": [], + "ExperimentRecommended": [], + "ForceLogoutVersion": 0, + "FeaturedGuilds": [ + { + "_id": { "$oid": "5303c4bd06c56f4168b5fed9" }, + "Name": "Miau after Tomorrow", + "Tier": 1, + "AllianceId": { "$oid": "53f9876c07c56f85b1c24ed7" }, + "Emblem": true + }, + { + "_id": { "$oid": "56ab8b2407c56fd145c91aa5" }, + "Name": "Slayers of Darkness", + "Tier": 2, + "AllianceId": { "$oid": "53f9876c07c56f85b1c24ed7" }, + "Emblem": true + }, + { + "_id": { "$oid": "57ed05cb08c56ffd67386105" }, + "Name": "Nazaryk", + "Tier": 3, + "AllianceId": { "$oid": "5fdcf602fc5cef2d337800e0" }, + "Emblem": true + }, + { "_id": { "$oid": "570f9bda08c56f0887fb6db5" }, "Name": "GentleManz", "Tier": 4, "Emblem": true }, + { + "_id": { "$oid": "56d8b39408c56fd89a1799ec" }, + "Name": "Phantom Vanguard", + "Tier": 5, + "AllianceId": { "$oid": "55e270f706c56f2e2f0bb7d6" }, + "Emblem": true + }, + { + "_id": { "$oid": "54e44a5006c56f7eab0d5aa9" }, + "Name": "Violet Church", + "Tier": 3, + "AllianceId": { "$oid": "56c44d0b08c56f5c367b4665" }, + "Emblem": true + } + ], + "SeasonInfo": { + "Activation": { "$date": { "$numberLong": "1669824000000" } }, + "Expiry": { "$date": { "$numberLong": "1684432800000" } }, + "AffiliationTag": "RadioLegionIntermission7Syndicate", + "Season": 9, + "Phase": 0, + "Params": "", + "ActiveChallenges": [ + { + "_id": { "$oid": "001000240000000000000335" }, + "Daily": true, + "Activation": { "$date": { "$numberLong": "1683936000000" } }, + "Expiry": { "$date": { "$numberLong": "1684195200000" } }, + "Challenge": "/Lotus/Types/Challenges/Seasons/Daily/SeasonDailyKillEnemiesWithPrimary" + }, + { + "_id": { "$oid": "001000240000000000000336" }, + "Daily": true, + "Activation": { "$date": { "$numberLong": "1684022400000" } }, + "Expiry": { "$date": { "$numberLong": "1684281600000" } }, + "Challenge": "/Lotus/Types/Challenges/Seasons/Daily/SeasonDailyKillEnemiesWithMelee" + }, + { + "_id": { "$oid": "001000250000000000000344" }, + "Daily": true, + "Activation": { "$date": { "$numberLong": "1684108800000" } }, + "Expiry": { "$date": { "$numberLong": "1684368000000" } }, + "Challenge": "/Lotus/Types/Challenges/Seasons/Daily/SeasonDailyKillEnemiesWithFinishers" + }, + { + "_id": { "$oid": "001000250000000000000337" }, + "Activation": { "$date": { "$numberLong": "1684108800000" } }, + "Expiry": { "$date": { "$numberLong": "1684713600000" } }, + "Challenge": "/Lotus/Types/Challenges/Seasons/Weekly/SeasonWeeklyUnlockDragonVaults" + }, + { + "_id": { "$oid": "001000250000000000000338" }, + "Activation": { "$date": { "$numberLong": "1684108800000" } }, + "Expiry": { "$date": { "$numberLong": "1684713600000" } }, + "Challenge": "/Lotus/Types/Challenges/Seasons/Weekly/SeasonWeeklyCompleteDisruptionConduits" + }, + { + "_id": { "$oid": "001000250000000000000339" }, + "Activation": { "$date": { "$numberLong": "1684108800000" } }, + "Expiry": { "$date": { "$numberLong": "1684713600000" } }, + "Challenge": "/Lotus/Types/Challenges/Seasons/Weekly/SeasonWeeklyRailjackMissions" + }, + { + "_id": { "$oid": "001000250000000000000340" }, + "Activation": { "$date": { "$numberLong": "1684108800000" } }, + "Expiry": { "$date": { "$numberLong": "1684713600000" } }, + "Challenge": "/Lotus/Types/Challenges/Seasons/Weekly/SeasonWeeklyMineRarePlainsResources" + }, + { + "_id": { "$oid": "001000250000000000000341" }, + "Activation": { "$date": { "$numberLong": "1684108800000" } }, + "Expiry": { "$date": { "$numberLong": "1684713600000" } }, + "Challenge": "/Lotus/Types/Challenges/Seasons/Weekly/SeasonWeeklyCompleteSyndicateMissions" + }, + { + "_id": { "$oid": "001000250000000000000342" }, + "Activation": { "$date": { "$numberLong": "1684108800000" } }, + "Expiry": { "$date": { "$numberLong": "1684713600000" } }, + "Challenge": "/Lotus/Types/Challenges/Seasons/WeeklyHard/SeasonWeeklyHardCompleteSteelPathMissions" + }, + { + "_id": { "$oid": "001000250000000000000343" }, + "Activation": { "$date": { "$numberLong": "1684108800000" } }, + "Expiry": { "$date": { "$numberLong": "1684713600000" } }, + "Challenge": "/Lotus/Types/Challenges/Seasons/WeeklyHard/SeasonWeeklyHardKillEnemiesSteelPath" + } ] - }, - "AttackerMissionInfo": { "seed": 681039, "faction": "FC_GRINEER" }, - "DefenderReward": { - "countedItems": [ - { "ItemType": "/Lotus/Types/Recipes/Weapons/GrineerCombatKnifeSortieBlueprint", "ItemCount": 1 } - ] - }, - "DefenderMissionInfo": { "seed": 563914, "faction": "FC_CORPUS" }, - "Activation": { "$date": { "$numberLong": "1684041542357" } } }, - { - "_id": { "$oid": "646101fe9691a8bbcb55c3c4" }, - "Faction": "FC_GRINEER", - "DefenderFaction": "FC_CORPUS", - "Node": "SolNode88", - "Count": 1999, - "Goal": 42000, - "LocTag": "/Lotus/Language/Menu/GrineerInvasionGeneric", - "Completed": false, - "ChainID": { "$oid": "646101fe9691a8bbcb55c3c4" }, - "AttackerReward": { - "countedItems": [ - { "ItemType": "/Lotus/Types/Recipes/Weapons/WeaponParts/GrineerCombatKnifeHeatsink", "ItemCount": 1 } - ] - }, - "AttackerMissionInfo": { "seed": 807737, "faction": "FC_CORPUS" }, - "DefenderReward": { - "countedItems": [{ "ItemType": "/Lotus/Types/Recipes/Weapons/SnipetronVandalBlueprint", "ItemCount": 1 }] - }, - "DefenderMissionInfo": { "seed": 977649, "faction": "FC_GRINEER" }, - "Activation": { "$date": { "$numberLong": "1684151815904" } } - }, - { - "_id": { "$oid": "64613eed44967c3cb337c814" }, - "Faction": "FC_INFESTATION", - "DefenderFaction": "FC_CORPUS", - "Node": "SettlementNode20", - "Count": -22519, - "Goal": 30000, - "LocTag": "/Lotus/Language/Menu/InfestedInvasionBoss", - "Completed": false, - "ChainID": { "$oid": "64610c89252a577ba6a1037f" }, - "AttackerReward": [], - "AttackerMissionInfo": { "seed": 791152, "faction": "FC_CORPUS" }, - "DefenderReward": { - "countedItems": [{ "ItemType": "/Lotus/Types/Items/MiscItems/InfestedAladCoordinate", "ItemCount": 1 }] - }, - "DefenderMissionInfo": { "seed": 718522, "faction": "FC_INFESTATION", "missionReward": [] }, - "Activation": { "$date": { "$numberLong": "1684094701146" } } - }, - { - "_id": { "$oid": "64616b751d015ec90a210390" }, - "Faction": "FC_INFESTATION", - "DefenderFaction": "FC_CORPUS", - "Node": "SolNode2", - "Count": -33351, - "Goal": 33000, - "LocTag": "/Lotus/Language/Menu/InfestedInvasionGeneric", - "Completed": true, - "ChainID": { "$oid": "64616b751d015ec90a210390" }, - "AttackerReward": [], - "AttackerMissionInfo": { "seed": 647299, "faction": "FC_CORPUS" }, - "DefenderReward": { - "countedItems": [{ "ItemType": "/Lotus/Types/Items/Research/EnergyComponent", "ItemCount": 3 }] - }, - "DefenderMissionInfo": { "seed": 742879, "faction": "FC_INFESTATION" }, - "Activation": { "$date": { "$numberLong": "1684112165933" } } - }, - { - "_id": { "$oid": "6461abe9f095d27b7d58b85d" }, - "Faction": "FC_INFESTATION", - "DefenderFaction": "FC_CORPUS", - "Node": "SolNode101", - "Count": -50443, - "Goal": 50000, - "LocTag": "/Lotus/Language/Menu/InfestedInvasionGeneric", - "Completed": true, - "ChainID": { "$oid": "64616b751d015ec90a210390" }, - "AttackerReward": [], - "AttackerMissionInfo": { "seed": 171724, "faction": "FC_CORPUS" }, - "DefenderReward": { - "countedItems": [{ "ItemType": "/Lotus/Types/Items/Research/BioComponent", "ItemCount": 1 }] - }, - "DefenderMissionInfo": { "seed": 425227, "faction": "FC_INFESTATION" }, - "Activation": { "$date": { "$numberLong": "1684122601447" } } - }, - { - "_id": { "$oid": "6461abe9f095d27b7d58b85e" }, - "Faction": "FC_INFESTATION", - "DefenderFaction": "FC_CORPUS", - "Node": "SolNode104", - "Count": -19314, - "Goal": 30000, - "LocTag": "/Lotus/Language/Menu/InfestedInvasionBoss", - "Completed": false, - "ChainID": { "$oid": "64616b751d015ec90a210390" }, - "AttackerReward": [], - "AttackerMissionInfo": { "seed": 895670, "faction": "FC_CORPUS" }, - "DefenderReward": { - "countedItems": [{ "ItemType": "/Lotus/Types/Items/Research/EnergyComponent", "ItemCount": 3 }] - }, - "DefenderMissionInfo": { "seed": 842073, "faction": "FC_INFESTATION", "missionReward": [] }, - "Activation": { "$date": { "$numberLong": "1684122601447" } } - }, - { - "_id": { "$oid": "6461ccb91363cb8064240e50" }, - "Faction": "FC_INFESTATION", - "DefenderFaction": "FC_CORPUS", - "Node": "SolNode66", - "Count": -41379, - "Goal": 41000, - "LocTag": "/Lotus/Language/Menu/InfestedInvasionGeneric", - "Completed": true, - "ChainID": { "$oid": "64616b751d015ec90a210390" }, - "AttackerReward": [], - "AttackerMissionInfo": { "seed": 327151, "faction": "FC_CORPUS" }, - "DefenderReward": { - "countedItems": [{ "ItemType": "/Lotus/Types/Items/Research/EnergyComponent", "ItemCount": 3 }] - }, - "DefenderMissionInfo": { "seed": 51333, "faction": "FC_INFESTATION" }, - "Activation": { "$date": { "$numberLong": "1684131001372" } } - } - ], - "HubEvents": [], - "NodeOverrides": [ - { "_id": { "$oid": "549b18e9b029cef5991d6aec" }, "Node": "EuropaHUB", "Hide": true }, - { "_id": { "$oid": "54a1737aeb658f6cbccf70ff" }, "Node": "ErisHUB", "Hide": true }, - { "_id": { "$oid": "54a736ddec12f80bd6e9e326" }, "Node": "VenusHUB", "Hide": true }, - { "_id": { "$oid": "5ad9f9bb6df82a56eabf3d44" }, "Node": "SolNode802", "Seed": 9488862 }, - { - "_id": { "$oid": "5b8817c2bd4f253264d6aa91" }, - "Node": "EarthHUB", - "Hide": false, - "LevelOverride": "/Lotus/Levels/Proc/Hub/RelayStationHubTwoB", - "Activation": { "$date": { "$numberLong": "1535646600000" } } - }, - { - "_id": { "$oid": "5d24d1f674491d51f8d44473" }, - "Node": "MercuryHUB", - "Hide": true, - "LevelOverride": "/Lotus/Levels/Proc/Hub/RelayStationHubHydroid", - "Activation": { "$date": { "$numberLong": "1563030000000" } } - } - ], - "VoidTraders": [ - { - "_id": { "$oid": "5d1e07a0a38e4a4fdd7cefca" }, - "Activation": { "$date": { "$numberLong": "1684501200000" } }, - "Expiry": { "$date": { "$numberLong": "1684674000000" } }, - "Character": "Baro'Ki Teel", - "Node": "MercuryHUB" - } - ], - "PrimeVaultTraders": [ - { - "_id": { "$oid": "631f8c4ac36af423770eaa97" }, - "Activation": { "$date": { "$numberLong": "1683223200000" } }, - "Completed": false, - "InitialStartDate": { "$date": { "$numberLong": "1662738144266" } }, - "Node": "TradeHUB1", - "Manifest": [ - { "ItemType": "/Lotus/Types/StoreItems/Packages/MegaPrimeVault/MPVNovaPrimeSinglePack", "PrimePrice": 6 }, - { "ItemType": "/Lotus/Types/StoreItems/Packages/MegaPrimeVault/MPVNovaTrinityPrimeDualPack", "PrimePrice": 10 }, - { "ItemType": "/Lotus/Types/StoreItems/Packages/MegaPrimeVault/MPVTrinityPrimeSinglePack", "PrimePrice": 6 }, - { "ItemType": "/Lotus/StoreItems/Powersuits/AntiMatter/NovaPrime", "PrimePrice": 3 }, - { "ItemType": "/Lotus/Types/StoreItems/Packages/MegaPrimeVault/MPVEdoPrimeArmorSet", "PrimePrice": 2 }, - { "ItemType": "/Lotus/StoreItems/Upgrades/Skins/Sigils/PrimeAccessSigilFive", "PrimePrice": 1 }, - { "ItemType": "/Lotus/StoreItems/Weapons/Tenno/Pistols/PrimeVasto/PrimeVastoPistol", "PrimePrice": 2 }, - { "ItemType": "/Lotus/StoreItems/Weapons/Tenno/LongGuns/PrimeSoma/PrimeSomaRifle", "PrimePrice": 2 }, - { "ItemType": "/Lotus/StoreItems/Powersuits/Trinity/TrinityPrime", "PrimePrice": 3 }, - { "ItemType": "/Lotus/Types/StoreItems/Packages/MegaPrimeVault/MPVKavasaPrimeKubrowArmor", "PrimePrice": 2 }, - { "ItemType": "/Lotus/StoreItems/Upgrades/Skins/MeleeDangles/ScrollingPrimeMeleeDangle", "PrimePrice": 1 }, - { "ItemType": "/Lotus/StoreItems/Weapons/Tenno/Melee/PrimeDualKamas/PrimeDualKamas", "PrimePrice": 2 }, - { "ItemType": "/Lotus/StoreItems/Types/Items/ShipDecos/NovaPrimeBobbleHead", "PrimePrice": 1 }, - { "ItemType": "/Lotus/StoreItems/Types/Items/ShipDecos/TrinityPrimeBobbleHead", "PrimePrice": 1 }, - { - "ItemType": "/Lotus/StoreItems/Types/Game/Projections/T1VoidProjectionNovaTrinityVaultABronze", - "RegularPrice": 1 - }, - { - "ItemType": "/Lotus/StoreItems/Types/Game/Projections/T2VoidProjectionNovaTrinityVaultABronze", - "RegularPrice": 1 - }, - { - "ItemType": "/Lotus/StoreItems/Types/Game/Projections/T3VoidProjectionNovaTrinityVaultABronze", - "RegularPrice": 1 - }, - { - "ItemType": "/Lotus/StoreItems/Types/Game/Projections/T4VoidProjectionNovaTrinityVaultABronze", - "RegularPrice": 1 - } - ], - "Expiry": { "$date": { "$numberLong": "1685718000000" } }, - "EvergreenManifest": [ - { "ItemType": "/Lotus/StoreItems/Weapons/Tenno/LongGuns/PrimeBurston/PrimeBurston", "PrimePrice": 2 }, - { "ItemType": "/Lotus/StoreItems/Weapons/Tenno/Rifle/BratonPrime", "PrimePrice": 1 }, - { "ItemType": "/Lotus/StoreItems/Weapons/Tenno/Melee/DualDagger/FangPrimeDagger", "PrimePrice": 2 }, - { "ItemType": "/Lotus/StoreItems/Weapons/Tenno/Pistols/PrimeLex/PrimeLex", "PrimePrice": 1 }, - { "ItemType": "/Lotus/StoreItems/Types/Game/ShipScenes/PrimeLisetFiligreeScene", "PrimePrice": 1 }, - { "ItemType": "/Lotus/Types/StoreItems/Packages/MegaPrimeVault/MPVAviaPrimeArmorSet", "PrimePrice": 2 }, - { "ItemType": "/Lotus/Types/StoreItems/Packages/MegaPrimeVault/MPVVayasPrimeAccessories", "PrimePrice": 2 }, - { "ItemType": "/Lotus/StoreItems/Upgrades/Skins/MeleeDangles/TwitchPrimeMeleeDangle", "PrimePrice": 1 }, - { "ItemType": "/Lotus/StoreItems/Upgrades/Skins/Scarves/PrimeAviaSyandana", "PrimePrice": 2 }, - { "ItemType": "/Lotus/StoreItems/Upgrades/Skins/Scarves/PrimeTwitchScarf", "PrimePrice": 2 }, - { "ItemType": "/Lotus/StoreItems/Upgrades/Skins/Scarves/TwitchPrimeScarf", "PrimePrice": 2 }, - { "ItemType": "/Lotus/StoreItems/Upgrades/Skins/Sigils/TwitchPrimeSigil", "PrimePrice": 1 }, - { "ItemType": "/Lotus/Types/StoreItems/Packages/MegaPrimeVault/MPVNecraloidBundle", "RegularPrice": 10 }, - { "ItemType": "/Lotus/StoreItems/Upgrades/Skins/Liset/LisetSkinTwitchPrime", "RegularPrice": 10 }, - { "ItemType": "/Lotus/StoreItems/Upgrades/Skins/Scarves/InfMembraneCape", "RegularPrice": 10 }, - { "ItemType": "/Lotus/StoreItems/Types/Items/MiscItems/PrimeBucks", "RegularPrice": 1 }, - { "ItemType": "/Lotus/Types/StoreItems/Packages/MegaPrimeVault/MPVVoidTraceBundle", "RegularPrice": 1 } - ], - "ScheduleInfo": [ - { - "Expiry": { "$date": { "$numberLong": "1667498400000" } }, - "FeaturedItem": "/Lotus/Types/StoreItems/Packages/MegaPrimeVault/MPVEquinoxWukongPrimeDualPack" - }, - { - "Expiry": { "$date": { "$numberLong": "1669921200000" } }, - "FeaturedItem": "/Lotus/Types/StoreItems/Packages/MegaPrimeVault/MPVValkyrSarynPrimeDualPack" - }, - { - "Expiry": { "$date": { "$numberLong": "1672945200000" } }, - "PreviewHiddenUntil": { "$date": { "$numberLong": "1668711600000" } }, - "FeaturedItem": "/Lotus/Types/StoreItems/Packages/MegaPrimeVault/MPVOberonPrimeSinglePack" - }, - { - "Expiry": { "$date": { "$numberLong": "1675364400000" } }, - "PreviewHiddenUntil": { "$date": { "$numberLong": "1671130800000" } }, - "FeaturedItem": "/Lotus/Types/StoreItems/Packages/MegaPrimeVault/MPVVoltLokiPrimeDualPack" - }, - { - "Expiry": { "$date": { "$numberLong": "1677783600000" } }, - "PreviewHiddenUntil": { "$date": { "$numberLong": "1674154800000" } }, - "FeaturedItem": "/Lotus/Types/StoreItems/Packages/MegaPrimeVault/MPVAtlasVaubanPrimeDualPack" - }, - { - "Expiry": { "$date": { "$numberLong": "1680804000000" } }, - "PreviewHiddenUntil": { "$date": { "$numberLong": "1676473200000" } }, - "FeaturedItem": "/Lotus/Types/StoreItems/Packages/MegaPrimeVault/MPVNekrosOberonPrimeDualPack" - }, - { - "Expiry": { "$date": { "$numberLong": "1683223200000" } }, - "PreviewHiddenUntil": { "$date": { "$numberLong": "1679594400000" } }, - "FeaturedItem": "/Lotus/Types/StoreItems/Packages/MegaPrimeVault/MPVMagRhinoPrimeDualPack" - }, - { - "Expiry": { "$date": { "$numberLong": "1685718000000" } }, - "PreviewHiddenUntil": { "$date": { "$numberLong": "1682013600000" } }, - "FeaturedItem": "/Lotus/Types/StoreItems/Packages/MegaPrimeVault/MPVNovaTrinityPrimeDualPack" - }, - { - "Expiry": { "$date": { "$numberLong": "1688666400000" } }, - "PreviewHiddenUntil": { "$date": { "$numberLong": "1688666400000" } } - }, - { - "Expiry": { "$date": { "$numberLong": "1691085600000" } }, - "PreviewHiddenUntil": { "$date": { "$numberLong": "1691085600000" } } - } - ] - } - ], - "VoidStorms": [ - { - "_id": { "$oid": "6462606114e0caeeaead133d" }, - "Node": "CrewBattleNode519", - "Activation": { "$date": { "$numberLong": "1684171201821" } }, - "Expiry": { "$date": { "$numberLong": "1684176601821" } }, - "ActiveMissionTier": "VoidT1" - }, - { - "_id": { "$oid": "6462606114e0caeeaead1342" }, - "Node": "CrewBattleNode538", - "Activation": { "$date": { "$numberLong": "1684171201834" } }, - "Expiry": { "$date": { "$numberLong": "1684176601834" } }, - "ActiveMissionTier": "VoidT4" - }, - { - "_id": { "$oid": "6462606114e0caeeaead133e" }, - "Node": "CrewBattleNode511", - "Activation": { "$date": { "$numberLong": "1684171201825" } }, - "Expiry": { "$date": { "$numberLong": "1684176601825" } }, - "ActiveMissionTier": "VoidT1" - }, - { - "_id": { "$oid": "6462606114e0caeeaead1340" }, - "Node": "CrewBattleNode524", - "Activation": { "$date": { "$numberLong": "1684171201829" } }, - "Expiry": { "$date": { "$numberLong": "1684176601829" } }, - "ActiveMissionTier": "VoidT3" - }, - { - "_id": { "$oid": "6462606114e0caeeaead1341" }, - "Node": "CrewBattleNode527", - "Activation": { "$date": { "$numberLong": "1684171201832" } }, - "Expiry": { "$date": { "$numberLong": "1684176601832" } }, - "ActiveMissionTier": "VoidT4" - }, - { - "_id": { "$oid": "6462606114e0caeeaead133f" }, - "Node": "CrewBattleNode533", - "Activation": { "$date": { "$numberLong": "1684171201827" } }, - "Expiry": { "$date": { "$numberLong": "1684176601827" } }, - "ActiveMissionTier": "VoidT2" - } - ], - "PrimeAccessAvailability": { "State": "PRIME1" }, - "PrimeVaultAvailabilities": [false, false, false, false, false], - "PrimeTokenAvailability": true, - "DailyDeals": [ - { - "StoreItem": "/Lotus/StoreItems/Weapons/Tenno/Melee/Glaives/Boomerang/BoomerangWeapon", - "Activation": { "$date": { "$numberLong": "1684170000000" } }, - "Expiry": { "$date": { "$numberLong": "1684263600000" } }, - "Discount": 50, - "OriginalPrice": 150, - "SalePrice": 75, - "AmountTotal": 200, - "AmountSold": 10 - } - ], - "LibraryInfo": { "LastCompletedTargetType": "/Lotus/Types/Game/Library/Targets/Research7Target" }, - "PVPChallengeInstances": [ - { - "_id": { "$oid": "645e86d579eb01d9acfe6c1a" }, - "challengeTypeRefID": "/Lotus/PVPChallengeTypes/PVPTimedChallengeWeeklyStandardSet", - "startDate": { "$date": { "$numberLong": "1683916501934" } }, - "endDate": { "$date": { "$numberLong": "1684521301934" } }, - "params": [{ "n": "ScriptParamValue", "v": 0 }], - "isGenerated": true, - "PVPMode": "PVPMODE_NONE", - "subChallenges": [ - { "$oid": "645e86d579eb01d9acfe6c17" }, - { "$oid": "645e86d579eb01d9acfe6c18" }, - { "$oid": "645e86d579eb01d9acfe6c19" } - ], - "Category": "PVPChallengeTypeCategory_WEEKLY_ROOT" - }, - { - "_id": { "$oid": "645e86d579eb01d9acfe6c17" }, - "challengeTypeRefID": "/Lotus/PVPChallengeTypes/PVPTimedChallengeGameModeWins", - "startDate": { "$date": { "$numberLong": "1683916501934" } }, - "endDate": { "$date": { "$numberLong": "1684521301934" } }, - "params": [{ "n": "ScriptParamValue", "v": 6 }], - "isGenerated": true, - "PVPMode": "PVPMODE_ALL", - "subChallenges": [], - "Category": "PVPChallengeTypeCategory_WEEKLY" - }, - { - "_id": { "$oid": "645e86d579eb01d9acfe6c18" }, - "challengeTypeRefID": "/Lotus/PVPChallengeTypes/PVPTimedChallengeGameModeComplete", - "startDate": { "$date": { "$numberLong": "1683916501934" } }, - "endDate": { "$date": { "$numberLong": "1684521301934" } }, - "params": [{ "n": "ScriptParamValue", "v": 20 }], - "isGenerated": true, - "PVPMode": "PVPMODE_ALL", - "subChallenges": [], - "Category": "PVPChallengeTypeCategory_WEEKLY" - }, - { - "_id": { "$oid": "645e86d579eb01d9acfe6c19" }, - "challengeTypeRefID": "/Lotus/PVPChallengeTypes/PVPTimedChallengeOtherChallengeCompleteANY", - "startDate": { "$date": { "$numberLong": "1683916501934" } }, - "endDate": { "$date": { "$numberLong": "1684521301934" } }, - "params": [{ "n": "ScriptParamValue", "v": 10 }], - "isGenerated": true, - "PVPMode": "PVPMODE_ALL", - "subChallenges": [], - "Category": "PVPChallengeTypeCategory_WEEKLY" - }, - { - "_id": { "$oid": "646226f5e96f141d7499ef03" }, - "challengeTypeRefID": "/Lotus/PVPChallengeTypes/PVPTimedChallengeKillsMultiMEDIUM", - "startDate": { "$date": { "$numberLong": "1684154101206" } }, - "endDate": { "$date": { "$numberLong": "1684240501206" } }, - "params": [{ "n": "ScriptParamValue", "v": 4 }], - "isGenerated": true, - "PVPMode": "PVPMODE_TEAMDEATHMATCH", - "subChallenges": [], - "Category": "PVPChallengeTypeCategory_DAILY" - }, - { - "_id": { "$oid": "646226f5e96f141d7499ef06" }, - "challengeTypeRefID": "/Lotus/PVPChallengeTypes/PVPTimedChallengeSpeedballCatchesEASY", - "startDate": { "$date": { "$numberLong": "1684154101206" } }, - "endDate": { "$date": { "$numberLong": "1684240501206" } }, - "params": [{ "n": "ScriptParamValue", "v": 3 }], - "isGenerated": true, - "PVPMode": "PVPMODE_SPEEDBALL", - "subChallenges": [], - "Category": "PVPChallengeTypeCategory_DAILY" - }, - { - "_id": { "$oid": "646226f5e96f141d7499ef04" }, - "challengeTypeRefID": "/Lotus/PVPChallengeTypes/PVPTimedChallengeKillsSecondaryEASY", - "startDate": { "$date": { "$numberLong": "1684154101206" } }, - "endDate": { "$date": { "$numberLong": "1684240501206" } }, - "params": [{ "n": "ScriptParamValue", "v": 1 }], - "isGenerated": true, - "PVPMode": "PVPMODE_DEATHMATCH", - "subChallenges": [], - "Category": "PVPChallengeTypeCategory_DAILY" - }, - { - "_id": { "$oid": "646226f5e96f141d7499ef00" }, - "challengeTypeRefID": "/Lotus/PVPChallengeTypes/PVPTimedChallengeFlagCaptureMEDIUM", - "startDate": { "$date": { "$numberLong": "1684154101206" } }, - "endDate": { "$date": { "$numberLong": "1684240501206" } }, - "params": [{ "n": "ScriptParamValue", "v": 4 }], - "isGenerated": true, - "PVPMode": "PVPMODE_CAPTURETHEFLAG", - "subChallenges": [], - "Category": "PVPChallengeTypeCategory_DAILY" - }, - { - "_id": { "$oid": "646226f5e96f141d7499ef01" }, - "challengeTypeRefID": "/Lotus/PVPChallengeTypes/PVPTimedChallengeFlagReturnEASY", - "startDate": { "$date": { "$numberLong": "1684154101206" } }, - "endDate": { "$date": { "$numberLong": "1684240501206" } }, - "params": [{ "n": "ScriptParamValue", "v": 1 }], - "isGenerated": true, - "PVPMode": "PVPMODE_CAPTURETHEFLAG", - "subChallenges": [], - "Category": "PVPChallengeTypeCategory_DAILY" - }, - { - "_id": { "$oid": "646226f5e96f141d7499ef02" }, - "challengeTypeRefID": "/Lotus/PVPChallengeTypes/PVPTimedChallengeKillsWhileInAirHARD", - "startDate": { "$date": { "$numberLong": "1684154101206" } }, - "endDate": { "$date": { "$numberLong": "1684240501206" } }, - "params": [{ "n": "ScriptParamValue", "v": 3 }], - "isGenerated": true, - "PVPMode": "PVPMODE_TEAMDEATHMATCH", - "subChallenges": [], - "Category": "PVPChallengeTypeCategory_DAILY" - }, - { - "_id": { "$oid": "646226f5e96f141d7499ef05" }, - "challengeTypeRefID": "/Lotus/PVPChallengeTypes/PVPTimedChallengeKillsMeleeHARD", - "startDate": { "$date": { "$numberLong": "1684154101206" } }, - "endDate": { "$date": { "$numberLong": "1684240501206" } }, - "params": [{ "n": "ScriptParamValue", "v": 3 }], - "isGenerated": true, - "PVPMode": "PVPMODE_DEATHMATCH", - "subChallenges": [], - "Category": "PVPChallengeTypeCategory_DAILY" - }, - { - "_id": { "$oid": "646226f5e96f141d7499ef07" }, - "challengeTypeRefID": "/Lotus/PVPChallengeTypes/PVPTimedChallengeSpeedballPassesMEDIUM", - "startDate": { "$date": { "$numberLong": "1684154101206" } }, - "endDate": { "$date": { "$numberLong": "1684240501206" } }, - "params": [{ "n": "ScriptParamValue", "v": 6 }], - "isGenerated": true, - "PVPMode": "PVPMODE_SPEEDBALL", - "subChallenges": [], - "Category": "PVPChallengeTypeCategory_DAILY" - } - ], - "PersistentEnemies": [], - "PVPAlternativeModes": [], - "PVPActiveTournaments": [], - "ProjectPct": [35.71334329543191, 76.09250633775825, 0], - "ConstructionProjects": [], - "TwitchPromos": [], - "ExperimentRecommended": [], - "ForceLogoutVersion": 0, - "FeaturedGuilds": [ - { - "_id": { "$oid": "5303c4bd06c56f4168b5fed9" }, - "Name": "Miau after Tomorrow", - "Tier": 1, - "AllianceId": { "$oid": "53f9876c07c56f85b1c24ed7" }, - "Emblem": true - }, - { - "_id": { "$oid": "56ab8b2407c56fd145c91aa5" }, - "Name": "Slayers of Darkness", - "Tier": 2, - "AllianceId": { "$oid": "53f9876c07c56f85b1c24ed7" }, - "Emblem": true - }, - { - "_id": { "$oid": "57ed05cb08c56ffd67386105" }, - "Name": "Nazaryk", - "Tier": 3, - "AllianceId": { "$oid": "5fdcf602fc5cef2d337800e0" }, - "Emblem": true - }, - { "_id": { "$oid": "570f9bda08c56f0887fb6db5" }, "Name": "GentleManz", "Tier": 4, "Emblem": true }, - { - "_id": { "$oid": "56d8b39408c56fd89a1799ec" }, - "Name": "Phantom Vanguard", - "Tier": 5, - "AllianceId": { "$oid": "55e270f706c56f2e2f0bb7d6" }, - "Emblem": true - }, - { - "_id": { "$oid": "54e44a5006c56f7eab0d5aa9" }, - "Name": "Violet Church", - "Tier": 3, - "AllianceId": { "$oid": "56c44d0b08c56f5c367b4665" }, - "Emblem": true - } - ], - "SeasonInfo": { - "Activation": { "$date": { "$numberLong": "1669824000000" } }, - "Expiry": { "$date": { "$numberLong": "1684432800000" } }, - "AffiliationTag": "RadioLegionIntermission7Syndicate", - "Season": 9, - "Phase": 0, - "Params": "", - "ActiveChallenges": [ - { - "_id": { "$oid": "001000240000000000000335" }, - "Daily": true, - "Activation": { "$date": { "$numberLong": "1683936000000" } }, - "Expiry": { "$date": { "$numberLong": "1684195200000" } }, - "Challenge": "/Lotus/Types/Challenges/Seasons/Daily/SeasonDailyKillEnemiesWithPrimary" - }, - { - "_id": { "$oid": "001000240000000000000336" }, - "Daily": true, - "Activation": { "$date": { "$numberLong": "1684022400000" } }, - "Expiry": { "$date": { "$numberLong": "1684281600000" } }, - "Challenge": "/Lotus/Types/Challenges/Seasons/Daily/SeasonDailyKillEnemiesWithMelee" - }, - { - "_id": { "$oid": "001000250000000000000344" }, - "Daily": true, - "Activation": { "$date": { "$numberLong": "1684108800000" } }, - "Expiry": { "$date": { "$numberLong": "1684368000000" } }, - "Challenge": "/Lotus/Types/Challenges/Seasons/Daily/SeasonDailyKillEnemiesWithFinishers" - }, - { - "_id": { "$oid": "001000250000000000000337" }, - "Activation": { "$date": { "$numberLong": "1684108800000" } }, - "Expiry": { "$date": { "$numberLong": "1684713600000" } }, - "Challenge": "/Lotus/Types/Challenges/Seasons/Weekly/SeasonWeeklyUnlockDragonVaults" - }, - { - "_id": { "$oid": "001000250000000000000338" }, - "Activation": { "$date": { "$numberLong": "1684108800000" } }, - "Expiry": { "$date": { "$numberLong": "1684713600000" } }, - "Challenge": "/Lotus/Types/Challenges/Seasons/Weekly/SeasonWeeklyCompleteDisruptionConduits" - }, - { - "_id": { "$oid": "001000250000000000000339" }, - "Activation": { "$date": { "$numberLong": "1684108800000" } }, - "Expiry": { "$date": { "$numberLong": "1684713600000" } }, - "Challenge": "/Lotus/Types/Challenges/Seasons/Weekly/SeasonWeeklyRailjackMissions" - }, - { - "_id": { "$oid": "001000250000000000000340" }, - "Activation": { "$date": { "$numberLong": "1684108800000" } }, - "Expiry": { "$date": { "$numberLong": "1684713600000" } }, - "Challenge": "/Lotus/Types/Challenges/Seasons/Weekly/SeasonWeeklyMineRarePlainsResources" - }, - { - "_id": { "$oid": "001000250000000000000341" }, - "Activation": { "$date": { "$numberLong": "1684108800000" } }, - "Expiry": { "$date": { "$numberLong": "1684713600000" } }, - "Challenge": "/Lotus/Types/Challenges/Seasons/Weekly/SeasonWeeklyCompleteSyndicateMissions" - }, - { - "_id": { "$oid": "001000250000000000000342" }, - "Activation": { "$date": { "$numberLong": "1684108800000" } }, - "Expiry": { "$date": { "$numberLong": "1684713600000" } }, - "Challenge": "/Lotus/Types/Challenges/Seasons/WeeklyHard/SeasonWeeklyHardCompleteSteelPathMissions" - }, - { - "_id": { "$oid": "001000250000000000000343" }, - "Activation": { "$date": { "$numberLong": "1684108800000" } }, - "Expiry": { "$date": { "$numberLong": "1684713600000" } }, - "Challenge": "/Lotus/Types/Challenges/Seasons/WeeklyHard/SeasonWeeklyHardKillEnemiesSteelPath" - } - ] - }, - "Tmp": "{\"sfn\":554}" + "Tmp": "{\"sfn\":554}" } diff --git a/tsconfig.json b/tsconfig.json index a75f01a3..58fa269b 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,113 +1,113 @@ { - "extends": "@tsconfig/node20/tsconfig.json", - "compilerOptions": { - /* Visit https://aka.ms/tsconfig to read more about this file */ + "extends": "@tsconfig/node20/tsconfig.json", + "compilerOptions": { + /* Visit https://aka.ms/tsconfig to read more about this file */ - /* Projects */ - // "incremental": true, /* Save .tsbuildinfo files to allow for incremental compilation of projects. */ - // "composite": true, /* Enable constraints that allow a TypeScript project to be used with project references. */ - // "tsBuildInfoFile": "./.tsbuildinfo", /* Specify the path to .tsbuildinfo incremental compilation file. */ - // "disableSourceOfProjectReferenceRedirect": true, /* Disable preferring source files instead of declaration files when referencing composite projects. */ - // "disableSolutionSearching": true, /* Opt a project out of multi-project reference checking when editing. */ - // "disableReferencedProjectLoad": true, /* Reduce the number of projects loaded automatically by TypeScript. */ + /* Projects */ + // "incremental": true, /* Save .tsbuildinfo files to allow for incremental compilation of projects. */ + // "composite": true, /* Enable constraints that allow a TypeScript project to be used with project references. */ + // "tsBuildInfoFile": "./.tsbuildinfo", /* Specify the path to .tsbuildinfo incremental compilation file. */ + // "disableSourceOfProjectReferenceRedirect": true, /* Disable preferring source files instead of declaration files when referencing composite projects. */ + // "disableSolutionSearching": true, /* Opt a project out of multi-project reference checking when editing. */ + // "disableReferencedProjectLoad": true, /* Reduce the number of projects loaded automatically by TypeScript. */ - /* Language and Environment */ - //"target": "es2016" /* Set the JavaScript language version for emitted JavaScript and include compatible library declarations. */, - // "lib": ["es2023"], /* Specify a set of bundled library declaration files that describe the target runtime environment. */ - // "jsx": "preserve", /* Specify what JSX code is generated. */ - // "experimentalDecorators": true, /* Enable experimental support for legacy experimental decorators. */ - // "emitDecoratorMetadata": true, /* Emit design-type metadata for decorated declarations in source files. */ - // "jsxFactory": "", /* Specify the JSX factory function used when targeting React JSX emit, e.g. 'React.createElement' or 'h'. */ - // "jsxFragmentFactory": "", /* Specify the JSX Fragment reference used for fragments when targeting React JSX emit e.g. 'React.Fragment' or 'Fragment'. */ - // "jsxImportSource": "", /* Specify module specifier used to import the JSX factory functions when using 'jsx: react-jsx*'. */ - // "reactNamespace": "", /* Specify the object invoked for 'createElement'. This only applies when targeting 'react' JSX emit. */ - // "noLib": true, /* Disable including any library files, including the default lib.d.ts. */ - // "useDefineForClassFields": true, /* Emit ECMAScript-standard-compliant class fields. */ - // "moduleDetection": "auto", /* Control what method is used to detect module-format JS files. */ + /* Language and Environment */ + //"target": "es2016" /* Set the JavaScript language version for emitted JavaScript and include compatible library declarations. */, + // "lib": ["es2023"], /* Specify a set of bundled library declaration files that describe the target runtime environment. */ + // "jsx": "preserve", /* Specify what JSX code is generated. */ + // "experimentalDecorators": true, /* Enable experimental support for legacy experimental decorators. */ + // "emitDecoratorMetadata": true, /* Emit design-type metadata for decorated declarations in source files. */ + // "jsxFactory": "", /* Specify the JSX factory function used when targeting React JSX emit, e.g. 'React.createElement' or 'h'. */ + // "jsxFragmentFactory": "", /* Specify the JSX Fragment reference used for fragments when targeting React JSX emit e.g. 'React.Fragment' or 'Fragment'. */ + // "jsxImportSource": "", /* Specify module specifier used to import the JSX factory functions when using 'jsx: react-jsx*'. */ + // "reactNamespace": "", /* Specify the object invoked for 'createElement'. This only applies when targeting 'react' JSX emit. */ + // "noLib": true, /* Disable including any library files, including the default lib.d.ts. */ + // "useDefineForClassFields": true, /* Emit ECMAScript-standard-compliant class fields. */ + // "moduleDetection": "auto", /* Control what method is used to detect module-format JS files. */ - /* Modules */ - //"module": "commonjs" /* Specify what module code is generated. */, - // "rootDir": "./", /* Specify the root folder within your source files. */ - // "moduleResolution": "node10", /* Specify how TypeScript looks up a file from a given module specifier. */ - // "baseUrl": "./", /* Specify the base directory to resolve non-relative module names. */ - // "paths": {}, /* Specify a set of entries that re-map imports to additional lookup locations. */ - // "rootDirs": [], /* Allow multiple folders to be treated as one when resolving modules. */ - // "typeRoots": [], /* Specify multiple folders that act like './node_modules/@types'. */ - // "types": [], /* Specify type package names to be included without being referenced in a source file. */ - // "allowUmdGlobalAccess": true, /* Allow accessing UMD globals from modules. */ - // "moduleSuffixes": [], /* List of file name suffixes to search when resolving a module. */ - // "allowImportingTsExtensions": true, /* Allow imports to include TypeScript file extensions. Requires '--moduleResolution bundler' and either '--noEmit' or '--emitDeclarationOnly' to be set. */ - // "resolvePackageJsonExports": true, /* Use the package.json 'exports' field when resolving package imports. */ - // "resolvePackageJsonImports": true, /* Use the package.json 'imports' field when resolving imports. */ - // "customConditions": [], /* Conditions to set in addition to the resolver-specific defaults when resolving imports. */ - "resolveJsonModule": true /* Enable importing .json files. */, - // "allowArbitraryExtensions": true, /* Enable importing files with any extension, provided a declaration file is present. */ - // "noResolve": true, /* Disallow 'import's, 'require's or ''s from expanding the number of files TypeScript should add to a project. */ + /* Modules */ + //"module": "commonjs" /* Specify what module code is generated. */, + // "rootDir": "./", /* Specify the root folder within your source files. */ + // "moduleResolution": "node10", /* Specify how TypeScript looks up a file from a given module specifier. */ + // "baseUrl": "./", /* Specify the base directory to resolve non-relative module names. */ + // "paths": {}, /* Specify a set of entries that re-map imports to additional lookup locations. */ + // "rootDirs": [], /* Allow multiple folders to be treated as one when resolving modules. */ + // "typeRoots": [], /* Specify multiple folders that act like './node_modules/@types'. */ + // "types": [], /* Specify type package names to be included without being referenced in a source file. */ + // "allowUmdGlobalAccess": true, /* Allow accessing UMD globals from modules. */ + // "moduleSuffixes": [], /* List of file name suffixes to search when resolving a module. */ + // "allowImportingTsExtensions": true, /* Allow imports to include TypeScript file extensions. Requires '--moduleResolution bundler' and either '--noEmit' or '--emitDeclarationOnly' to be set. */ + // "resolvePackageJsonExports": true, /* Use the package.json 'exports' field when resolving package imports. */ + // "resolvePackageJsonImports": true, /* Use the package.json 'imports' field when resolving imports. */ + // "customConditions": [], /* Conditions to set in addition to the resolver-specific defaults when resolving imports. */ + "resolveJsonModule": true /* Enable importing .json files. */, + // "allowArbitraryExtensions": true, /* Enable importing files with any extension, provided a declaration file is present. */ + // "noResolve": true, /* Disallow 'import's, 'require's or ''s from expanding the number of files TypeScript should add to a project. */ - /* JavaScript Support */ - // "allowJs": true, /* Allow JavaScript files to be a part of your program. Use the 'checkJS' option to get errors from these files. */ - // "checkJs": true, /* Enable error reporting in type-checked JavaScript files. */ - // "maxNodeModuleJsDepth": 1, /* Specify the maximum folder depth used for checking JavaScript files from 'node_modules'. Only applicable with 'allowJs'. */ + /* JavaScript Support */ + // "allowJs": true, /* Allow JavaScript files to be a part of your program. Use the 'checkJS' option to get errors from these files. */ + // "checkJs": true, /* Enable error reporting in type-checked JavaScript files. */ + // "maxNodeModuleJsDepth": 1, /* Specify the maximum folder depth used for checking JavaScript files from 'node_modules'. Only applicable with 'allowJs'. */ - /* Emit */ - // "declaration": true, /* Generate .d.ts files from TypeScript and JavaScript files in your project. */ - // "declarationMap": true, /* Create sourcemaps for d.ts files. */ - // "emitDeclarationOnly": true, /* Only output d.ts files and not JavaScript files. */ - // "sourceMap": true, /* Create source map files for emitted JavaScript files. */ - // "inlineSourceMap": true, /* Include sourcemap files inside the emitted JavaScript. */ - // "outFile": "./", /* Specify a file that bundles all outputs into one JavaScript file. If 'declaration' is true, also designates a file that bundles all .d.ts output. */ - "outDir": "./build/" /* Specify an output folder for all emitted files. */, - // "removeComments": true, /* Disable emitting comments. */ - // "noEmit": true, /* Disable emitting files from a compilation. */ - // "importHelpers": true, /* Allow importing helper functions from tslib once per project, instead of including them per-file. */ - // "importsNotUsedAsValues": "remove", /* Specify emit/checking behavior for imports that are only used for types. */ - // "downlevelIteration": true, /* Emit more compliant, but verbose and less performant JavaScript for iteration. */ - // "sourceRoot": "", /* Specify the root path for debuggers to find the reference source code. */ - // "mapRoot": "", /* Specify the location where debugger should locate map files instead of generated locations. */ - // "inlineSources": true, /* Include source code in the sourcemaps inside the emitted JavaScript. */ - // "emitBOM": true, /* Emit a UTF-8 Byte Order Mark (BOM) in the beginning of output files. */ - // "newLine": "crlf", /* Set the newline character for emitting files. */ - // "stripInternal": true, /* Disable emitting declarations that have '@internal' in their JSDoc comments. */ - // "noEmitHelpers": true, /* Disable generating custom helper functions like '__extends' in compiled output. */ - // "noEmitOnError": true, /* Disable emitting files if any type checking errors are reported. */ - // "preserveConstEnums": true, /* Disable erasing 'const enum' declarations in generated code. */ - // "declarationDir": "./", /* Specify the output directory for generated declaration files. */ - // "preserveValueImports": true, /* Preserve unused imported values in the JavaScript output that would otherwise be removed. */ + /* Emit */ + // "declaration": true, /* Generate .d.ts files from TypeScript and JavaScript files in your project. */ + // "declarationMap": true, /* Create sourcemaps for d.ts files. */ + // "emitDeclarationOnly": true, /* Only output d.ts files and not JavaScript files. */ + // "sourceMap": true, /* Create source map files for emitted JavaScript files. */ + // "inlineSourceMap": true, /* Include sourcemap files inside the emitted JavaScript. */ + // "outFile": "./", /* Specify a file that bundles all outputs into one JavaScript file. If 'declaration' is true, also designates a file that bundles all .d.ts output. */ + "outDir": "./build/" /* Specify an output folder for all emitted files. */, + // "removeComments": true, /* Disable emitting comments. */ + // "noEmit": true, /* Disable emitting files from a compilation. */ + // "importHelpers": true, /* Allow importing helper functions from tslib once per project, instead of including them per-file. */ + // "importsNotUsedAsValues": "remove", /* Specify emit/checking behavior for imports that are only used for types. */ + // "downlevelIteration": true, /* Emit more compliant, but verbose and less performant JavaScript for iteration. */ + // "sourceRoot": "", /* Specify the root path for debuggers to find the reference source code. */ + // "mapRoot": "", /* Specify the location where debugger should locate map files instead of generated locations. */ + // "inlineSources": true, /* Include source code in the sourcemaps inside the emitted JavaScript. */ + // "emitBOM": true, /* Emit a UTF-8 Byte Order Mark (BOM) in the beginning of output files. */ + // "newLine": "crlf", /* Set the newline character for emitting files. */ + // "stripInternal": true, /* Disable emitting declarations that have '@internal' in their JSDoc comments. */ + // "noEmitHelpers": true, /* Disable generating custom helper functions like '__extends' in compiled output. */ + // "noEmitOnError": true, /* Disable emitting files if any type checking errors are reported. */ + // "preserveConstEnums": true, /* Disable erasing 'const enum' declarations in generated code. */ + // "declarationDir": "./", /* Specify the output directory for generated declaration files. */ + // "preserveValueImports": true, /* Preserve unused imported values in the JavaScript output that would otherwise be removed. */ - /* Interop Constraints */ - // "isolatedModules": true, /* Ensure that each file can be safely transpiled without relying on other imports. */ - // "verbatimModuleSyntax": true, /* Do not transform or elide any imports or exports not marked as type-only, ensuring they are written in the output file's format based on the 'module' setting. */ - // "allowSyntheticDefaultImports": true, /* Allow 'import x from y' when a module doesn't have a default export. */ - "esModuleInterop": true /* Emit additional JavaScript to ease support for importing CommonJS modules. This enables 'allowSyntheticDefaultImports' for type compatibility. */, - // "preserveSymlinks": true, /* Disable resolving symlinks to their realpath. This correlates to the same flag in node. */ - "forceConsistentCasingInFileNames": true /* Ensure that casing is correct in imports. */, + /* Interop Constraints */ + // "isolatedModules": true, /* Ensure that each file can be safely transpiled without relying on other imports. */ + // "verbatimModuleSyntax": true, /* Do not transform or elide any imports or exports not marked as type-only, ensuring they are written in the output file's format based on the 'module' setting. */ + // "allowSyntheticDefaultImports": true, /* Allow 'import x from y' when a module doesn't have a default export. */ + "esModuleInterop": true /* Emit additional JavaScript to ease support for importing CommonJS modules. This enables 'allowSyntheticDefaultImports' for type compatibility. */, + // "preserveSymlinks": true, /* Disable resolving symlinks to their realpath. This correlates to the same flag in node. */ + "forceConsistentCasingInFileNames": true /* Ensure that casing is correct in imports. */, - /* Type Checking */ - "strict": true /* Enable all strict type-checking options. */, - "noImplicitAny": true /* Enable error reporting for expressions and declarations with an implied 'any' type. */, - // "strictNullChecks": true, /* When type checking, take into account 'null' and 'undefined'. */ - // "strictFunctionTypes": true, /* When assigning functions, check to ensure parameters and the return values are subtype-compatible. */ - // "strictBindCallApply": true, /* Check that the arguments for 'bind', 'call', and 'apply' methods match the original function. */ - // "strictPropertyInitialization": true, /* Check for class properties that are declared but not set in the constructor. */ - // "noImplicitThis": true, /* Enable error reporting when 'this' is given the type 'any'. */ - // "useUnknownInCatchVariables": true, /* Default catch clause variables as 'unknown' instead of 'any'. */ - // "alwaysStrict": true, /* Ensure 'use strict' is always emitted. */ - //"noUnusedLocals": true /* Enable error reporting when local variables aren't read. */, - "noUnusedParameters": true /* Raise an error when a function parameter isn't read. */, - // "exactOptionalPropertyTypes": true, /* Interpret optional property types as written, rather than adding 'undefined'. */ - "noImplicitReturns": true /* Enable error reporting for codepaths that do not explicitly return in a function. */, - "noFallthroughCasesInSwitch": true /* Enable error reporting for fallthrough cases in switch statements. */, - // "noUncheckedIndexedAccess": true, /* Add 'undefined' to a type when accessed using an index. */ - // "noImplicitOverride": true, /* Ensure overriding members in derived classes are marked with an override modifier. */ - // "noPropertyAccessFromIndexSignature": true, /* Enforces using indexed accessors for keys declared using an indexed type. */ - // "allowUnusedLabels": true, /* Disable error reporting for unused labels. */ - // "allowUnreachableCode": true, /* Disable error reporting for unreachable code. */ + /* Type Checking */ + "strict": true /* Enable all strict type-checking options. */, + "noImplicitAny": true /* Enable error reporting for expressions and declarations with an implied 'any' type. */, + // "strictNullChecks": true, /* When type checking, take into account 'null' and 'undefined'. */ + // "strictFunctionTypes": true, /* When assigning functions, check to ensure parameters and the return values are subtype-compatible. */ + // "strictBindCallApply": true, /* Check that the arguments for 'bind', 'call', and 'apply' methods match the original function. */ + // "strictPropertyInitialization": true, /* Check for class properties that are declared but not set in the constructor. */ + // "noImplicitThis": true, /* Enable error reporting when 'this' is given the type 'any'. */ + // "useUnknownInCatchVariables": true, /* Default catch clause variables as 'unknown' instead of 'any'. */ + // "alwaysStrict": true, /* Ensure 'use strict' is always emitted. */ + //"noUnusedLocals": true /* Enable error reporting when local variables aren't read. */, + "noUnusedParameters": true /* Raise an error when a function parameter isn't read. */, + // "exactOptionalPropertyTypes": true, /* Interpret optional property types as written, rather than adding 'undefined'. */ + "noImplicitReturns": true /* Enable error reporting for codepaths that do not explicitly return in a function. */, + "noFallthroughCasesInSwitch": true /* Enable error reporting for fallthrough cases in switch statements. */, + // "noUncheckedIndexedAccess": true, /* Add 'undefined' to a type when accessed using an index. */ + // "noImplicitOverride": true, /* Ensure overriding members in derived classes are marked with an override modifier. */ + // "noPropertyAccessFromIndexSignature": true, /* Enforces using indexed accessors for keys declared using an indexed type. */ + // "allowUnusedLabels": true, /* Disable error reporting for unused labels. */ + // "allowUnreachableCode": true, /* Disable error reporting for unreachable code. */ - /* Completeness */ - // "skipDefaultLibCheck": true, /* Skip type checking .d.ts files that are included with TypeScript. */ - "skipLibCheck": true /* Skip type checking all .d.ts files. */, - "paths": { - "@/*": ["./*"] + /* Completeness */ + // "skipDefaultLibCheck": true, /* Skip type checking .d.ts files that are included with TypeScript. */ + "skipLibCheck": true /* Skip type checking all .d.ts files. */, + "paths": { + "@/*": ["./*"] + } } - } }