s2cfgtojson 3.13.0 → 3.13.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.
- package/package.json +1 -1
- package/types.mts +3 -3
package/package.json
CHANGED
package/types.mts
CHANGED
|
@@ -468,7 +468,7 @@ interface IDialogPrototype {
|
|
|
468
468
|
WithEquipped: boolean;
|
|
469
469
|
GlobalVariablePrototypeSID: string;
|
|
470
470
|
ChangeValueMode: EChangeValueMode;
|
|
471
|
-
VariableValue:
|
|
471
|
+
VariableValue: any;
|
|
472
472
|
ConsumablePrototypeSID: Param;
|
|
473
473
|
}[];
|
|
474
474
|
DialogMemberName: string;
|
|
@@ -1482,7 +1482,7 @@ export type QuestNodePrototype = GetStructType<{
|
|
|
1482
1482
|
PinWeights: number[];
|
|
1483
1483
|
GlobalVariablePrototypeSID: string;
|
|
1484
1484
|
ChangeValueMode: EChangeValueMode;
|
|
1485
|
-
VariableValue:
|
|
1485
|
+
VariableValue: any;
|
|
1486
1486
|
AIThreatState: number;
|
|
1487
1487
|
Activate: boolean;
|
|
1488
1488
|
ForceDespawn: boolean;
|
|
@@ -2490,7 +2490,7 @@ export type Condition = GetStructType<{
|
|
|
2490
2490
|
Money: number | Param;
|
|
2491
2491
|
GlobalVariablePrototypeSID: string;
|
|
2492
2492
|
ChangeValueMode: EChangeValueMode;
|
|
2493
|
-
VariableValue:
|
|
2493
|
+
VariableValue: any;
|
|
2494
2494
|
Rank: ERank;
|
|
2495
2495
|
Faction: string;
|
|
2496
2496
|
Relationships: ERelationLevel;
|