warframe-worldstate-parser 5.2.15 → 5.2.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -2,7 +2,7 @@ import { t as WorldStateObject } from "./WorldStateObject-45dbRgp7.mjs";
|
|
|
2
2
|
import { fromNow, timeDeltaToString } from "warframe-worldstate-data/utilities";
|
|
3
3
|
|
|
4
4
|
//#region lib/models/VallisCycle.ts
|
|
5
|
-
const lStart = /* @__PURE__ */ new Date("
|
|
5
|
+
const lStart = /* @__PURE__ */ new Date("2026-02-04T19:46:48Z");
|
|
6
6
|
const loopTime = 16e5;
|
|
7
7
|
const coldTime = loopTime - 4e5;
|
|
8
8
|
/**
|
|
@@ -10,7 +10,7 @@ const coldTime = loopTime - 4e5;
|
|
|
10
10
|
* @returns current cycle state
|
|
11
11
|
*/
|
|
12
12
|
function getCurrentCycle() {
|
|
13
|
-
const toNextFull = loopTime - (Date.now() - lStart.
|
|
13
|
+
const toNextFull = loopTime - (Date.now() - lStart.getTime()) % loopTime;
|
|
14
14
|
let state = "cold";
|
|
15
15
|
if (toNextFull > coldTime) state = "warm";
|
|
16
16
|
let toNextMinor;
|
package/dist/lib/WorldState.mjs
CHANGED
|
@@ -36,7 +36,7 @@ import "../supporting-BLSXhlWM.mjs";
|
|
|
36
36
|
import "../SyndicateJob-R89tWqvT.mjs";
|
|
37
37
|
import { t as SyndicateMission } from "../SyndicateMission-CKZDWNyf.mjs";
|
|
38
38
|
import { t as Tmp } from "../Tmp-BYL_mYIG.mjs";
|
|
39
|
-
import { t as VallisCycle } from "../VallisCycle-
|
|
39
|
+
import { t as VallisCycle } from "../VallisCycle-BW2g49wB.mjs";
|
|
40
40
|
import "../VoidTraderItem-Cz6x1KTF.mjs";
|
|
41
41
|
import "../VoidTraderSchedule-BsJLu50V.mjs";
|
|
42
42
|
import { t as VoidTrader } from "../VoidTrader-DtjtVUgR.mjs";
|
|
@@ -36,7 +36,7 @@ import "../../supporting-BLSXhlWM.mjs";
|
|
|
36
36
|
import { t as SyndicateJob } from "../../SyndicateJob-R89tWqvT.mjs";
|
|
37
37
|
import { t as SyndicateMission } from "../../SyndicateMission-CKZDWNyf.mjs";
|
|
38
38
|
import { t as Tmp } from "../../Tmp-BYL_mYIG.mjs";
|
|
39
|
-
import { t as VallisCycle } from "../../VallisCycle-
|
|
39
|
+
import { t as VallisCycle } from "../../VallisCycle-BW2g49wB.mjs";
|
|
40
40
|
import { t as VoidTraderItem } from "../../VoidTraderItem-Cz6x1KTF.mjs";
|
|
41
41
|
import { t as VoidTraderSchedule } from "../../VoidTraderSchedule-BsJLu50V.mjs";
|
|
42
42
|
import { t as VoidTrader } from "../../VoidTrader-DtjtVUgR.mjs";
|
package/dist/main.mjs
CHANGED
|
@@ -39,7 +39,7 @@ import "./supporting-BLSXhlWM.mjs";
|
|
|
39
39
|
import { t as SyndicateJob } from "./SyndicateJob-R89tWqvT.mjs";
|
|
40
40
|
import { t as SyndicateMission } from "./SyndicateMission-CKZDWNyf.mjs";
|
|
41
41
|
import { t as Tmp } from "./Tmp-BYL_mYIG.mjs";
|
|
42
|
-
import { t as VallisCycle } from "./VallisCycle-
|
|
42
|
+
import { t as VallisCycle } from "./VallisCycle-BW2g49wB.mjs";
|
|
43
43
|
import { t as VoidTraderItem } from "./VoidTraderItem-Cz6x1KTF.mjs";
|
|
44
44
|
import { t as VoidTraderSchedule } from "./VoidTraderSchedule-BsJLu50V.mjs";
|
|
45
45
|
import { t as VoidTrader } from "./VoidTrader-DtjtVUgR.mjs";
|