@satisfactory-dev/docs.json.ts 0.13.1 → 0.14.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.
@@ -190,13 +190,7 @@
190
190
  "/Game/FactoryGame/Buildable/Building/Foundation/GripMetal/Recipe_Stair_GripMetal_8x4.Recipe_Stair_GripMetal_8x4_C",
191
191
  "/Game/FactoryGame/Buildable/Building/Foundation/PolishedConcreteSet/Recipe_Stair_PolishedConcrete_8x4.Recipe_Stair_PolishedConcrete_8x4_C",
192
192
  "/Game/FactoryGame/Buildable/Building/Foundation/AsphaltSet/Recipe_Stair_Asphalt_8x1.Recipe_Stair_Asphalt_8x1_C",
193
- "/Game/FactoryGame/Buildable/Building/Foundation/FicsitSet/Recipe_Stair_FicsitSet_8x1_01.Recipe_Stair_FicsitSet_8x1_01_C",
194
- "/Game/FactoryGame/Buildable/Building/Foundation/GripMetal/Recipe_Stair_GripMetal_8x1.Recipe_Stair_GripMetal_8x1_C",
195
- "/Game/FactoryGame/Buildable/Building/Foundation/PolishedConcreteSet/Recipe_Stair_PolishedConcrete_8x1.Recipe_Stair_PolishedConcrete_8x1_C",
196
193
  "/Game/FactoryGame/Buildable/Building/Foundation/AsphaltSet/Recipe_Stair_Asphalt_8x2.Recipe_Stair_Asphalt_8x2_C",
197
- "/Game/FactoryGame/Buildable/Building/Foundation/FicsitSet/Recipe_Stair_FicsitSet_8x2_01.Recipe_Stair_FicsitSet_8x2_01_C",
198
- "/Game/FactoryGame/Buildable/Building/Foundation/GripMetal/Recipe_Stair_GripMetal_8x2.Recipe_Stair_GripMetal_8x2_C",
199
- "/Game/FactoryGame/Buildable/Building/Foundation/PolishedConcreteSet/Recipe_Stair_PolishedConcrete_8x2.Recipe_Stair_PolishedConcrete_8x2_C",
200
194
  "/Game/FactoryGame/Buildable/Building/Foundation/AsphaltSet/Recipe_Stair_Asphalt_8x4.Recipe_Stair_Asphalt_8x4_C"
201
195
  ]
202
196
  }
@@ -1399,6 +1393,13 @@
1399
1393
  "type": "object",
1400
1394
  "$ref": "#/$defs/FGEquipmentStunSpear--merged",
1401
1395
  "unevaluatedProperties": false,
1396
+ "required": [
1397
+ "mSecondSwingMontageList",
1398
+ "mFirstSwingMontageList",
1399
+ "mEquipMontage",
1400
+ "mStingerMontage",
1401
+ "mUnEquipMontage"
1402
+ ],
1402
1403
  "properties": {
1403
1404
  "mSecondSwingMontageList": {
1404
1405
  "type": "string",
@@ -1687,6 +1688,305 @@
1687
1688
  }
1688
1689
  }
1689
1690
  },
1691
+ "FGEquipmentStunSpear--candy-cane-basher": {
1692
+ "type": "object",
1693
+ "$ref": "#/$defs/FGEquipmentStunSpear--merged",
1694
+ "unevaluatedProperties": false,
1695
+ "required": [
1696
+ "mSecondSwingMontageList",
1697
+ "mFirstSwingMontageList",
1698
+ "mEquipMontage",
1699
+ "mStingerMontage",
1700
+ "mUnEquipMontage"
1701
+ ],
1702
+ "properties": {
1703
+ "mSecondSwingMontageList": {
1704
+ "type": "string",
1705
+ "minLength": 1,
1706
+ "typed_string": {
1707
+ "required": ["Montages"],
1708
+ "properties": {
1709
+ "Montages": {
1710
+ "type": "string",
1711
+ "minLength": 1,
1712
+ "typed_string": {
1713
+ "minItems": 1,
1714
+ "maxItems": 1,
1715
+ "items": {
1716
+ "type": "string",
1717
+ "minLength": 1,
1718
+ "typed_string": {
1719
+ "required": [
1720
+ "Montage_1P",
1721
+ "Montage_3P",
1722
+ "Montage_Equipment",
1723
+ "AudioEvent",
1724
+ "CameraAnim"
1725
+ ],
1726
+ "properties": {
1727
+ "Montage_1P": {
1728
+ "$ref": "#/$defs/Montage_1P"
1729
+ },
1730
+ "Montage_3P": {
1731
+ "$ref": "#/$defs/Montage_3P"
1732
+ },
1733
+ "Montage_Equipment": {
1734
+ "type": "string",
1735
+ "minLength": 1,
1736
+ "UnrealEngineString": {
1737
+ "left": "/Script/Engine.AnimMontage",
1738
+ "right": {
1739
+ "starts_with": "/Game/FactoryGame/Equipment/StunSpear/Animation/"
1740
+ }
1741
+ }
1742
+ },
1743
+ "AudioEvent": {
1744
+ "type": "string",
1745
+ "minLength": 1,
1746
+ "UnrealEngineString": {
1747
+ "left": "/Script/AkAudio.AkAudioEvent",
1748
+ "right": {
1749
+ "starts_with": "/Game/WwiseAudio/Events/Buildable/_Shared/Christmas/CandyCane/"
1750
+ }
1751
+ }
1752
+ },
1753
+ "CameraAnim": {
1754
+ "$ref": "#/$defs/CameraAnim"
1755
+ }
1756
+ }
1757
+ }
1758
+ }
1759
+ }
1760
+ }
1761
+ }
1762
+ }
1763
+ },
1764
+ "mEquipMontage": {
1765
+ "type": "string",
1766
+ "minLength": 1,
1767
+ "typed_string": {
1768
+ "required": ["Montages"],
1769
+ "properties": {
1770
+ "Montages": {
1771
+ "type": "string",
1772
+ "minLength": 1,
1773
+ "typed_string": {
1774
+ "minItems": 3,
1775
+ "maxItems": 3,
1776
+ "items": {
1777
+ "type": "string",
1778
+ "minLength": 1,
1779
+ "typed_string": {
1780
+ "required": [
1781
+ "Montage_1P",
1782
+ "Montage_3P",
1783
+ "Montage_Equipment",
1784
+ "AudioEvent"
1785
+ ],
1786
+ "properties": {
1787
+ "Weight": {
1788
+ "$ref": "common.schema.json#/$defs/decimal-string"
1789
+ },
1790
+ "Filter": {
1791
+ "$ref": "common.schema.json#/$defs/boolean"
1792
+ },
1793
+ "Exclusive": {
1794
+ "$ref": "common.schema.json#/$defs/boolean"
1795
+ },
1796
+ "Montage_1P": {
1797
+ "$ref": "#/$defs/Montage_1P"
1798
+ },
1799
+ "Montage_3P": {
1800
+ "$ref": "#/$defs/Montage_3P"
1801
+ },
1802
+ "Montage_Equipment": {
1803
+ "type": "string",
1804
+ "minLength": 1,
1805
+ "UnrealEngineString": {
1806
+ "left": "/Script/Engine.AnimMontage",
1807
+ "right": {
1808
+ "starts_with": "/Game/FactoryGame/Equipment/StunSpear/Animation/"
1809
+ }
1810
+ }
1811
+ },
1812
+ "AudioEvent": {
1813
+ "type": "string",
1814
+ "minLength": 1,
1815
+ "UnrealEngineString": {
1816
+ "left": "/Script/AkAudio.AkAudioEvent",
1817
+ "right": {
1818
+ "starts_with": "/Game/WwiseAudio/Events/Buildable/_Shared/Christmas/CandyCane/"
1819
+ }
1820
+ }
1821
+ }
1822
+ }
1823
+ }
1824
+ }
1825
+ }
1826
+ }
1827
+ }
1828
+ }
1829
+ },
1830
+ "mStingerMontage": {
1831
+ "type": "string",
1832
+ "minLength": 1,
1833
+ "typed_string": {
1834
+ "required": ["Montages"],
1835
+ "properties": {
1836
+ "Montages": {
1837
+ "type": "string",
1838
+ "minLength": 1,
1839
+ "typed_string": {
1840
+ "minItems": 1,
1841
+ "maxItems": 1,
1842
+ "items": {
1843
+ "type": "string",
1844
+ "minLength": 1,
1845
+ "typed_string": {
1846
+ "required": [
1847
+ "Montage_1P",
1848
+ "Montage_3P",
1849
+ "Montage_Equipment",
1850
+ "AudioEvent",
1851
+ "bSeparate3PAudioEvent",
1852
+ "AudioEvent3P",
1853
+ "CameraAnim"
1854
+ ],
1855
+ "properties": {
1856
+ "Montage_1P": {
1857
+ "$ref": "#/$defs/Montage_1P"
1858
+ },
1859
+ "Montage_3P": {
1860
+ "$ref": "#/$defs/Montage_3P"
1861
+ },
1862
+ "Montage_Equipment": {
1863
+ "type": "string",
1864
+ "minLength": 1,
1865
+ "UnrealEngineString": {
1866
+ "left": "/Script/Engine.AnimMontage",
1867
+ "right": {
1868
+ "starts_with": "/Game/FactoryGame/Equipment/StunSpear/Animation/"
1869
+ }
1870
+ }
1871
+ },
1872
+ "AudioEvent": {
1873
+ "type": "string",
1874
+ "minLength": 1,
1875
+ "UnrealEngineString": {
1876
+ "left": "/Script/AkAudio.AkAudioEvent",
1877
+ "right": {
1878
+ "starts_with": "/Game/WwiseAudio/Events/Buildable/_Shared/Christmas/CandyCane/"
1879
+ }
1880
+ }
1881
+ },
1882
+ "bSeparate3PAudioEvent": {
1883
+ "$ref": "common.schema.json#/$defs/boolean"
1884
+ },
1885
+ "AudioEvent3P": {
1886
+ "type": "string",
1887
+ "minLength": 1,
1888
+ "UnrealEngineString": {
1889
+ "left": "/Script/AkAudio.AkAudioEvent",
1890
+ "right": {
1891
+ "starts_with": "/Game/WwiseAudio/Events/Buildable/_Shared/Christmas/CandyCane/"
1892
+ }
1893
+ }
1894
+ },
1895
+ "CameraAnim": {
1896
+ "$ref": "#/$defs/CameraAnim"
1897
+ }
1898
+ }
1899
+ }
1900
+ }
1901
+ }
1902
+ }
1903
+ }
1904
+ }
1905
+ },
1906
+ "mUnEquipMontage": {
1907
+ "type": "string",
1908
+ "minLength": 1,
1909
+ "typed_string": {
1910
+ "required": ["AudioEvent"],
1911
+ "properties": {
1912
+ "AudioEvent": {
1913
+ "type": "string",
1914
+ "minLength": 1,
1915
+ "UnrealEngineString": {
1916
+ "left": "/Script/AkAudio.AkAudioEvent",
1917
+ "right": {
1918
+ "starts_with": "/Game/WwiseAudio/Events/Buildable/_Shared/Christmas/CandyCane/"
1919
+ }
1920
+ }
1921
+ }
1922
+ }
1923
+ }
1924
+ },
1925
+ "mFirstSwingMontageList": {
1926
+ "type": "string",
1927
+ "minLength": 1,
1928
+ "typed_string": {
1929
+ "required": ["Montages"],
1930
+ "properties": {
1931
+ "Montages": {
1932
+ "type": "string",
1933
+ "minLength": 1,
1934
+ "typed_string": {
1935
+ "minItems": 1,
1936
+ "maxItems": 2,
1937
+ "items": {
1938
+ "type": "string",
1939
+ "minLength": 1,
1940
+ "typed_string": {
1941
+ "required": [
1942
+ "Montage_1P",
1943
+ "Montage_3P",
1944
+ "AudioEvent",
1945
+ "CameraAnim"
1946
+ ],
1947
+ "properties": {
1948
+ "Weight": {
1949
+ "$ref": "common.schema.json#/$defs/decimal-string"
1950
+ },
1951
+ "Montage_1P": {
1952
+ "$ref": "#/$defs/Montage_1P"
1953
+ },
1954
+ "Montage_3P": {
1955
+ "$ref": "#/$defs/Montage_3P"
1956
+ },
1957
+ "Montage_Equipment": {
1958
+ "type": "string",
1959
+ "minLength": 1,
1960
+ "UnrealEngineString": {
1961
+ "left": "/Script/Engine.AnimMontage",
1962
+ "right": {
1963
+ "starts_with": "/Game/FactoryGame/Equipment/StunSpear/Animation/"
1964
+ }
1965
+ }
1966
+ },
1967
+ "AudioEvent": {
1968
+ "type": "string",
1969
+ "minLength": 1,
1970
+ "UnrealEngineString": {
1971
+ "left": "/Script/AkAudio.AkAudioEvent",
1972
+ "right": {
1973
+ "starts_with": "/Game/WwiseAudio/Events/Buildable/_Shared/Christmas/CandyCane/"
1974
+ }
1975
+ }
1976
+ },
1977
+ "CameraAnim": {
1978
+ "$ref": "#/$defs/CameraAnim"
1979
+ }
1980
+ }
1981
+ }
1982
+ }
1983
+ }
1984
+ }
1985
+ }
1986
+ }
1987
+ }
1988
+ }
1989
+ },
1690
1990
  "FGEquipmentStunSpear--xeno-zapper--merged": {
1691
1991
  "allOf": [
1692
1992
  {
@@ -2203,7 +2503,7 @@
2203
2503
  "UnrealEngineString": {
2204
2504
  "left": "/Script/AkAudio.AkAudioEvent",
2205
2505
  "right": {
2206
- "starts_with": "/Game/WwiseAudio/Events/Equipment/JetPack/"
2506
+ "starts_with": "/Game/WwiseAudio/Events/Equipment/HoverPack/"
2207
2507
  }
2208
2508
  }
2209
2509
  }
@@ -3662,21 +3962,6 @@
3662
3962
  "$ref": "#/$defs/FGBuildableFactory--landing-pad--merged",
3663
3963
  "unevaluatedProperties": false
3664
3964
  },
3665
- "FGBuildableFactory--generic--merged": {
3666
- "anyOf": [
3667
- {
3668
- "$ref": "common.schema.json#/$defs/common-base--FGBuildableFactory--generic"
3669
- },
3670
- {
3671
- "$ref": "#/$defs/FGBuildable--consumes-power-base"
3672
- }
3673
- ]
3674
- },
3675
- "FGBuildableFactory--generic": {
3676
- "type": "object",
3677
- "$ref": "#/$defs/FGBuildableFactory--generic--merged",
3678
- "unevaluatedProperties": false
3679
- },
3680
3965
  "FGBuildableWalkway--base--merged": {
3681
3966
  "allOf": [
3682
3967
  {
@@ -6492,6 +6777,41 @@
6492
6777
  "$ref": "#/$defs/FGBuildableSnowDispenser--merged",
6493
6778
  "unevaluatedProperties": false
6494
6779
  },
6780
+ "FGBuildableSnowCannon": {
6781
+ "type": "object",
6782
+ "$ref": "#/$defs/FGBuildable--base",
6783
+ "unevaluatedProperties": false,
6784
+ "required": ["SFXLocation", "mSignificanceRange"],
6785
+ "properties": {
6786
+ "SFXLocation": {
6787
+ "$ref": "common.schema.json#/$defs/xyz"
6788
+ },
6789
+ "mSignificanceRange": {
6790
+ "$ref": "common.schema.json#/$defs/decimal-string"
6791
+ },
6792
+ "mAngleLimit": {
6793
+ "type": "string",
6794
+ "minLength": 1,
6795
+ "typed_string": {
6796
+ "required": ["Min", "Max"],
6797
+ "properties": {
6798
+ "Min": {
6799
+ "$ref": "common.schema.json#/$defs/integer-string--signed"
6800
+ },
6801
+ "Max": {
6802
+ "$ref": "common.schema.json#/$defs/integer-string"
6803
+ }
6804
+ }
6805
+ }
6806
+ },
6807
+ "mAngleOffset": {
6808
+ "$ref": "common.schema.json#/$defs/integer-string--signed"
6809
+ },
6810
+ "mCannonAngle": {
6811
+ "$ref": "common.schema.json#/$defs/integer-string"
6812
+ }
6813
+ }
6814
+ },
6495
6815
  "FGBuildableFactorySimpleProducer--merged": {
6496
6816
  "allOf": [
6497
6817
  {
@@ -7285,8 +7605,8 @@
7285
7605
  }
7286
7606
  },
7287
7607
  "items": false,
7288
- "minItems": 104,
7289
- "maxItems": 104,
7608
+ "minItems": 105,
7609
+ "maxItems": 105,
7290
7610
  "prefixItems": [
7291
7611
  {
7292
7612
  "$comment": "/Script/CoreUObject.Class'/Script/FactoryGame.FGItemDescriptor'",
@@ -7782,41 +8102,6 @@
7782
8102
  }
7783
8103
  }
7784
8104
  },
7785
- {
7786
- "$comment": "/Script/CoreUObject.Class'/Script/FactoryGame.FGItemDescriptorBiomass'",
7787
- "type": "object",
7788
- "$ref": "common.schema.json#/$defs/NativeClass",
7789
- "unevaluatedProperties": false,
7790
- "properties": {
7791
- "Classes": {
7792
- "type": "array",
7793
- "minItems": 1,
7794
- "items": {
7795
- "type": "object",
7796
- "$ref": "#/$defs/FGItemDescriptorBiomass",
7797
- "unevaluatedProperties": false
7798
- }
7799
- }
7800
- }
7801
- },
7802
- {
7803
- "$comment": "/Script/CoreUObject.Class'/Script/FactoryGame.FGGolfCartDispenser'",
7804
- "type": "object",
7805
- "$ref": "common.schema.json#/$defs/NativeClass",
7806
- "unevaluatedProperties": false,
7807
- "properties": {
7808
- "Classes": {
7809
- "type": "array",
7810
- "minItems": 2,
7811
- "maxItems": 2,
7812
- "items": {
7813
- "type": "object",
7814
- "$ref": "#/$defs/FGGolfCartDispenser",
7815
- "unevaluatedProperties": false
7816
- }
7817
- }
7818
- }
7819
- },
7820
8105
  {
7821
8106
  "$comment": "/Script/CoreUObject.Class'/Script/FactoryGame.FGPortableMinerDispenser'",
7822
8107
  "type": "object",
@@ -8007,6 +8292,23 @@
8007
8292
  }
8008
8293
  }
8009
8294
  },
8295
+ {
8296
+ "$comment": "/Script/CoreUObject.Class'/Script/FactoryGame.FGItemDescriptorBiomass'",
8297
+ "type": "object",
8298
+ "$ref": "common.schema.json#/$defs/NativeClass",
8299
+ "unevaluatedProperties": false,
8300
+ "properties": {
8301
+ "Classes": {
8302
+ "type": "array",
8303
+ "minItems": 1,
8304
+ "items": {
8305
+ "type": "object",
8306
+ "$ref": "#/$defs/FGItemDescriptorBiomass",
8307
+ "unevaluatedProperties": false
8308
+ }
8309
+ }
8310
+ }
8311
+ },
8010
8312
  {
8011
8313
  "$comment": "/Script/CoreUObject.Class'/Script/FactoryGame.FGEquipmentStunSpear'",
8012
8314
  "type": "object",
@@ -8031,7 +8333,7 @@
8031
8333
  },
8032
8334
  {
8033
8335
  "type": "object",
8034
- "$ref": "#/$defs/FGEquipmentStunSpear",
8336
+ "$ref": "#/$defs/FGEquipmentStunSpear--candy-cane-basher",
8035
8337
  "unevaluatedProperties": false
8036
8338
  }
8037
8339
  ]
@@ -8063,27 +8365,26 @@
8063
8365
  "properties": {
8064
8366
  "Classes": {
8065
8367
  "type": "array",
8066
- "minItems": 5,
8067
- "maxItems": 5,
8068
- "items": {
8069
- "oneOf": [
8070
- {
8071
- "type": "object",
8072
- "$ref": "#/$defs/FGBuildableFactory--jump-pad",
8073
- "unevaluatedProperties": false
8074
- },
8075
- {
8076
- "type": "object",
8077
- "$ref": "#/$defs/FGBuildableFactory--landing-pad",
8078
- "unevaluatedProperties": false
8079
- },
8080
- {
8081
- "type": "object",
8082
- "$ref": "#/$defs/FGBuildableFactory--generic",
8083
- "unevaluatedProperties": false
8084
- }
8085
- ]
8086
- }
8368
+ "minItems": 3,
8369
+ "maxItems": 3,
8370
+ "items": false,
8371
+ "prefixItems": [
8372
+ {
8373
+ "type": "object",
8374
+ "$ref": "#/$defs/FGBuildableFactory--jump-pad",
8375
+ "unevaluatedProperties": false
8376
+ },
8377
+ {
8378
+ "type": "object",
8379
+ "$ref": "#/$defs/FGBuildableFactory--jump-pad",
8380
+ "unevaluatedProperties": false
8381
+ },
8382
+ {
8383
+ "type": "object",
8384
+ "$ref": "#/$defs/FGBuildableFactory--landing-pad",
8385
+ "unevaluatedProperties": false
8386
+ }
8387
+ ]
8087
8388
  }
8088
8389
  }
8089
8390
  },
@@ -9181,6 +9482,24 @@
9181
9482
  }
9182
9483
  }
9183
9484
  },
9485
+ {
9486
+ "$comment": "/Script/CoreUObject.Class'/Script/FactoryGame.FGBuildableSnowCannon'",
9487
+ "type": "object",
9488
+ "$ref": "common.schema.json#/$defs/NativeClass",
9489
+ "unevaluatedProperties": false,
9490
+ "properties": {
9491
+ "Classes": {
9492
+ "type": "array",
9493
+ "items": {
9494
+ "type": "object",
9495
+ "$ref": "#/$defs/FGBuildableSnowCannon",
9496
+ "unevaluatedProperties": false
9497
+ },
9498
+ "minItems": 1,
9499
+ "maxItems": 1
9500
+ }
9501
+ }
9502
+ },
9184
9503
  {
9185
9504
  "$comment": "/Script/CoreUObject.Class'/Script/FactoryGame.FGBuildableFactorySimpleProducer'",
9186
9505
  "type": "object",
@@ -9217,6 +9536,24 @@
9217
9536
  }
9218
9537
  }
9219
9538
  },
9539
+ {
9540
+ "$comment": "/Script/CoreUObject.Class'/Script/FactoryGame.FGGolfCartDispenser'",
9541
+ "type": "object",
9542
+ "$ref": "common.schema.json#/$defs/NativeClass",
9543
+ "unevaluatedProperties": false,
9544
+ "properties": {
9545
+ "Classes": {
9546
+ "type": "array",
9547
+ "minItems": 2,
9548
+ "maxItems": 2,
9549
+ "items": {
9550
+ "type": "object",
9551
+ "$ref": "#/$defs/FGGolfCartDispenser",
9552
+ "unevaluatedProperties": false
9553
+ }
9554
+ }
9555
+ }
9556
+ },
9220
9557
  {
9221
9558
  "$comment": "/Script/CoreUObject.Class'/Script/FactoryGame.FGBuildablePassthrough'",
9222
9559
  "type": "object",
@@ -4111,42 +4111,7 @@
4111
4111
  },
4112
4112
  "common-base--FGBuildableManufacturer--constructor": {
4113
4113
  "type": "object",
4114
- "$ref": "common.schema.json#/$defs/common-base--FGBuildableManufacturer--base",
4115
- "required": [
4116
- "mCurrentRecipeCheck",
4117
- "mPreviousRecipeCheck",
4118
- "CurrentPotentialConvert"
4119
- ],
4120
- "properties": {
4121
- "ClassName": {
4122
- "type": "string",
4123
- "const": "Build_ConstructorMk1_C"
4124
- },
4125
- "mCurrentRecipeCheck": {
4126
- "type": "string",
4127
- "const": ""
4128
- },
4129
- "mPreviousRecipeCheck": {
4130
- "type": "string",
4131
- "const": ""
4132
- },
4133
- "CurrentPotentialConvert": {
4134
- "type": "string",
4135
- "minLength": 1,
4136
- "typed_string": {
4137
- "minItems": 1,
4138
- "items": false,
4139
- "prefixItems": [
4140
- {
4141
- "$ref": "common.schema.json#/$defs/integer-string"
4142
- },
4143
- {
4144
- "$ref": "common.schema.json#/$defs/decimal-string"
4145
- }
4146
- ]
4147
- }
4148
- }
4149
- }
4114
+ "$ref": "common.schema.json#/$defs/common-base--FGBuildableManufacturer--base"
4150
4115
  },
4151
4116
  "common-base--FGBuildableManufacturerVariablePower--base": {
4152
4117
  "type": "object",
@@ -5127,6 +5092,7 @@
5127
5092
  "common-base--MaterialSlotName": {
5128
5093
  "type": "string",
5129
5094
  "enum": [
5095
+ "uv_checker_material_uv_grid_1024x1024",
5130
5096
  "lambert1",
5131
5097
  "lambert10",
5132
5098
  "lambert9_001",
@@ -2156,7 +2156,42 @@
2156
2156
  "FGBuildableManufacturer--constructor": {
2157
2157
  "type": "object",
2158
2158
  "$ref": "#/$defs/FGBuildableManufacturer--constructor--merged",
2159
- "unevaluatedProperties": false
2159
+ "unevaluatedProperties": false,
2160
+ "required": [
2161
+ "mCurrentRecipeCheck",
2162
+ "mPreviousRecipeCheck",
2163
+ "CurrentPotentialConvert"
2164
+ ],
2165
+ "properties": {
2166
+ "ClassName": {
2167
+ "type": "string",
2168
+ "const": "Build_ConstructorMk1_C"
2169
+ },
2170
+ "mCurrentRecipeCheck": {
2171
+ "type": "string",
2172
+ "const": ""
2173
+ },
2174
+ "mPreviousRecipeCheck": {
2175
+ "type": "string",
2176
+ "const": ""
2177
+ },
2178
+ "CurrentPotentialConvert": {
2179
+ "type": "string",
2180
+ "minLength": 1,
2181
+ "typed_string": {
2182
+ "minItems": 1,
2183
+ "items": false,
2184
+ "prefixItems": [
2185
+ {
2186
+ "$ref": "common.schema.json#/$defs/integer-string"
2187
+ },
2188
+ {
2189
+ "$ref": "common.schema.json#/$defs/decimal-string"
2190
+ }
2191
+ ]
2192
+ }
2193
+ }
2194
+ }
2160
2195
  },
2161
2196
  "FGBuildableManufacturerVariablePower--base--merged": {
2162
2197
  "allOf": [