warframe-worldstate-parser 5.2.18 → 5.3.1

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.
Files changed (128) hide show
  1. package/dist/{Calendar-C-rbmV_t.d.mts → Calendar-C99Wr_NC.d.mts} +1 -1
  2. package/dist/{CambionCycle-BzR_MfPH.d.mts → CambionCycle-CEVo0BPO.d.mts} +8 -2
  3. package/dist/{CetusCycle-DaqfF4J1.d.mts → CetusCycle-sbJ_VYPO.d.mts} +1 -1
  4. package/dist/{ConstructionProgress-BRxmro3-.d.mts → ConstructionProgress-CffeDtau.d.mts} +10 -1
  5. package/dist/{DarkSectorBattle-DHRl5tG1.d.mts → DarkSectorBattle-DwaJyGk3.d.mts} +1 -1
  6. package/dist/{Dependency-Cd-TxBJy.d.mts → Dependency-CtryMjKU.d.mts} +1 -1
  7. package/dist/{EarthCycle-C_oB5gDc.d.mts → EarthCycle-BsMMsVT4.d.mts} +1 -1
  8. package/dist/ExternalMission-Be-eX0Pc.d.mts +95 -0
  9. package/dist/{MidrathCycle-CxveqDtx.d.mts → MidrathCycle-UgLh7wgF.d.mts} +1 -1
  10. package/dist/{News-CJ3lD7_g.d.mts → News-CmoQ_nEf.d.mts} +1 -1
  11. package/dist/{Nightwave-BLHH02ht.d.mts → Nightwave-BBRJbyr8.d.mts} +2 -2
  12. package/dist/{NightwaveChallenge-j_m4hVQU.d.mts → NightwaveChallenge-C6J7ymli.d.mts} +1 -1
  13. package/dist/{PersistentEnemy-BJ4twtUY.d.mts → PersistentEnemy-WkvIZ9Mx.d.mts} +1 -1
  14. package/dist/{SteelPathOffering-DYjZ29sT.d.mts → SteelPathOffering-K2Ji4d5c.d.mts} +21 -0
  15. package/dist/{VallisCycle-as7DM4a-.d.mts → VallisCycle-BTYgGev7.d.mts} +1 -1
  16. package/dist/{ZarimanCycle-DyYiVfyG.d.mts → ZarimanCycle-D4YCSLmR.d.mts} +1 -1
  17. package/dist/decorate-CltSo06_.mjs +14 -0
  18. package/dist/{index-C4EJ_Mpd.d.mts → index-BiofND5v.d.mts} +77 -23
  19. package/dist/lib/WorldState.d.mts +16 -16
  20. package/dist/lib/WorldState.mjs +332 -2
  21. package/dist/lib/models/Alert.d.mts +1 -1
  22. package/dist/lib/models/Alert.mjs +29 -0
  23. package/dist/lib/models/Archimedea.d.mts +2 -2
  24. package/dist/lib/models/Archimedea.mjs +146 -1
  25. package/dist/lib/models/Calendar.d.mts +1 -1
  26. package/dist/lib/models/CambionCycle.d.mts +1 -1
  27. package/dist/lib/models/CambionCycle.mjs +19 -0
  28. package/dist/lib/models/CetusCycle.d.mts +1 -1
  29. package/dist/lib/models/CetusCycle.mjs +26 -0
  30. package/dist/lib/models/ChallengeInstance.d.mts +1 -1
  31. package/dist/lib/models/ChallengeInstance.mjs +38 -0
  32. package/dist/lib/models/ConclaveChallenge.d.mts +1 -1
  33. package/dist/lib/models/ConclaveChallenge.mjs +53 -0
  34. package/dist/lib/models/ConstructionProgress.d.mts +1 -1
  35. package/dist/lib/models/ConstructionProgress.mjs +27 -0
  36. package/dist/lib/models/DailyDeal.d.mts +1 -1
  37. package/dist/lib/models/DailyDeal.mjs +48 -0
  38. package/dist/lib/models/DarkSector.d.mts +1 -1
  39. package/dist/lib/models/DarkSector.mjs +152 -0
  40. package/dist/lib/models/DarkSectorBattle.d.mts +1 -1
  41. package/dist/lib/models/DarkSectorBattle.mjs +48 -0
  42. package/dist/lib/models/DuviriCycle.d.mts +1 -1
  43. package/dist/lib/models/DuviriCycle.mjs +20 -0
  44. package/dist/lib/models/EarthCycle.d.mts +1 -1
  45. package/dist/lib/models/EarthCycle.mjs +21 -0
  46. package/dist/lib/models/Fissure.d.mts +1 -1
  47. package/dist/lib/models/Fissure.mjs +49 -0
  48. package/dist/lib/models/FlashSale.d.mts +1 -1
  49. package/dist/lib/models/FlashSale.mjs +46 -0
  50. package/dist/lib/models/GlobalUpgrade.d.mts +1 -1
  51. package/dist/lib/models/GlobalUpgrade.mjs +23 -0
  52. package/dist/lib/models/Invasion.d.mts +1 -1
  53. package/dist/lib/models/Invasion.mjs +68 -0
  54. package/dist/lib/models/Kinepage.d.mts +1 -1
  55. package/dist/lib/models/Kinepage.mjs +24 -0
  56. package/dist/lib/models/Kuva.d.mts +1 -1
  57. package/dist/lib/models/Kuva.mjs +28 -0
  58. package/dist/lib/models/MidrathCycle.d.mts +1 -1
  59. package/dist/lib/models/MidrathCycle.mjs +13 -0
  60. package/dist/lib/models/Mission.d.mts +1 -1
  61. package/dist/lib/models/Mission.mjs +150 -0
  62. package/dist/lib/models/News.d.mts +1 -1
  63. package/dist/lib/models/News.mjs +63 -1
  64. package/dist/lib/models/Nightwave.d.mts +1 -1
  65. package/dist/lib/models/Nightwave.mjs +50 -0
  66. package/dist/lib/models/NightwaveChallenge.d.mts +1 -1
  67. package/dist/lib/models/NightwaveChallenge.mjs +34 -0
  68. package/dist/lib/models/PersistentEnemy.d.mts +1 -1
  69. package/dist/lib/models/PersistentEnemy.mjs +62 -0
  70. package/dist/lib/models/Reward.d.mts +1 -1
  71. package/dist/lib/models/Reward.mjs +50 -0
  72. package/dist/lib/models/SentientOutpost.d.mts +1 -1
  73. package/dist/lib/models/SentientOutpost.mjs +44 -0
  74. package/dist/lib/models/Simaris.d.mts +1 -1
  75. package/dist/lib/models/Simaris.mjs +13 -0
  76. package/dist/lib/models/Sortie.d.mts +1 -1
  77. package/dist/lib/models/Sortie.mjs +44 -0
  78. package/dist/lib/models/SortieVariant.d.mts +1 -1
  79. package/dist/lib/models/SortieVariant.mjs +33 -0
  80. package/dist/lib/models/SteelPathOffering.d.mts +1 -1
  81. package/dist/lib/models/SteelPathOffering.mjs +83 -0
  82. package/dist/lib/models/SyndicateJob.d.mts +1 -1
  83. package/dist/lib/models/SyndicateJob.mjs +73 -0
  84. package/dist/lib/models/SyndicateMission.d.mts +1 -1
  85. package/dist/lib/models/SyndicateMission.mjs +33 -0
  86. package/dist/lib/models/Tmp.d.mts +2 -2
  87. package/dist/lib/models/Tmp.mjs +92 -1
  88. package/dist/lib/models/VallisCycle.d.mts +1 -1
  89. package/dist/lib/models/VallisCycle.mjs +13 -0
  90. package/dist/lib/models/VoidTrader.d.mts +1 -1
  91. package/dist/lib/models/VoidTrader.mjs +54 -0
  92. package/dist/lib/models/VoidTraderItem.d.mts +1 -1
  93. package/dist/lib/models/VoidTraderItem.mjs +25 -0
  94. package/dist/lib/models/VoidTraderSchedule.d.mts +1 -1
  95. package/dist/lib/models/VoidTraderSchedule.mjs +19 -0
  96. package/dist/lib/models/WeeklyChallenge.d.mts +1 -1
  97. package/dist/lib/models/WeeklyChallenge.mjs +17 -0
  98. package/dist/lib/models/WorldEvent.d.mts +1 -1
  99. package/dist/lib/models/WorldEvent.mjs +263 -0
  100. package/dist/lib/models/WorldStateObject.d.mts +1 -1
  101. package/dist/lib/models/WorldStateObject.mjs +28 -0
  102. package/dist/lib/models/ZarimanCycle.d.mts +1 -1
  103. package/dist/lib/models/ZarimanCycle.mjs +18 -0
  104. package/dist/lib/models/index.d.mts +18 -18
  105. package/dist/lib/models/index.mjs +3 -3
  106. package/dist/lib/supporting/Dependency.d.mts +1 -1
  107. package/dist/lib/supporting/DuviriChoice.d.mts +1 -1
  108. package/dist/lib/supporting/DuviriChoice.mjs +31 -0
  109. package/dist/lib/supporting/ExternalMission.d.mts +2 -2
  110. package/dist/lib/supporting/ExternalMission.mjs +228 -1
  111. package/dist/lib/supporting/FetchProxy.d.mts +1 -1
  112. package/dist/lib/supporting/ImgCdn.d.mts +1 -1
  113. package/dist/lib/supporting/KuvaLogEntry.d.mts +1 -1
  114. package/dist/lib/supporting/RewardData.d.mts +1 -1
  115. package/dist/lib/supporting/RewardTypes.d.mts +1 -1
  116. package/dist/lib/supporting/index.d.mts +9 -9
  117. package/dist/lib/supporting/index.mjs +2 -1
  118. package/dist/main.d.mts +25 -25
  119. package/dist/main.mjs +7 -6
  120. package/package.json +7 -1
  121. package/dist/ExternalMission-CT__oi7Q.d.mts +0 -49
  122. /package/dist/{FetchProxy-DHSI4JPP.d.mts → FetchProxy-Bgoi37sM.d.mts} +0 -0
  123. /package/dist/{ImgCdn-DIhZrwap.d.mts → ImgCdn-By4Qj9kk.d.mts} +0 -0
  124. /package/dist/{Kinepage-CKBuvbv5.d.mts → Kinepage-BDZm950n.d.mts} +0 -0
  125. /package/dist/{KuvaLogEntry-f4ZBn2Xf.d.mts → KuvaLogEntry-B0SaM7MX.d.mts} +0 -0
  126. /package/dist/{RewardData-BdtdUFnh.d.mts → RewardData-B5TstL-h.d.mts} +0 -0
  127. /package/dist/{RewardTypes-BnGaD7VF.d.mts → RewardTypes-DMW4dYrB.d.mts} +0 -0
  128. /package/dist/{WorldStateObject-C2KjQZjd.d.mts → WorldStateObject-BgeCocs9.d.mts} +0 -0
@@ -1,4 +1,4 @@
1
- import { r as WorldStateObject, t as BaseContentObject } from "./WorldStateObject-C2KjQZjd.mjs";
1
+ import { r as WorldStateObject, t as BaseContentObject } from "./WorldStateObject-BgeCocs9.mjs";
2
2
 
3
3
  //#region lib/models/Calendar.d.ts
4
4
  interface RawCalender extends BaseContentObject {
@@ -1,5 +1,5 @@
1
- import { r as WorldStateObject } from "./WorldStateObject-C2KjQZjd.mjs";
2
- import { t as CetusCycle } from "./CetusCycle-DaqfF4J1.mjs";
1
+ import { r as WorldStateObject } from "./WorldStateObject-BgeCocs9.mjs";
2
+ import { t as CetusCycle } from "./CetusCycle-sbJ_VYPO.mjs";
3
3
 
4
4
  //#region lib/models/CambionCycle.d.ts
5
5
  /**
@@ -7,7 +7,13 @@ import { t as CetusCycle } from "./CetusCycle-DaqfF4J1.mjs";
7
7
  * @augments {WorldStateObject}
8
8
  */
9
9
  declare class CambionCycle extends WorldStateObject {
10
+ /**
11
+ * Time remaining string in the current cycle
12
+ */
10
13
  timeLeft: string;
14
+ /**
15
+ * Current cycle state. One of 'fass', 'vome'
16
+ */
11
17
  state: string;
12
18
  /**
13
19
  * @param {CetusCycle} cetusCycle Match data from cetus cycle for data
@@ -1,4 +1,4 @@
1
- import { r as WorldStateObject } from "./WorldStateObject-C2KjQZjd.mjs";
1
+ import { r as WorldStateObject } from "./WorldStateObject-BgeCocs9.mjs";
2
2
 
3
3
  //#region lib/models/CetusCycle.d.ts
4
4
  interface CurrentCetusCycle {
@@ -1,4 +1,4 @@
1
- import { r as WorldStateObject } from "./WorldStateObject-C2KjQZjd.mjs";
1
+ import { r as WorldStateObject } from "./WorldStateObject-BgeCocs9.mjs";
2
2
 
3
3
  //#region lib/models/ConstructionProgress.d.ts
4
4
  /**
@@ -6,8 +6,17 @@ import { r as WorldStateObject } from "./WorldStateObject-C2KjQZjd.mjs";
6
6
  * @augments {WorldStateObject}
7
7
  */
8
8
  declare class ConstructionProgress extends WorldStateObject {
9
+ /**
10
+ * Fomorian construction progress percentage
11
+ */
9
12
  fomorianProgress: string;
13
+ /**
14
+ * Razorback construction progress percentage
15
+ */
10
16
  razorbackProgress: string;
17
+ /**
18
+ * Unknown construction progress percentage
19
+ */
11
20
  unknownProgress: string;
12
21
  /**
13
22
  * @param data The construction data
@@ -1,4 +1,4 @@
1
- import { n as Identifier } from "./WorldStateObject-C2KjQZjd.mjs";
1
+ import { n as Identifier } from "./WorldStateObject-BgeCocs9.mjs";
2
2
  import { ContentTimestamp } from "warframe-worldstate-data/utilities";
3
3
 
4
4
  //#region lib/models/DarkSectorBattle.d.ts
@@ -1,4 +1,4 @@
1
- import { t as KuvaLogEntry } from "./KuvaLogEntry-f4ZBn2Xf.mjs";
1
+ import { t as KuvaLogEntry } from "./KuvaLogEntry-B0SaM7MX.mjs";
2
2
  import { Locale } from "warframe-worldstate-data";
3
3
  import { SortieData } from "warframe-worldstate-data/types";
4
4
 
@@ -1,4 +1,4 @@
1
- import { r as WorldStateObject } from "./WorldStateObject-C2KjQZjd.mjs";
1
+ import { r as WorldStateObject } from "./WorldStateObject-BgeCocs9.mjs";
2
2
 
3
3
  //#region lib/models/EarthCycle.d.ts
4
4
  interface EarthCycleType {
@@ -0,0 +1,95 @@
1
+ //#region lib/supporting/ExternalMission.d.ts
2
+ /**
3
+ * External mission data retrieved from https://10o.io/kuvalog.json
4
+ */
5
+ declare class ExternalMission {
6
+ id: string;
7
+ /**
8
+ * start time
9
+ */
10
+ activation: Date;
11
+ /**
12
+ * end timer
13
+ */
14
+ expiry: Date;
15
+ /**
16
+ * formatted node name with planet
17
+ */
18
+ node: string;
19
+ /**
20
+ * Untranslated formatted node name with planet
21
+ */
22
+ nodeKey: string;
23
+ /**
24
+ * Enemy on tile
25
+ */
26
+ enemy?: string;
27
+ /**
28
+ * Mission type of node
29
+ */
30
+ type: string;
31
+ /**
32
+ * Untranslated node mission type
33
+ */
34
+ typeKey: string;
35
+ /**
36
+ * whether or not the tile requires archwing
37
+ */
38
+ archwing: boolean;
39
+ /**
40
+ * whether or not the tile requires sharkwing
41
+ */
42
+ sharkwing: boolean;
43
+ /**
44
+ * Whether the mission is expired at the time of creation or not
45
+ */
46
+ expired: boolean;
47
+ }
48
+ /**
49
+ * External mission data retrieved from https://10o.io/kuvalog.json - Class version for OpenAPI
50
+ */
51
+ declare class ExternalMissionClass implements ExternalMission {
52
+ id: string;
53
+ /**
54
+ * start time
55
+ */
56
+ activation: Date;
57
+ /**
58
+ * end timer
59
+ */
60
+ expiry: Date;
61
+ /**
62
+ * formatted node name with planet
63
+ */
64
+ node: string;
65
+ /**
66
+ * Untranslated formatted node name with planet
67
+ */
68
+ nodeKey: string;
69
+ /**
70
+ * Enemy on tile
71
+ */
72
+ enemy?: string;
73
+ /**
74
+ * Mission type of node
75
+ */
76
+ type: string;
77
+ /**
78
+ * Untranslated node mission type
79
+ */
80
+ typeKey: string;
81
+ /**
82
+ * whether or not the tile requires archwing
83
+ */
84
+ archwing: boolean;
85
+ /**
86
+ * whether or not the tile requires sharkwing
87
+ */
88
+ sharkwing: boolean;
89
+ /**
90
+ * Whether the mission is expired at the time of creation or not
91
+ */
92
+ expired: boolean;
93
+ }
94
+ //#endregion
95
+ export { ExternalMissionClass as n, ExternalMission as t };
@@ -1,4 +1,4 @@
1
- import { r as WorldStateObject } from "./WorldStateObject-C2KjQZjd.mjs";
1
+ import { r as WorldStateObject } from "./WorldStateObject-BgeCocs9.mjs";
2
2
 
3
3
  //#region lib/models/MidrathCycle.d.ts
4
4
  declare class MidrathCycle extends WorldStateObject {
@@ -1,4 +1,4 @@
1
- import { r as WorldStateObject, t as BaseContentObject } from "./WorldStateObject-C2KjQZjd.mjs";
1
+ import { r as WorldStateObject, t as BaseContentObject } from "./WorldStateObject-BgeCocs9.mjs";
2
2
  import { Locale } from "warframe-worldstate-data";
3
3
  import { ContentTimestamp } from "warframe-worldstate-data/utilities";
4
4
 
@@ -1,5 +1,5 @@
1
- import { r as WorldStateObject, t as BaseContentObject } from "./WorldStateObject-C2KjQZjd.mjs";
2
- import { n as RawNightwaveChallenge, t as NightwaveChallenge } from "./NightwaveChallenge-j_m4hVQU.mjs";
1
+ import { r as WorldStateObject, t as BaseContentObject } from "./WorldStateObject-BgeCocs9.mjs";
2
+ import { n as RawNightwaveChallenge, t as NightwaveChallenge } from "./NightwaveChallenge-C6J7ymli.mjs";
3
3
  import { Locale } from "warframe-worldstate-data";
4
4
 
5
5
  //#region lib/models/Nightwave.d.ts
@@ -1,4 +1,4 @@
1
- import { r as WorldStateObject, t as BaseContentObject } from "./WorldStateObject-C2KjQZjd.mjs";
1
+ import { r as WorldStateObject, t as BaseContentObject } from "./WorldStateObject-BgeCocs9.mjs";
2
2
  import { Locale } from "warframe-worldstate-data";
3
3
 
4
4
  //#region lib/models/NightwaveChallenge.d.ts
@@ -1,4 +1,4 @@
1
- import { r as WorldStateObject, t as BaseContentObject } from "./WorldStateObject-C2KjQZjd.mjs";
1
+ import { r as WorldStateObject, t as BaseContentObject } from "./WorldStateObject-BgeCocs9.mjs";
2
2
  import { Locale } from "warframe-worldstate-data";
3
3
  import { ContentTimestamp } from "warframe-worldstate-data/utilities";
4
4
 
@@ -20,12 +20,33 @@ interface Incursion {
20
20
  expiry: Date;
21
21
  }
22
22
  declare class SteelPathOfferings {
23
+ /**
24
+ * Current week's steel path reward
25
+ */
23
26
  currentReward: SteelPathOffering;
27
+ /**
28
+ * When the current rotation started
29
+ */
24
30
  activation: Date;
31
+ /**
32
+ * When the current rotation ends
33
+ */
25
34
  expiry: Date;
35
+ /**
36
+ * Time remaining string
37
+ */
26
38
  remaining: string;
39
+ /**
40
+ * Full rotation of steel path rewards
41
+ */
27
42
  rotation: SteelPathOffering[];
43
+ /**
44
+ * Evergreen steel path rewards
45
+ */
28
46
  evergreens: SteelPathOffering[];
47
+ /**
48
+ * Steel path incursion information
49
+ */
29
50
  incursions: Incursion;
30
51
  constructor({
31
52
  locale
@@ -1,4 +1,4 @@
1
- import { r as WorldStateObject } from "./WorldStateObject-C2KjQZjd.mjs";
1
+ import { r as WorldStateObject } from "./WorldStateObject-BgeCocs9.mjs";
2
2
 
3
3
  //#region lib/models/VallisCycle.d.ts
4
4
  /**
@@ -1,4 +1,4 @@
1
- import { r as WorldStateObject } from "./WorldStateObject-C2KjQZjd.mjs";
1
+ import { r as WorldStateObject } from "./WorldStateObject-BgeCocs9.mjs";
2
2
 
3
3
  //#region lib/models/ZarimanCycle.d.ts
4
4
  interface CurrentZarimanCycle {
@@ -0,0 +1,14 @@
1
+ //#region \0@oxc-project+runtime@0.122.0/helpers/decorateMetadata.js
2
+ function __decorateMetadata(k, v) {
3
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
4
+ }
5
+ //#endregion
6
+ //#region \0@oxc-project+runtime@0.122.0/helpers/decorate.js
7
+ function __decorate(decorators, target, key, desc) {
8
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
9
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
10
+ else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
11
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
12
+ }
13
+ //#endregion
14
+ export { __decorateMetadata as n, __decorate as t };
@@ -1,9 +1,9 @@
1
- import { t as Dependency } from "./Dependency-Cd-TxBJy.mjs";
2
- import { t as ExternalMission } from "./ExternalMission-CT__oi7Q.mjs";
3
- import { t as RewardType } from "./RewardTypes-BnGaD7VF.mjs";
4
- import { n as Identifier, r as WorldStateObject, t as BaseContentObject } from "./WorldStateObject-C2KjQZjd.mjs";
5
- import { n as RawDarkSectorBattle, t as DarkSectorBattle } from "./DarkSectorBattle-DHRl5tG1.mjs";
6
- import { t as Kinepage } from "./Kinepage-CKBuvbv5.mjs";
1
+ import { t as Dependency } from "./Dependency-CtryMjKU.mjs";
2
+ import { t as ExternalMission } from "./ExternalMission-Be-eX0Pc.mjs";
3
+ import { t as RewardType } from "./RewardTypes-DMW4dYrB.mjs";
4
+ import { n as Identifier, r as WorldStateObject, t as BaseContentObject } from "./WorldStateObject-BgeCocs9.mjs";
5
+ import { n as RawDarkSectorBattle, t as DarkSectorBattle } from "./DarkSectorBattle-DwaJyGk3.mjs";
6
+ import { t as Kinepage } from "./Kinepage-BDZm950n.mjs";
7
7
  import { Locale } from "warframe-worldstate-data";
8
8
  import { ContentTimestamp } from "warframe-worldstate-data/utilities";
9
9
 
@@ -16,8 +16,17 @@ interface RawChoice extends BaseContentObject {
16
16
  * Single category of duviri choices
17
17
  */
18
18
  declare class DuviriChoice {
19
+ /**
20
+ * Category of the choice. One of 'normal', 'hard'
21
+ */
19
22
  category: string;
23
+ /**
24
+ * Raw category key from the API
25
+ */
20
26
  categoryKey: string;
27
+ /**
28
+ * Array of available choices
29
+ */
21
30
  choices: string[];
22
31
  constructor(data: RawChoice);
23
32
  }
@@ -278,13 +287,18 @@ interface RawArchimedeaMission {
278
287
  missionType: string;
279
288
  difficulties: Difficulty[];
280
289
  }
281
- interface ArchimedeaMissionDifficultyRisk {
290
+ declare class ArchimedeaMissionDifficultyRisk {
282
291
  key: string;
283
292
  name: string;
284
293
  description: string;
285
294
  isHard: boolean;
286
295
  }
287
- interface ArchimedeaMissionDifficulty {
296
+ declare class ArchimedeaMissionDifficulty {
297
+ key: string;
298
+ name: string;
299
+ description: string;
300
+ }
301
+ declare class PersonalModifier {
288
302
  key: string;
289
303
  name: string;
290
304
  description: string;
@@ -325,11 +339,7 @@ declare class Archimedea extends WorldStateObject {
325
339
  /**
326
340
  * Modifiers applied to the player
327
341
  */
328
- personalModifiers: {
329
- key: string;
330
- name: string;
331
- description: string;
332
- }[];
342
+ personalModifiers: PersonalModifier[];
333
343
  /**
334
344
  * @param data Data to parse
335
345
  * @param locale Locale to translate to
@@ -608,13 +618,25 @@ declare class DarkSector extends WorldStateObject {
608
618
  * The clan of the player who deployed the solar rail
609
619
  */
610
620
  deployerClan: string;
621
+ /**
622
+ * Defender rail heal reserve
623
+ */
611
624
  defenderRailHealReserve: number;
625
+ /**
626
+ * Heal rate
627
+ */
612
628
  healRate: number;
629
+ /**
630
+ * Damage per mission
631
+ */
613
632
  damagePerMission: number;
614
633
  /**
615
634
  * The dark sector's mission
616
635
  */
617
636
  mission?: Mission;
637
+ /**
638
+ * Battle pay reserve
639
+ */
618
640
  battlePayReserve: number;
619
641
  /**
620
642
  * The battle pay per mission offered to players
@@ -1003,6 +1025,9 @@ interface OutpostMission {
1003
1025
  */
1004
1026
  declare class SentientOutpost {
1005
1027
  private readonly node;
1028
+ /**
1029
+ * Unique identifier
1030
+ */
1006
1031
  id: string;
1007
1032
  /**
1008
1033
  * Start time
@@ -1319,18 +1344,20 @@ interface InitialTmp {
1319
1344
  QTCCFloofCount?: number;
1320
1345
  QTCCFloofLimit?: number;
1321
1346
  }
1347
+ declare class FaceoffBonus {
1348
+ activation: Date;
1349
+ expiry: Date;
1350
+ next: Date;
1351
+ }
1352
+ declare class QuestProgress {
1353
+ count: number;
1354
+ goal: number;
1355
+ }
1322
1356
  declare class Tmp {
1323
1357
  sentientOutposts: SentientOutpost;
1324
1358
  kinepage: Kinepage;
1325
- faceoffBonus?: {
1326
- activation: Date;
1327
- expiry: Date;
1328
- next: Date;
1329
- };
1330
- questToConquerCancer?: {
1331
- count: number;
1332
- goal: number;
1333
- };
1359
+ faceoffBonus?: FaceoffBonus;
1360
+ questToConquerCancer?: QuestProgress;
1334
1361
  constructor(json: string, deps?: Dependency);
1335
1362
  }
1336
1363
  //#endregion
@@ -1464,6 +1491,9 @@ interface RawWeeklyChallenge extends BaseContentObject {
1464
1491
  * @augments {WorldStateObject}
1465
1492
  */
1466
1493
  declare class WeeklyChallenge extends WorldStateObject {
1494
+ /**
1495
+ * Array of weekly challenges
1496
+ */
1467
1497
  challenges: ChallengeInstance[];
1468
1498
  /**
1469
1499
  * @param data The Void trader data
@@ -1540,7 +1570,13 @@ interface RawWorldEvent extends BaseContentObject {
1540
1570
  * @augments {WorldStateObject}
1541
1571
  */
1542
1572
  declare class WorldEvent extends WorldStateObject {
1573
+ /**
1574
+ * Jobs associated with this event
1575
+ */
1543
1576
  jobs: SyndicateJob[];
1577
+ /**
1578
+ * Previous jobs associated with this event
1579
+ */
1544
1580
  previousJobs: SyndicateJob[];
1545
1581
  /**
1546
1582
  * The event's main score goal
@@ -1635,18 +1671,36 @@ declare class WorldEvent extends WorldStateObject {
1635
1671
  * Bonuses given for completion
1636
1672
  */
1637
1673
  completionBonuses: number[];
1674
+ /**
1675
+ * Score variable name
1676
+ */
1638
1677
  scoreVar: string;
1678
+ /**
1679
+ * Alternative expiry date
1680
+ */
1639
1681
  altExpiry: Date;
1682
+ /**
1683
+ * Alternative activation date
1684
+ */
1640
1685
  altActivation: Date;
1686
+ /**
1687
+ * Next alternative cycle dates
1688
+ */
1641
1689
  nextAlt: {
1642
1690
  expiry: Date;
1643
1691
  activation: Date;
1644
1692
  };
1693
+ /**
1694
+ * Affiliated syndicate, if any
1695
+ */
1645
1696
  affiliatedWith?: string;
1646
1697
  /**
1647
1698
  * The event's tag
1648
1699
  */
1649
1700
  tag: string;
1701
+ /**
1702
+ * Victim identifier, if any
1703
+ */
1650
1704
  victim?: string;
1651
1705
  /**
1652
1706
  * Asynchronously build a new WorldEvent
@@ -1668,4 +1722,4 @@ declare class WorldEvent extends WorldStateObject {
1668
1722
  get expired(): boolean;
1669
1723
  }
1670
1724
  //#endregion
1671
- export { Difficulty as $, InvasionParticipant as A, DefenderInfo as B, SortieVariant as C, SentientOutpost as D, OutpostMission as E, RawFlashSale as F, RawChallenge as G, DailyDeal as H, Fissure as I, Archimedea as J, ChallengeInstance as K, RawFissure as L, GlobalUpgrade as M, RawGlobalUpgrade as N, Kuva as O, FlashSale as P, DeepArchimedea as Q, DuviriCycle as R, RawSortieVariant as S, Simaris as T, RawDailyDeal as U, RawDarkSector as V, ConclaveChallenge as W, ArchimedeaMissionDifficulty as X, ArchimedeaMission as Y, ArchimedeaMissionDifficultyRisk as Z, RawSyndicateJob as _, WorldEvent as a, RawMission as at, RawSortie as b, RawVoidTrader as c, getItemType as ct, RawVoidTraderItem as d, RawChoice as dt, RawArchimedea as et, VoidTraderItem as f, SyndicateMission as g, RawSyndicateMission as h, RawWorldEvent as i, Mission as it, RawInvasion as j, Invasion as k, VoidTrader as l, getItemTypeFull as lt, Tmp as m, InterimStep as n, Alert as nt, RawWeeklyChallenge as o, RawReward as ot, InitialTmp as p, RawChallengeInstance as q, ProgressStep as r, RawAlert as rt, WeeklyChallenge as s, Reward as st, InterimRewardMessage as t, RawArchimedeaMission as tt, VoidTraderSchedule as u, DuviriChoice as ut, RewardDrop as v, LibraryInfo as w, Sortie as x, SyndicateJob as y, DarkSector as z };
1725
+ export { ArchimedeaMissionDifficultyRisk as $, Kuva as A, DuviriCycle as B, Sortie as C, Simaris as D, LibraryInfo as E, RawGlobalUpgrade as F, RawDailyDeal as G, DefenderInfo as H, FlashSale as I, ChallengeInstance as J, ConclaveChallenge as K, RawFlashSale as L, InvasionParticipant as M, RawInvasion as N, OutpostMission as O, GlobalUpgrade as P, ArchimedeaMissionDifficulty as Q, Fissure as R, RawSortie as S, SortieVariant as T, RawDarkSector as U, DarkSector as V, DailyDeal as W, Archimedea as X, RawChallengeInstance as Y, ArchimedeaMission as Z, RawSyndicateMission as _, WorldEvent as a, Alert as at, RewardDrop as b, RawVoidTrader as c, RawMission as ct, RawVoidTraderItem as d, getItemType as dt, DeepArchimedea as et, VoidTraderItem as f, getItemTypeFull as ft, Tmp as g, QuestProgress as h, RawWorldEvent as i, RawArchimedeaMission as it, Invasion as j, SentientOutpost as k, VoidTrader as l, RawReward as lt, InitialTmp as m, RawChoice as mt, InterimStep as n, PersonalModifier as nt, RawWeeklyChallenge as o, RawAlert as ot, FaceoffBonus as p, DuviriChoice as pt, RawChallenge as q, ProgressStep as r, RawArchimedea as rt, WeeklyChallenge as s, Mission as st, InterimRewardMessage as t, Difficulty as tt, VoidTraderSchedule as u, Reward as ut, SyndicateMission as v, RawSortieVariant as w, SyndicateJob as x, RawSyndicateJob as y, RawFissure as z };
@@ -1,19 +1,19 @@
1
- import { t as Dependency } from "../Dependency-Cd-TxBJy.mjs";
2
- import { D as SentientOutpost, F as RawFlashSale, G as RawChallenge, H as DailyDeal, I as Fissure, J as Archimedea, L as RawFissure, M as GlobalUpgrade, N as RawGlobalUpgrade, P as FlashSale, R as DuviriCycle, T as Simaris, U as RawDailyDeal, V as RawDarkSector, W as ConclaveChallenge, a as WorldEvent, b as RawSortie, c as RawVoidTrader, dt as RawChoice, et as RawArchimedea, g as SyndicateMission, h as RawSyndicateMission, i as RawWorldEvent, j as RawInvasion, k as Invasion, l as VoidTrader, nt as Alert, o as RawWeeklyChallenge, rt as RawAlert, s as WeeklyChallenge, w as LibraryInfo, x as Sortie, z as DarkSector } from "../index-C4EJ_Mpd.mjs";
3
- import { t as ExternalMission } from "../ExternalMission-CT__oi7Q.mjs";
4
- import { r as WorldStateObject, t as BaseContentObject } from "../WorldStateObject-C2KjQZjd.mjs";
5
- import { r as RawCalender, t as Calendar } from "../Calendar-C-rbmV_t.mjs";
6
- import { t as CetusCycle } from "../CetusCycle-DaqfF4J1.mjs";
7
- import { t as CambionCycle } from "../CambionCycle-BzR_MfPH.mjs";
8
- import { t as ConstructionProgress } from "../ConstructionProgress-BRxmro3-.mjs";
9
- import { t as EarthCycle } from "../EarthCycle-C_oB5gDc.mjs";
10
- import { t as Kinepage } from "../Kinepage-CKBuvbv5.mjs";
11
- import { n as RawNews, t as News } from "../News-CJ3lD7_g.mjs";
12
- import { n as RawNightwave, t as Nightwave } from "../Nightwave-BLHH02ht.mjs";
13
- import { n as RawPersistentEnemy, t as PersistentEnemy } from "../PersistentEnemy-BJ4twtUY.mjs";
14
- import { n as SteelPathOfferings } from "../SteelPathOffering-DYjZ29sT.mjs";
15
- import { t as VallisCycle } from "../VallisCycle-as7DM4a-.mjs";
16
- import { n as ZarimanCycle } from "../ZarimanCycle-DyYiVfyG.mjs";
1
+ import { t as Dependency } from "../Dependency-CtryMjKU.mjs";
2
+ import { B as DuviriCycle, C as Sortie, D as Simaris, E as LibraryInfo, F as RawGlobalUpgrade, G as RawDailyDeal, I as FlashSale, K as ConclaveChallenge, L as RawFlashSale, N as RawInvasion, P as GlobalUpgrade, R as Fissure, S as RawSortie, U as RawDarkSector, V as DarkSector, W as DailyDeal, X as Archimedea, _ as RawSyndicateMission, a as WorldEvent, at as Alert, c as RawVoidTrader, i as RawWorldEvent, j as Invasion, k as SentientOutpost, l as VoidTrader, mt as RawChoice, o as RawWeeklyChallenge, ot as RawAlert, q as RawChallenge, rt as RawArchimedea, s as WeeklyChallenge, v as SyndicateMission, z as RawFissure } from "../index-BiofND5v.mjs";
3
+ import { t as ExternalMission } from "../ExternalMission-Be-eX0Pc.mjs";
4
+ import { r as WorldStateObject, t as BaseContentObject } from "../WorldStateObject-BgeCocs9.mjs";
5
+ import { r as RawCalender, t as Calendar } from "../Calendar-C99Wr_NC.mjs";
6
+ import { t as CetusCycle } from "../CetusCycle-sbJ_VYPO.mjs";
7
+ import { t as CambionCycle } from "../CambionCycle-CEVo0BPO.mjs";
8
+ import { t as ConstructionProgress } from "../ConstructionProgress-CffeDtau.mjs";
9
+ import { t as EarthCycle } from "../EarthCycle-BsMMsVT4.mjs";
10
+ import { t as Kinepage } from "../Kinepage-BDZm950n.mjs";
11
+ import { n as RawNews, t as News } from "../News-CmoQ_nEf.mjs";
12
+ import { n as RawNightwave, t as Nightwave } from "../Nightwave-BBRJbyr8.mjs";
13
+ import { n as RawPersistentEnemy, t as PersistentEnemy } from "../PersistentEnemy-WkvIZ9Mx.mjs";
14
+ import { n as SteelPathOfferings } from "../SteelPathOffering-K2Ji4d5c.mjs";
15
+ import { t as VallisCycle } from "../VallisCycle-BTYgGev7.mjs";
16
+ import { n as ZarimanCycle } from "../ZarimanCycle-D4YCSLmR.mjs";
17
17
 
18
18
  //#region lib/WorldState.d.ts
19
19
  /**