s2cfgtojson 3.0.4 → 3.0.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 -1
package/package.json
CHANGED
package/types.mts
CHANGED
|
@@ -756,7 +756,7 @@ export type DynamicItemGenerator = GetStructType<{
|
|
|
756
756
|
Category: EItemGenerationCategory;
|
|
757
757
|
PlayerRank: ERank;
|
|
758
758
|
bAllowSameCategoryGeneration: boolean;
|
|
759
|
-
ReputationThreshold:
|
|
759
|
+
ReputationThreshold: number;
|
|
760
760
|
RefreshTime: string;
|
|
761
761
|
PossibleItems: {
|
|
762
762
|
ItemPrototypeSID: string;
|