From c23a3fcaf0c3091c0eaf417a97f54c580b6e6f19 Mon Sep 17 00:00:00 2001 From: Sainan Date: Mon, 6 Jan 2025 12:43:13 +0100 Subject: [PATCH 1/3] fix: change cavia bounties every 2.5 hours --- src/controllers/dynamic/worldStateController.ts | 10 +++++++++- static/fixed_responses/worldState.json | 8 -------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/controllers/dynamic/worldStateController.ts b/src/controllers/dynamic/worldStateController.ts index 9bc7f137..b95e621b 100644 --- a/src/controllers/dynamic/worldStateController.ts +++ b/src/controllers/dynamic/worldStateController.ts @@ -22,7 +22,7 @@ export const worldStateController: RequestHandler = (req, res) => { Seed: week // unfaithful }); - // Holdfast & Hex bounties cycling every 2.5 hours; unfaithful implementation + // Holdfast, Cavia, & Hex bounties cycling every 2.5 hours; unfaithful implementation const bountyCycle = Math.trunc(new Date().getTime() / 9000000); const bountyCycleStart = bountyCycle * 9000000; const bountyCycleEnd = bountyCycleStart + 9000000; @@ -34,6 +34,14 @@ export const worldStateController: RequestHandler = (req, res) => { Seed: bountyCycle, Nodes: [] }); + worldState.SyndicateMissions.push({ + _id: { $oid: bountyCycleStart.toString(16) + "0000000000000004" }, + Activation: { $date: { $numberLong: bountyCycleStart.toString() } }, + Expiry: { $date: { $numberLong: bountyCycleEnd.toString() } }, + Tag: "EntratiLabSyndicate", + Seed: bountyCycle, + Nodes: [] + }); worldState.SyndicateMissions.push({ _id: { $oid: bountyCycleStart.toString(16) + "0000000000000006" }, Activation: { $date: { $numberLong: bountyCycleStart.toString(10) } }, diff --git a/static/fixed_responses/worldState.json b/static/fixed_responses/worldState.json index 4f272b4e..54b6903a 100644 --- a/static/fixed_responses/worldState.json +++ b/static/fixed_responses/worldState.json @@ -340,14 +340,6 @@ } ] }, - { - "_id": { "$oid": "663a71c80000000000000004" }, - "Activation": { "$date": { "$numberLong": "1715106248403" } }, - "Expiry": { "$date": { "$numberLong": "2000000000000" } }, - "Tag": "EntratiLabSyndicate", - "Seed": 99562, - "Nodes": [] - }, { "_id": { "$oid": "663a71c80000000000000008" }, "Activation": { "$date": { "$numberLong": "1715106248403" } }, -- 2.47.2 From abf312a41bd27e0a51a19f6b67c97dce0f91ff43 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 23:36:19 +0100 Subject: [PATCH 2/3] build(deps): bump mongoose from 8.9.2 to 8.9.3 (#746) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 09f0c344..b444baf9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "copyfiles": "^2.4.1", "express": "^5", - "mongoose": "^8.9.2", + "mongoose": "^8.9.3", "warframe-public-export-plus": "^0.5.21", "warframe-riven-info": "^0.1.2", "winston": "^3.17.0", @@ -2507,9 +2507,9 @@ } }, "node_modules/mongoose": { - "version": "8.9.2", - "resolved": "https://registry.npmjs.org/mongoose/-/mongoose-8.9.2.tgz", - "integrity": "sha512-mLWynmZS1v8HTeMxyLhskQncS1SkrjW1eLNuFDYGQMQ/5QrFrxTLNwWXeCRZeKT2lXyaxW8bnJC9AKPT9jYMkw==", + "version": "8.9.3", + "resolved": "https://registry.npmjs.org/mongoose/-/mongoose-8.9.3.tgz", + "integrity": "sha512-G50GNPdMqhoiRAJ/24GYAzg13yxXDD3FOOFeYiFwtHmHpAJem3hxbYIxAhLJGWbYEiUZL0qFMu2LXYkgGAmo+Q==", "dependencies": { "bson": "^6.10.1", "kareem": "2.6.3", diff --git a/package.json b/package.json index b241a343..bddd647f 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "dependencies": { "copyfiles": "^2.4.1", "express": "^5", - "mongoose": "^8.9.2", + "mongoose": "^8.9.3", "warframe-public-export-plus": "^0.5.21", "warframe-riven-info": "^0.1.2", "winston": "^3.17.0", -- 2.47.2 From e4476d713602efe22c63666d1f8b7a040d849f25 Mon Sep 17 00:00:00 2001 From: Sainan Date: Tue, 7 Jan 2025 04:56:39 +0100 Subject: [PATCH 3/3] fix: add coalescent shards segment to allShipFeatures (#743) --- static/fixed_responses/allShipFeatures.json | 17 ++--------------- 1 file changed, 2 insertions(+), 15 deletions(-) diff --git a/static/fixed_responses/allShipFeatures.json b/static/fixed_responses/allShipFeatures.json index 07e45667..1a8a819e 100644 --- a/static/fixed_responses/allShipFeatures.json +++ b/static/fixed_responses/allShipFeatures.json @@ -1,30 +1,24 @@ [ - "/Lotus/Types/Items/ShipFeatureItems/ArsenalMeleeFeatureItem", "/Lotus/Types/Items/ShipFeatureItems/AdvancedOrdisFeatureItem", "/Lotus/Types/Items/ShipFeatureItems/AlchemyRoomFeatureItem", "/Lotus/Types/Items/ShipFeatureItems/AlertsFeatureItem", "/Lotus/Types/Items/ShipFeatureItems/ArsenalFeatureItem", + "/Lotus/Types/Items/ShipFeatureItems/ArsenalMeleeFeatureItem", "/Lotus/Types/Items/ShipFeatureItems/CeresNavigationFeatureItem", "/Lotus/Types/Items/ShipFeatureItems/ClanFeatureItem", "/Lotus/Types/Items/ShipFeatureItems/EarthNavigationFeatureItem", - "/Lotus/Types/Items/ShipFeatureItems/EidolonArchwingFoundryUpgradeFeatureBlueprint", "/Lotus/Types/Items/ShipFeatureItems/EidolonArchwingFoundryUpgradeFeatureItem", "/Lotus/Types/Items/ShipFeatureItems/ErisNavigationFeatureItem", "/Lotus/Types/Items/ShipFeatureItems/EuropaNavigationFeatureItem", "/Lotus/Types/Items/ShipFeatureItems/FoundryConcurrentBuildFormaFeatureItem", "/Lotus/Types/Items/ShipFeatureItems/FoundryFeatureItem", - "/Lotus/Types/Items/ShipFeatureItems/FoundryVesselUpgradeFeatureBlueprint", "/Lotus/Types/Items/ShipFeatureItems/FoundryVesselUpgradeFeatureItem", - "/Lotus/Types/Items/ShipFeatureItems/GeneticFoundryCatbrowUpgradeFeatureBlueprint", "/Lotus/Types/Items/ShipFeatureItems/GeneticFoundryCatbrowUpgradeFeatureItem", "/Lotus/Types/Items/ShipFeatureItems/GeneticFoundryFeatureItem", - "/Lotus/Types/Items/ShipFeatureItems/GeneticFoundryUpgradeFeatureBlueprint", "/Lotus/Types/Items/ShipFeatureItems/GeneticFoundryUpgradeFeatureItem", - "/Lotus/Types/Items/ShipFeatureItems/InfestedFoundryArchonShardBlueprint", "/Lotus/Types/Items/ShipFeatureItems/InfestedFoundryArchonShardFeatureItem", - "/Lotus/Types/Items/ShipFeatureItems/InfestedFoundryBlueprint", + "/Lotus/Types/Items/ShipFeatureItems/InfestedFoundryArchonShardUpgradeFeatureItem", "/Lotus/Types/Items/ShipFeatureItems/InfestedFoundryItem", - "/Lotus/Types/Items/ShipFeatureItems/InfestedFoundryUpgradeBlueprint", "/Lotus/Types/Items/ShipFeatureItems/InfestedFoundryUpgradeFeatureItem", "/Lotus/Types/Items/ShipFeatureItems/JupiterNavigationFeatureItem", "/Lotus/Types/Items/ShipFeatureItems/MarketTierOneFeatureItem", @@ -35,7 +29,6 @@ "/Lotus/Types/Items/ShipFeatureItems/ModsFusionFeatureItem", "/Lotus/Types/Items/ShipFeatureItems/ModsTransmuteFeatureItem", "/Lotus/Types/Items/ShipFeatureItems/NeptuneNavigationFeatureItem", - "/Lotus/Types/Items/ShipFeatureItems/PersonalQuartersFeatureBlueprint", "/Lotus/Types/Items/ShipFeatureItems/PersonalQuartersFeatureItem", "/Lotus/Types/Items/ShipFeatureItems/PhobosNavigationFeatureItem", "/Lotus/Types/Items/ShipFeatureItems/PlutoNavigationFeatureItem", @@ -46,17 +39,11 @@ "/Lotus/Types/Items/ShipFeatureItems/Railjack/DamagedRailjackNacelleRightFeatureItem", "/Lotus/Types/Items/ShipFeatureItems/Railjack/DamagedRailjackTailFeatureItem", "/Lotus/Types/Items/ShipFeatureItems/Railjack/RailjackHoodBraceFeatureItem", - "/Lotus/Types/Items/ShipFeatureItems/Railjack/RailjackHoodBraceFeatureItemBlueprint", "/Lotus/Types/Items/ShipFeatureItems/Railjack/RailjackHoodFeatureItem", - "/Lotus/Types/Items/ShipFeatureItems/Railjack/RailjackHoodFeatureItemBlueprint", "/Lotus/Types/Items/ShipFeatureItems/Railjack/RailjackHullFeatureItem", - "/Lotus/Types/Items/ShipFeatureItems/Railjack/RailjackHullFeatureItemBlueprint", "/Lotus/Types/Items/ShipFeatureItems/Railjack/RailjackNacelleLeftFeatureItem", - "/Lotus/Types/Items/ShipFeatureItems/Railjack/RailjackNacelleLeftFeatureItemBlueprint", "/Lotus/Types/Items/ShipFeatureItems/Railjack/RailjackNacelleRightFeatureItem", - "/Lotus/Types/Items/ShipFeatureItems/Railjack/RailjackNacelleRightFeatureItemBlueprint", "/Lotus/Types/Items/ShipFeatureItems/Railjack/RailjackTailFeatureItem", - "/Lotus/Types/Items/ShipFeatureItems/Railjack/RailjackTailFeatureItemBlueprint", "/Lotus/Types/Items/ShipFeatureItems/RailjackCephalonShipFeatureItem", "/Lotus/Types/Items/ShipFeatureItems/RailjackKeyShipFeatureItem", "/Lotus/Types/Items/ShipFeatureItems/SaturnNavigationFeatureItem", -- 2.47.2