warframe-worldstate-parser 5.2.18 → 5.3.0

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 (123) 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-CT__oi7Q.d.mts → ExternalMission-DaE_6ccj.d.mts} +1 -1
  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-BK5W1mAn.d.mts} +57 -6
  19. package/dist/lib/WorldState.d.mts +16 -16
  20. package/dist/lib/WorldState.mjs +325 -0
  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 +1 -1
  24. package/dist/lib/models/Archimedea.mjs +75 -0
  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 +25 -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 +1 -1
  87. package/dist/lib/models/Tmp.mjs +43 -0
  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 +17 -17
  105. package/dist/lib/supporting/Dependency.d.mts +1 -1
  106. package/dist/lib/supporting/DuviriChoice.d.mts +1 -1
  107. package/dist/lib/supporting/DuviriChoice.mjs +31 -0
  108. package/dist/lib/supporting/ExternalMission.d.mts +1 -1
  109. package/dist/lib/supporting/FetchProxy.d.mts +1 -1
  110. package/dist/lib/supporting/ImgCdn.d.mts +1 -1
  111. package/dist/lib/supporting/KuvaLogEntry.d.mts +1 -1
  112. package/dist/lib/supporting/RewardData.d.mts +1 -1
  113. package/dist/lib/supporting/RewardTypes.d.mts +1 -1
  114. package/dist/lib/supporting/index.d.mts +8 -8
  115. package/dist/main.d.mts +24 -24
  116. package/package.json +7 -1
  117. /package/dist/{FetchProxy-DHSI4JPP.d.mts → FetchProxy-Bgoi37sM.d.mts} +0 -0
  118. /package/dist/{ImgCdn-DIhZrwap.d.mts → ImgCdn-By4Qj9kk.d.mts} +0 -0
  119. /package/dist/{Kinepage-CKBuvbv5.d.mts → Kinepage-BDZm950n.d.mts} +0 -0
  120. /package/dist/{KuvaLogEntry-f4ZBn2Xf.d.mts → KuvaLogEntry-B0SaM7MX.d.mts} +0 -0
  121. /package/dist/{RewardData-BdtdUFnh.d.mts → RewardData-B5TstL-h.d.mts} +0 -0
  122. /package/dist/{RewardTypes-BnGaD7VF.d.mts → RewardTypes-DMW4dYrB.d.mts} +0 -0
  123. /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 {
@@ -37,7 +37,7 @@ interface ExternalMission {
37
37
  */
38
38
  archwing: boolean;
39
39
  /**
40
- * whether or not the tile requires
40
+ * whether or not the tile requires sharkwing
41
41
  */
42
42
  sharkwing: boolean;
43
43
  /**
@@ -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-DaE_6ccj.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
  }
@@ -608,13 +617,25 @@ declare class DarkSector extends WorldStateObject {
608
617
  * The clan of the player who deployed the solar rail
609
618
  */
610
619
  deployerClan: string;
620
+ /**
621
+ * Defender rail heal reserve
622
+ */
611
623
  defenderRailHealReserve: number;
624
+ /**
625
+ * Heal rate
626
+ */
612
627
  healRate: number;
628
+ /**
629
+ * Damage per mission
630
+ */
613
631
  damagePerMission: number;
614
632
  /**
615
633
  * The dark sector's mission
616
634
  */
617
635
  mission?: Mission;
636
+ /**
637
+ * Battle pay reserve
638
+ */
618
639
  battlePayReserve: number;
619
640
  /**
620
641
  * The battle pay per mission offered to players
@@ -1003,6 +1024,9 @@ interface OutpostMission {
1003
1024
  */
1004
1025
  declare class SentientOutpost {
1005
1026
  private readonly node;
1027
+ /**
1028
+ * Unique identifier
1029
+ */
1006
1030
  id: string;
1007
1031
  /**
1008
1032
  * Start time
@@ -1464,6 +1488,9 @@ interface RawWeeklyChallenge extends BaseContentObject {
1464
1488
  * @augments {WorldStateObject}
1465
1489
  */
1466
1490
  declare class WeeklyChallenge extends WorldStateObject {
1491
+ /**
1492
+ * Array of weekly challenges
1493
+ */
1467
1494
  challenges: ChallengeInstance[];
1468
1495
  /**
1469
1496
  * @param data The Void trader data
@@ -1540,7 +1567,13 @@ interface RawWorldEvent extends BaseContentObject {
1540
1567
  * @augments {WorldStateObject}
1541
1568
  */
1542
1569
  declare class WorldEvent extends WorldStateObject {
1570
+ /**
1571
+ * Jobs associated with this event
1572
+ */
1543
1573
  jobs: SyndicateJob[];
1574
+ /**
1575
+ * Previous jobs associated with this event
1576
+ */
1544
1577
  previousJobs: SyndicateJob[];
1545
1578
  /**
1546
1579
  * The event's main score goal
@@ -1635,18 +1668,36 @@ declare class WorldEvent extends WorldStateObject {
1635
1668
  * Bonuses given for completion
1636
1669
  */
1637
1670
  completionBonuses: number[];
1671
+ /**
1672
+ * Score variable name
1673
+ */
1638
1674
  scoreVar: string;
1675
+ /**
1676
+ * Alternative expiry date
1677
+ */
1639
1678
  altExpiry: Date;
1679
+ /**
1680
+ * Alternative activation date
1681
+ */
1640
1682
  altActivation: Date;
1683
+ /**
1684
+ * Next alternative cycle dates
1685
+ */
1641
1686
  nextAlt: {
1642
1687
  expiry: Date;
1643
1688
  activation: Date;
1644
1689
  };
1690
+ /**
1691
+ * Affiliated syndicate, if any
1692
+ */
1645
1693
  affiliatedWith?: string;
1646
1694
  /**
1647
1695
  * The event's tag
1648
1696
  */
1649
1697
  tag: string;
1698
+ /**
1699
+ * Victim identifier, if any
1700
+ */
1650
1701
  victim?: string;
1651
1702
  /**
1652
1703
  * Asynchronously build a new WorldEvent
@@ -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 { 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-BK5W1mAn.mjs";
3
+ import { t as ExternalMission } from "../ExternalMission-DaE_6ccj.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
  /**