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.
- package/package.json +1 -1
- package/types.mts +3 -3
package/package.json
CHANGED
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:
|
|
3864
|
-
DialogActions:
|
|
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
|
-
|
|
5646
|
+
[key in Archetype]: GenericLairPrototypeRat;
|
|
5647
5647
|
}>;
|
|
5648
5648
|
|
|
5649
5649
|
export type LairPrototypeSpawnSettingsPerPlayerRanks = GetStructType<{
|