@satisfactory-dev/docs.json.ts 0.13.1 → 0.14.0

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.
@@ -1399,6 +1399,13 @@
1399
1399
  "type": "object",
1400
1400
  "$ref": "#/$defs/FGEquipmentStunSpear--merged",
1401
1401
  "unevaluatedProperties": false,
1402
+ "required": [
1403
+ "mSecondSwingMontageList",
1404
+ "mFirstSwingMontageList",
1405
+ "mEquipMontage",
1406
+ "mStingerMontage",
1407
+ "mUnEquipMontage"
1408
+ ],
1402
1409
  "properties": {
1403
1410
  "mSecondSwingMontageList": {
1404
1411
  "type": "string",
@@ -1687,6 +1694,305 @@
1687
1694
  }
1688
1695
  }
1689
1696
  },
1697
+ "FGEquipmentStunSpear--candy-cane-basher": {
1698
+ "type": "object",
1699
+ "$ref": "#/$defs/FGEquipmentStunSpear--merged",
1700
+ "unevaluatedProperties": false,
1701
+ "required": [
1702
+ "mSecondSwingMontageList",
1703
+ "mFirstSwingMontageList",
1704
+ "mEquipMontage",
1705
+ "mStingerMontage",
1706
+ "mUnEquipMontage"
1707
+ ],
1708
+ "properties": {
1709
+ "mSecondSwingMontageList": {
1710
+ "type": "string",
1711
+ "minLength": 1,
1712
+ "typed_string": {
1713
+ "required": ["Montages"],
1714
+ "properties": {
1715
+ "Montages": {
1716
+ "type": "string",
1717
+ "minLength": 1,
1718
+ "typed_string": {
1719
+ "minItems": 1,
1720
+ "maxItems": 1,
1721
+ "items": {
1722
+ "type": "string",
1723
+ "minLength": 1,
1724
+ "typed_string": {
1725
+ "required": [
1726
+ "Montage_1P",
1727
+ "Montage_3P",
1728
+ "Montage_Equipment",
1729
+ "AudioEvent",
1730
+ "CameraAnim"
1731
+ ],
1732
+ "properties": {
1733
+ "Montage_1P": {
1734
+ "$ref": "#/$defs/Montage_1P"
1735
+ },
1736
+ "Montage_3P": {
1737
+ "$ref": "#/$defs/Montage_3P"
1738
+ },
1739
+ "Montage_Equipment": {
1740
+ "type": "string",
1741
+ "minLength": 1,
1742
+ "UnrealEngineString": {
1743
+ "left": "/Script/Engine.AnimMontage",
1744
+ "right": {
1745
+ "starts_with": "/Game/FactoryGame/Equipment/StunSpear/Animation/"
1746
+ }
1747
+ }
1748
+ },
1749
+ "AudioEvent": {
1750
+ "type": "string",
1751
+ "minLength": 1,
1752
+ "UnrealEngineString": {
1753
+ "left": "/Script/AkAudio.AkAudioEvent",
1754
+ "right": {
1755
+ "starts_with": "/Game/WwiseAudio/Events/Buildable/_Shared/Christmas/CandyCane/"
1756
+ }
1757
+ }
1758
+ },
1759
+ "CameraAnim": {
1760
+ "$ref": "#/$defs/CameraAnim"
1761
+ }
1762
+ }
1763
+ }
1764
+ }
1765
+ }
1766
+ }
1767
+ }
1768
+ }
1769
+ },
1770
+ "mEquipMontage": {
1771
+ "type": "string",
1772
+ "minLength": 1,
1773
+ "typed_string": {
1774
+ "required": ["Montages"],
1775
+ "properties": {
1776
+ "Montages": {
1777
+ "type": "string",
1778
+ "minLength": 1,
1779
+ "typed_string": {
1780
+ "minItems": 3,
1781
+ "maxItems": 3,
1782
+ "items": {
1783
+ "type": "string",
1784
+ "minLength": 1,
1785
+ "typed_string": {
1786
+ "required": [
1787
+ "Montage_1P",
1788
+ "Montage_3P",
1789
+ "Montage_Equipment",
1790
+ "AudioEvent"
1791
+ ],
1792
+ "properties": {
1793
+ "Weight": {
1794
+ "$ref": "common.schema.json#/$defs/decimal-string"
1795
+ },
1796
+ "Filter": {
1797
+ "$ref": "common.schema.json#/$defs/boolean"
1798
+ },
1799
+ "Exclusive": {
1800
+ "$ref": "common.schema.json#/$defs/boolean"
1801
+ },
1802
+ "Montage_1P": {
1803
+ "$ref": "#/$defs/Montage_1P"
1804
+ },
1805
+ "Montage_3P": {
1806
+ "$ref": "#/$defs/Montage_3P"
1807
+ },
1808
+ "Montage_Equipment": {
1809
+ "type": "string",
1810
+ "minLength": 1,
1811
+ "UnrealEngineString": {
1812
+ "left": "/Script/Engine.AnimMontage",
1813
+ "right": {
1814
+ "starts_with": "/Game/FactoryGame/Equipment/StunSpear/Animation/"
1815
+ }
1816
+ }
1817
+ },
1818
+ "AudioEvent": {
1819
+ "type": "string",
1820
+ "minLength": 1,
1821
+ "UnrealEngineString": {
1822
+ "left": "/Script/AkAudio.AkAudioEvent",
1823
+ "right": {
1824
+ "starts_with": "/Game/WwiseAudio/Events/Buildable/_Shared/Christmas/CandyCane/"
1825
+ }
1826
+ }
1827
+ }
1828
+ }
1829
+ }
1830
+ }
1831
+ }
1832
+ }
1833
+ }
1834
+ }
1835
+ },
1836
+ "mStingerMontage": {
1837
+ "type": "string",
1838
+ "minLength": 1,
1839
+ "typed_string": {
1840
+ "required": ["Montages"],
1841
+ "properties": {
1842
+ "Montages": {
1843
+ "type": "string",
1844
+ "minLength": 1,
1845
+ "typed_string": {
1846
+ "minItems": 1,
1847
+ "maxItems": 1,
1848
+ "items": {
1849
+ "type": "string",
1850
+ "minLength": 1,
1851
+ "typed_string": {
1852
+ "required": [
1853
+ "Montage_1P",
1854
+ "Montage_3P",
1855
+ "Montage_Equipment",
1856
+ "AudioEvent",
1857
+ "bSeparate3PAudioEvent",
1858
+ "AudioEvent3P",
1859
+ "CameraAnim"
1860
+ ],
1861
+ "properties": {
1862
+ "Montage_1P": {
1863
+ "$ref": "#/$defs/Montage_1P"
1864
+ },
1865
+ "Montage_3P": {
1866
+ "$ref": "#/$defs/Montage_3P"
1867
+ },
1868
+ "Montage_Equipment": {
1869
+ "type": "string",
1870
+ "minLength": 1,
1871
+ "UnrealEngineString": {
1872
+ "left": "/Script/Engine.AnimMontage",
1873
+ "right": {
1874
+ "starts_with": "/Game/FactoryGame/Equipment/StunSpear/Animation/"
1875
+ }
1876
+ }
1877
+ },
1878
+ "AudioEvent": {
1879
+ "type": "string",
1880
+ "minLength": 1,
1881
+ "UnrealEngineString": {
1882
+ "left": "/Script/AkAudio.AkAudioEvent",
1883
+ "right": {
1884
+ "starts_with": "/Game/WwiseAudio/Events/Buildable/_Shared/Christmas/CandyCane/"
1885
+ }
1886
+ }
1887
+ },
1888
+ "bSeparate3PAudioEvent": {
1889
+ "$ref": "common.schema.json#/$defs/boolean"
1890
+ },
1891
+ "AudioEvent3P": {
1892
+ "type": "string",
1893
+ "minLength": 1,
1894
+ "UnrealEngineString": {
1895
+ "left": "/Script/AkAudio.AkAudioEvent",
1896
+ "right": {
1897
+ "starts_with": "/Game/WwiseAudio/Events/Buildable/_Shared/Christmas/CandyCane/"
1898
+ }
1899
+ }
1900
+ },
1901
+ "CameraAnim": {
1902
+ "$ref": "#/$defs/CameraAnim"
1903
+ }
1904
+ }
1905
+ }
1906
+ }
1907
+ }
1908
+ }
1909
+ }
1910
+ }
1911
+ },
1912
+ "mUnEquipMontage": {
1913
+ "type": "string",
1914
+ "minLength": 1,
1915
+ "typed_string": {
1916
+ "required": ["AudioEvent"],
1917
+ "properties": {
1918
+ "AudioEvent": {
1919
+ "type": "string",
1920
+ "minLength": 1,
1921
+ "UnrealEngineString": {
1922
+ "left": "/Script/AkAudio.AkAudioEvent",
1923
+ "right": {
1924
+ "starts_with": "/Game/WwiseAudio/Events/Buildable/_Shared/Christmas/CandyCane/"
1925
+ }
1926
+ }
1927
+ }
1928
+ }
1929
+ }
1930
+ },
1931
+ "mFirstSwingMontageList": {
1932
+ "type": "string",
1933
+ "minLength": 1,
1934
+ "typed_string": {
1935
+ "required": ["Montages"],
1936
+ "properties": {
1937
+ "Montages": {
1938
+ "type": "string",
1939
+ "minLength": 1,
1940
+ "typed_string": {
1941
+ "minItems": 1,
1942
+ "maxItems": 2,
1943
+ "items": {
1944
+ "type": "string",
1945
+ "minLength": 1,
1946
+ "typed_string": {
1947
+ "required": [
1948
+ "Montage_1P",
1949
+ "Montage_3P",
1950
+ "AudioEvent",
1951
+ "CameraAnim"
1952
+ ],
1953
+ "properties": {
1954
+ "Weight": {
1955
+ "$ref": "common.schema.json#/$defs/decimal-string"
1956
+ },
1957
+ "Montage_1P": {
1958
+ "$ref": "#/$defs/Montage_1P"
1959
+ },
1960
+ "Montage_3P": {
1961
+ "$ref": "#/$defs/Montage_3P"
1962
+ },
1963
+ "Montage_Equipment": {
1964
+ "type": "string",
1965
+ "minLength": 1,
1966
+ "UnrealEngineString": {
1967
+ "left": "/Script/Engine.AnimMontage",
1968
+ "right": {
1969
+ "starts_with": "/Game/FactoryGame/Equipment/StunSpear/Animation/"
1970
+ }
1971
+ }
1972
+ },
1973
+ "AudioEvent": {
1974
+ "type": "string",
1975
+ "minLength": 1,
1976
+ "UnrealEngineString": {
1977
+ "left": "/Script/AkAudio.AkAudioEvent",
1978
+ "right": {
1979
+ "starts_with": "/Game/WwiseAudio/Events/Buildable/_Shared/Christmas/CandyCane/"
1980
+ }
1981
+ }
1982
+ },
1983
+ "CameraAnim": {
1984
+ "$ref": "#/$defs/CameraAnim"
1985
+ }
1986
+ }
1987
+ }
1988
+ }
1989
+ }
1990
+ }
1991
+ }
1992
+ }
1993
+ }
1994
+ }
1995
+ },
1690
1996
  "FGEquipmentStunSpear--xeno-zapper--merged": {
1691
1997
  "allOf": [
1692
1998
  {
@@ -2203,7 +2509,7 @@
2203
2509
  "UnrealEngineString": {
2204
2510
  "left": "/Script/AkAudio.AkAudioEvent",
2205
2511
  "right": {
2206
- "starts_with": "/Game/WwiseAudio/Events/Equipment/JetPack/"
2512
+ "starts_with": "/Game/WwiseAudio/Events/Equipment/HoverPack/"
2207
2513
  }
2208
2514
  }
2209
2515
  }
@@ -3662,21 +3968,6 @@
3662
3968
  "$ref": "#/$defs/FGBuildableFactory--landing-pad--merged",
3663
3969
  "unevaluatedProperties": false
3664
3970
  },
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
3971
  "FGBuildableWalkway--base--merged": {
3681
3972
  "allOf": [
3682
3973
  {
@@ -6492,6 +6783,41 @@
6492
6783
  "$ref": "#/$defs/FGBuildableSnowDispenser--merged",
6493
6784
  "unevaluatedProperties": false
6494
6785
  },
6786
+ "FGBuildableSnowCannon": {
6787
+ "type": "object",
6788
+ "$ref": "#/$defs/FGBuildable--base",
6789
+ "unevaluatedProperties": false,
6790
+ "required": ["SFXLocation", "mSignificanceRange"],
6791
+ "properties": {
6792
+ "SFXLocation": {
6793
+ "$ref": "common.schema.json#/$defs/xyz"
6794
+ },
6795
+ "mSignificanceRange": {
6796
+ "$ref": "common.schema.json#/$defs/decimal-string"
6797
+ },
6798
+ "mAngleLimit": {
6799
+ "type": "string",
6800
+ "minLength": 1,
6801
+ "typed_string": {
6802
+ "required": ["Min", "Max"],
6803
+ "properties": {
6804
+ "Min": {
6805
+ "$ref": "common.schema.json#/$defs/integer-string--signed"
6806
+ },
6807
+ "Max": {
6808
+ "$ref": "common.schema.json#/$defs/integer-string"
6809
+ }
6810
+ }
6811
+ }
6812
+ },
6813
+ "mAngleOffset": {
6814
+ "$ref": "common.schema.json#/$defs/integer-string--signed"
6815
+ },
6816
+ "mCannonAngle": {
6817
+ "$ref": "common.schema.json#/$defs/integer-string"
6818
+ }
6819
+ }
6820
+ },
6495
6821
  "FGBuildableFactorySimpleProducer--merged": {
6496
6822
  "allOf": [
6497
6823
  {
@@ -7285,8 +7611,8 @@
7285
7611
  }
7286
7612
  },
7287
7613
  "items": false,
7288
- "minItems": 104,
7289
- "maxItems": 104,
7614
+ "minItems": 105,
7615
+ "maxItems": 105,
7290
7616
  "prefixItems": [
7291
7617
  {
7292
7618
  "$comment": "/Script/CoreUObject.Class'/Script/FactoryGame.FGItemDescriptor'",
@@ -7782,41 +8108,6 @@
7782
8108
  }
7783
8109
  }
7784
8110
  },
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
8111
  {
7821
8112
  "$comment": "/Script/CoreUObject.Class'/Script/FactoryGame.FGPortableMinerDispenser'",
7822
8113
  "type": "object",
@@ -8007,6 +8298,23 @@
8007
8298
  }
8008
8299
  }
8009
8300
  },
8301
+ {
8302
+ "$comment": "/Script/CoreUObject.Class'/Script/FactoryGame.FGItemDescriptorBiomass'",
8303
+ "type": "object",
8304
+ "$ref": "common.schema.json#/$defs/NativeClass",
8305
+ "unevaluatedProperties": false,
8306
+ "properties": {
8307
+ "Classes": {
8308
+ "type": "array",
8309
+ "minItems": 1,
8310
+ "items": {
8311
+ "type": "object",
8312
+ "$ref": "#/$defs/FGItemDescriptorBiomass",
8313
+ "unevaluatedProperties": false
8314
+ }
8315
+ }
8316
+ }
8317
+ },
8010
8318
  {
8011
8319
  "$comment": "/Script/CoreUObject.Class'/Script/FactoryGame.FGEquipmentStunSpear'",
8012
8320
  "type": "object",
@@ -8031,7 +8339,7 @@
8031
8339
  },
8032
8340
  {
8033
8341
  "type": "object",
8034
- "$ref": "#/$defs/FGEquipmentStunSpear",
8342
+ "$ref": "#/$defs/FGEquipmentStunSpear--candy-cane-basher",
8035
8343
  "unevaluatedProperties": false
8036
8344
  }
8037
8345
  ]
@@ -8063,27 +8371,26 @@
8063
8371
  "properties": {
8064
8372
  "Classes": {
8065
8373
  "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
- }
8374
+ "minItems": 3,
8375
+ "maxItems": 3,
8376
+ "items": false,
8377
+ "prefixItems": [
8378
+ {
8379
+ "type": "object",
8380
+ "$ref": "#/$defs/FGBuildableFactory--jump-pad",
8381
+ "unevaluatedProperties": false
8382
+ },
8383
+ {
8384
+ "type": "object",
8385
+ "$ref": "#/$defs/FGBuildableFactory--jump-pad",
8386
+ "unevaluatedProperties": false
8387
+ },
8388
+ {
8389
+ "type": "object",
8390
+ "$ref": "#/$defs/FGBuildableFactory--landing-pad",
8391
+ "unevaluatedProperties": false
8392
+ }
8393
+ ]
8087
8394
  }
8088
8395
  }
8089
8396
  },
@@ -9181,6 +9488,24 @@
9181
9488
  }
9182
9489
  }
9183
9490
  },
9491
+ {
9492
+ "$comment": "/Script/CoreUObject.Class'/Script/FactoryGame.FGBuildableSnowCannon'",
9493
+ "type": "object",
9494
+ "$ref": "common.schema.json#/$defs/NativeClass",
9495
+ "unevaluatedProperties": false,
9496
+ "properties": {
9497
+ "Classes": {
9498
+ "type": "array",
9499
+ "items": {
9500
+ "type": "object",
9501
+ "$ref": "#/$defs/FGBuildableSnowCannon",
9502
+ "unevaluatedProperties": false
9503
+ },
9504
+ "minItems": 1,
9505
+ "maxItems": 1
9506
+ }
9507
+ }
9508
+ },
9184
9509
  {
9185
9510
  "$comment": "/Script/CoreUObject.Class'/Script/FactoryGame.FGBuildableFactorySimpleProducer'",
9186
9511
  "type": "object",
@@ -9217,6 +9542,24 @@
9217
9542
  }
9218
9543
  }
9219
9544
  },
9545
+ {
9546
+ "$comment": "/Script/CoreUObject.Class'/Script/FactoryGame.FGGolfCartDispenser'",
9547
+ "type": "object",
9548
+ "$ref": "common.schema.json#/$defs/NativeClass",
9549
+ "unevaluatedProperties": false,
9550
+ "properties": {
9551
+ "Classes": {
9552
+ "type": "array",
9553
+ "minItems": 2,
9554
+ "maxItems": 2,
9555
+ "items": {
9556
+ "type": "object",
9557
+ "$ref": "#/$defs/FGGolfCartDispenser",
9558
+ "unevaluatedProperties": false
9559
+ }
9560
+ }
9561
+ }
9562
+ },
9220
9563
  {
9221
9564
  "$comment": "/Script/CoreUObject.Class'/Script/FactoryGame.FGBuildablePassthrough'",
9222
9565
  "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": [