s2cfgtojson 3.11.4 → 3.11.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.
- package/package.json +1 -1
- package/types.mts +1 -0
package/package.json
CHANGED
package/types.mts
CHANGED
|
@@ -2490,6 +2490,7 @@ export type Condition = GetStructType<{
|
|
|
2490
2490
|
Equipment: EMainHandEquipmentType;
|
|
2491
2491
|
ConditionType: EQuestConditionType;
|
|
2492
2492
|
ConditionComparance: EConditionComparance;
|
|
2493
|
+
TargetPlaceholder: string;
|
|
2493
2494
|
LinkedNodePrototypeSID: string;
|
|
2494
2495
|
CompletedNodeLauncherNames: never[];
|
|
2495
2496
|
TargetNPC: string;
|