s2cfgtojson 7.0.0 → 7.0.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 (2) hide show
  1. package/package.json +1 -1
  2. package/types.mts +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "s2cfgtojson",
3
- "version": "7.0.0",
3
+ "version": "7.0.1",
4
4
  "description": "Converts Stalker 2 Cfg file into POJOs",
5
5
  "keywords": [
6
6
  "stalker",
package/types.mts CHANGED
@@ -3860,8 +3860,8 @@ export type DialogPrototype = GetStructType<{
3860
3860
  BrokenGameDataFilter: EBrokenGameDataFilter;
3861
3861
  CanBeInterrupted: boolean;
3862
3862
  Conditions: DialogPrototypeConditions;
3863
- DialogActionParam: string;
3864
- DialogActions: string;
3863
+ DialogActionParam: number | DialogPrototypeItemPrototypeSID;
3864
+ DialogActions: DialogPrototypeDialogActions;
3865
3865
  DialogAnswerActions: DialogPrototypeDialogAnswerActions;
3866
3866
  DialogChainPrototypeSID: string;
3867
3867
  DialogMemberIndex: number;
@@ -5643,7 +5643,7 @@ export type LairPrototypePreset = GetStructType<{
5643
5643
  }>;
5644
5644
 
5645
5645
  export type LairPrototypeSpawnSettingsPerArchetypes = GetStructType<{
5646
- GeneralNPC_Duty_CloseCombat: GenericLairPrototypeRat;
5646
+ [key in Archetype]: GenericLairPrototypeRat;
5647
5647
  }>;
5648
5648
 
5649
5649
  export type LairPrototypeSpawnSettingsPerPlayerRanks = GetStructType<{