s2cfgtojson 5.0.0 → 5.0.2

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 (4) hide show
  1. package/enums.mts +2 -4
  2. package/package.json +1 -1
  3. package/types.mts +12267 -14324
  4. package/utility-types.mts +716 -716
package/enums.mts CHANGED
@@ -3,6 +3,7 @@
3
3
  import {
4
4
  Caliber,
5
5
  Experienced,
6
+ FactionGoalType,
6
7
  Master,
7
8
  Newbie,
8
9
  Permutations3,
@@ -25,10 +26,7 @@ export type EALifeDirectorScenarioTarget = `EALifeDirectorScenarioTarget::${
25
26
  | "Player"
26
27
  | "TargetEachOther"}`;
27
28
 
28
- export type EALifeFactionGoalType = `EALifeFactionGoalType::${
29
- | "Aggressive"
30
- | "Defensive"
31
- | "Normal"}`;
29
+ export type EALifeFactionGoalType = `EALifeFactionGoalType::${FactionGoalType}`;
32
30
 
33
31
  export type EAbility = `EAbility::${
34
32
  | "AOEAttackPassive"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "s2cfgtojson",
3
- "version": "5.0.0",
3
+ "version": "5.0.2",
4
4
  "description": "Converts Stalker 2 Cfg file into POJOs",
5
5
  "keywords": [
6
6
  "stalker",