s2cfgtojson 2.1.4 → 2.1.5

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 (2) hide show
  1. package/package.json +1 -1
  2. package/types.mts +0 -12
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "s2cfgtojson",
3
- "version": "2.1.4",
3
+ "version": "2.1.5",
4
4
  "description": "Converts Stalker 2 Cfg file into a POJO",
5
5
  "keywords": [
6
6
  "stalker",
package/types.mts CHANGED
@@ -379,7 +379,6 @@ export type EDamageBone = `EDamageBone::${"Body" | "Head" | "Limbs"}`;
379
379
  export type EDamageSource = `EDamageSource::${
380
380
  | "AnomalyStrike"
381
381
  | "BiteLarge"
382
- | "BiteLarge "
383
382
  | "BiteRat"
384
383
  | "BiteSmall"
385
384
  | "Buckshot"
@@ -388,9 +387,7 @@ export type EDamageSource = `EDamageSource::${
388
387
  | "Carousel"
389
388
  | "Chemical"
390
389
  | "CutLarge"
391
- | "CutLarge "
392
390
  | "CutSmall"
393
- | "CutSmall "
394
391
  | "Electricity"
395
392
  | "Explosion"
396
393
  | "Fire"
@@ -403,7 +400,6 @@ export type EDamageSource = `EDamageSource::${
403
400
  | "PoltergeistElectroCollisionAttack"
404
401
  | "PoltergeistFireCollisionAttack"
405
402
  | "RamLarge"
406
- | "RamLarge "
407
403
  | "RamSmall"
408
404
  | "ShockWave"
409
405
  | "WeaponButt"}`;
@@ -953,10 +949,8 @@ export type EItemContainerType = `EItemContainerType::${
953
949
  | "Stash"}`;
954
950
  export type EItemGenerationCategory = `EItemGenerationCategory::${
955
951
  | "Ammo"
956
- | "Ammo "
957
952
  | "Artifact"
958
953
  | "Attach"
959
- | "Attach "
960
954
  | "BodyArmor"
961
955
  | "Consumable"
962
956
  | "Detector"
@@ -967,7 +961,6 @@ export type EItemGenerationCategory = `EItemGenerationCategory::${
967
961
  | "SubItemGenerator"
968
962
  | "WeaponPistol"
969
963
  | "WeaponPrimary"
970
- | "WeaponPrimary "
971
964
  | "WeaponSecondary"}`;
972
965
  export type EItemInfoType = `EItemInfoType::${
973
966
  | "Accuracy"
@@ -1495,7 +1488,6 @@ export type ERadiationPreset = `ERadiationPreset::${
1495
1488
  | "Topaz"}`;
1496
1489
  export type ERank = `ERank::${
1497
1490
  | "Experienced"
1498
- | "Experienced "
1499
1491
  | "GetCount"
1500
1492
  | "Master"
1501
1493
  | "Newbie"
@@ -1683,14 +1675,10 @@ export type EUISound = `EUISound::${
1683
1675
  | "UseConsumableWater"}`;
1684
1676
  export type EUpgradeTargetPartType = `EUpgradeTargetPartType::${
1685
1677
  | "Barrel"
1686
- | "Barrel "
1687
1678
  | "Body"
1688
- | "Body "
1689
1679
  | "Handguard"
1690
- | "Handguard "
1691
1680
  | "None"
1692
1681
  | "PistolGrip"
1693
- | "PistolGrip "
1694
1682
  | "Stock"
1695
1683
  | "Stock "}`;
1696
1684
  export type EUpgradeVerticalPosition = `EUpgradeVerticalPosition::${