forked from OpenWF/SpaceNinjaServer
		
	refactor: run prettier cli to format all files
This commit is contained in:
		
							parent
							
								
									91f253aa53
								
							
						
					
					
						commit
						5b029cfb3b
					
				@ -2,9 +2,9 @@ import { RequestHandler } from "express";
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
const checkDailyMissionBonusController: RequestHandler = (_req, res) => {
 | 
					const checkDailyMissionBonusController: RequestHandler = (_req, res) => {
 | 
				
			||||||
    const data = Buffer.from([
 | 
					    const data = Buffer.from([
 | 
				
			||||||
    0x44, 0x61, 0x69, 0x6c, 0x79, 0x4d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x42, 0x6f, 0x6e, 0x75, 0x73, 0x3a, 0x31,
 | 
					        0x44, 0x61, 0x69, 0x6c, 0x79, 0x4d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x42, 0x6f, 0x6e, 0x75, 0x73, 0x3a,
 | 
				
			||||||
    0x2d, 0x44, 0x61, 0x69, 0x6c, 0x79, 0x50, 0x56, 0x50, 0x57, 0x69, 0x6e, 0x42, 0x6f, 0x6e, 0x75, 0x73, 0x3a, 0x31,
 | 
					        0x31, 0x2d, 0x44, 0x61, 0x69, 0x6c, 0x79, 0x50, 0x56, 0x50, 0x57, 0x69, 0x6e, 0x42, 0x6f, 0x6e, 0x75, 0x73,
 | 
				
			||||||
    0x0a
 | 
					        0x3a, 0x31, 0x0a
 | 
				
			||||||
    ]);
 | 
					    ]);
 | 
				
			||||||
    res.writeHead(200, {
 | 
					    res.writeHead(200, {
 | 
				
			||||||
        "Content-Type": "text/html",
 | 
					        "Content-Type": "text/html",
 | 
				
			||||||
 | 
				
			|||||||
@ -2,8 +2,8 @@ import { RequestHandler } from "express";
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
const findSessionsController: RequestHandler = (_req, res) => {
 | 
					const findSessionsController: RequestHandler = (_req, res) => {
 | 
				
			||||||
    const data = Buffer.from([
 | 
					    const data = Buffer.from([
 | 
				
			||||||
    0x7b, 0x22, 0x71, 0x75, 0x65, 0x72, 0x79, 0x49, 0x64, 0x22, 0x3a, 0x31, 0x2c, 0x22, 0x53, 0x65, 0x73, 0x73, 0x69,
 | 
					        0x7b, 0x22, 0x71, 0x75, 0x65, 0x72, 0x79, 0x49, 0x64, 0x22, 0x3a, 0x31, 0x2c, 0x22, 0x53, 0x65, 0x73, 0x73,
 | 
				
			||||||
    0x6f, 0x6e, 0x73, 0x22, 0x3a, 0x5b, 0x5d, 0x7d
 | 
					        0x69, 0x6f, 0x6e, 0x73, 0x22, 0x3a, 0x5b, 0x5d, 0x7d
 | 
				
			||||||
    ]);
 | 
					    ]);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    res.writeHead(200, {
 | 
					    res.writeHead(200, {
 | 
				
			||||||
 | 
				
			|||||||
@ -7,8 +7,8 @@ const getIgnoredUsersController: RequestHandler = (_req, res) => {
 | 
				
			|||||||
    });
 | 
					    });
 | 
				
			||||||
    res.end(
 | 
					    res.end(
 | 
				
			||||||
        Buffer.from([
 | 
					        Buffer.from([
 | 
				
			||||||
      0x7b, 0x22, 0x4e, 0x6f, 0x6e, 0x63, 0x65, 0x22, 0x3a, 0x38, 0x33, 0x30, 0x34, 0x30, 0x37, 0x37, 0x32, 0x32, 0x34,
 | 
					            0x7b, 0x22, 0x4e, 0x6f, 0x6e, 0x63, 0x65, 0x22, 0x3a, 0x38, 0x33, 0x30, 0x34, 0x30, 0x37, 0x37, 0x32, 0x32,
 | 
				
			||||||
      0x30, 0x32, 0x32, 0x32, 0x36, 0x31, 0x35, 0x30, 0x31, 0x7d
 | 
					            0x34, 0x30, 0x32, 0x32, 0x32, 0x36, 0x31, 0x35, 0x30, 0x31, 0x7d
 | 
				
			||||||
        ])
 | 
					        ])
 | 
				
			||||||
    );
 | 
					    );
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
 | 
				
			|||||||
@ -2,9 +2,9 @@ import { RequestHandler } from "express";
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
const marketRecommendationsController: RequestHandler = (_req, res) => {
 | 
					const marketRecommendationsController: RequestHandler = (_req, res) => {
 | 
				
			||||||
    const data = Buffer.from([
 | 
					    const data = Buffer.from([
 | 
				
			||||||
    0x7b, 0x22, 0x4d, 0x61, 0x72, 0x6b, 0x65, 0x74, 0x52, 0x65, 0x63, 0x6f, 0x6d, 0x6d, 0x65, 0x6e, 0x64, 0x61, 0x74,
 | 
					        0x7b, 0x22, 0x4d, 0x61, 0x72, 0x6b, 0x65, 0x74, 0x52, 0x65, 0x63, 0x6f, 0x6d, 0x6d, 0x65, 0x6e, 0x64, 0x61,
 | 
				
			||||||
    0x69, 0x6f, 0x6e, 0x73, 0x22, 0x3a, 0x7b, 0x22, 0x46, 0x65, 0x61, 0x74, 0x75, 0x72, 0x65, 0x64, 0x22, 0x3a, 0x5b,
 | 
					        0x74, 0x69, 0x6f, 0x6e, 0x73, 0x22, 0x3a, 0x7b, 0x22, 0x46, 0x65, 0x61, 0x74, 0x75, 0x72, 0x65, 0x64, 0x22,
 | 
				
			||||||
    0x5d, 0x2c, 0x22, 0x50, 0x6f, 0x70, 0x75, 0x6c, 0x61, 0x72, 0x22, 0x3a, 0x5b, 0x5d, 0x7d, 0x7d
 | 
					        0x3a, 0x5b, 0x5d, 0x2c, 0x22, 0x50, 0x6f, 0x70, 0x75, 0x6c, 0x61, 0x72, 0x22, 0x3a, 0x5b, 0x5d, 0x7d, 0x7d
 | 
				
			||||||
    ]);
 | 
					    ]);
 | 
				
			||||||
    res.writeHead(200, {
 | 
					    res.writeHead(200, {
 | 
				
			||||||
        "Content-Type": "text/html",
 | 
					        "Content-Type": "text/html",
 | 
				
			||||||
 | 
				
			|||||||
@ -1,8 +1,7 @@
 | 
				
			|||||||
 | 
					import crypto from "crypto";
 | 
				
			||||||
import { IAccountCreation } from "../types/customTypes";
 | 
					import { IAccountCreation } from "../types/customTypes";
 | 
				
			||||||
import { IDatabaseAccount } from "../types/loginTypes";
 | 
					import { IDatabaseAccount } from "../types/loginTypes";
 | 
				
			||||||
import { isString, parseNumber, parseString, parseEmail } from "./general";
 | 
					import { isString, parseEmail, parseString } from "./general";
 | 
				
			||||||
 | 
					 | 
				
			||||||
import crypto from "crypto";
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
const getWhirlpoolHash = (rawPassword: string): string => {
 | 
					const getWhirlpoolHash = (rawPassword: string): string => {
 | 
				
			||||||
    const whirlpool = crypto.createHash("whirlpool");
 | 
					    const whirlpool = crypto.createHash("whirlpool");
 | 
				
			||||||
 | 
				
			|||||||
@ -52,7 +52,9 @@
 | 
				
			|||||||
        },
 | 
					        },
 | 
				
			||||||
        {
 | 
					        {
 | 
				
			||||||
            "_id": { "$oid": "62ff8739293d0365d3046528" },
 | 
					            "_id": { "$oid": "62ff8739293d0365d3046528" },
 | 
				
			||||||
      "Messages": [{ "LanguageCode": "fr", "Message": "[Guide] Que faire après avoir terminé \"Le Trophée de Vor\"" }],
 | 
					            "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/",
 | 
					            "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" } },
 | 
					            "Date": { "$date": { "$numberLong": "1660913400000" } },
 | 
				
			||||||
            "ImageUrl": "https://n9e5v4d8.ssl.hwcdn.net/uploads/0bd16bb52c55ec09ca1168becb87b030.png",
 | 
					            "ImageUrl": "https://n9e5v4d8.ssl.hwcdn.net/uploads/0bd16bb52c55ec09ca1168becb87b030.png",
 | 
				
			||||||
@ -231,7 +233,10 @@
 | 
				
			|||||||
        {
 | 
					        {
 | 
				
			||||||
            "_id": { "$oid": "643810e2f1525ccbc601bc3e" },
 | 
					            "_id": { "$oid": "643810e2f1525ccbc601bc3e" },
 | 
				
			||||||
            "Messages": [
 | 
					            "Messages": [
 | 
				
			||||||
        { "LanguageCode": "es", "Message": "Nueva configuración predeterminada para PC - Motor de gráficos mejorado" }
 | 
					                {
 | 
				
			||||||
 | 
					                    "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/",
 | 
					            "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" } },
 | 
					            "Date": { "$date": { "$numberLong": "1681395840000" } },
 | 
				
			||||||
@ -242,7 +247,10 @@
 | 
				
			|||||||
            "_id": { "$oid": "64416f9fe379cef063044700" },
 | 
					            "_id": { "$oid": "64416f9fe379cef063044700" },
 | 
				
			||||||
            "Messages": [
 | 
					            "Messages": [
 | 
				
			||||||
                { "LanguageCode": "en", "Message": "Pre-order your official Duviri Merch today!" },
 | 
					                { "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": "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": "it", "Message": "Preordina oggi stesso il Merch ufficiale Duviri!" },
 | 
				
			||||||
                { "LanguageCode": "de", "Message": "Bestellt noch heute euren offiziellen Duviri-Merch vor!" },
 | 
					                { "LanguageCode": "de", "Message": "Bestellt noch heute euren offiziellen Duviri-Merch vor!" },
 | 
				
			||||||
                { "LanguageCode": "es", "Message": "¡Reserva los productos oficiales de Duviri hoy mismo!" },
 | 
					                { "LanguageCode": "es", "Message": "¡Reserva los productos oficiales de Duviri hoy mismo!" },
 | 
				
			||||||
@ -670,7 +678,15 @@
 | 
				
			|||||||
            "Expiry": { "$date": { "$numberLong": "1684252740000" } },
 | 
					            "Expiry": { "$date": { "$numberLong": "1684252740000" } },
 | 
				
			||||||
            "Tag": "CephalonSudaSyndicate",
 | 
					            "Tag": "CephalonSudaSyndicate",
 | 
				
			||||||
            "Seed": 70278,
 | 
					            "Seed": 70278,
 | 
				
			||||||
      "Nodes": ["SolNode113", "SolNode107", "SolNode216", "SolNode708", "SolNode153", "SolNode74", "SettlementNode15"]
 | 
					            "Nodes": [
 | 
				
			||||||
 | 
					                "SolNode113",
 | 
				
			||||||
 | 
					                "SolNode107",
 | 
				
			||||||
 | 
					                "SolNode216",
 | 
				
			||||||
 | 
					                "SolNode708",
 | 
				
			||||||
 | 
					                "SolNode153",
 | 
				
			||||||
 | 
					                "SolNode74",
 | 
				
			||||||
 | 
					                "SettlementNode15"
 | 
				
			||||||
 | 
					            ]
 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
        {
 | 
					        {
 | 
				
			||||||
            "_id": { "$oid": "646256c65517847257529975" },
 | 
					            "_id": { "$oid": "646256c65517847257529975" },
 | 
				
			||||||
@ -702,7 +718,15 @@
 | 
				
			|||||||
            "Expiry": { "$date": { "$numberLong": "1684252740000" } },
 | 
					            "Expiry": { "$date": { "$numberLong": "1684252740000" } },
 | 
				
			||||||
            "Tag": "NewLokaSyndicate",
 | 
					            "Tag": "NewLokaSyndicate",
 | 
				
			||||||
            "Seed": 57833,
 | 
					            "Seed": 57833,
 | 
				
			||||||
      "Nodes": ["SolNode225", "SolNode106", "SolNode85", "SolNode23", "SettlementNode14", "SolNode19", "SolNode100"]
 | 
					            "Nodes": [
 | 
				
			||||||
 | 
					                "SolNode225",
 | 
				
			||||||
 | 
					                "SolNode106",
 | 
				
			||||||
 | 
					                "SolNode85",
 | 
				
			||||||
 | 
					                "SolNode23",
 | 
				
			||||||
 | 
					                "SettlementNode14",
 | 
				
			||||||
 | 
					                "SolNode19",
 | 
				
			||||||
 | 
					                "SolNode100"
 | 
				
			||||||
 | 
					            ]
 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
        {
 | 
					        {
 | 
				
			||||||
            "_id": { "$oid": "646256c65517847257529979" },
 | 
					            "_id": { "$oid": "646256c65517847257529979" },
 | 
				
			||||||
@ -718,7 +742,15 @@
 | 
				
			|||||||
            "Expiry": { "$date": { "$numberLong": "1684252740000" } },
 | 
					            "Expiry": { "$date": { "$numberLong": "1684252740000" } },
 | 
				
			||||||
            "Tag": "PerrinSyndicate",
 | 
					            "Tag": "PerrinSyndicate",
 | 
				
			||||||
            "Seed": 99444,
 | 
					            "Seed": 99444,
 | 
				
			||||||
      "Nodes": ["SolNode63", "SolNode61", "SolNode96", "SettlementNode3", "SolNode402", "SolNode172", "SolNode196"]
 | 
					            "Nodes": [
 | 
				
			||||||
 | 
					                "SolNode63",
 | 
				
			||||||
 | 
					                "SolNode61",
 | 
				
			||||||
 | 
					                "SolNode96",
 | 
				
			||||||
 | 
					                "SettlementNode3",
 | 
				
			||||||
 | 
					                "SolNode402",
 | 
				
			||||||
 | 
					                "SolNode172",
 | 
				
			||||||
 | 
					                "SolNode196"
 | 
				
			||||||
 | 
					            ]
 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
        {
 | 
					        {
 | 
				
			||||||
            "_id": { "$oid": "646256c6551784725752997d" },
 | 
					            "_id": { "$oid": "646256c6551784725752997d" },
 | 
				
			||||||
@ -806,7 +838,15 @@
 | 
				
			|||||||
            "Expiry": { "$date": { "$numberLong": "1684252740000" } },
 | 
					            "Expiry": { "$date": { "$numberLong": "1684252740000" } },
 | 
				
			||||||
            "Tag": "RedVeilSyndicate",
 | 
					            "Tag": "RedVeilSyndicate",
 | 
				
			||||||
            "Seed": 13859,
 | 
					            "Seed": 13859,
 | 
				
			||||||
      "Nodes": ["SolNode130", "SolNode22", "SolNode15", "SettlementNode2", "SolNode14", "SolNode215", "SolNode173"]
 | 
					            "Nodes": [
 | 
				
			||||||
 | 
					                "SolNode130",
 | 
				
			||||||
 | 
					                "SolNode22",
 | 
				
			||||||
 | 
					                "SolNode15",
 | 
				
			||||||
 | 
					                "SettlementNode2",
 | 
				
			||||||
 | 
					                "SolNode14",
 | 
				
			||||||
 | 
					                "SolNode215",
 | 
				
			||||||
 | 
					                "SolNode173"
 | 
				
			||||||
 | 
					            ]
 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
        {
 | 
					        {
 | 
				
			||||||
            "_id": { "$oid": "646256c65517847257529986" },
 | 
					            "_id": { "$oid": "646256c65517847257529986" },
 | 
				
			||||||
@ -1661,7 +1701,12 @@
 | 
				
			|||||||
                        "/Lotus/Types/StoreItems/Packages/InitiateIIIPCPack"
 | 
					                        "/Lotus/Types/StoreItems/Packages/InitiateIIIPCPack"
 | 
				
			||||||
                    ]
 | 
					                    ]
 | 
				
			||||||
                },
 | 
					                },
 | 
				
			||||||
        { "CategoryName": "WISH_LIST", "Name": "/Lotus/Language/Menu/Store_Wishlist", "Icon": "wishlist", "Items": [] }
 | 
					                {
 | 
				
			||||||
 | 
					                    "CategoryName": "WISH_LIST",
 | 
				
			||||||
 | 
					                    "Name": "/Lotus/Language/Menu/Store_Wishlist",
 | 
				
			||||||
 | 
					                    "Icon": "wishlist",
 | 
				
			||||||
 | 
					                    "Items": []
 | 
				
			||||||
 | 
					                }
 | 
				
			||||||
            ]
 | 
					            ]
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
@ -1702,12 +1747,17 @@
 | 
				
			|||||||
            "ChainID": { "$oid": "646101fe9691a8bbcb55c3c4" },
 | 
					            "ChainID": { "$oid": "646101fe9691a8bbcb55c3c4" },
 | 
				
			||||||
            "AttackerReward": {
 | 
					            "AttackerReward": {
 | 
				
			||||||
                "countedItems": [
 | 
					                "countedItems": [
 | 
				
			||||||
          { "ItemType": "/Lotus/Types/Recipes/Weapons/WeaponParts/GrineerCombatKnifeHeatsink", "ItemCount": 1 }
 | 
					                    {
 | 
				
			||||||
 | 
					                        "ItemType": "/Lotus/Types/Recipes/Weapons/WeaponParts/GrineerCombatKnifeHeatsink",
 | 
				
			||||||
 | 
					                        "ItemCount": 1
 | 
				
			||||||
 | 
					                    }
 | 
				
			||||||
                ]
 | 
					                ]
 | 
				
			||||||
            },
 | 
					            },
 | 
				
			||||||
            "AttackerMissionInfo": { "seed": 807737, "faction": "FC_CORPUS" },
 | 
					            "AttackerMissionInfo": { "seed": 807737, "faction": "FC_CORPUS" },
 | 
				
			||||||
            "DefenderReward": {
 | 
					            "DefenderReward": {
 | 
				
			||||||
        "countedItems": [{ "ItemType": "/Lotus/Types/Recipes/Weapons/SnipetronVandalBlueprint", "ItemCount": 1 }]
 | 
					                "countedItems": [
 | 
				
			||||||
 | 
					                    { "ItemType": "/Lotus/Types/Recipes/Weapons/SnipetronVandalBlueprint", "ItemCount": 1 }
 | 
				
			||||||
 | 
					                ]
 | 
				
			||||||
            },
 | 
					            },
 | 
				
			||||||
            "DefenderMissionInfo": { "seed": 977649, "faction": "FC_GRINEER" },
 | 
					            "DefenderMissionInfo": { "seed": 977649, "faction": "FC_GRINEER" },
 | 
				
			||||||
            "Activation": { "$date": { "$numberLong": "1684151815904" } }
 | 
					            "Activation": { "$date": { "$numberLong": "1684151815904" } }
 | 
				
			||||||
@ -1841,17 +1891,32 @@
 | 
				
			|||||||
            "InitialStartDate": { "$date": { "$numberLong": "1662738144266" } },
 | 
					            "InitialStartDate": { "$date": { "$numberLong": "1662738144266" } },
 | 
				
			||||||
            "Node": "TradeHUB1",
 | 
					            "Node": "TradeHUB1",
 | 
				
			||||||
            "Manifest": [
 | 
					            "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/MPVNovaPrimeSinglePack",
 | 
				
			||||||
        { "ItemType": "/Lotus/Types/StoreItems/Packages/MegaPrimeVault/MPVTrinityPrimeSinglePack", "PrimePrice": 6 },
 | 
					                    "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/StoreItems/Powersuits/AntiMatter/NovaPrime", "PrimePrice": 3 },
 | 
				
			||||||
                { "ItemType": "/Lotus/Types/StoreItems/Packages/MegaPrimeVault/MPVEdoPrimeArmorSet", "PrimePrice": 2 },
 | 
					                { "ItemType": "/Lotus/Types/StoreItems/Packages/MegaPrimeVault/MPVEdoPrimeArmorSet", "PrimePrice": 2 },
 | 
				
			||||||
                { "ItemType": "/Lotus/StoreItems/Upgrades/Skins/Sigils/PrimeAccessSigilFive", "PrimePrice": 1 },
 | 
					                { "ItemType": "/Lotus/StoreItems/Upgrades/Skins/Sigils/PrimeAccessSigilFive", "PrimePrice": 1 },
 | 
				
			||||||
                { "ItemType": "/Lotus/StoreItems/Weapons/Tenno/Pistols/PrimeVasto/PrimeVastoPistol", "PrimePrice": 2 },
 | 
					                { "ItemType": "/Lotus/StoreItems/Weapons/Tenno/Pistols/PrimeVasto/PrimeVastoPistol", "PrimePrice": 2 },
 | 
				
			||||||
                { "ItemType": "/Lotus/StoreItems/Weapons/Tenno/LongGuns/PrimeSoma/PrimeSomaRifle", "PrimePrice": 2 },
 | 
					                { "ItemType": "/Lotus/StoreItems/Weapons/Tenno/LongGuns/PrimeSoma/PrimeSomaRifle", "PrimePrice": 2 },
 | 
				
			||||||
                { "ItemType": "/Lotus/StoreItems/Powersuits/Trinity/TrinityPrime", "PrimePrice": 3 },
 | 
					                { "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/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/Weapons/Tenno/Melee/PrimeDualKamas/PrimeDualKamas", "PrimePrice": 2 },
 | 
				
			||||||
                { "ItemType": "/Lotus/StoreItems/Types/Items/ShipDecos/NovaPrimeBobbleHead", "PrimePrice": 1 },
 | 
					                { "ItemType": "/Lotus/StoreItems/Types/Items/ShipDecos/NovaPrimeBobbleHead", "PrimePrice": 1 },
 | 
				
			||||||
                { "ItemType": "/Lotus/StoreItems/Types/Items/ShipDecos/TrinityPrimeBobbleHead", "PrimePrice": 1 },
 | 
					                { "ItemType": "/Lotus/StoreItems/Types/Items/ShipDecos/TrinityPrimeBobbleHead", "PrimePrice": 1 },
 | 
				
			||||||
@ -1880,13 +1945,19 @@
 | 
				
			|||||||
                { "ItemType": "/Lotus/StoreItems/Weapons/Tenno/Pistols/PrimeLex/PrimeLex", "PrimePrice": 1 },
 | 
					                { "ItemType": "/Lotus/StoreItems/Weapons/Tenno/Pistols/PrimeLex/PrimeLex", "PrimePrice": 1 },
 | 
				
			||||||
                { "ItemType": "/Lotus/StoreItems/Types/Game/ShipScenes/PrimeLisetFiligreeScene", "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/MPVAviaPrimeArmorSet", "PrimePrice": 2 },
 | 
				
			||||||
        { "ItemType": "/Lotus/Types/StoreItems/Packages/MegaPrimeVault/MPVVayasPrimeAccessories", "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/MeleeDangles/TwitchPrimeMeleeDangle", "PrimePrice": 1 },
 | 
				
			||||||
                { "ItemType": "/Lotus/StoreItems/Upgrades/Skins/Scarves/PrimeAviaSyandana", "PrimePrice": 2 },
 | 
					                { "ItemType": "/Lotus/StoreItems/Upgrades/Skins/Scarves/PrimeAviaSyandana", "PrimePrice": 2 },
 | 
				
			||||||
                { "ItemType": "/Lotus/StoreItems/Upgrades/Skins/Scarves/PrimeTwitchScarf", "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/Scarves/TwitchPrimeScarf", "PrimePrice": 2 },
 | 
				
			||||||
                { "ItemType": "/Lotus/StoreItems/Upgrades/Skins/Sigils/TwitchPrimeSigil", "PrimePrice": 1 },
 | 
					                { "ItemType": "/Lotus/StoreItems/Upgrades/Skins/Sigils/TwitchPrimeSigil", "PrimePrice": 1 },
 | 
				
			||||||
        { "ItemType": "/Lotus/Types/StoreItems/Packages/MegaPrimeVault/MPVNecraloidBundle", "RegularPrice": 10 },
 | 
					                {
 | 
				
			||||||
 | 
					                    "ItemType": "/Lotus/Types/StoreItems/Packages/MegaPrimeVault/MPVNecraloidBundle",
 | 
				
			||||||
 | 
					                    "RegularPrice": 10
 | 
				
			||||||
 | 
					                },
 | 
				
			||||||
                { "ItemType": "/Lotus/StoreItems/Upgrades/Skins/Liset/LisetSkinTwitchPrime", "RegularPrice": 10 },
 | 
					                { "ItemType": "/Lotus/StoreItems/Upgrades/Skins/Liset/LisetSkinTwitchPrime", "RegularPrice": 10 },
 | 
				
			||||||
                { "ItemType": "/Lotus/StoreItems/Upgrades/Skins/Scarves/InfMembraneCape", "RegularPrice": 10 },
 | 
					                { "ItemType": "/Lotus/StoreItems/Upgrades/Skins/Scarves/InfMembraneCape", "RegularPrice": 10 },
 | 
				
			||||||
                { "ItemType": "/Lotus/StoreItems/Types/Items/MiscItems/PrimeBucks", "RegularPrice": 1 },
 | 
					                { "ItemType": "/Lotus/StoreItems/Types/Items/MiscItems/PrimeBucks", "RegularPrice": 1 },
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user