@etothepii/satisfactory-file-parser 2.0.1 → 2.1.2

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.
Files changed (593) hide show
  1. package/CHANGELOG.md +12 -1
  2. package/GUIDE.md +81 -0
  3. package/README.md +86 -41
  4. package/build/parser/satisfactory/blueprint/blueprint-reader.d.ts.map +1 -1
  5. package/build/parser/satisfactory/blueprint/blueprint-reader.js +5 -6
  6. package/build/parser/satisfactory/blueprint/blueprint-reader.js.map +1 -1
  7. package/build/parser/satisfactory/blueprint/blueprint-writer.d.ts.map +1 -1
  8. package/build/parser/satisfactory/blueprint/blueprint-writer.js +3 -4
  9. package/build/parser/satisfactory/blueprint/blueprint-writer.js.map +1 -1
  10. package/build/parser/satisfactory/blueprint/blueprint.types.d.ts +3 -2
  11. package/build/parser/satisfactory/blueprint/blueprint.types.d.ts.map +1 -1
  12. package/build/parser/satisfactory/blueprint/blueprint.types.js.map +1 -1
  13. package/build/parser/satisfactory/edit/edit-constants.d.ts +4 -0
  14. package/build/parser/satisfactory/edit/edit-constants.d.ts.map +1 -1
  15. package/build/parser/satisfactory/edit/edit-constants.js +4 -0
  16. package/build/parser/satisfactory/edit/edit-constants.js.map +1 -1
  17. package/build/parser/satisfactory/types/property/PropertiesList.js.map +1 -1
  18. package/build/parser/satisfactory/types/property/generic/AbstractBaseProperty.d.ts +6 -4
  19. package/build/parser/satisfactory/types/property/generic/AbstractBaseProperty.d.ts.map +1 -1
  20. package/build/parser/satisfactory/types/property/generic/AbstractBaseProperty.js +10 -19
  21. package/build/parser/satisfactory/types/property/generic/AbstractBaseProperty.js.map +1 -1
  22. package/build/parser/satisfactory/types/property/generic/ArrayProperty/BoolArrayProperty.d.ts.map +1 -1
  23. package/build/parser/satisfactory/types/property/generic/ArrayProperty/BoolArrayProperty.js +3 -5
  24. package/build/parser/satisfactory/types/property/generic/ArrayProperty/BoolArrayProperty.js.map +1 -1
  25. package/build/parser/satisfactory/types/property/generic/ArrayProperty/ByteArrayProperty.d.ts.map +1 -1
  26. package/build/parser/satisfactory/types/property/generic/ArrayProperty/ByteArrayProperty.js +3 -5
  27. package/build/parser/satisfactory/types/property/generic/ArrayProperty/ByteArrayProperty.js.map +1 -1
  28. package/build/parser/satisfactory/types/property/generic/ArrayProperty/DoubleArrayProperty.d.ts.map +1 -1
  29. package/build/parser/satisfactory/types/property/generic/ArrayProperty/DoubleArrayProperty.js +3 -5
  30. package/build/parser/satisfactory/types/property/generic/ArrayProperty/DoubleArrayProperty.js.map +1 -1
  31. package/build/parser/satisfactory/types/property/generic/ArrayProperty/EnumArrayProperty.d.ts.map +1 -1
  32. package/build/parser/satisfactory/types/property/generic/ArrayProperty/EnumArrayProperty.js +3 -5
  33. package/build/parser/satisfactory/types/property/generic/ArrayProperty/EnumArrayProperty.js.map +1 -1
  34. package/build/parser/satisfactory/types/property/generic/ArrayProperty/FloatArrayProperty.d.ts.map +1 -1
  35. package/build/parser/satisfactory/types/property/generic/ArrayProperty/FloatArrayProperty.js +3 -5
  36. package/build/parser/satisfactory/types/property/generic/ArrayProperty/FloatArrayProperty.js.map +1 -1
  37. package/build/parser/satisfactory/types/property/generic/ArrayProperty/Int32ArrayProperty.d.ts.map +1 -1
  38. package/build/parser/satisfactory/types/property/generic/ArrayProperty/Int32ArrayProperty.js +3 -5
  39. package/build/parser/satisfactory/types/property/generic/ArrayProperty/Int32ArrayProperty.js.map +1 -1
  40. package/build/parser/satisfactory/types/property/generic/ArrayProperty/Int64ArrayProperty.d.ts.map +1 -1
  41. package/build/parser/satisfactory/types/property/generic/ArrayProperty/Int64ArrayProperty.js +3 -5
  42. package/build/parser/satisfactory/types/property/generic/ArrayProperty/Int64ArrayProperty.js.map +1 -1
  43. package/build/parser/satisfactory/types/property/generic/ArrayProperty/ObjectArrayProperty.d.ts.map +1 -1
  44. package/build/parser/satisfactory/types/property/generic/ArrayProperty/ObjectArrayProperty.js +3 -5
  45. package/build/parser/satisfactory/types/property/generic/ArrayProperty/ObjectArrayProperty.js.map +1 -1
  46. package/build/parser/satisfactory/types/property/generic/ArrayProperty/SoftObjectArrayProperty.d.ts.map +1 -1
  47. package/build/parser/satisfactory/types/property/generic/ArrayProperty/SoftObjectArrayProperty.js +3 -5
  48. package/build/parser/satisfactory/types/property/generic/ArrayProperty/SoftObjectArrayProperty.js.map +1 -1
  49. package/build/parser/satisfactory/types/property/generic/ArrayProperty/StrArrayProperty.d.ts.map +1 -1
  50. package/build/parser/satisfactory/types/property/generic/ArrayProperty/StrArrayProperty.js +3 -5
  51. package/build/parser/satisfactory/types/property/generic/ArrayProperty/StrArrayProperty.js.map +1 -1
  52. package/build/parser/satisfactory/types/property/generic/ArrayProperty/StructArrayProperty.d.ts.map +1 -1
  53. package/build/parser/satisfactory/types/property/generic/ArrayProperty/StructArrayProperty.js +10 -7
  54. package/build/parser/satisfactory/types/property/generic/ArrayProperty/StructArrayProperty.js.map +1 -1
  55. package/build/parser/satisfactory/types/property/generic/ArrayProperty/TextArrayProperty.d.ts.map +1 -1
  56. package/build/parser/satisfactory/types/property/generic/ArrayProperty/TextArrayProperty.js +3 -5
  57. package/build/parser/satisfactory/types/property/generic/ArrayProperty/TextArrayProperty.js.map +1 -1
  58. package/build/parser/satisfactory/types/property/generic/BoolProperty.d.ts +9 -8
  59. package/build/parser/satisfactory/types/property/generic/BoolProperty.d.ts.map +1 -1
  60. package/build/parser/satisfactory/types/property/generic/BoolProperty.js +18 -18
  61. package/build/parser/satisfactory/types/property/generic/BoolProperty.js.map +1 -1
  62. package/build/parser/satisfactory/types/property/generic/ByteProperty.d.ts +9 -8
  63. package/build/parser/satisfactory/types/property/generic/ByteProperty.d.ts.map +1 -1
  64. package/build/parser/satisfactory/types/property/generic/ByteProperty.js +18 -19
  65. package/build/parser/satisfactory/types/property/generic/ByteProperty.js.map +1 -1
  66. package/build/parser/satisfactory/types/property/generic/DoubleProperty.d.ts +9 -8
  67. package/build/parser/satisfactory/types/property/generic/DoubleProperty.d.ts.map +1 -1
  68. package/build/parser/satisfactory/types/property/generic/DoubleProperty.js +18 -18
  69. package/build/parser/satisfactory/types/property/generic/DoubleProperty.js.map +1 -1
  70. package/build/parser/satisfactory/types/property/generic/EnumProperty.d.ts +9 -11
  71. package/build/parser/satisfactory/types/property/generic/EnumProperty.d.ts.map +1 -1
  72. package/build/parser/satisfactory/types/property/generic/EnumProperty.js +18 -19
  73. package/build/parser/satisfactory/types/property/generic/EnumProperty.js.map +1 -1
  74. package/build/parser/satisfactory/types/property/generic/FloatProperty.d.ts +9 -8
  75. package/build/parser/satisfactory/types/property/generic/FloatProperty.d.ts.map +1 -1
  76. package/build/parser/satisfactory/types/property/generic/FloatProperty.js +18 -18
  77. package/build/parser/satisfactory/types/property/generic/FloatProperty.js.map +1 -1
  78. package/build/parser/satisfactory/types/property/generic/Int32Property.d.ts +9 -8
  79. package/build/parser/satisfactory/types/property/generic/Int32Property.d.ts.map +1 -1
  80. package/build/parser/satisfactory/types/property/generic/Int32Property.js +18 -18
  81. package/build/parser/satisfactory/types/property/generic/Int32Property.js.map +1 -1
  82. package/build/parser/satisfactory/types/property/generic/Int64Property.d.ts +9 -8
  83. package/build/parser/satisfactory/types/property/generic/Int64Property.d.ts.map +1 -1
  84. package/build/parser/satisfactory/types/property/generic/Int64Property.js +18 -18
  85. package/build/parser/satisfactory/types/property/generic/Int64Property.js.map +1 -1
  86. package/build/parser/satisfactory/types/property/generic/Int8Property.d.ts +9 -8
  87. package/build/parser/satisfactory/types/property/generic/Int8Property.d.ts.map +1 -1
  88. package/build/parser/satisfactory/types/property/generic/Int8Property.js +18 -18
  89. package/build/parser/satisfactory/types/property/generic/Int8Property.js.map +1 -1
  90. package/build/parser/satisfactory/types/property/generic/MapProperty.d.ts +7 -5
  91. package/build/parser/satisfactory/types/property/generic/MapProperty.d.ts.map +1 -1
  92. package/build/parser/satisfactory/types/property/generic/MapProperty.js +22 -20
  93. package/build/parser/satisfactory/types/property/generic/MapProperty.js.map +1 -1
  94. package/build/parser/satisfactory/types/property/generic/ObjectProperty.d.ts +9 -8
  95. package/build/parser/satisfactory/types/property/generic/ObjectProperty.d.ts.map +1 -1
  96. package/build/parser/satisfactory/types/property/generic/ObjectProperty.js +18 -18
  97. package/build/parser/satisfactory/types/property/generic/ObjectProperty.js.map +1 -1
  98. package/build/parser/satisfactory/types/property/generic/SetProperty/Int32SetProperty.d.ts +1 -1
  99. package/build/parser/satisfactory/types/property/generic/SetProperty/Int32SetProperty.d.ts.map +1 -1
  100. package/build/parser/satisfactory/types/property/generic/SetProperty/Int32SetProperty.js +5 -7
  101. package/build/parser/satisfactory/types/property/generic/SetProperty/Int32SetProperty.js.map +1 -1
  102. package/build/parser/satisfactory/types/property/generic/SetProperty/ObjectSetProperty.d.ts.map +1 -1
  103. package/build/parser/satisfactory/types/property/generic/SetProperty/ObjectSetProperty.js +3 -5
  104. package/build/parser/satisfactory/types/property/generic/SetProperty/ObjectSetProperty.js.map +1 -1
  105. package/build/parser/satisfactory/types/property/generic/SetProperty/StrSetProperty.d.ts.map +1 -1
  106. package/build/parser/satisfactory/types/property/generic/SetProperty/StrSetProperty.js +3 -5
  107. package/build/parser/satisfactory/types/property/generic/SetProperty/StrSetProperty.js.map +1 -1
  108. package/build/parser/satisfactory/types/property/generic/SetProperty/StructSetProperty.d.ts.map +1 -1
  109. package/build/parser/satisfactory/types/property/generic/SetProperty/StructSetProperty.js +3 -5
  110. package/build/parser/satisfactory/types/property/generic/SetProperty/StructSetProperty.js.map +1 -1
  111. package/build/parser/satisfactory/types/property/generic/SetProperty/Uint32SetProperty.d.ts.map +1 -1
  112. package/build/parser/satisfactory/types/property/generic/SetProperty/Uint32SetProperty.js +3 -5
  113. package/build/parser/satisfactory/types/property/generic/SetProperty/Uint32SetProperty.js.map +1 -1
  114. package/build/parser/satisfactory/types/property/generic/SoftObjectProperty.d.ts +9 -8
  115. package/build/parser/satisfactory/types/property/generic/SoftObjectProperty.d.ts.map +1 -1
  116. package/build/parser/satisfactory/types/property/generic/SoftObjectProperty.js +20 -20
  117. package/build/parser/satisfactory/types/property/generic/SoftObjectProperty.js.map +1 -1
  118. package/build/parser/satisfactory/types/property/generic/StrProperty.d.ts +9 -8
  119. package/build/parser/satisfactory/types/property/generic/StrProperty.d.ts.map +1 -1
  120. package/build/parser/satisfactory/types/property/generic/StrProperty.js +18 -18
  121. package/build/parser/satisfactory/types/property/generic/StrProperty.js.map +1 -1
  122. package/build/parser/satisfactory/types/property/generic/StructProperty.d.ts +9 -8
  123. package/build/parser/satisfactory/types/property/generic/StructProperty.d.ts.map +1 -1
  124. package/build/parser/satisfactory/types/property/generic/StructProperty.js +21 -19
  125. package/build/parser/satisfactory/types/property/generic/StructProperty.js.map +1 -1
  126. package/build/parser/satisfactory/types/property/generic/TextProperty.d.ts +9 -8
  127. package/build/parser/satisfactory/types/property/generic/TextProperty.d.ts.map +1 -1
  128. package/build/parser/satisfactory/types/property/generic/TextProperty.js +18 -18
  129. package/build/parser/satisfactory/types/property/generic/TextProperty.js.map +1 -1
  130. package/build/parser/satisfactory/types/property/generic/Uint32Property.d.ts +9 -8
  131. package/build/parser/satisfactory/types/property/generic/Uint32Property.d.ts.map +1 -1
  132. package/build/parser/satisfactory/types/property/generic/Uint32Property.js +18 -18
  133. package/build/parser/satisfactory/types/property/generic/Uint32Property.js.map +1 -1
  134. package/build/parser/satisfactory/types/property/generic/Uint64Property.d.ts +9 -8
  135. package/build/parser/satisfactory/types/property/generic/Uint64Property.d.ts.map +1 -1
  136. package/build/parser/satisfactory/types/property/generic/Uint64Property.js +18 -18
  137. package/build/parser/satisfactory/types/property/generic/Uint64Property.js.map +1 -1
  138. package/build/parser/satisfactory/types/property/generic/Uint8Property.d.ts +9 -8
  139. package/build/parser/satisfactory/types/property/generic/Uint8Property.d.ts.map +1 -1
  140. package/build/parser/satisfactory/types/property/generic/Uint8Property.js +18 -18
  141. package/build/parser/satisfactory/types/property/generic/Uint8Property.js.map +1 -1
  142. package/docs/assets/highlight.css +7 -0
  143. package/docs/assets/navigation.js +1 -1
  144. package/docs/assets/search.js +1 -1
  145. package/docs/classes/BlueprintConfigReader.html +3 -3
  146. package/docs/classes/BlueprintConfigWriter.html +3 -3
  147. package/docs/classes/BlueprintReader.html +3 -3
  148. package/docs/classes/BlueprintWriter.html +3 -3
  149. package/docs/classes/CompressionLibraryError.html +2 -2
  150. package/docs/classes/CorruptSaveError.html +2 -2
  151. package/docs/classes/Parser.html +6 -6
  152. package/docs/classes/ParserError.html +2 -2
  153. package/docs/classes/ReadableStreamParser.html +2 -2
  154. package/docs/classes/SatisfactorySave.html +2 -2
  155. package/docs/classes/SaveComponent.html +2 -2
  156. package/docs/classes/SaveEntity.html +2 -2
  157. package/docs/classes/SaveObject.html +2 -2
  158. package/docs/classes/SaveReader.html +3 -3
  159. package/docs/classes/SaveStreamJsonStringifier.html +2 -2
  160. package/docs/classes/SaveStreamWriter.html +2 -2
  161. package/docs/classes/SaveWriter.html +3 -3
  162. package/docs/classes/TimeoutError.html +2 -2
  163. package/docs/classes/UnimplementedError.html +2 -2
  164. package/docs/classes/UnsupportedVersionError.html +2 -2
  165. package/docs/functions/AbstractBaseProperty.Create.html +1 -0
  166. package/docs/functions/ArrayProperty.CalcOverhead.html +1 -1
  167. package/docs/functions/ArrayProperty.Parse.html +1 -1
  168. package/docs/functions/ArrayProperty.Serialize.html +1 -1
  169. package/docs/functions/BoolArrayProperty.Parse.html +1 -1
  170. package/docs/functions/BoolArrayProperty.Serialize.html +1 -1
  171. package/docs/functions/BoolProperty.CalcOverhead.html +1 -0
  172. package/docs/functions/BoolProperty.Parse.html +1 -0
  173. package/docs/functions/BoolProperty.ReadValue.html +1 -0
  174. package/docs/functions/BoolProperty.Serialize.html +1 -0
  175. package/docs/functions/BoolProperty.SerializeValue.html +1 -0
  176. package/docs/functions/BuildableSubsystemSpecialProperties.Parse.html +1 -1
  177. package/docs/functions/BuildableSubsystemSpecialProperties.Serialize.html +1 -1
  178. package/docs/functions/ByteArrayProperty.Parse.html +1 -1
  179. package/docs/functions/ByteArrayProperty.Serialize.html +1 -1
  180. package/docs/functions/ByteProperty.CalcOverhead.html +1 -0
  181. package/docs/functions/ByteProperty.Parse.html +1 -0
  182. package/docs/functions/ByteProperty.ReadValue.html +1 -0
  183. package/docs/functions/ByteProperty.Serialize.html +1 -0
  184. package/docs/functions/ByteProperty.SerializeValue.html +1 -0
  185. package/docs/functions/CircuitSpecialProperties.Parse.html +1 -1
  186. package/docs/functions/CircuitSpecialProperties.Serialize.html +1 -1
  187. package/docs/functions/ConveyorChainActorSpecialProperties.Parse.html +1 -1
  188. package/docs/functions/ConveyorChainActorSpecialProperties.Serialize.html +1 -1
  189. package/docs/functions/ConveyorSpecialProperties.Parse.html +1 -1
  190. package/docs/functions/ConveyorSpecialProperties.Serialize.html +1 -1
  191. package/docs/functions/DoubleArrayProperty.Parse.html +1 -1
  192. package/docs/functions/DoubleArrayProperty.Serialize.html +1 -1
  193. package/docs/functions/DoubleProperty.CalcOverhead.html +1 -0
  194. package/docs/functions/DoubleProperty.Parse.html +1 -0
  195. package/docs/functions/DoubleProperty.ReadValue.html +1 -0
  196. package/docs/functions/DoubleProperty.Serialize.html +1 -0
  197. package/docs/functions/DoubleProperty.SerializeValue.html +1 -0
  198. package/docs/functions/DynamicStructPropertyValue.read.html +1 -1
  199. package/docs/functions/DynamicStructPropertyValue.write.html +1 -1
  200. package/docs/functions/EmptySpecialProperties.Parse.html +1 -1
  201. package/docs/functions/EmptySpecialProperties.Serialize.html +1 -1
  202. package/docs/functions/EnumArrayProperty.Parse.html +1 -1
  203. package/docs/functions/EnumArrayProperty.Serialize.html +1 -1
  204. package/docs/functions/EnumProperty.CalcOverhead.html +1 -0
  205. package/docs/functions/EnumProperty.Parse.html +1 -0
  206. package/docs/functions/EnumProperty.ReadValue.html +1 -0
  207. package/docs/functions/EnumProperty.Serialize.html +1 -0
  208. package/docs/functions/EnumProperty.SerializeValue.html +1 -0
  209. package/docs/functions/FICFrameRange.Parse.html +1 -1
  210. package/docs/functions/FICFrameRange.Serialize.html +1 -1
  211. package/docs/functions/FloatArrayProperty.Parse.html +1 -1
  212. package/docs/functions/FloatArrayProperty.Serialize.html +1 -1
  213. package/docs/functions/FloatProperty.CalcOverhead.html +1 -0
  214. package/docs/functions/FloatProperty.Parse.html +1 -0
  215. package/docs/functions/FloatProperty.ReadValue.html +1 -0
  216. package/docs/functions/FloatProperty.Serialize.html +1 -0
  217. package/docs/functions/FloatProperty.SerializeValue.html +1 -0
  218. package/docs/functions/GUID.read.html +1 -1
  219. package/docs/functions/GUID.write.html +1 -1
  220. package/docs/functions/GUIDInfo.read.html +1 -1
  221. package/docs/functions/GUIDInfo.write.html +1 -1
  222. package/docs/functions/Int32ArrayProperty.Parse.html +1 -1
  223. package/docs/functions/Int32ArrayProperty.Serialize.html +1 -1
  224. package/docs/functions/Int32Property.CalcOverhead.html +1 -0
  225. package/docs/functions/Int32Property.Parse.html +1 -0
  226. package/docs/functions/Int32Property.ReadValue.html +1 -0
  227. package/docs/functions/Int32Property.Serialize.html +1 -0
  228. package/docs/functions/Int32Property.SerializeValue.html +1 -0
  229. package/docs/functions/Int32SetProperty.Parse.html +1 -1
  230. package/docs/functions/Int32SetProperty.Serialize.html +1 -1
  231. package/docs/functions/Int64ArrayProperty.Parse.html +1 -1
  232. package/docs/functions/Int64ArrayProperty.Serialize.html +1 -1
  233. package/docs/functions/Int64Property.CalcOverhead.html +1 -0
  234. package/docs/functions/Int64Property.Parse.html +1 -0
  235. package/docs/functions/Int64Property.ReadValue.html +1 -0
  236. package/docs/functions/Int64Property.Serialize.html +1 -0
  237. package/docs/functions/Int64Property.SerializeValue.html +1 -0
  238. package/docs/functions/Int8Property.CalcOverhead.html +1 -0
  239. package/docs/functions/Int8Property.Parse.html +1 -0
  240. package/docs/functions/Int8Property.ReadValue.html +1 -0
  241. package/docs/functions/Int8Property.Serialize.html +1 -0
  242. package/docs/functions/Int8Property.SerializeValue.html +1 -0
  243. package/docs/functions/Level.ReadAllObjectContents.html +1 -1
  244. package/docs/functions/Level.ReadAllObjectHeaders.html +1 -1
  245. package/docs/functions/Level.ReadLevel.html +1 -1
  246. package/docs/functions/Level.ReadNObjectContents.html +1 -1
  247. package/docs/functions/Level.ReadNObjectHeaders.html +1 -1
  248. package/docs/functions/Level.SerializeAllObjectContents.html +1 -1
  249. package/docs/functions/Level.SerializeAllObjectHeaders.html +1 -1
  250. package/docs/functions/Level.SerializeLevel.html +1 -1
  251. package/docs/functions/MD5Hash.read.html +1 -1
  252. package/docs/functions/MD5Hash.write.html +1 -1
  253. package/docs/functions/MapProperty.CalcOverhead.html +1 -0
  254. package/docs/functions/MapProperty.Parse.html +1 -0
  255. package/docs/functions/MapProperty.Serialize.html +1 -0
  256. package/docs/functions/ObjectArrayProperty.Parse.html +1 -1
  257. package/docs/functions/ObjectArrayProperty.Serialize.html +1 -1
  258. package/docs/functions/ObjectProperty.CalcOverhead.html +1 -0
  259. package/docs/functions/ObjectProperty.Parse.html +1 -0
  260. package/docs/functions/ObjectProperty.ReadValue.html +1 -0
  261. package/docs/functions/ObjectProperty.Serialize.html +1 -0
  262. package/docs/functions/ObjectProperty.SerializeValue.html +1 -0
  263. package/docs/functions/ObjectReference.read.html +1 -1
  264. package/docs/functions/ObjectReference.write.html +1 -1
  265. package/docs/functions/ObjectSetProperty.Parse.html +1 -1
  266. package/docs/functions/ObjectSetProperty.Serialize.html +1 -1
  267. package/docs/functions/ObjectsListSpecialProperties.Parse.html +1 -1
  268. package/docs/functions/ObjectsListSpecialProperties.Serialize.html +1 -1
  269. package/docs/functions/PlayerSpecialProperties.Parse.html +1 -1
  270. package/docs/functions/PlayerSpecialProperties.Serialize.html +1 -1
  271. package/docs/functions/PowerLineSpecialProperties.Parse.html +1 -1
  272. package/docs/functions/PowerLineSpecialProperties.Serialize.html +1 -1
  273. package/docs/functions/PropertiesList.ParseList.html +1 -1
  274. package/docs/functions/PropertiesList.ParseSingleProperty.html +1 -1
  275. package/docs/functions/PropertiesList.SerializeList.html +1 -1
  276. package/docs/functions/PropertiesList.SerializeSingleProperty.html +1 -1
  277. package/docs/functions/SetProperty.CalcOverhead.html +1 -1
  278. package/docs/functions/SetProperty.Parse.html +1 -1
  279. package/docs/functions/SetProperty.Serialize.html +1 -1
  280. package/docs/functions/SoftObjectArrayProperty.Parse.html +1 -1
  281. package/docs/functions/SoftObjectArrayProperty.Serialize.html +1 -1
  282. package/docs/functions/SoftObjectReference.read.html +1 -1
  283. package/docs/functions/SoftObjectReference.write.html +1 -1
  284. package/docs/functions/SpecialDroneActionProperties.Parse.html +1 -1
  285. package/docs/functions/SpecialDroneActionProperties.Serialize.html +1 -1
  286. package/docs/functions/SpecialProperties.ParseClassSpecificSpecialProperties.html +1 -1
  287. package/docs/functions/SpecialProperties.SerializeClassSpecificSpecialProperties.html +1 -1
  288. package/docs/functions/StrArrayProperty.Parse.html +1 -1
  289. package/docs/functions/StrArrayProperty.Serialize.html +1 -1
  290. package/docs/functions/StrProperty.CalcOverhead.html +1 -0
  291. package/docs/functions/StrProperty.Parse.html +1 -0
  292. package/docs/functions/StrProperty.ReadValue.html +1 -0
  293. package/docs/functions/StrProperty.Serialize.html +1 -0
  294. package/docs/functions/StrProperty.SerializeValue.html +1 -0
  295. package/docs/functions/StrSetProperty.Parse.html +1 -1
  296. package/docs/functions/StrSetProperty.Serialize.html +1 -1
  297. package/docs/functions/StructArrayProperty.Parse.html +1 -1
  298. package/docs/functions/StructArrayProperty.Serialize.html +1 -1
  299. package/docs/functions/StructProperty.CalcOverhead.html +1 -0
  300. package/docs/functions/StructProperty.Parse.html +1 -0
  301. package/docs/functions/StructProperty.ParseValue.html +1 -0
  302. package/docs/functions/StructProperty.Serialize.html +1 -0
  303. package/docs/functions/StructProperty.SerializeValue.html +1 -0
  304. package/docs/functions/StructSetProperty.Parse.html +1 -1
  305. package/docs/functions/StructSetProperty.Serialize.html +1 -1
  306. package/docs/functions/TextArrayProperty.Parse.html +1 -1
  307. package/docs/functions/TextArrayProperty.Serialize.html +1 -1
  308. package/docs/functions/TextProperty.CalcOverhead.html +1 -0
  309. package/docs/functions/TextProperty.Parse.html +1 -0
  310. package/docs/functions/TextProperty.ReadValue.html +1 -0
  311. package/docs/functions/TextProperty.Serialize.html +1 -0
  312. package/docs/functions/TextProperty.SerializeValue.html +1 -0
  313. package/docs/functions/Transform.Parse.html +1 -1
  314. package/docs/functions/Transform.ParseF.html +1 -1
  315. package/docs/functions/Transform.Serialize.html +1 -1
  316. package/docs/functions/Transform.SerializeF.html +1 -1
  317. package/docs/functions/Uint32Property.CalcOverhead.html +1 -0
  318. package/docs/functions/Uint32Property.Parse.html +1 -0
  319. package/docs/functions/Uint32Property.ReadValue.html +1 -0
  320. package/docs/functions/Uint32Property.Serialize.html +1 -0
  321. package/docs/functions/Uint32Property.SerializeValue.html +1 -0
  322. package/docs/functions/Uint32SetProperty.Parse.html +1 -1
  323. package/docs/functions/Uint32SetProperty.Serialize.html +1 -1
  324. package/docs/functions/Uint64Property.CalcOverhead.html +1 -0
  325. package/docs/functions/Uint64Property.Parse.html +1 -0
  326. package/docs/functions/Uint64Property.ReadValue.html +1 -0
  327. package/docs/functions/Uint64Property.Serialize.html +1 -0
  328. package/docs/functions/Uint64Property.SerializeValue.html +1 -0
  329. package/docs/functions/Uint8Property.CalcOverhead.html +1 -0
  330. package/docs/functions/Uint8Property.Parse.html +1 -0
  331. package/docs/functions/Uint8Property.ReadValue.html +1 -0
  332. package/docs/functions/Uint8Property.Serialize.html +1 -0
  333. package/docs/functions/Uint8Property.SerializeValue.html +1 -0
  334. package/docs/functions/VehicleSpecialProperties.Parse.html +1 -1
  335. package/docs/functions/VehicleSpecialProperties.Serialize.html +1 -1
  336. package/docs/functions/col4.ParseBGRA.html +1 -1
  337. package/docs/functions/col4.ParseRGBA.html +1 -1
  338. package/docs/functions/col4.SerializeBGRA.html +1 -1
  339. package/docs/functions/col4.SerializeRGBA.html +1 -1
  340. package/docs/functions/isArrayProperty.html +1 -1
  341. package/docs/functions/isBoolArrayProperty.html +1 -1
  342. package/docs/functions/isBoolProperty.html +1 -1
  343. package/docs/functions/isBuildableSubsystemSpecialProperties.html +1 -1
  344. package/docs/functions/isByteArrayProperty.html +1 -1
  345. package/docs/functions/isByteProperty.html +1 -1
  346. package/docs/functions/isCircuitSpecialProperties.html +1 -1
  347. package/docs/functions/isConveyorChainActorSpecialProperties.html +1 -1
  348. package/docs/functions/isConveyorSpecialProperties.html +1 -1
  349. package/docs/functions/isDoubleArrayProperty.html +1 -1
  350. package/docs/functions/isDoubleProperty.html +1 -1
  351. package/docs/functions/isEmptySpecialProperties.html +1 -1
  352. package/docs/functions/isEnumArrayProperty.html +1 -1
  353. package/docs/functions/isEnumProperty.html +1 -1
  354. package/docs/functions/isFloatArrayProperty.html +1 -1
  355. package/docs/functions/isFloatProperty.html +1 -1
  356. package/docs/functions/isInt32ArrayProperty.html +1 -1
  357. package/docs/functions/isInt32Property.html +1 -1
  358. package/docs/functions/isInt32SetProperty.html +1 -1
  359. package/docs/functions/isInt64ArrayProperty.html +1 -1
  360. package/docs/functions/isInt64Property.html +1 -1
  361. package/docs/functions/isInt8Property.html +1 -1
  362. package/docs/functions/isMapProperty.html +1 -1
  363. package/docs/functions/isObjectArrayProperty.html +1 -1
  364. package/docs/functions/isObjectProperty.html +1 -1
  365. package/docs/functions/isObjectSetProperty.html +1 -1
  366. package/docs/functions/isObjectsListSpecialProperties.html +1 -1
  367. package/docs/functions/isPlayerSpecialProperties.html +1 -1
  368. package/docs/functions/isPowerLineSpecialProperties.html +1 -1
  369. package/docs/functions/isSaveComponent.html +1 -1
  370. package/docs/functions/isSaveEntity.html +1 -1
  371. package/docs/functions/isSetProperty.html +1 -1
  372. package/docs/functions/isSoftObjectArrayProperty.html +1 -1
  373. package/docs/functions/isSpecialDroneActionProperties.html +1 -1
  374. package/docs/functions/isStrArrayProperty.html +1 -1
  375. package/docs/functions/isStrProperty.html +1 -1
  376. package/docs/functions/isStrSetProperty.html +1 -1
  377. package/docs/functions/isStructArrayProperty.html +1 -1
  378. package/docs/functions/isStructProperty.html +1 -1
  379. package/docs/functions/isStructSetProperty.html +1 -1
  380. package/docs/functions/isTextArrayProperty.html +1 -1
  381. package/docs/functions/isTextProperty.html +1 -1
  382. package/docs/functions/isUInt64Property.html +1 -1
  383. package/docs/functions/isUint32Property.html +1 -1
  384. package/docs/functions/isUint32SetProperty.html +1 -1
  385. package/docs/functions/isUint8Property.html +1 -1
  386. package/docs/functions/isVehicleSpecialProperties.html +1 -1
  387. package/docs/functions/vec2.Parse.html +1 -1
  388. package/docs/functions/vec2.ParseF.html +1 -1
  389. package/docs/functions/vec2.Serialize.html +1 -1
  390. package/docs/functions/vec2.SerializeF.html +1 -1
  391. package/docs/functions/vec3.Parse.html +1 -1
  392. package/docs/functions/vec3.ParseF.html +1 -1
  393. package/docs/functions/vec3.ParseInt.html +1 -1
  394. package/docs/functions/vec3.Serialize.html +1 -1
  395. package/docs/functions/vec3.SerializeF.html +1 -1
  396. package/docs/functions/vec3.SerializeInt.html +1 -1
  397. package/docs/functions/vec3.add.html +1 -1
  398. package/docs/functions/vec3.length.html +1 -1
  399. package/docs/functions/vec3.mult.html +1 -1
  400. package/docs/functions/vec3.norm.html +1 -1
  401. package/docs/functions/vec3.sub.html +1 -1
  402. package/docs/functions/vec4.Parse.html +1 -1
  403. package/docs/functions/vec4.ParseF.html +1 -1
  404. package/docs/functions/vec4.Serialize.html +1 -1
  405. package/docs/functions/vec4.SerializeF.html +1 -1
  406. package/docs/hierarchy.html +1 -1
  407. package/docs/index.html +24 -29
  408. package/docs/interfaces/Blueprint.html +2 -2
  409. package/docs/interfaces/BlueprintConfig.html +2 -2
  410. package/docs/interfaces/ModData.html +2 -2
  411. package/docs/interfaces/SatisfactoryModMetadata.html +2 -2
  412. package/docs/interfaces/SatisfactorySaveHeader.html +2 -2
  413. package/docs/interfaces/SaveComponentHeader.html +2 -2
  414. package/docs/interfaces/SaveEntityHeader.html +2 -2
  415. package/docs/interfaces/SaveObjectHeader.html +2 -2
  416. package/docs/modules/AbstractBaseProperty.html +2 -0
  417. package/docs/modules/ArrayProperty.html +1 -1
  418. package/docs/modules/BoolArrayProperty.html +1 -1
  419. package/docs/modules/BoolProperty.html +6 -0
  420. package/docs/modules/BuildableSubsystemSpecialProperties.html +1 -1
  421. package/docs/modules/ByteArrayProperty.html +1 -1
  422. package/docs/modules/ByteProperty.html +6 -0
  423. package/docs/modules/CircuitSpecialProperties.html +1 -1
  424. package/docs/modules/ConveyorChainActorSpecialProperties.html +1 -1
  425. package/docs/modules/ConveyorSpecialProperties.html +1 -1
  426. package/docs/modules/DoubleArrayProperty.html +1 -1
  427. package/docs/modules/DoubleProperty.html +6 -0
  428. package/docs/modules/DynamicStructPropertyValue.html +1 -1
  429. package/docs/modules/EmptySpecialProperties.html +1 -1
  430. package/docs/modules/EnumArrayProperty.html +1 -1
  431. package/docs/modules/EnumProperty.html +6 -0
  432. package/docs/modules/FICFrameRange.html +1 -1
  433. package/docs/modules/FloatArrayProperty.html +1 -1
  434. package/docs/modules/FloatProperty.html +6 -0
  435. package/docs/modules/GUID.html +1 -1
  436. package/docs/modules/GUIDInfo.html +1 -1
  437. package/docs/modules/Int32ArrayProperty.html +1 -1
  438. package/docs/modules/Int32Property.html +6 -0
  439. package/docs/modules/Int32SetProperty.html +1 -1
  440. package/docs/modules/Int64ArrayProperty.html +1 -1
  441. package/docs/modules/Int64Property.html +6 -0
  442. package/docs/modules/Int8Property.html +6 -0
  443. package/docs/modules/Level.html +1 -1
  444. package/docs/modules/MD5Hash.html +1 -1
  445. package/docs/modules/MapProperty.html +4 -0
  446. package/docs/modules/ObjectArrayProperty.html +1 -1
  447. package/docs/modules/ObjectProperty.html +6 -0
  448. package/docs/modules/ObjectReference.html +1 -1
  449. package/docs/modules/ObjectSetProperty.html +1 -1
  450. package/docs/modules/ObjectsListSpecialProperties.html +1 -1
  451. package/docs/modules/PlayerSpecialProperties.html +1 -1
  452. package/docs/modules/PowerLineSpecialProperties.html +1 -1
  453. package/docs/modules/PropertiesList.html +1 -1
  454. package/docs/modules/SetProperty.html +1 -1
  455. package/docs/modules/SoftObjectArrayProperty.html +1 -1
  456. package/docs/modules/SoftObjectReference.html +1 -1
  457. package/docs/modules/SpecialDroneActionProperties.html +1 -1
  458. package/docs/modules/SpecialProperties.html +1 -1
  459. package/docs/modules/StrArrayProperty.html +1 -1
  460. package/docs/modules/StrProperty.html +6 -0
  461. package/docs/modules/StrSetProperty.html +1 -1
  462. package/docs/modules/StructArrayProperty.html +1 -1
  463. package/docs/modules/StructProperty.html +6 -0
  464. package/docs/modules/StructSetProperty.html +1 -1
  465. package/docs/modules/TextArrayProperty.html +1 -1
  466. package/docs/modules/TextProperty.html +6 -0
  467. package/docs/modules/Transform.html +1 -1
  468. package/docs/modules/Uint32Property.html +6 -0
  469. package/docs/modules/Uint32SetProperty.html +1 -1
  470. package/docs/modules/Uint64Property.html +6 -0
  471. package/docs/modules/Uint8Property.html +6 -0
  472. package/docs/modules/VehicleSpecialProperties.html +1 -1
  473. package/docs/modules/col4.html +1 -1
  474. package/docs/modules/vec2.html +1 -1
  475. package/docs/modules/vec3.html +1 -1
  476. package/docs/modules/vec4.html +1 -1
  477. package/docs/modules.html +37 -20
  478. package/docs/types/AbstractBaseProperty-1.html +1 -0
  479. package/docs/types/ArrayProperty.AvailableArrayPropertyTypes.html +1 -1
  480. package/docs/types/ArrayPropertyStructValueFields.html +1 -1
  481. package/docs/types/BasicMultipleStructPropertyValue.html +1 -1
  482. package/docs/types/BasicStructPropertyValue.html +1 -1
  483. package/docs/types/BlueprintHeader.html +1 -1
  484. package/docs/types/BoolArrayProperty-1.html +1 -1
  485. package/docs/types/BoolProperty-1.html +1 -0
  486. package/docs/types/BoxStructPropertyValue.html +1 -1
  487. package/docs/types/BuildableSubsystemSpecialProperties-1.html +1 -1
  488. package/docs/types/BuildableTypeInstance.html +1 -1
  489. package/docs/types/ByteArrayProperty-1.html +1 -1
  490. package/docs/types/ByteProperty-1.html +1 -0
  491. package/docs/types/BytePropertyValue.html +1 -1
  492. package/docs/types/CircuitSpecialProperties-1.html +1 -1
  493. package/docs/types/ClientIdentityInfo.html +1 -1
  494. package/docs/types/ConveyorChainActorSpecialProperties-1.html +1 -1
  495. package/docs/types/ConveyorChainSegmentSpecialProperties.html +1 -1
  496. package/docs/types/ConveyorItemSpecialProperties.html +1 -1
  497. package/docs/types/ConveyorSpecialProperties-1.html +1 -1
  498. package/docs/types/DoubleArrayProperty-1.html +1 -1
  499. package/docs/types/DoubleProperty-1.html +1 -0
  500. package/docs/types/DynamicStructPropertyValue-1.html +1 -1
  501. package/docs/types/EmptySpecialProperties-1.html +1 -1
  502. package/docs/types/EnumArrayProperty-1.html +1 -1
  503. package/docs/types/EnumProperty-1.html +1 -0
  504. package/docs/types/FICFrameRange-1.html +1 -1
  505. package/docs/types/FICFrameRangeStructPropertyValue.html +1 -1
  506. package/docs/types/FloatArrayProperty-1.html +1 -1
  507. package/docs/types/FloatProperty-1.html +1 -0
  508. package/docs/types/GENERIC_MAP_KEY_TYPE.html +1 -1
  509. package/docs/types/GENERIC_MAP_VALUE_TYPE.html +1 -1
  510. package/docs/types/GENERIC_STRUCT_PROPERTY_VALUE.html +1 -1
  511. package/docs/types/GUID-1.html +1 -1
  512. package/docs/types/GUIDInfo-1.html +1 -1
  513. package/docs/types/Int32ArrayProperty-1.html +1 -1
  514. package/docs/types/Int32Property-1.html +1 -0
  515. package/docs/types/Int32SetProperty-1.html +1 -1
  516. package/docs/types/Int64ArrayProperty-1.html +1 -1
  517. package/docs/types/Int64Property-1.html +1 -0
  518. package/docs/types/Int8Property-1.html +1 -0
  519. package/docs/types/InventoryItemStructPropertyValue.html +1 -1
  520. package/docs/types/Level-1.html +1 -1
  521. package/docs/types/MAP_STRUCT_KEY_PROXY.html +1 -1
  522. package/docs/types/MD5Hash-1.html +1 -1
  523. package/docs/types/MapProperty-1.html +1 -0
  524. package/docs/types/ObjectArrayProperty-1.html +1 -1
  525. package/docs/types/ObjectProperty-1.html +1 -0
  526. package/docs/types/ObjectReference-1.html +1 -1
  527. package/docs/types/ObjectSetProperty-1.html +1 -1
  528. package/docs/types/ObjectsListSpecialProperties-1.html +1 -1
  529. package/docs/types/PlayerSpecialProperties-1.html +1 -1
  530. package/docs/types/PowerLineSpecialProperties-1.html +1 -1
  531. package/docs/types/PropertiesMap.html +1 -1
  532. package/docs/types/RailroadTrackPositionStructPropertyValue.html +1 -1
  533. package/docs/types/RoughSaveVersion.html +1 -1
  534. package/docs/types/SetProperty.AvailableSetPropertyTypes.html +1 -1
  535. package/docs/types/SoftObjectArrayProperty-1.html +1 -1
  536. package/docs/types/SoftObjectReference-1.html +1 -1
  537. package/docs/types/SpecialDroneAction.html +1 -1
  538. package/docs/types/SpecialDroneActionProperties-1.html +1 -1
  539. package/docs/types/SpecialProperties.AvailableSpecialPropertiesTypes.html +1 -1
  540. package/docs/types/StrArrayProperty-1.html +1 -1
  541. package/docs/types/StrProperty-1.html +1 -0
  542. package/docs/types/StrSetProperty-1.html +1 -1
  543. package/docs/types/StructArrayProperty-1.html +1 -1
  544. package/docs/types/StructProperty-1.html +1 -0
  545. package/docs/types/StructSetProperty-1.html +1 -1
  546. package/docs/types/TextArrayProperty-1.html +1 -1
  547. package/docs/types/TextProperty-1.html +1 -0
  548. package/docs/types/TextPropertyValue.html +1 -1
  549. package/docs/types/Transform-1.html +1 -1
  550. package/docs/types/Uint32Property-1.html +1 -0
  551. package/docs/types/Uint32SetProperty-1.html +1 -1
  552. package/docs/types/Uint64Property-1.html +1 -0
  553. package/docs/types/Uint8Property-1.html +1 -0
  554. package/docs/types/VehicleSpecialProperties-1.html +1 -1
  555. package/docs/types/col4-1.html +1 -1
  556. package/docs/types/vec2-1.html +1 -1
  557. package/docs/types/vec3-1.html +1 -1
  558. package/docs/types/vec4-1.html +1 -1
  559. package/docs/variables/EDIT.html +1 -1
  560. package/package.json +2 -2
  561. package/build/parser/satisfactory/types/property/generic/ArrayProperty.d.ts +0 -23
  562. package/build/parser/satisfactory/types/property/generic/ArrayProperty.d.ts.map +0 -1
  563. package/build/parser/satisfactory/types/property/generic/ArrayProperty.js +0 -172
  564. package/build/parser/satisfactory/types/property/generic/ArrayProperty.js.map +0 -1
  565. package/build/parser/satisfactory/types/property/generic/BasicProperty.d.ts +0 -26
  566. package/build/parser/satisfactory/types/property/generic/BasicProperty.d.ts.map +0 -1
  567. package/build/parser/satisfactory/types/property/generic/BasicProperty.js +0 -29
  568. package/build/parser/satisfactory/types/property/generic/BasicProperty.js.map +0 -1
  569. package/build/parser/satisfactory/types/property/generic/SetProperty.d.ts +0 -13
  570. package/build/parser/satisfactory/types/property/generic/SetProperty.d.ts.map +0 -1
  571. package/build/parser/satisfactory/types/property/generic/SetProperty.js +0 -95
  572. package/build/parser/satisfactory/types/property/generic/SetProperty.js.map +0 -1
  573. package/build/parser/satisfactory/types/property/special/SpecialAnyProperties.d.ts +0 -55
  574. package/build/parser/satisfactory/types/property/special/SpecialAnyProperties.d.ts.map +0 -1
  575. package/build/parser/satisfactory/types/property/special/SpecialAnyProperties.js +0 -3
  576. package/build/parser/satisfactory/types/property/special/SpecialAnyProperties.js.map +0 -1
  577. package/docs/classes/AbstractBaseProperty.html +0 -7
  578. package/docs/classes/BoolProperty.html +0 -13
  579. package/docs/classes/ByteProperty.html +0 -13
  580. package/docs/classes/DoubleProperty.html +0 -13
  581. package/docs/classes/EnumProperty.html +0 -13
  582. package/docs/classes/FloatProperty.html +0 -13
  583. package/docs/classes/Int32Property.html +0 -13
  584. package/docs/classes/Int64Property.html +0 -13
  585. package/docs/classes/Int8Property.html +0 -13
  586. package/docs/classes/MapProperty.html +0 -17
  587. package/docs/classes/ObjectProperty.html +0 -13
  588. package/docs/classes/StrProperty.html +0 -13
  589. package/docs/classes/StructProperty.html +0 -18
  590. package/docs/classes/TextProperty.html +0 -13
  591. package/docs/classes/Uint32Property.html +0 -13
  592. package/docs/classes/Uint64Property.html +0 -13
  593. package/docs/classes/Uint8Property.html +0 -13
@@ -1 +1 @@
1
- {"version":3,"file":"Uint32Property.js","sourceRoot":"","sources":["../../../../../../src/parser/satisfactory/types/property/generic/Uint32Property.ts"],"names":[],"mappings":";;;AAEA,qDAAkD;AAClD,iEAA8D;AAGvD,MAAM,gBAAgB,GAAG,CAAC,QAAa,EAA8B,EAAE,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,QAAQ,CAAC,IAAI,QAAQ,CAAC,IAAI,KAAK,gBAAgB,CAAC;AAAjI,QAAA,gBAAgB,oBAAiH;AAE9I,MAAa,cAAe,SAAQ,2CAAoB;IAEpD,YAAmB,KAAa,EAAE,SAAiB,gBAAgB,EAAE,WAAqB,SAAS,EAAE,QAAgB,CAAC;QAClH,KAAK,CAAC,EAAE,IAAI,EAAE,gBAAgB,EAAE,MAAM,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC,CAAC;QAD5C,UAAK,GAAL,KAAK,CAAQ;IAEhC,CAAC;IAEM,MAAM,CAAC,KAAK,CAAC,MAAsB,EAAE,MAAc,EAAE,QAAgB,CAAC;QACzE,MAAM,QAAQ,GAAG,mBAAQ,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC;QACvC,MAAM,KAAK,GAAG,cAAc,CAAC,SAAS,CAAC,MAAM,CAAC,CAAC;QAC/C,OAAO,IAAI,cAAc,CAAC,KAAK,EAAE,MAAM,EAAE,QAAQ,EAAE,KAAK,CAAC,CAAC;IAC9D,CAAC;IAEM,MAAM,CAAC,SAAS,CAAC,MAAsB;QAC1C,OAAO,MAAM,CAAC,UAAU,EAAE,CAAC;IAC/B,CAAC;IAEM,MAAM,CAAC,YAAY,CAAC,QAAwB;QAC/C,OAAO,CAAC,CAAC;IACb,CAAC;IAEM,MAAM,CAAC,SAAS,CAAC,MAAkB,EAAE,QAAwB;QAChE,mBAAQ,CAAC,KAAK,CAAC,MAAM,EAAE,QAAQ,CAAC,QAAQ,CAAC,CAAC;QAC1C,cAAc,CAAC,cAAc,CAAC,MAAM,EAAE,QAAQ,CAAC,KAAK,CAAC,CAAC;IAC1D,CAAC;IAEM,MAAM,CAAC,cAAc,CAAC,MAAkB,EAAE,KAAa;QAC1D,MAAM,CAAC,WAAW,CAAC,KAAK,CAAC,CAAC;IAC9B,CAAC;CACJ;AA5BD,wCA4BC","sourcesContent":["import { BinaryReadable } from '../../../../byte/binary-readable.interface';\nimport { ByteWriter } from '../../../../byte/byte-writer.class';\nimport { GUIDInfo } from '../../structs/GUIDInfo';\nimport { AbstractBaseProperty } from './AbstractBaseProperty';\n\n\nexport const isUint32Property = (property: any): property is Uint32Property => !Array.isArray(property) && property.type === 'UInt32Property';\n\nexport class Uint32Property extends AbstractBaseProperty {\n\n constructor(public value: number, ueType: string = 'UInt32Property', guidInfo: GUIDInfo = undefined, index: number = 0) {\n super({ type: 'UInt32Property', ueType, guidInfo, index });\n }\n\n public static Parse(reader: BinaryReadable, ueType: string, index: number = 0): Uint32Property {\n const guidInfo = GUIDInfo.read(reader);\n const value = Uint32Property.ReadValue(reader);\n return new Uint32Property(value, ueType, guidInfo, index);\n }\n\n public static ReadValue(reader: BinaryReadable): number {\n return reader.readUint32();\n }\n\n public static CalcOverhead(property: Uint32Property): number {\n return 1;\n }\n\n public static Serialize(writer: ByteWriter, property: Uint32Property): void {\n GUIDInfo.write(writer, property.guidInfo);\n Uint32Property.SerializeValue(writer, property.value);\n }\n\n public static SerializeValue(writer: ByteWriter, value: number): void {\n writer.writeUint32(value);\n }\n}\n"]}
1
+ {"version":3,"file":"Uint32Property.js","sourceRoot":"","sources":["../../../../../../src/parser/satisfactory/types/property/generic/Uint32Property.ts"],"names":[],"mappings":";;;AAEA,qDAAkD;AAClD,iEAA8D;AAGvD,MAAM,gBAAgB,GAAG,CAAC,QAAa,EAA8B,EAAE,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,QAAQ,CAAC,IAAI,QAAQ,CAAC,IAAI,KAAK,gBAAgB,CAAC;AAAjI,QAAA,gBAAgB,oBAAiH;AAO9I,IAAiB,cAAc,CA8B9B;AA9BD,WAAiB,cAAc;IAEd,oBAAK,GAAG,CAAC,MAAsB,EAAE,MAAc,EAAE,QAAgB,CAAC,EAAkB,EAAE;QAC/F,MAAM,QAAQ,GAAG,mBAAQ,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC;QACvC,MAAM,KAAK,GAAG,eAAA,SAAS,CAAC,MAAM,CAAC,CAAC;QAEhC,OAAO;YACH,GAAG,2CAAoB,CAAC,MAAM,CAAC,EAAE,KAAK,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,EAAE,EAAE,CAAC;YACrE,IAAI,EAAE,gBAAgB;YACtB,KAAK;SACiB,CAAC;IAC/B,CAAC,CAAA;IAGY,wBAAS,GAAG,CAAC,MAAsB,EAAU,EAAE;QACxD,OAAO,MAAM,CAAC,UAAU,EAAE,CAAC;IAC/B,CAAC,CAAA;IAEY,2BAAY,GAAG,CAAC,QAAwB,EAAU,EAAE;QAC7D,OAAO,CAAC,CAAC;IACb,CAAC,CAAA;IAEY,wBAAS,GAAG,CAAC,MAAkB,EAAE,QAAwB,EAAQ,EAAE;QAC5E,mBAAQ,CAAC,KAAK,CAAC,MAAM,EAAE,QAAQ,CAAC,QAAQ,CAAC,CAAC;QAC1C,eAAA,cAAc,CAAC,MAAM,EAAE,QAAQ,CAAC,KAAK,CAAC,CAAC;IAC3C,CAAC,CAAA;IAEY,6BAAc,GAAG,CAAC,MAAkB,EAAE,KAAa,EAAQ,EAAE;QACtE,MAAM,CAAC,WAAW,CAAC,KAAK,CAAC,CAAC;IAC9B,CAAC,CAAA;AACL,CAAC,EA9BgB,cAAc,8BAAd,cAAc,QA8B9B","sourcesContent":["import { BinaryReadable } from '../../../../byte/binary-readable.interface';\nimport { ByteWriter } from '../../../../byte/byte-writer.class';\nimport { GUIDInfo } from '../../structs/GUIDInfo';\nimport { AbstractBaseProperty } from './AbstractBaseProperty';\n\n\nexport const isUint32Property = (property: any): property is Uint32Property => !Array.isArray(property) && property.type === 'UInt32Property';\n\nexport type Uint32Property = AbstractBaseProperty & {\n type: 'Uint32Property';\n value: number;\n};\n\nexport namespace Uint32Property {\n\n export const Parse = (reader: BinaryReadable, ueType: string, index: number = 0): Uint32Property => {\n const guidInfo = GUIDInfo.read(reader);\n const value = ReadValue(reader);\n\n return {\n ...AbstractBaseProperty.Create({ index, ueType, guidInfo, type: '' }),\n type: 'Uint32Property',\n value,\n } satisfies Uint32Property;\n }\n\n\n export const ReadValue = (reader: BinaryReadable): number => {\n return reader.readUint32();\n }\n\n export const CalcOverhead = (property: Uint32Property): number => {\n return 1;\n }\n\n export const Serialize = (writer: ByteWriter, property: Uint32Property): void => {\n GUIDInfo.write(writer, property.guidInfo);\n SerializeValue(writer, property.value);\n }\n\n export const SerializeValue = (writer: ByteWriter, value: number): void => {\n writer.writeUint32(value);\n }\n}\n"]}
@@ -1,15 +1,16 @@
1
1
  import { BinaryReadable } from '../../../../byte/binary-readable.interface';
2
2
  import { ByteWriter } from '../../../../byte/byte-writer.class';
3
- import { GUIDInfo } from '../../structs/GUIDInfo';
4
3
  import { AbstractBaseProperty } from './AbstractBaseProperty';
5
4
  export declare const isUInt64Property: (property: any) => property is Uint64Property;
6
- export declare class Uint64Property extends AbstractBaseProperty {
5
+ export type Uint64Property = AbstractBaseProperty & {
6
+ type: 'Uint64Property';
7
7
  value: string;
8
- constructor(value: string, ueType?: string, guidInfo?: GUIDInfo, index?: number);
9
- static Parse(reader: BinaryReadable, ueType: string, index?: number): Uint64Property;
10
- static ReadValue(reader: BinaryReadable): string;
11
- static CalcOverhead(property: Uint64Property): number;
12
- static Serialize(writer: ByteWriter, property: Uint64Property): void;
13
- static SerializeValue(writer: ByteWriter, value: string): void;
8
+ };
9
+ export declare namespace Uint64Property {
10
+ const Parse: (reader: BinaryReadable, ueType: string, index?: number) => Uint64Property;
11
+ const ReadValue: (reader: BinaryReadable) => string;
12
+ const CalcOverhead: (property: Uint64Property) => number;
13
+ const Serialize: (writer: ByteWriter, property: Uint64Property) => void;
14
+ const SerializeValue: (writer: ByteWriter, value: string) => void;
14
15
  }
15
16
  //# sourceMappingURL=Uint64Property.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Uint64Property.d.ts","sourceRoot":"","sources":["../../../../../../src/parser/satisfactory/types/property/generic/Uint64Property.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,4CAA4C,CAAC;AAC5E,OAAO,EAAE,UAAU,EAAE,MAAM,oCAAoC,CAAC;AAChE,OAAO,EAAE,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAClD,OAAO,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AAE9D,eAAO,MAAM,gBAAgB,aAAc,GAAG,KAAG,QAAQ,IAAI,cAAgF,CAAC;AAE9I,qBAAa,cAAe,SAAQ,oBAAoB;IAEjC,KAAK,EAAE,MAAM;gBAAb,KAAK,EAAE,MAAM,EAAE,MAAM,GAAE,MAAyB,EAAE,QAAQ,GAAE,QAAoB,EAAE,KAAK,GAAE,MAAU;WAIxG,KAAK,CAAC,MAAM,EAAE,cAAc,EAAE,MAAM,EAAE,MAAM,EAAE,KAAK,GAAE,MAAU,GAAG,cAAc;WAMhF,SAAS,CAAC,MAAM,EAAE,cAAc,GAAG,MAAM;WAIzC,YAAY,CAAC,QAAQ,EAAE,cAAc,GAAG,MAAM;WAI9C,SAAS,CAAC,MAAM,EAAE,UAAU,EAAE,QAAQ,EAAE,cAAc,GAAG,IAAI;WAK7D,cAAc,CAAC,MAAM,EAAE,UAAU,EAAE,KAAK,EAAE,MAAM,GAAG,IAAI;CAGxE"}
1
+ {"version":3,"file":"Uint64Property.d.ts","sourceRoot":"","sources":["../../../../../../src/parser/satisfactory/types/property/generic/Uint64Property.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,4CAA4C,CAAC;AAC5E,OAAO,EAAE,UAAU,EAAE,MAAM,oCAAoC,CAAC;AAEhE,OAAO,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AAE9D,eAAO,MAAM,gBAAgB,aAAc,GAAG,KAAG,QAAQ,IAAI,cAAgF,CAAC;AAE9I,MAAM,MAAM,cAAc,GAAG,oBAAoB,GAAG;IAChD,IAAI,EAAE,gBAAgB,CAAC;IACvB,KAAK,EAAE,MAAM,CAAC;CACjB,CAAC;AAEF,yBAAiB,cAAc,CAAC;IAErB,MAAM,KAAK,WAAY,cAAc,UAAU,MAAM,UAAS,MAAM,KAAO,cASjF,CAAA;IAEM,MAAM,SAAS,WAAY,cAAc,KAAG,MAElD,CAAA;IAEM,MAAM,YAAY,aAAc,cAAc,KAAG,MAEvD,CAAA;IAEM,MAAM,SAAS,WAAY,UAAU,YAAY,cAAc,KAAG,IAGxE,CAAA;IAEM,MAAM,cAAc,WAAY,UAAU,SAAS,MAAM,KAAG,IAElE,CAAA;CACJ"}
@@ -5,29 +5,29 @@ const GUIDInfo_1 = require("../../structs/GUIDInfo");
5
5
  const AbstractBaseProperty_1 = require("./AbstractBaseProperty");
6
6
  const isUInt64Property = (property) => !Array.isArray(property) && property.type === 'UInt64Property';
7
7
  exports.isUInt64Property = isUInt64Property;
8
- class Uint64Property extends AbstractBaseProperty_1.AbstractBaseProperty {
9
- constructor(value, ueType = 'UInt64Property', guidInfo = undefined, index = 0) {
10
- super({ type: 'UInt64Property', ueType, guidInfo, index });
11
- this.value = value;
12
- }
13
- static Parse(reader, ueType, index = 0) {
8
+ var Uint64Property;
9
+ (function (Uint64Property) {
10
+ Uint64Property.Parse = (reader, ueType, index = 0) => {
14
11
  const guidInfo = GUIDInfo_1.GUIDInfo.read(reader);
15
12
  const value = Uint64Property.ReadValue(reader);
16
- return new Uint64Property(value, ueType, guidInfo, index);
17
- }
18
- static ReadValue(reader) {
13
+ return {
14
+ ...AbstractBaseProperty_1.AbstractBaseProperty.Create({ index, ueType, guidInfo, type: '' }),
15
+ type: 'Uint64Property',
16
+ value,
17
+ };
18
+ };
19
+ Uint64Property.ReadValue = (reader) => {
19
20
  return reader.readUint64().toString();
20
- }
21
- static CalcOverhead(property) {
21
+ };
22
+ Uint64Property.CalcOverhead = (property) => {
22
23
  return 1;
23
- }
24
- static Serialize(writer, property) {
24
+ };
25
+ Uint64Property.Serialize = (writer, property) => {
25
26
  GUIDInfo_1.GUIDInfo.write(writer, property.guidInfo);
26
27
  Uint64Property.SerializeValue(writer, property.value);
27
- }
28
- static SerializeValue(writer, value) {
28
+ };
29
+ Uint64Property.SerializeValue = (writer, value) => {
29
30
  writer.writeUint64(BigInt(value));
30
- }
31
- }
32
- exports.Uint64Property = Uint64Property;
31
+ };
32
+ })(Uint64Property || (exports.Uint64Property = Uint64Property = {}));
33
33
  //# sourceMappingURL=Uint64Property.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"Uint64Property.js","sourceRoot":"","sources":["../../../../../../src/parser/satisfactory/types/property/generic/Uint64Property.ts"],"names":[],"mappings":";;;AAEA,qDAAkD;AAClD,iEAA8D;AAEvD,MAAM,gBAAgB,GAAG,CAAC,QAAa,EAA8B,EAAE,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,QAAQ,CAAC,IAAI,QAAQ,CAAC,IAAI,KAAK,gBAAgB,CAAC;AAAjI,QAAA,gBAAgB,oBAAiH;AAE9I,MAAa,cAAe,SAAQ,2CAAoB;IAEpD,YAAmB,KAAa,EAAE,SAAiB,gBAAgB,EAAE,WAAqB,SAAS,EAAE,QAAgB,CAAC;QAClH,KAAK,CAAC,EAAE,IAAI,EAAE,gBAAgB,EAAE,MAAM,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC,CAAC;QAD5C,UAAK,GAAL,KAAK,CAAQ;IAEhC,CAAC;IAEM,MAAM,CAAC,KAAK,CAAC,MAAsB,EAAE,MAAc,EAAE,QAAgB,CAAC;QACzE,MAAM,QAAQ,GAAG,mBAAQ,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC;QACvC,MAAM,KAAK,GAAG,cAAc,CAAC,SAAS,CAAC,MAAM,CAAC,CAAC;QAC/C,OAAO,IAAI,cAAc,CAAC,KAAK,EAAE,MAAM,EAAE,QAAQ,EAAE,KAAK,CAAC,CAAC;IAC9D,CAAC;IAEM,MAAM,CAAC,SAAS,CAAC,MAAsB;QAC1C,OAAO,MAAM,CAAC,UAAU,EAAE,CAAC,QAAQ,EAAE,CAAC;IAC1C,CAAC;IAEM,MAAM,CAAC,YAAY,CAAC,QAAwB;QAC/C,OAAO,CAAC,CAAC;IACb,CAAC;IAEM,MAAM,CAAC,SAAS,CAAC,MAAkB,EAAE,QAAwB;QAChE,mBAAQ,CAAC,KAAK,CAAC,MAAM,EAAE,QAAQ,CAAC,QAAQ,CAAC,CAAC;QAC1C,cAAc,CAAC,cAAc,CAAC,MAAM,EAAE,QAAQ,CAAC,KAAK,CAAC,CAAC;IAC1D,CAAC;IAEM,MAAM,CAAC,cAAc,CAAC,MAAkB,EAAE,KAAa;QAC1D,MAAM,CAAC,WAAW,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC,CAAC;IACtC,CAAC;CACJ;AA5BD,wCA4BC","sourcesContent":["import { BinaryReadable } from '../../../../byte/binary-readable.interface';\nimport { ByteWriter } from '../../../../byte/byte-writer.class';\nimport { GUIDInfo } from '../../structs/GUIDInfo';\nimport { AbstractBaseProperty } from './AbstractBaseProperty';\n\nexport const isUInt64Property = (property: any): property is Uint64Property => !Array.isArray(property) && property.type === 'UInt64Property';\n\nexport class Uint64Property extends AbstractBaseProperty {\n\n constructor(public value: string, ueType: string = 'UInt64Property', guidInfo: GUIDInfo = undefined, index: number = 0) {\n super({ type: 'UInt64Property', ueType, guidInfo, index });\n }\n\n public static Parse(reader: BinaryReadable, ueType: string, index: number = 0): Uint64Property {\n const guidInfo = GUIDInfo.read(reader);\n const value = Uint64Property.ReadValue(reader);\n return new Uint64Property(value, ueType, guidInfo, index);\n }\n\n public static ReadValue(reader: BinaryReadable): string {\n return reader.readUint64().toString();\n }\n\n public static CalcOverhead(property: Uint64Property): number {\n return 1;\n }\n\n public static Serialize(writer: ByteWriter, property: Uint64Property): void {\n GUIDInfo.write(writer, property.guidInfo);\n Uint64Property.SerializeValue(writer, property.value);\n }\n\n public static SerializeValue(writer: ByteWriter, value: string): void {\n writer.writeUint64(BigInt(value));\n }\n}\n"]}
1
+ {"version":3,"file":"Uint64Property.js","sourceRoot":"","sources":["../../../../../../src/parser/satisfactory/types/property/generic/Uint64Property.ts"],"names":[],"mappings":";;;AAEA,qDAAkD;AAClD,iEAA8D;AAEvD,MAAM,gBAAgB,GAAG,CAAC,QAAa,EAA8B,EAAE,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,QAAQ,CAAC,IAAI,QAAQ,CAAC,IAAI,KAAK,gBAAgB,CAAC;AAAjI,QAAA,gBAAgB,oBAAiH;AAO9I,IAAiB,cAAc,CA6B9B;AA7BD,WAAiB,cAAc;IAEd,oBAAK,GAAG,CAAC,MAAsB,EAAE,MAAc,EAAE,QAAgB,CAAC,EAAkB,EAAE;QAC/F,MAAM,QAAQ,GAAG,mBAAQ,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC;QACvC,MAAM,KAAK,GAAG,cAAc,CAAC,SAAS,CAAC,MAAM,CAAC,CAAC;QAE/C,OAAO;YACH,GAAG,2CAAoB,CAAC,MAAM,CAAC,EAAE,KAAK,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,EAAE,EAAE,CAAC;YACrE,IAAI,EAAE,gBAAgB;YACtB,KAAK;SACiB,CAAC;IAC/B,CAAC,CAAA;IAEY,wBAAS,GAAG,CAAC,MAAsB,EAAU,EAAE;QACxD,OAAO,MAAM,CAAC,UAAU,EAAE,CAAC,QAAQ,EAAE,CAAC;IAC1C,CAAC,CAAA;IAEY,2BAAY,GAAG,CAAC,QAAwB,EAAU,EAAE;QAC7D,OAAO,CAAC,CAAC;IACb,CAAC,CAAA;IAEY,wBAAS,GAAG,CAAC,MAAkB,EAAE,QAAwB,EAAQ,EAAE;QAC5E,mBAAQ,CAAC,KAAK,CAAC,MAAM,EAAE,QAAQ,CAAC,QAAQ,CAAC,CAAC;QAC1C,cAAc,CAAC,cAAc,CAAC,MAAM,EAAE,QAAQ,CAAC,KAAK,CAAC,CAAC;IAC1D,CAAC,CAAA;IAEY,6BAAc,GAAG,CAAC,MAAkB,EAAE,KAAa,EAAQ,EAAE;QACtE,MAAM,CAAC,WAAW,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC,CAAC;IACtC,CAAC,CAAA;AACL,CAAC,EA7BgB,cAAc,8BAAd,cAAc,QA6B9B","sourcesContent":["import { BinaryReadable } from '../../../../byte/binary-readable.interface';\nimport { ByteWriter } from '../../../../byte/byte-writer.class';\nimport { GUIDInfo } from '../../structs/GUIDInfo';\nimport { AbstractBaseProperty } from './AbstractBaseProperty';\n\nexport const isUInt64Property = (property: any): property is Uint64Property => !Array.isArray(property) && property.type === 'UInt64Property';\n\nexport type Uint64Property = AbstractBaseProperty & {\n type: 'Uint64Property';\n value: string;\n};\n\nexport namespace Uint64Property {\n\n export const Parse = (reader: BinaryReadable, ueType: string, index: number = 0): Uint64Property => {\n const guidInfo = GUIDInfo.read(reader);\n const value = Uint64Property.ReadValue(reader);\n\n return {\n ...AbstractBaseProperty.Create({ index, ueType, guidInfo, type: '' }),\n type: 'Uint64Property',\n value,\n } satisfies Uint64Property;\n }\n\n export const ReadValue = (reader: BinaryReadable): string => {\n return reader.readUint64().toString();\n }\n\n export const CalcOverhead = (property: Uint64Property): number => {\n return 1;\n }\n\n export const Serialize = (writer: ByteWriter, property: Uint64Property): void => {\n GUIDInfo.write(writer, property.guidInfo);\n Uint64Property.SerializeValue(writer, property.value);\n }\n\n export const SerializeValue = (writer: ByteWriter, value: string): void => {\n writer.writeUint64(BigInt(value));\n }\n}\n"]}
@@ -1,15 +1,16 @@
1
1
  import { BinaryReadable } from '../../../../byte/binary-readable.interface';
2
2
  import { ByteWriter } from '../../../../byte/byte-writer.class';
3
- import { GUIDInfo } from '../../structs/GUIDInfo';
4
3
  import { AbstractBaseProperty } from './AbstractBaseProperty';
5
4
  export declare const isUint8Property: (property: any) => property is Uint8Property;
6
- export declare class Uint8Property extends AbstractBaseProperty {
5
+ export type Uint8Property = AbstractBaseProperty & {
6
+ type: 'Uint8Property';
7
7
  value: number;
8
- constructor(value: number, ueType?: string, guidInfo?: GUIDInfo, index?: number);
9
- static Parse(reader: BinaryReadable, ueType: string, index?: number): Uint8Property;
10
- static ReadValue(reader: BinaryReadable): number;
11
- static CalcOverhead(property: Uint8Property): number;
12
- static Serialize(writer: ByteWriter, property: Uint8Property): void;
13
- static SerializeValue(writer: ByteWriter, value: number): void;
8
+ };
9
+ export declare namespace Uint8Property {
10
+ const Parse: (reader: BinaryReadable, ueType: string, index?: number) => Uint8Property;
11
+ const ReadValue: (reader: BinaryReadable) => number;
12
+ const CalcOverhead: (property: Uint8Property) => number;
13
+ const Serialize: (writer: ByteWriter, property: Uint8Property) => void;
14
+ const SerializeValue: (writer: ByteWriter, value: number) => void;
14
15
  }
15
16
  //# sourceMappingURL=Uint8Property.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Uint8Property.d.ts","sourceRoot":"","sources":["../../../../../../src/parser/satisfactory/types/property/generic/Uint8Property.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,4CAA4C,CAAC;AAC5E,OAAO,EAAE,UAAU,EAAE,MAAM,oCAAoC,CAAC;AAChE,OAAO,EAAE,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAClD,OAAO,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AAE9D,eAAO,MAAM,eAAe,aAAc,GAAG,KAAG,QAAQ,IAAI,aAA8E,CAAC;AAE3I,qBAAa,aAAc,SAAQ,oBAAoB;IAEhC,KAAK,EAAE,MAAM;gBAAb,KAAK,EAAE,MAAM,EAAE,MAAM,GAAE,MAAwB,EAAE,QAAQ,GAAE,QAAoB,EAAE,KAAK,GAAE,MAAU;WAIvG,KAAK,CAAC,MAAM,EAAE,cAAc,EAAE,MAAM,EAAE,MAAM,EAAE,KAAK,GAAE,MAAU,GAAG,aAAa;WAM/E,SAAS,CAAC,MAAM,EAAE,cAAc,GAAG,MAAM;WAIzC,YAAY,CAAC,QAAQ,EAAE,aAAa,GAAG,MAAM;WAI7C,SAAS,CAAC,MAAM,EAAE,UAAU,EAAE,QAAQ,EAAE,aAAa,GAAG,IAAI;WAK5D,cAAc,CAAC,MAAM,EAAE,UAAU,EAAE,KAAK,EAAE,MAAM,GAAG,IAAI;CAGxE"}
1
+ {"version":3,"file":"Uint8Property.d.ts","sourceRoot":"","sources":["../../../../../../src/parser/satisfactory/types/property/generic/Uint8Property.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,4CAA4C,CAAC;AAC5E,OAAO,EAAE,UAAU,EAAE,MAAM,oCAAoC,CAAC;AAEhE,OAAO,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AAE9D,eAAO,MAAM,eAAe,aAAc,GAAG,KAAG,QAAQ,IAAI,aAA8E,CAAC;AAE3I,MAAM,MAAM,aAAa,GAAG,oBAAoB,GAAG;IAC/C,IAAI,EAAE,eAAe,CAAC;IACtB,KAAK,EAAE,MAAM,CAAC;CACjB,CAAC;AAEF,yBAAiB,aAAa,CAAC;IAEpB,MAAM,KAAK,WAAY,cAAc,UAAU,MAAM,UAAS,MAAM,KAAO,aASjF,CAAA;IAEM,MAAM,SAAS,WAAY,cAAc,KAAG,MAElD,CAAA;IAEM,MAAM,YAAY,aAAc,aAAa,KAAG,MAEtD,CAAA;IAEM,MAAM,SAAS,WAAY,UAAU,YAAY,aAAa,KAAG,IAGvE,CAAA;IAEM,MAAM,cAAc,WAAY,UAAU,SAAS,MAAM,KAAG,IAElE,CAAA;CACJ"}
@@ -5,29 +5,29 @@ const GUIDInfo_1 = require("../../structs/GUIDInfo");
5
5
  const AbstractBaseProperty_1 = require("./AbstractBaseProperty");
6
6
  const isUint8Property = (property) => !Array.isArray(property) && property.type === 'UInt8Property';
7
7
  exports.isUint8Property = isUint8Property;
8
- class Uint8Property extends AbstractBaseProperty_1.AbstractBaseProperty {
9
- constructor(value, ueType = 'UInt8Property', guidInfo = undefined, index = 0) {
10
- super({ type: 'UInt8Property', ueType, guidInfo, index });
11
- this.value = value;
12
- }
13
- static Parse(reader, ueType, index = 0) {
8
+ var Uint8Property;
9
+ (function (Uint8Property) {
10
+ Uint8Property.Parse = (reader, ueType, index = 0) => {
14
11
  const guidInfo = GUIDInfo_1.GUIDInfo.read(reader);
15
12
  const value = Uint8Property.ReadValue(reader);
16
- return new Uint8Property(value, ueType, guidInfo, index);
17
- }
18
- static ReadValue(reader) {
13
+ return {
14
+ ...AbstractBaseProperty_1.AbstractBaseProperty.Create({ index, ueType, guidInfo, type: '' }),
15
+ type: 'Uint8Property',
16
+ value,
17
+ };
18
+ };
19
+ Uint8Property.ReadValue = (reader) => {
19
20
  return reader.readUint8();
20
- }
21
- static CalcOverhead(property) {
21
+ };
22
+ Uint8Property.CalcOverhead = (property) => {
22
23
  return 1;
23
- }
24
- static Serialize(writer, property) {
24
+ };
25
+ Uint8Property.Serialize = (writer, property) => {
25
26
  GUIDInfo_1.GUIDInfo.write(writer, property.guidInfo);
26
27
  Uint8Property.SerializeValue(writer, property.value);
27
- }
28
- static SerializeValue(writer, value) {
28
+ };
29
+ Uint8Property.SerializeValue = (writer, value) => {
29
30
  writer.writeUint8(value);
30
- }
31
- }
32
- exports.Uint8Property = Uint8Property;
31
+ };
32
+ })(Uint8Property || (exports.Uint8Property = Uint8Property = {}));
33
33
  //# sourceMappingURL=Uint8Property.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"Uint8Property.js","sourceRoot":"","sources":["../../../../../../src/parser/satisfactory/types/property/generic/Uint8Property.ts"],"names":[],"mappings":";;;AAEA,qDAAkD;AAClD,iEAA8D;AAEvD,MAAM,eAAe,GAAG,CAAC,QAAa,EAA6B,EAAE,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,QAAQ,CAAC,IAAI,QAAQ,CAAC,IAAI,KAAK,eAAe,CAAC;AAA9H,QAAA,eAAe,mBAA+G;AAE3I,MAAa,aAAc,SAAQ,2CAAoB;IAEnD,YAAmB,KAAa,EAAE,SAAiB,eAAe,EAAE,WAAqB,SAAS,EAAE,QAAgB,CAAC;QACjH,KAAK,CAAC,EAAE,IAAI,EAAE,eAAe,EAAE,MAAM,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC,CAAC;QAD3C,UAAK,GAAL,KAAK,CAAQ;IAEhC,CAAC;IAEM,MAAM,CAAC,KAAK,CAAC,MAAsB,EAAE,MAAc,EAAE,QAAgB,CAAC;QACzE,MAAM,QAAQ,GAAG,mBAAQ,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC;QACvC,MAAM,KAAK,GAAG,aAAa,CAAC,SAAS,CAAC,MAAM,CAAC,CAAC;QAC9C,OAAO,IAAI,aAAa,CAAC,KAAK,EAAE,MAAM,EAAE,QAAQ,EAAE,KAAK,CAAC,CAAC;IAC7D,CAAC;IAEM,MAAM,CAAC,SAAS,CAAC,MAAsB;QAC1C,OAAO,MAAM,CAAC,SAAS,EAAE,CAAC;IAC9B,CAAC;IAEM,MAAM,CAAC,YAAY,CAAC,QAAuB;QAC9C,OAAO,CAAC,CAAC;IACb,CAAC;IAEM,MAAM,CAAC,SAAS,CAAC,MAAkB,EAAE,QAAuB;QAC/D,mBAAQ,CAAC,KAAK,CAAC,MAAM,EAAE,QAAQ,CAAC,QAAQ,CAAC,CAAC;QAC1C,aAAa,CAAC,cAAc,CAAC,MAAM,EAAE,QAAQ,CAAC,KAAK,CAAC,CAAC;IACzD,CAAC;IAEM,MAAM,CAAC,cAAc,CAAC,MAAkB,EAAE,KAAa;QAC1D,MAAM,CAAC,UAAU,CAAC,KAAK,CAAC,CAAC;IAC7B,CAAC;CACJ;AA5BD,sCA4BC","sourcesContent":["import { BinaryReadable } from '../../../../byte/binary-readable.interface';\nimport { ByteWriter } from '../../../../byte/byte-writer.class';\nimport { GUIDInfo } from '../../structs/GUIDInfo';\nimport { AbstractBaseProperty } from './AbstractBaseProperty';\n\nexport const isUint8Property = (property: any): property is Uint8Property => !Array.isArray(property) && property.type === 'UInt8Property';\n\nexport class Uint8Property extends AbstractBaseProperty {\n\n constructor(public value: number, ueType: string = 'UInt8Property', guidInfo: GUIDInfo = undefined, index: number = 0) {\n super({ type: 'UInt8Property', ueType, guidInfo, index });\n }\n\n public static Parse(reader: BinaryReadable, ueType: string, index: number = 0): Uint8Property {\n const guidInfo = GUIDInfo.read(reader);\n const value = Uint8Property.ReadValue(reader);\n return new Uint8Property(value, ueType, guidInfo, index);\n }\n\n public static ReadValue(reader: BinaryReadable): number {\n return reader.readUint8();\n }\n\n public static CalcOverhead(property: Uint8Property): number {\n return 1;\n }\n\n public static Serialize(writer: ByteWriter, property: Uint8Property): void {\n GUIDInfo.write(writer, property.guidInfo);\n Uint8Property.SerializeValue(writer, property.value);\n }\n\n public static SerializeValue(writer: ByteWriter, value: number): void {\n writer.writeUint8(value);\n }\n}\n"]}
1
+ {"version":3,"file":"Uint8Property.js","sourceRoot":"","sources":["../../../../../../src/parser/satisfactory/types/property/generic/Uint8Property.ts"],"names":[],"mappings":";;;AAEA,qDAAkD;AAClD,iEAA8D;AAEvD,MAAM,eAAe,GAAG,CAAC,QAAa,EAA6B,EAAE,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,QAAQ,CAAC,IAAI,QAAQ,CAAC,IAAI,KAAK,eAAe,CAAC;AAA9H,QAAA,eAAe,mBAA+G;AAO3I,IAAiB,aAAa,CA6B7B;AA7BD,WAAiB,aAAa;IAEb,mBAAK,GAAG,CAAC,MAAsB,EAAE,MAAc,EAAE,QAAgB,CAAC,EAAiB,EAAE;QAC9F,MAAM,QAAQ,GAAG,mBAAQ,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC;QACvC,MAAM,KAAK,GAAG,aAAa,CAAC,SAAS,CAAC,MAAM,CAAC,CAAC;QAE9C,OAAO;YACH,GAAG,2CAAoB,CAAC,MAAM,CAAC,EAAE,KAAK,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,EAAE,EAAE,CAAC;YACrE,IAAI,EAAE,eAAe;YACrB,KAAK;SACgB,CAAC;IAC9B,CAAC,CAAA;IAEY,uBAAS,GAAG,CAAC,MAAsB,EAAU,EAAE;QACxD,OAAO,MAAM,CAAC,SAAS,EAAE,CAAC;IAC9B,CAAC,CAAA;IAEY,0BAAY,GAAG,CAAC,QAAuB,EAAU,EAAE;QAC5D,OAAO,CAAC,CAAC;IACb,CAAC,CAAA;IAEY,uBAAS,GAAG,CAAC,MAAkB,EAAE,QAAuB,EAAQ,EAAE;QAC3E,mBAAQ,CAAC,KAAK,CAAC,MAAM,EAAE,QAAQ,CAAC,QAAQ,CAAC,CAAC;QAC1C,aAAa,CAAC,cAAc,CAAC,MAAM,EAAE,QAAQ,CAAC,KAAK,CAAC,CAAC;IACzD,CAAC,CAAA;IAEY,4BAAc,GAAG,CAAC,MAAkB,EAAE,KAAa,EAAQ,EAAE;QACtE,MAAM,CAAC,UAAU,CAAC,KAAK,CAAC,CAAC;IAC7B,CAAC,CAAA;AACL,CAAC,EA7BgB,aAAa,6BAAb,aAAa,QA6B7B","sourcesContent":["import { BinaryReadable } from '../../../../byte/binary-readable.interface';\nimport { ByteWriter } from '../../../../byte/byte-writer.class';\nimport { GUIDInfo } from '../../structs/GUIDInfo';\nimport { AbstractBaseProperty } from './AbstractBaseProperty';\n\nexport const isUint8Property = (property: any): property is Uint8Property => !Array.isArray(property) && property.type === 'UInt8Property';\n\nexport type Uint8Property = AbstractBaseProperty & {\n type: 'Uint8Property';\n value: number;\n};\n\nexport namespace Uint8Property {\n\n export const Parse = (reader: BinaryReadable, ueType: string, index: number = 0): Uint8Property => {\n const guidInfo = GUIDInfo.read(reader);\n const value = Uint8Property.ReadValue(reader);\n\n return {\n ...AbstractBaseProperty.Create({ index, ueType, guidInfo, type: '' }),\n type: 'Uint8Property',\n value,\n } satisfies Uint8Property;\n }\n\n export const ReadValue = (reader: BinaryReadable): number => {\n return reader.readUint8();\n }\n\n export const CalcOverhead = (property: Uint8Property): number => {\n return 1;\n }\n\n export const Serialize = (writer: ByteWriter, property: Uint8Property): void => {\n GUIDInfo.write(writer, property.guidInfo);\n Uint8Property.SerializeValue(writer, property.value);\n }\n\n export const SerializeValue = (writer: ByteWriter, value: number): void => {\n writer.writeUint8(value);\n }\n}\n"]}
@@ -19,6 +19,8 @@
19
19
  --dark-hl-8: #6A9955;
20
20
  --light-hl-9: #267F99;
21
21
  --dark-hl-9: #4EC9B0;
22
+ --light-hl-10: #000000FF;
23
+ --dark-hl-10: #D4D4D4;
22
24
  --light-code-background: #FFFFFF;
23
25
  --dark-code-background: #1E1E1E;
24
26
  }
@@ -34,6 +36,7 @@
34
36
  --hl-7: var(--light-hl-7);
35
37
  --hl-8: var(--light-hl-8);
36
38
  --hl-9: var(--light-hl-9);
39
+ --hl-10: var(--light-hl-10);
37
40
  --code-background: var(--light-code-background);
38
41
  } }
39
42
 
@@ -48,6 +51,7 @@
48
51
  --hl-7: var(--dark-hl-7);
49
52
  --hl-8: var(--dark-hl-8);
50
53
  --hl-9: var(--dark-hl-9);
54
+ --hl-10: var(--dark-hl-10);
51
55
  --code-background: var(--dark-code-background);
52
56
  } }
53
57
 
@@ -62,6 +66,7 @@
62
66
  --hl-7: var(--light-hl-7);
63
67
  --hl-8: var(--light-hl-8);
64
68
  --hl-9: var(--light-hl-9);
69
+ --hl-10: var(--light-hl-10);
65
70
  --code-background: var(--light-code-background);
66
71
  }
67
72
 
@@ -76,6 +81,7 @@
76
81
  --hl-7: var(--dark-hl-7);
77
82
  --hl-8: var(--dark-hl-8);
78
83
  --hl-9: var(--dark-hl-9);
84
+ --hl-10: var(--dark-hl-10);
79
85
  --code-background: var(--dark-code-background);
80
86
  }
81
87
 
@@ -89,4 +95,5 @@
89
95
  .hl-7 { color: var(--hl-7); }
90
96
  .hl-8 { color: var(--hl-8); }
91
97
  .hl-9 { color: var(--hl-9); }
98
+ .hl-10 { color: var(--hl-10); }
92
99
  pre, code { background: var(--code-background); }
@@ -1 +1 @@
1
- window.navigationData = "data:application/octet-stream;base64,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"
1
+ window.navigationData = "data:application/octet-stream;base64,H4sIAAAAAAAACrWd23IbuRGG34XXTjaWZEfxnURJNhPJVpGSN66tlAsiIWmywxnWHLRmUvvuW3MQiUOju8HGXmrw4wPQQDdADAb65f+TRv9oJh8mZw91U6llc65qfVuVG10128mbyUY1z5MPk3W5anNd/wSp/vrcrPPJm8mvWbGafDh5M1k+Z/mq0sXkwy87/LTSqtF74GNbLJusLALIQW6T35/8/p/f3+wrXFVqi9TUTGZV8exFZbl6yLWV9W670fUe33R/OnAko13w0d/+8fe3746MRkxVvvzyoqtnrVagcayCTLVnmz30VlU1bGqL1ssQzEJXmcqz/zFQOynaY+dlmRO95klYPRdssI8TNdrH8RuOtznOl4hBYwGlY8aCUdaba7X6qvKWJu2Ukr5gdANA41XQluPd22b5qvP/RftQb+tGrxcbvczUKywzA8iu1+lMwrHPKEDmDYwCmP6xbTQVGFyJ0DgeTmYKD8dvON7mtIHBBIoDgwmTBQaTJA8MJi1RYACRdGCYZtWyzRpGNAgpZaM8SBUN9iCVN+aXZX7iG6B7ym/s+cf5GVS1nrJTUKN6/vGcoHQKjpnQ+lgqDg2tl6XCR19ZvOhtWU2fVVacLZuy4gxEOpNwTDIKkA1PRgG8kfpKijDbn2SsP8lEhxrmomzdXzu+SQCRzBgQUGQGCBhjAKrtSeduBymdvR2caP52WOIZ3OGlmcNDUHoWv9gWap0tF03VLptXgFPOruODWtYgqEKdH8ZW+AD4rcrgbRcE2edBTXK53jRbRliEdbIwEGCKIkGAyQsGl0W7JmKhJxGawMPJWu/h+A3H25w0AlpAafyzYKLoZ5HEsc+ipYl8MJKOe1ez6VWl1nquiicg1FnJsvFso0Rj2UbxxvFVXqqG8GBfI2yyz5O12+dFNJ5od1I3tolSP7ZpIke2UWJPtnFpXDnApH354/3swu/c7qloXdIDDl2B9JnptUYnmxWPJVz9LkXchB4iaUYPoJsyK5rjIyLQ+BpZoAF4okAD8HiBps9ItDtpoLGJ0kBj00SBxkaJA42NSxNoAkw60PQZFxqZUVxFguFt0uSD26Sxh/b7E9qvHY244S5P2nSXF9F4ot2p/dogJvBrgyb1awOVwq8NXDK/hpgsvz5FO/k0dR+fpuzi02Q9fJq0g0/T9y+ApLv3Wr/o3O/X/jGrQztjnOX5l4f/6mUzLYtGF00N1XBAgnKiV3b6T1qtdMWlj2oC7hgAIgLG8DCfYwzwOar5nyMa/5nb9N0Qiei7cJ6ogsiGBLNwiiH609ahrnGjNuHAZyQmiXsmTxr2TJZoaWCCeGuCm4t3n1T9DNhrSBD9YntlHPqD7TU//XttGHXEwg4QyVZ2EFDUfxCQ149DTqrtST3AQUqdwMGJZn+HJZ7/HV6aFUAISq8Bhpxz/agrXSyBHV9HIHJil3WoM7scrlOjP1E9SQqHTvYj1cfFOHN9ndWcE0mYOoU5AuQElgmQeUa6zdVWc058BIQy04SgIquEoEyDlL/p6jorNMcmQa3QLGGuzDJhLtM4uwzdmAMMYqXzjWDTjArbvJ2WmhkXWfEEnVfByXYu1qqbV29Lz+FG1z+QE+1MdEqInQx234QYGcFPSUxwMJNdZPxnJGYh0hVVsnksfgZblI8Na00eEMqiUAgqM0IAGmsQZNkGiERLN4h36PINYtFLuDFcX1Rloc96EjYrYWrhiMDIsmGBkZljg56vD5um91HKzQ4HOK8QAkAFu96w01zVdZ//MVsiTfVM6vYQDuL0X4qqMGF4hzcVFRYdhXD0uzTZiHdpzFHeVGh7k+5NmDzxNGqwRLsSJki8JWHC0uxHgER6M2LRVPh6zEoXD+R0ixqbxR7ELb2m8UXiZntAads9YIwBqLan9uU24T6jg6Ps2KdjPuPBpG7dJt9pDEFZzt0SW3CeJMVYT+nl7SFbcHf6B+XmnkTWcB8nariP4zccb3NS57aAUte2YKKp2iKJ52qLlsalYSTt0HeVKurHsloDffuaJBzHOwwrtF4xGFcHG37HibI6Uae9DjX1fYafo7TTk3iTg5T6k4MTeZTDEvuUw0vjVSEo7VdDTnSi9CQyP/NxovnCx/Hmiy4fdqrQTk82yhOeK3Rw4lGe8mShw0s3yg87W9jlRA4XWsnJujrd8UKbJu7ohAcMbVy6bj7oiOGLXh75nds9lUWsnnD4omCf/eD1QI+QLwVsDL4KeNHLY9CYxyxjqhXoF31+tcK8INfFU/MczDwkI/nXbQ6+Iexzd4lI3sJaYDp5C2+JyfPePrNo+BzTw6cXzIpwy18FgiF4nGYIHmNDEOBgrTJFCKtuH4KIun2gHAG4TaZ7Ko4qJ7JhcSKPKidpuvSEG1W+6udsCbyW8Q0cUsqMHqSK1qBBKm8pep63elNlRXfK+TF7mvdnkPflLLsXNt1lXZDMBr89Og1zf+7eetLcQcbikjWNqCNZO7pe03K9qXRdZ2VxnT1UqtpeVlUJMANCnF1V7aZZqBcdhNoKjNaPNoAxPKdzBqpgJGKMrlf6l6NNpdU6VBdIhVEXqsnqR9Vdh7TtjOATXQVOe9FdN5WFNsP/HmUkU5zLosnMZb8JGdIownCAACYMaRQh5Cr7NIow9MM/67JYNFVWPGWPWQgISnn8kBu6CoqGcWjCXbbWZdsEhrmZilHui2y9yfVaF41eBVi+BifW7WZTVo1efdVVFz+CWFDIioR7WlY0unpUSzMMOmcX3r0PB3wcNGgw3E25ulCNAjFjGpbddPebcnWjG7UK4QJaLr4bVZ8cDwvQ91IcbsQXlOzpKOwQcQimKaKA5pdLQaApwoD4Jd3j3dSA5i9vqUM11kud4fVW/5P+KtP5Cr//2lNTZZ2rOlvetHmTbfoJLHyt1lAapWeVxy3nEP6r07q9PGLtZJIWviV75LkCunfhC6j3uBjSD44lQRXJjrlHeSyIzsJo0yukO342K+pGWeconZJMEUkOX2w8Ul0Bo7bgncF73GEkuBtdAUWkL7wdwCEdXedpnumima10H4Lte2FGtqegmPaNtAOle8aoTcwVq2P16CyR5S70U7dAiis5lIlb8ozjnaiYWxK7lAPsiF5kOtABCZeLIyNojAsoR3JQSZdC3ek4lACrGPTwJYkj2BXwmBiOTwpcdTegrMRIFqPPKD1ZHnJ73ViCp2C0Ar4WzgDyWR8vP1/OZ9PvN2e33/91+e373bfbSxcJaWK4X8+u7y9J8l7FZS/u5vfTu++38y+3l/O7bwMhVAQoJkuyrmYbgfezC4ZdvZvR9rm75zQBu5BsYPkKJhUFRrLAAxAGzkhnEYOXNe2YjoJJRYFRLOB1+A51GkN60UX3u7qfgelYROmp8pxbNwZo/5Cua+efowN1AeB2/uXf31wUpCG50P0dI26fxKife6fFyBge0/nRD9cGFiDhcnFkLA34mszE7ZK5PMSBPQGXSX3IbuJhLV0S+TX4UEhAxuAzPq4eiwgqGaXstDdq44HNRIo0V1lelWp1V6nlr7dlnXVv2BhxhZuPLL9sn567DbNx29Yrx0mneOQHpeMnbLCMtjz6fabLjvAq//NAD+sp4pnh0YhpGbUPfqg20p10FhGBRXGQUGWnsmjhz3p2SFfC5eLIWBre7DYyQiPfOQxMT8BjYrjDSGC48gQk0T//PpJeE+hahQ52DyA7lUtDetUT8JjhRa6dyqMFl7lWIs2yzxYOiO4ZK+cxkPOYldPbNeye0TnpYzYDLaRj7IxczO72tBdVZd3Odf1T99zOe2xmy+qA0+4P0zgS5ExOViNvMkwg8T8/ASjN46Fi3jdYJcT+70a34PBrAasY/H8eAlCax0LR2/gmlve/69wiYnbOrdJi/0FZoODI4uIKQfeVTTz5T7JAMIfJwlF7viaW8798XHx409ci4/8dB4DSPBYK2zo1gdQ//4CwDCILhm3RmUTq/wZAWAaRDwPXGh4v+KGSjwzu0jlQ9Fp1CMsgcmHAAsZhBb5ccVDgJpVJCl4064DQX7MmkLweCQRzmBE4cswQNzGCUGpjyOdzbjl0iiJ3hsxSWHcFugUwtoasMph37znFBE5ymmTkNCcAc49zuiToSKeLoUYFdzyQ2zsWlHNnmFsAa8/EKoV9GZVbVHDTxMKjN/z4SJLGBdF9hlzY4uPC+yYOE78SBQRzmBE4TsuxqywcKLJ1YkKJayIAKM1joULbFCYM+wYdxJE2JL5ydqGMaf6eP88Hdirc+vFmevrHv8nlfWfTfbHyB4bNk8zKhQAA"