@etothepii/satisfactory-file-parser 1.0.1 → 1.0.3

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 (184) hide show
  1. package/README.md +14 -7
  2. package/build/parser/parser.d.ts +2 -6
  3. package/build/parser/parser.d.ts.map +1 -1
  4. package/build/parser/parser.js +5 -5
  5. package/build/parser/parser.js.map +1 -1
  6. package/docs/classes/AbstractBaseProperty.html +2 -2
  7. package/docs/classes/AbstractProperty.html +2 -2
  8. package/docs/classes/ArrayProperty.html +2 -2
  9. package/docs/classes/BasicProperty.html +2 -2
  10. package/docs/classes/BlueprintConfigReader.html +3 -3
  11. package/docs/classes/BlueprintConfigWriter.html +3 -3
  12. package/docs/classes/BlueprintReader.html +3 -3
  13. package/docs/classes/BlueprintWriter.html +3 -3
  14. package/docs/classes/BoolProperty.html +2 -2
  15. package/docs/classes/ByteProperty.html +2 -2
  16. package/docs/classes/CompressionLibraryError.html +2 -2
  17. package/docs/classes/CorruptSaveError.html +2 -2
  18. package/docs/classes/DoubleProperty.html +2 -2
  19. package/docs/classes/EnumProperty.html +2 -2
  20. package/docs/classes/FloatProperty.html +2 -2
  21. package/docs/classes/Int32Property.html +2 -2
  22. package/docs/classes/Int64Property.html +2 -2
  23. package/docs/classes/Int8Property.html +2 -2
  24. package/docs/classes/MapProperty.html +2 -2
  25. package/docs/classes/ObjectProperty.html +2 -2
  26. package/docs/classes/Parser.html +8 -8
  27. package/docs/classes/ParserError.html +2 -2
  28. package/docs/classes/ReadableStreamParser.html +2 -2
  29. package/docs/classes/SatisfactorySave.html +2 -2
  30. package/docs/classes/SaveComponent.html +2 -2
  31. package/docs/classes/SaveEntity.html +2 -2
  32. package/docs/classes/SaveReader.html +3 -3
  33. package/docs/classes/SaveStreamJsonStringifier.html +2 -2
  34. package/docs/classes/SaveStreamWriter.html +2 -2
  35. package/docs/classes/SaveWriter.html +3 -3
  36. package/docs/classes/SetProperty.html +2 -2
  37. package/docs/classes/StrProperty.html +2 -2
  38. package/docs/classes/StructProperty.html +2 -2
  39. package/docs/classes/TextProperty.html +2 -2
  40. package/docs/classes/TimeoutError.html +2 -2
  41. package/docs/classes/Uint32Property.html +2 -2
  42. package/docs/classes/Uint64Property.html +2 -2
  43. package/docs/classes/Uint8Property.html +2 -2
  44. package/docs/classes/UnimplementedError.html +2 -2
  45. package/docs/classes/UnsupportedVersionError.html +2 -2
  46. package/docs/functions/DynamicStructPropertyValue.read.html +1 -1
  47. package/docs/functions/DynamicStructPropertyValue.write.html +1 -1
  48. package/docs/functions/FICFrameRange.Parse.html +1 -1
  49. package/docs/functions/FICFrameRange.Serialize.html +1 -1
  50. package/docs/functions/GUID.read.html +1 -1
  51. package/docs/functions/GUID.write.html +1 -1
  52. package/docs/functions/GUIDInfo.read.html +1 -1
  53. package/docs/functions/GUIDInfo.write.html +1 -1
  54. package/docs/functions/Level.ReadAllObjectContents.html +1 -1
  55. package/docs/functions/Level.ReadAllObjectHeaders.html +1 -1
  56. package/docs/functions/Level.ReadLevel.html +1 -1
  57. package/docs/functions/Level.ReadNObjectContents.html +1 -1
  58. package/docs/functions/Level.ReadNObjectHeaders.html +1 -1
  59. package/docs/functions/Level.SerializeAllObjectContents.html +1 -1
  60. package/docs/functions/Level.SerializeAllObjectHeaders.html +1 -1
  61. package/docs/functions/Level.SerializeLevel.html +1 -1
  62. package/docs/functions/MD5Hash.read.html +1 -1
  63. package/docs/functions/MD5Hash.write.html +1 -1
  64. package/docs/functions/ObjectReference.read.html +1 -1
  65. package/docs/functions/ObjectReference.write.html +1 -1
  66. package/docs/functions/PropertiesList.ParseList.html +1 -1
  67. package/docs/functions/PropertiesList.ParseSingleProperty.html +1 -1
  68. package/docs/functions/PropertiesList.SerializeList.html +1 -1
  69. package/docs/functions/PropertiesList.SerializeSingleProperty.html +1 -1
  70. package/docs/functions/SoftObjectReference.read.html +1 -1
  71. package/docs/functions/SoftObjectReference.write.html +1 -1
  72. package/docs/functions/SpecialProperties.ParseClassSpecificSpecialProperties.html +1 -1
  73. package/docs/functions/SpecialProperties.SerializeClassSpecificSpecialProperties.html +1 -1
  74. package/docs/functions/Transform.Parse.html +1 -1
  75. package/docs/functions/Transform.ParseF.html +1 -1
  76. package/docs/functions/Transform.Serialize.html +1 -1
  77. package/docs/functions/Transform.SerializeF.html +1 -1
  78. package/docs/functions/col4.ParseBGRA.html +1 -1
  79. package/docs/functions/col4.ParseRGBA.html +1 -1
  80. package/docs/functions/col4.SerializeBGRA.html +1 -1
  81. package/docs/functions/col4.SerializeRGBA.html +1 -1
  82. package/docs/functions/isArrayProperty.html +1 -1
  83. package/docs/functions/isBoolProperty.html +1 -1
  84. package/docs/functions/isByteProperty.html +1 -1
  85. package/docs/functions/isDoubleProperty.html +1 -1
  86. package/docs/functions/isEnumProperty.html +1 -1
  87. package/docs/functions/isFloatProperty.html +1 -1
  88. package/docs/functions/isInt32Property.html +1 -1
  89. package/docs/functions/isInt64Property.html +1 -1
  90. package/docs/functions/isInt8Property.html +1 -1
  91. package/docs/functions/isMapProperty.html +1 -1
  92. package/docs/functions/isObjectProperty.html +1 -1
  93. package/docs/functions/isSaveComponent.html +1 -1
  94. package/docs/functions/isSaveEntity.html +1 -1
  95. package/docs/functions/isSetProperty.html +1 -1
  96. package/docs/functions/isStrProperty.html +1 -1
  97. package/docs/functions/isStructProperty.html +1 -1
  98. package/docs/functions/isTextProperty.html +1 -1
  99. package/docs/functions/isUInt64Property.html +1 -1
  100. package/docs/functions/isUint32Property.html +1 -1
  101. package/docs/functions/isUint8Property.html +1 -1
  102. package/docs/functions/vec2.Parse.html +1 -1
  103. package/docs/functions/vec2.ParseF.html +1 -1
  104. package/docs/functions/vec2.Serialize.html +1 -1
  105. package/docs/functions/vec2.SerializeF.html +1 -1
  106. package/docs/functions/vec3.Parse.html +1 -1
  107. package/docs/functions/vec3.ParseF.html +1 -1
  108. package/docs/functions/vec3.ParseInt.html +1 -1
  109. package/docs/functions/vec3.Serialize.html +1 -1
  110. package/docs/functions/vec3.SerializeF.html +1 -1
  111. package/docs/functions/vec3.SerializeInt.html +1 -1
  112. package/docs/functions/vec3.add.html +1 -1
  113. package/docs/functions/vec3.length.html +1 -1
  114. package/docs/functions/vec3.mult.html +1 -1
  115. package/docs/functions/vec3.norm.html +1 -1
  116. package/docs/functions/vec3.sub.html +1 -1
  117. package/docs/functions/vec4.Parse.html +1 -1
  118. package/docs/functions/vec4.ParseF.html +1 -1
  119. package/docs/functions/vec4.Serialize.html +1 -1
  120. package/docs/functions/vec4.SerializeF.html +1 -1
  121. package/docs/index.html +10 -4
  122. package/docs/interfaces/Blueprint.html +2 -2
  123. package/docs/interfaces/BlueprintConfig.html +2 -2
  124. package/docs/interfaces/ModData.html +2 -2
  125. package/docs/interfaces/SatisfactoryModMetadata.html +2 -2
  126. package/docs/interfaces/SatisfactorySaveHeader.html +2 -2
  127. package/docs/interfaces/SaveComponentHeader.html +2 -2
  128. package/docs/interfaces/SaveEntityHeader.html +2 -2
  129. package/docs/modules/DynamicStructPropertyValue.html +1 -1
  130. package/docs/modules/FICFrameRange.html +1 -1
  131. package/docs/modules/GUID.html +1 -1
  132. package/docs/modules/GUIDInfo.html +1 -1
  133. package/docs/modules/Level.html +1 -1
  134. package/docs/modules/MD5Hash.html +1 -1
  135. package/docs/modules/ObjectReference.html +1 -1
  136. package/docs/modules/PropertiesList.html +1 -1
  137. package/docs/modules/SoftObjectReference.html +1 -1
  138. package/docs/modules/SpecialProperties.html +1 -1
  139. package/docs/modules/Transform.html +1 -1
  140. package/docs/modules/col4.html +1 -1
  141. package/docs/modules/vec2.html +1 -1
  142. package/docs/modules/vec3.html +1 -1
  143. package/docs/modules/vec4.html +1 -1
  144. package/docs/types/ArrayPropertyStructValueFields.html +1 -1
  145. package/docs/types/BasicMultipleStructPropertyValue.html +1 -1
  146. package/docs/types/BasicStructPropertyValue.html +1 -1
  147. package/docs/types/BlueprintHeader.html +1 -1
  148. package/docs/types/BoxStructPropertyValue.html +1 -1
  149. package/docs/types/BuildableSubsystemSpecialProperties.html +1 -1
  150. package/docs/types/BuildableTypeInstance.html +1 -1
  151. package/docs/types/BytePropertyValue.html +1 -1
  152. package/docs/types/ClientIdentityInfo.html +1 -1
  153. package/docs/types/ConveyorChainActorSpecialProperties.html +1 -1
  154. package/docs/types/ConveyorChainSegmentSpecialProperties.html +1 -1
  155. package/docs/types/ConveyorItemSpecialProperties.html +1 -1
  156. package/docs/types/DynamicStructPropertyValue-1.html +1 -1
  157. package/docs/types/EmptySpecialProperties.html +1 -1
  158. package/docs/types/FICFrameRange-1.html +1 -1
  159. package/docs/types/FICFrameRangeStructPropertyValue.html +1 -1
  160. package/docs/types/GENERIC_MAP_KEY_TYPE.html +1 -1
  161. package/docs/types/GENERIC_MAP_VALUE_TYPE.html +1 -1
  162. package/docs/types/GENERIC_STRUCT_PROPERTY_VALUE.html +1 -1
  163. package/docs/types/GUID-1.html +1 -1
  164. package/docs/types/GUIDInfo-1.html +1 -1
  165. package/docs/types/InventoryItemStructPropertyValue.html +1 -1
  166. package/docs/types/Level-1.html +1 -1
  167. package/docs/types/MAP_STRUCT_KEY_PROXY.html +1 -1
  168. package/docs/types/MD5Hash-1.html +1 -1
  169. package/docs/types/ObjectReference-1.html +1 -1
  170. package/docs/types/PlayerSpecialProperties.html +1 -1
  171. package/docs/types/PowerLineSpecialProperties.html +1 -1
  172. package/docs/types/PropertiesMap.html +1 -1
  173. package/docs/types/RailroadTrackPositionStructPropertyValue.html +1 -1
  174. package/docs/types/RoughSaveVersion.html +1 -1
  175. package/docs/types/SoftObjectReference-1.html +1 -1
  176. package/docs/types/SpecialAnyProperties.html +1 -1
  177. package/docs/types/TextPropertyValue.html +1 -1
  178. package/docs/types/Transform-1.html +1 -1
  179. package/docs/types/col4-1.html +1 -1
  180. package/docs/types/vec2-1.html +1 -1
  181. package/docs/types/vec3-1.html +1 -1
  182. package/docs/types/vec4-1.html +1 -1
  183. package/docs/variables/EDIT.html +1 -1
  184. package/package.json +1 -1
package/docs/index.html CHANGED
@@ -53,7 +53,7 @@ WHATWG is used by default by browsers. Node js can use them using <code>Writable
53
53
  The SaveParser has callbacks to assist during syncing on different occasions during the process.
54
54
  For example, when writing the header or when writing a chunk of the save body.
55
55
  The splitting in individual chunks enables you to more easily stream the binary data to somewhere else.</p>
56
- <pre><code class="js"><span class="hl-0">import</span><span class="hl-1"> </span><span class="hl-2">*</span><span class="hl-1"> </span><span class="hl-0">as</span><span class="hl-1"> </span><span class="hl-3">fs</span><span class="hl-1"> </span><span class="hl-0">from</span><span class="hl-1"> </span><span class="hl-4">&#39;fs&#39;</span><span class="hl-1">;</span><br/><span class="hl-0">import</span><span class="hl-1"> { </span><span class="hl-3">Parser</span><span class="hl-1"> } </span><span class="hl-0">from</span><span class="hl-1"> </span><span class="hl-4">&quot;@etothepii/satisfactory-file-parser&quot;</span><span class="hl-1">;</span><br/><br/><span class="hl-2">let</span><span class="hl-1"> </span><span class="hl-3">fileHeader</span><span class="hl-1">: </span><span class="hl-9">Uint8Array</span><span class="hl-1">;</span><br/><span class="hl-2">const</span><span class="hl-1"> </span><span class="hl-5">bodyChunks</span><span class="hl-1">: </span><span class="hl-9">Uint8Array</span><span class="hl-1">[] = [];</span><br/><span class="hl-3">Parser</span><span class="hl-1">.</span><span class="hl-6">WriteSave</span><span class="hl-1">(</span><span class="hl-3">save</span><span class="hl-1">, </span><span class="hl-3">binaryBeforeCompressed</span><span class="hl-1"> </span><span class="hl-2">=&gt;</span><span class="hl-1"> { </span><br/><span class="hl-1"> </span><span class="hl-3">console</span><span class="hl-1">.</span><span class="hl-6">log</span><span class="hl-1">(</span><span class="hl-4">&#39;on binary data before being compressed.&#39;</span><span class="hl-1">);</span><br/><span class="hl-1">}, </span><span class="hl-3">header</span><span class="hl-1"> </span><span class="hl-2">=&gt;</span><span class="hl-1"> {</span><br/><span class="hl-1"> </span><span class="hl-3">console</span><span class="hl-1">.</span><span class="hl-6">log</span><span class="hl-1">(</span><span class="hl-4">&#39;on save header.&#39;</span><span class="hl-1">);</span><br/><span class="hl-1"> </span><span class="hl-3">fileHeader</span><span class="hl-1"> = </span><span class="hl-3">header</span><span class="hl-1">;</span><br/><span class="hl-1">}, </span><span class="hl-3">chunk</span><span class="hl-1"> </span><span class="hl-2">=&gt;</span><span class="hl-1"> {</span><br/><span class="hl-1"> </span><span class="hl-3">console</span><span class="hl-1">.</span><span class="hl-6">log</span><span class="hl-1">(</span><span class="hl-4">&#39;on save body chunk.&#39;</span><span class="hl-1">);</span><br/><span class="hl-1"> </span><span class="hl-3">bodyChunks</span><span class="hl-1">.</span><span class="hl-6">push</span><span class="hl-1">(</span><span class="hl-3">chunk</span><span class="hl-1">);</span><br/><span class="hl-1">});</span><br/><br/><span class="hl-8">// write complete sav file back to disk</span><br/><span class="hl-3">fs</span><span class="hl-1">.</span><span class="hl-6">writeFileSync</span><span class="hl-1">(</span><span class="hl-4">&#39;./MyModifiedSave.sav&#39;</span><span class="hl-1">, </span><span class="hl-3">Buffer</span><span class="hl-1">.</span><span class="hl-6">concat</span><span class="hl-1">([</span><span class="hl-3">fileHeader</span><span class="hl-1">!, ...</span><span class="hl-3">bodyChunks</span><span class="hl-1">]));</span>
56
+ <pre><code class="js"><span class="hl-0">import</span><span class="hl-1"> </span><span class="hl-2">*</span><span class="hl-1"> </span><span class="hl-0">as</span><span class="hl-1"> </span><span class="hl-3">fs</span><span class="hl-1"> </span><span class="hl-0">from</span><span class="hl-1"> </span><span class="hl-4">&#39;fs&#39;</span><span class="hl-1">;</span><br/><span class="hl-0">import</span><span class="hl-1"> { </span><span class="hl-3">Parser</span><span class="hl-1"> } </span><span class="hl-0">from</span><span class="hl-1"> </span><span class="hl-4">&quot;@etothepii/satisfactory-file-parser&quot;</span><span class="hl-1">;</span><br/><br/><span class="hl-2">let</span><span class="hl-1"> </span><span class="hl-3">fileHeader</span><span class="hl-1">: </span><span class="hl-9">Uint8Array</span><span class="hl-1">;</span><br/><span class="hl-2">const</span><span class="hl-1"> </span><span class="hl-5">bodyChunks</span><span class="hl-1">: </span><span class="hl-9">Uint8Array</span><span class="hl-1">[] = [];</span><br/><span class="hl-3">Parser</span><span class="hl-1">.</span><span class="hl-6">WriteSave</span><span class="hl-1">(</span><span class="hl-3">save</span><span class="hl-1">, </span><span class="hl-3">header</span><span class="hl-1"> </span><span class="hl-2">=&gt;</span><span class="hl-1"> {</span><br/><span class="hl-1"> </span><span class="hl-3">console</span><span class="hl-1">.</span><span class="hl-6">log</span><span class="hl-1">(</span><span class="hl-4">&#39;on save header.&#39;</span><span class="hl-1">);</span><br/><span class="hl-1"> </span><span class="hl-3">fileHeader</span><span class="hl-1"> = </span><span class="hl-3">header</span><span class="hl-1">;</span><br/><span class="hl-1">}, </span><span class="hl-3">chunk</span><span class="hl-1"> </span><span class="hl-2">=&gt;</span><span class="hl-1"> {</span><br/><span class="hl-1"> </span><span class="hl-3">console</span><span class="hl-1">.</span><span class="hl-6">log</span><span class="hl-1">(</span><span class="hl-4">&#39;on save body chunk.&#39;</span><span class="hl-1">);</span><br/><span class="hl-1"> </span><span class="hl-3">bodyChunks</span><span class="hl-1">.</span><span class="hl-6">push</span><span class="hl-1">(</span><span class="hl-3">chunk</span><span class="hl-1">);</span><br/><span class="hl-1">});</span><br/><br/><span class="hl-8">// write complete sav file back to disk</span><br/><span class="hl-3">fs</span><span class="hl-1">.</span><span class="hl-6">writeFileSync</span><span class="hl-1">(</span><span class="hl-4">&#39;./MyModifiedSave.sav&#39;</span><span class="hl-1">, </span><span class="hl-3">Buffer</span><span class="hl-1">.</span><span class="hl-6">concat</span><span class="hl-1">([</span><span class="hl-3">fileHeader</span><span class="hl-1">!, ...</span><span class="hl-3">bodyChunks</span><span class="hl-1">]));</span>
57
57
  </code><button type="button">Copy</button></pre>
58
58
 
59
59
  <a id="md:inspecting-save-objects" class="tsd-anchor"></a><h2 class="tsd-anchor-link">Inspecting Save Objects<a href="#md:inspecting-save-objects" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="assets/icons.svg#icon-anchor"></use></svg></a></h2><p>You can for example loop through players and print their cached names and positions.</p>
@@ -65,7 +65,7 @@ The splitting in individual chunks enables you to more easily stream the binary
65
65
  </code><button type="button">Copy</button></pre>
66
66
 
67
67
  <p>Consequently, writing a blueprint into binary data works the same way with getting callbacks in the same style as the save parsing.</p>
68
- <pre><code class="js"><span class="hl-0">import</span><span class="hl-1"> </span><span class="hl-2">*</span><span class="hl-1"> </span><span class="hl-0">as</span><span class="hl-1"> </span><span class="hl-3">fs</span><span class="hl-1"> </span><span class="hl-0">from</span><span class="hl-1"> </span><span class="hl-4">&#39;fs&#39;</span><span class="hl-1">;</span><br/><span class="hl-0">import</span><span class="hl-1"> { </span><span class="hl-3">Parser</span><span class="hl-1"> } </span><span class="hl-0">from</span><span class="hl-1"> </span><span class="hl-4">&quot;@etothepii/satisfactory-file-parser&quot;</span><span class="hl-1">;</span><br/><br/><span class="hl-2">let</span><span class="hl-1"> </span><span class="hl-3">mainFileHeader</span><span class="hl-1">: </span><span class="hl-9">Uint8Array</span><span class="hl-1">;</span><br/><span class="hl-2">const</span><span class="hl-1"> </span><span class="hl-5">mainFileBodyChunks</span><span class="hl-1">: </span><span class="hl-9">Uint8Array</span><span class="hl-1">[] = [];</span><br/><span class="hl-2">const</span><span class="hl-1"> </span><span class="hl-5">summary</span><span class="hl-1"> = </span><span class="hl-3">Parser</span><span class="hl-1">.</span><span class="hl-6">WriteBlueprintFiles</span><span class="hl-1">(</span><span class="hl-3">blueprint</span><span class="hl-1">, {</span><br/><span class="hl-1"> </span><span class="hl-6">onMainFileHeader</span><span class="hl-3">:</span><span class="hl-1"> </span><span class="hl-3">header</span><span class="hl-1"> </span><span class="hl-2">=&gt;</span><span class="hl-1"> {</span><br/><span class="hl-1"> </span><span class="hl-3">console</span><span class="hl-1">.</span><span class="hl-6">log</span><span class="hl-1">(</span><span class="hl-4">&#39;on main file header.&#39;</span><span class="hl-1">);</span><br/><span class="hl-1"> </span><span class="hl-3">mainFileHeader</span><span class="hl-1"> = </span><span class="hl-3">header</span><span class="hl-1">;</span><br/><span class="hl-1"> }, </span><span class="hl-6">onMainFileChunk</span><span class="hl-3">:</span><span class="hl-1"> </span><span class="hl-3">chunk</span><span class="hl-1"> </span><span class="hl-2">=&gt;</span><span class="hl-1"> {</span><br/><span class="hl-1"> </span><span class="hl-3">console</span><span class="hl-1">.</span><span class="hl-6">log</span><span class="hl-1">(</span><span class="hl-4">&#39;on main file body chunk.&#39;</span><span class="hl-1">);</span><br/><span class="hl-1"> </span><span class="hl-3">mainFileBodyChunks</span><span class="hl-1">.</span><span class="hl-6">push</span><span class="hl-1">(</span><span class="hl-3">chunk</span><span class="hl-1">);</span><br/><span class="hl-1"> }</span><br/><span class="hl-1">});</span><br/><br/><span class="hl-8">// write complete .sbp file back to disk</span><br/><span class="hl-3">fs</span><span class="hl-1">.</span><span class="hl-6">writeFileSync</span><span class="hl-1">(</span><span class="hl-4">&#39;./MyBlueprint.sbp&#39;</span><span class="hl-1">, </span><span class="hl-3">Buffer</span><span class="hl-1">.</span><span class="hl-6">concat</span><span class="hl-1">([</span><span class="hl-3">mainFileHeader</span><span class="hl-1">!, ...</span><span class="hl-3">mainFileBodyChunks</span><span class="hl-1">]));</span><br/><br/><span class="hl-8">// write .sbpcfg file back to disk, we get that data from the result of WriteBlueprintFiles</span><br/><span class="hl-3">fs</span><span class="hl-1">.</span><span class="hl-6">writeFileSync</span><span class="hl-1">(</span><span class="hl-4">&#39;./MyBlueprint.sbpcfg&#39;</span><span class="hl-1">, </span><span class="hl-3">Buffer</span><span class="hl-1">.</span><span class="hl-6">from</span><span class="hl-1">(</span><span class="hl-3">summary</span><span class="hl-1">.</span><span class="hl-3">configFileBinary</span><span class="hl-1">));</span>
68
+ <pre><code class="js"><span class="hl-0">import</span><span class="hl-1"> </span><span class="hl-2">*</span><span class="hl-1"> </span><span class="hl-0">as</span><span class="hl-1"> </span><span class="hl-3">fs</span><span class="hl-1"> </span><span class="hl-0">from</span><span class="hl-1"> </span><span class="hl-4">&#39;fs&#39;</span><span class="hl-1">;</span><br/><span class="hl-0">import</span><span class="hl-1"> { </span><span class="hl-3">Parser</span><span class="hl-1"> } </span><span class="hl-0">from</span><span class="hl-1"> </span><span class="hl-4">&quot;@etothepii/satisfactory-file-parser&quot;</span><span class="hl-1">;</span><br/><br/><span class="hl-2">let</span><span class="hl-1"> </span><span class="hl-3">mainFileHeader</span><span class="hl-1">: </span><span class="hl-9">Uint8Array</span><span class="hl-1">;</span><br/><span class="hl-2">const</span><span class="hl-1"> </span><span class="hl-5">mainFileBodyChunks</span><span class="hl-1">: </span><span class="hl-9">Uint8Array</span><span class="hl-1">[] = [];</span><br/><span class="hl-2">const</span><span class="hl-1"> </span><span class="hl-5">summary</span><span class="hl-1"> = </span><span class="hl-3">Parser</span><span class="hl-1">.</span><span class="hl-6">WriteBlueprintFiles</span><span class="hl-1">(</span><span class="hl-3">blueprint</span><span class="hl-1">,</span><br/><span class="hl-1"> </span><span class="hl-3">header</span><span class="hl-1"> </span><span class="hl-2">=&gt;</span><span class="hl-1"> {</span><br/><span class="hl-1"> </span><span class="hl-3">console</span><span class="hl-1">.</span><span class="hl-6">log</span><span class="hl-1">(</span><span class="hl-4">&#39;on main file header.&#39;</span><span class="hl-1">);</span><br/><span class="hl-1"> </span><span class="hl-3">mainFileHeader</span><span class="hl-1"> = </span><span class="hl-3">header</span><span class="hl-1">;</span><br/><span class="hl-1"> },</span><br/><span class="hl-1"> </span><span class="hl-3">chunk</span><span class="hl-1"> </span><span class="hl-2">=&gt;</span><span class="hl-1"> {</span><br/><span class="hl-1"> </span><span class="hl-3">console</span><span class="hl-1">.</span><span class="hl-6">log</span><span class="hl-1">(</span><span class="hl-4">&#39;on main file body chunk.&#39;</span><span class="hl-1">);</span><br/><span class="hl-1"> </span><span class="hl-3">mainFileBodyChunks</span><span class="hl-1">.</span><span class="hl-6">push</span><span class="hl-1">(</span><span class="hl-3">chunk</span><span class="hl-1">);</span><br/><span class="hl-1"> }</span><br/><span class="hl-1">);</span><br/><br/><span class="hl-8">// write complete .sbp file back to disk</span><br/><span class="hl-3">fs</span><span class="hl-1">.</span><span class="hl-6">writeFileSync</span><span class="hl-1">(</span><span class="hl-4">&#39;./MyBlueprint.sbp&#39;</span><span class="hl-1">, </span><span class="hl-3">Buffer</span><span class="hl-1">.</span><span class="hl-6">concat</span><span class="hl-1">([</span><span class="hl-3">mainFileHeader</span><span class="hl-1">!, ...</span><span class="hl-3">mainFileBodyChunks</span><span class="hl-1">]));</span><br/><br/><span class="hl-8">// write .sbpcfg file back to disk, we get that data from the result of WriteBlueprintFiles</span><br/><span class="hl-3">fs</span><span class="hl-1">.</span><span class="hl-6">writeFileSync</span><span class="hl-1">(</span><span class="hl-4">&#39;./MyBlueprint.sbpcfg&#39;</span><span class="hl-1">, </span><span class="hl-3">Buffer</span><span class="hl-1">.</span><span class="hl-6">from</span><span class="hl-1">(</span><span class="hl-3">summary</span><span class="hl-1">.</span><span class="hl-3">configFileBinary</span><span class="hl-1">));</span>
69
69
  </code><button type="button">Copy</button></pre>
70
70
 
71
71
  <a id="md:additional-infos" class="tsd-anchor"></a><h1 class="tsd-anchor-link">Additional Infos<a href="#md:additional-infos" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="assets/icons.svg#icon-anchor"></use></svg></a></h1><p>For every parser call, you can pass optional callbacks to receive additional info.
@@ -80,7 +80,13 @@ Like a callback on the decompressed save body. Parsing saves provides a callback
80
80
  </code><button type="button">Copy</button></pre>
81
81
 
82
82
  <a id="md:bug-reports-or-feedback" class="tsd-anchor"></a><h1 class="tsd-anchor-link">Bug Reports or Feedback<a href="#md:bug-reports-or-feedback" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="assets/icons.svg#icon-anchor"></use></svg></a></h1><p>You can always raise an issue on the linked github project or hit me up on the satisfactory discord <code>etothepii</code>.</p>
83
- <a id="md:changelog" class="tsd-anchor"></a><h1 class="tsd-anchor-link">Changelog<a href="#md:changelog" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="assets/icons.svg#icon-anchor"></use></svg></a></h1><a id="md:101-2024-10-17" class="tsd-anchor"></a><h3 class="tsd-anchor-link">[1.0.1] (2024-10-17)<a href="#md:101-2024-10-17" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="assets/icons.svg#icon-anchor"></use></svg></a></h3><a id="md:major-breaking-changes-on-parser-usage" class="tsd-anchor"></a><h4 class="tsd-anchor-link">Major breaking changes on Parser usage<a href="#md:major-breaking-changes-on-parser-usage" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="assets/icons.svg#icon-anchor"></use></svg></a></h4><ul>
83
+ <a id="md:changelog" class="tsd-anchor"></a><h1 class="tsd-anchor-link">Changelog<a href="#md:changelog" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="assets/icons.svg#icon-anchor"></use></svg></a></h1><a id="md:103-2024-10-17" class="tsd-anchor"></a><h2 class="tsd-anchor-link">[1.0.3] (2024-10-17)<a href="#md:103-2024-10-17" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="assets/icons.svg#icon-anchor"></use></svg></a></h2><a id="md:hotfix" class="tsd-anchor"></a><h4 class="tsd-anchor-link">Hotfix<a href="#md:hotfix" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="assets/icons.svg#icon-anchor"></use></svg></a></h4><ul>
84
+ <li>fix being forced to use callbacks when writing saves or blueprints.</li>
85
+ </ul>
86
+ <a id="md:102-2024-10-17" class="tsd-anchor"></a><h2 class="tsd-anchor-link">[1.0.2] (2024-10-17)<a href="#md:102-2024-10-17" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="assets/icons.svg#icon-anchor"></use></svg></a></h2><a id="md:internal-renaming" class="tsd-anchor"></a><h4 class="tsd-anchor-link">Internal renaming<a href="#md:internal-renaming" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="assets/icons.svg#icon-anchor"></use></svg></a></h4><ul>
87
+ <li><code>...SpecialProperty</code> got all renamed to <code>...SpecialProperties</code>.</li>
88
+ </ul>
89
+ <a id="md:101-2024-10-17" class="tsd-anchor"></a><h3 class="tsd-anchor-link">[1.0.1] (2024-10-17)<a href="#md:101-2024-10-17" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="assets/icons.svg#icon-anchor"></use></svg></a></h3><a id="md:major-breaking-changes-on-parser-usage" class="tsd-anchor"></a><h4 class="tsd-anchor-link">Major breaking changes on Parser usage<a href="#md:major-breaking-changes-on-parser-usage" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="assets/icons.svg#icon-anchor"></use></svg></a></h4><ul>
84
90
  <li>Cleaned Usage methods of Save / Blueprint Parsing. The callbacks are an optional additional parameter object now instead of required.</li>
85
91
  <li>Re-Added a method to parse Saves in memory again. (sorry for the inconvenience)</li>
86
92
  </ul>
@@ -143,4 +149,4 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
143
149
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
144
150
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
145
151
  SOFTWARE.</p>
146
- </div></div><div class="col-sidebar"><div class="page-menu"><div class="tsd-navigation settings"><details class="tsd-accordion"><summary class="tsd-accordion-summary"><h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="assets/icons.svg#icon-chevronDown"></use></svg>Settings</h3></summary><div class="tsd-accordion-details"><div class="tsd-filter-visibility"><span class="settings-label">Member Visibility</span><ul id="tsd-filter-options"><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-protected" name="protected"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Protected</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-external" name="external"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>External</span></label></li></ul></div><div class="tsd-theme-toggle"><label class="settings-label" for="tsd-theme">Theme</label><select id="tsd-theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div><details open class="tsd-accordion tsd-page-navigation"><summary class="tsd-accordion-summary"><h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="assets/icons.svg#icon-chevronDown"></use></svg>On This Page</h3></summary><div class="tsd-accordion-details"><a href="#md:satisfactory-file-parser"><span>Satisfactory <wbr/>File <wbr/>Parser</span></a><a href="#md:supported-versions"><span>Supported <wbr/>Versions</span></a><a href="#md:installation-via-npm"><span>Installation via npm</span></a><a href="#md:mod-support-✅"><span>Mod <wbr/>Support ✅</span></a><a href="#md:reading-a-save"><span>Reading a <wbr/>Save</span></a><ul><li><a href="#md:inspecting-save-objects"><span>Inspecting <wbr/>Save <wbr/>Objects</span></a></li></ul><a href="#md:usage-of-blueprint-parsing"><span>Usage of <wbr/>Blueprint <wbr/>Parsing</span></a><a href="#md:additional-infos"><span>Additional <wbr/>Infos</span></a><a href="#md:bug-reports-or-feedback"><span>Bug <wbr/>Reports or <wbr/>Feedback</span></a><a href="#md:changelog"><span>Changelog</span></a><ul><li><ul><li><a href="#md:101-2024-10-17"><span>[1.0.1] (2024-<wbr/>10-<wbr/>17)</span></a></li><li><ul><li><a href="#md:major-breaking-changes-on-parser-usage"><span>Major breaking changes on <wbr/>Parser usage</span></a></li><li><a href="#md:internal-structure-changes"><span>Internal structure changes</span></a></li><li><a href="#md:module-build-now-includes-source-maps"><span>module build now includes source maps</span></a></li><li><a href="#md:module-build-should-now-include-a-docs-folder-for-auto-generated-documentation"><span>module build should now include a docs folder for auto-<wbr/>generated documentation</span></a></li></ul></li><li><a href="#md:051-2024-10-15"><span>[0.5.1] (2024-<wbr/>10-<wbr/>15)</span></a></li><li><ul><li><a href="#md:added-mod-support"><span>Added <wbr/>Mod <wbr/>Support</span></a></li><li><a href="#md:internal-renamings"><span>Internal <wbr/>Renamings</span></a></li></ul></li><li><a href="#md:0422-2024-10-07"><span>[0.4.22] (2024-<wbr/>10-<wbr/>07)</span></a></li><li><ul><li><a href="#md:compatibility-fix"><span>compatibility fix</span></a></li></ul></li><li><a href="#md:0421-2024-10-07"><span>[0.4.21] (2024-<wbr/>10-<wbr/>07)</span></a></li><li><ul><li><a href="#md:internal-package-restructuring"><span>internal package restructuring</span></a></li></ul></li><li><a href="#md:0420-2024-10-06"><span>[0.4.20] (2024-<wbr/>10-<wbr/>06)</span></a></li><li><ul><li><a href="#md:bugfix"><span>bugfix</span></a></li></ul></li><li><a href="#md:0419-2024-10-06"><span>[0.4.19] (2024-<wbr/>10-<wbr/>06)</span></a></li><li><ul><li><a href="#md:migrated-repo-to-public-github"><span>Migrated repo to public github</span></a></li></ul></li><li><a href="#md:0418-2024-10-05"><span>[0.4.18] (2024-<wbr/>10-<wbr/>05)</span></a></li><li><ul><li><a href="#md:updated-readme"><span>updated README</span></a></li></ul></li><li><a href="#md:0417-2024-10-05"><span>[0.4.17] (2024-<wbr/>10-<wbr/>05)</span></a></li><li><ul><li><a href="#md:updated-readme-1"><span>updated README</span></a></li><li><a href="#md:bugfix-1"><span>bugfix</span></a></li></ul></li><li><a href="#md:0416-2024-10-03"><span>[0.4.16] (2024-<wbr/>10-<wbr/>03)</span></a></li><li><ul><li><a href="#md:bugfix-2"><span>bugfix</span></a></li></ul></li><li><a href="#md:0415-2024-10-02"><span>[0.4.15] (2024-<wbr/>10-<wbr/>02)</span></a></li><li><ul><li><a href="#md:updated-readme-2"><span>updated README</span></a></li></ul></li><li><a href="#md:0414-2024-10-02"><span>[0.4.14] (2024-<wbr/>10-<wbr/>02)</span></a></li><li><ul><li><a href="#md:updated-readme-3"><span>updated README</span></a></li><li><a href="#md:internal-renamings-wont-affect-you-if-you-stick-to-the-code-examples"><span>Internal renamings (won&#39;t affect you if you stick to the code examples)</span></a></li></ul></li></ul></li></ul><a href="#md:license"><span>License</span></a></div></details></div><div class="site-menu"><nav class="tsd-navigation"><a href="modules.html" class="current"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="assets/icons.svg#icon-1"></use></svg><span>@etothepii/satisfactory-file-parser</span></a><ul class="tsd-small-nested-navigation" id="tsd-nav-container" data-base="."><li>Loading...</li></ul></nav></div></div></div><footer><p class="tsd-generator">Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></footer><div class="overlay"></div></body></html>
152
+ </div></div><div class="col-sidebar"><div class="page-menu"><div class="tsd-navigation settings"><details class="tsd-accordion"><summary class="tsd-accordion-summary"><h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="assets/icons.svg#icon-chevronDown"></use></svg>Settings</h3></summary><div class="tsd-accordion-details"><div class="tsd-filter-visibility"><span class="settings-label">Member Visibility</span><ul id="tsd-filter-options"><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-protected" name="protected"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Protected</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-external" name="external"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>External</span></label></li></ul></div><div class="tsd-theme-toggle"><label class="settings-label" for="tsd-theme">Theme</label><select id="tsd-theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div><details open class="tsd-accordion tsd-page-navigation"><summary class="tsd-accordion-summary"><h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="assets/icons.svg#icon-chevronDown"></use></svg>On This Page</h3></summary><div class="tsd-accordion-details"><a href="#md:satisfactory-file-parser"><span>Satisfactory <wbr/>File <wbr/>Parser</span></a><a href="#md:supported-versions"><span>Supported <wbr/>Versions</span></a><a href="#md:installation-via-npm"><span>Installation via npm</span></a><a href="#md:mod-support-✅"><span>Mod <wbr/>Support ✅</span></a><a href="#md:reading-a-save"><span>Reading a <wbr/>Save</span></a><ul><li><a href="#md:inspecting-save-objects"><span>Inspecting <wbr/>Save <wbr/>Objects</span></a></li></ul><a href="#md:usage-of-blueprint-parsing"><span>Usage of <wbr/>Blueprint <wbr/>Parsing</span></a><a href="#md:additional-infos"><span>Additional <wbr/>Infos</span></a><a href="#md:bug-reports-or-feedback"><span>Bug <wbr/>Reports or <wbr/>Feedback</span></a><a href="#md:changelog"><span>Changelog</span></a><ul><li><a href="#md:103-2024-10-17"><span>[1.0.3] (2024-<wbr/>10-<wbr/>17)</span></a></li><li><ul><li><ul><li><a href="#md:hotfix"><span>Hotfix</span></a></li></ul></li></ul></li><li><a href="#md:102-2024-10-17"><span>[1.0.2] (2024-<wbr/>10-<wbr/>17)</span></a></li><li><ul><li><ul><li><a href="#md:internal-renaming"><span>Internal renaming</span></a></li></ul></li><li><a href="#md:101-2024-10-17"><span>[1.0.1] (2024-<wbr/>10-<wbr/>17)</span></a></li><li><ul><li><a href="#md:major-breaking-changes-on-parser-usage"><span>Major breaking changes on <wbr/>Parser usage</span></a></li><li><a href="#md:internal-structure-changes"><span>Internal structure changes</span></a></li><li><a href="#md:module-build-now-includes-source-maps"><span>module build now includes source maps</span></a></li><li><a href="#md:module-build-should-now-include-a-docs-folder-for-auto-generated-documentation"><span>module build should now include a docs folder for auto-<wbr/>generated documentation</span></a></li></ul></li><li><a href="#md:051-2024-10-15"><span>[0.5.1] (2024-<wbr/>10-<wbr/>15)</span></a></li><li><ul><li><a href="#md:added-mod-support"><span>Added <wbr/>Mod <wbr/>Support</span></a></li><li><a href="#md:internal-renamings"><span>Internal <wbr/>Renamings</span></a></li></ul></li><li><a href="#md:0422-2024-10-07"><span>[0.4.22] (2024-<wbr/>10-<wbr/>07)</span></a></li><li><ul><li><a href="#md:compatibility-fix"><span>compatibility fix</span></a></li></ul></li><li><a href="#md:0421-2024-10-07"><span>[0.4.21] (2024-<wbr/>10-<wbr/>07)</span></a></li><li><ul><li><a href="#md:internal-package-restructuring"><span>internal package restructuring</span></a></li></ul></li><li><a href="#md:0420-2024-10-06"><span>[0.4.20] (2024-<wbr/>10-<wbr/>06)</span></a></li><li><ul><li><a href="#md:bugfix"><span>bugfix</span></a></li></ul></li><li><a href="#md:0419-2024-10-06"><span>[0.4.19] (2024-<wbr/>10-<wbr/>06)</span></a></li><li><ul><li><a href="#md:migrated-repo-to-public-github"><span>Migrated repo to public github</span></a></li></ul></li><li><a href="#md:0418-2024-10-05"><span>[0.4.18] (2024-<wbr/>10-<wbr/>05)</span></a></li><li><ul><li><a href="#md:updated-readme"><span>updated README</span></a></li></ul></li><li><a href="#md:0417-2024-10-05"><span>[0.4.17] (2024-<wbr/>10-<wbr/>05)</span></a></li><li><ul><li><a href="#md:updated-readme-1"><span>updated README</span></a></li><li><a href="#md:bugfix-1"><span>bugfix</span></a></li></ul></li><li><a href="#md:0416-2024-10-03"><span>[0.4.16] (2024-<wbr/>10-<wbr/>03)</span></a></li><li><ul><li><a href="#md:bugfix-2"><span>bugfix</span></a></li></ul></li><li><a href="#md:0415-2024-10-02"><span>[0.4.15] (2024-<wbr/>10-<wbr/>02)</span></a></li><li><ul><li><a href="#md:updated-readme-2"><span>updated README</span></a></li></ul></li><li><a href="#md:0414-2024-10-02"><span>[0.4.14] (2024-<wbr/>10-<wbr/>02)</span></a></li><li><ul><li><a href="#md:updated-readme-3"><span>updated README</span></a></li><li><a href="#md:internal-renamings-wont-affect-you-if-you-stick-to-the-code-examples"><span>Internal renamings (won&#39;t affect you if you stick to the code examples)</span></a></li></ul></li></ul></li></ul><a href="#md:license"><span>License</span></a></div></details></div><div class="site-menu"><nav class="tsd-navigation"><a href="modules.html" class="current"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="assets/icons.svg#icon-1"></use></svg><span>@etothepii/satisfactory-file-parser</span></a><ul class="tsd-small-nested-navigation" id="tsd-nav-container" data-base="."><li>Loading...</li></ul></nav></div></div></div><footer><p class="tsd-generator">Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></footer><div class="overlay"></div></body></html>
@@ -1,6 +1,6 @@
1
- <!DOCTYPE html><html class="default" lang="en"><head><meta charset="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>Blueprint | @etothepii/satisfactory-file-parser</title><meta name="description" content="Documentation for @etothepii/satisfactory-file-parser"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script defer src="../assets/main.js"></script><script async src="../assets/icons.js" id="tsd-icons-script"></script><script async src="../assets/search.js" id="tsd-search-script"></script><script async src="../assets/navigation.js" id="tsd-nav-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os";document.body.style.display="none";setTimeout(() => app?app.showPage():document.body.style.removeProperty("display"),500)</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><div class="table-cell" id="tsd-search" data-base=".."><div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-search"></use></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div><div class="field"><div id="tsd-toolbar-links"></div></div><ul class="results"><li class="state loading">Preparing search index...</li><li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">@etothepii/satisfactory-file-parser</a></div><div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-menu"></use></svg></a></div></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><ul class="tsd-breadcrumb"><li><a href="../modules.html">@etothepii/satisfactory-file-parser</a></li><li><a href="Blueprint.html">Blueprint</a></li></ul><h1>Interface Blueprint</h1></div><div class="tsd-signature"><span class="tsd-signature-keyword">interface </span><span class="tsd-kind-interface">Blueprint</span> <span class="tsd-signature-symbol">{ </span><br/><span>    </span><a class="tsd-kind-property" href="Blueprint.html#compressionInfo">compressionInfo</a><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">ChunkCompressionInfo</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="Blueprint.html#config">config</a><span class="tsd-signature-symbol">: </span><a href="BlueprintConfig.html" class="tsd-signature-type tsd-kind-interface">BlueprintConfig</a><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="Blueprint.html#header">header</a><span class="tsd-signature-symbol">: </span><a href="../types/BlueprintHeader.html" class="tsd-signature-type tsd-kind-type-alias">BlueprintHeader</a><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="Blueprint.html#name">name</a><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="Blueprint.html#objects">objects</a><span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">(</span><a href="../classes/SaveEntity.html" class="tsd-signature-type tsd-kind-class">SaveEntity</a><span class="tsd-signature-symbol"> | </span><a href="../classes/SaveComponent.html" class="tsd-signature-type tsd-kind-class">SaveComponent</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">; </span><br/><span class="tsd-signature-symbol">}</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/etothepii4/satisfactory-file-parser/blob/cc4d627c98c0e0c81392325a6b6aa4f76be0de07/src/parser/satisfactory/blueprint/blueprint.types.ts#L24">src/parser/satisfactory/blueprint/blueprint.types.ts:24</a></li></ul></aside><section class="tsd-panel-group tsd-index-group"><section class="tsd-panel tsd-index-panel"><details class="tsd-index-content tsd-accordion" open><summary class="tsd-accordion-summary tsd-index-summary"><h5 class="tsd-index-heading uppercase" role="button" aria-expanded="false" tabIndex="0"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-chevronSmall"></use></svg> Index</h5></summary><div class="tsd-accordion-details"><section class="tsd-index-section"><h3 class="tsd-index-heading">Properties</h3><div class="tsd-index-list"><a href="Blueprint.html#compressionInfo" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>compression<wbr/>Info</span></a>
1
+ <!DOCTYPE html><html class="default" lang="en"><head><meta charset="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>Blueprint | @etothepii/satisfactory-file-parser</title><meta name="description" content="Documentation for @etothepii/satisfactory-file-parser"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script defer src="../assets/main.js"></script><script async src="../assets/icons.js" id="tsd-icons-script"></script><script async src="../assets/search.js" id="tsd-search-script"></script><script async src="../assets/navigation.js" id="tsd-nav-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os";document.body.style.display="none";setTimeout(() => app?app.showPage():document.body.style.removeProperty("display"),500)</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><div class="table-cell" id="tsd-search" data-base=".."><div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-search"></use></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div><div class="field"><div id="tsd-toolbar-links"></div></div><ul class="results"><li class="state loading">Preparing search index...</li><li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">@etothepii/satisfactory-file-parser</a></div><div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-menu"></use></svg></a></div></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><ul class="tsd-breadcrumb"><li><a href="../modules.html">@etothepii/satisfactory-file-parser</a></li><li><a href="Blueprint.html">Blueprint</a></li></ul><h1>Interface Blueprint</h1></div><div class="tsd-signature"><span class="tsd-signature-keyword">interface </span><span class="tsd-kind-interface">Blueprint</span> <span class="tsd-signature-symbol">{ </span><br/><span>    </span><a class="tsd-kind-property" href="Blueprint.html#compressionInfo">compressionInfo</a><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">ChunkCompressionInfo</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="Blueprint.html#config">config</a><span class="tsd-signature-symbol">: </span><a href="BlueprintConfig.html" class="tsd-signature-type tsd-kind-interface">BlueprintConfig</a><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="Blueprint.html#header">header</a><span class="tsd-signature-symbol">: </span><a href="../types/BlueprintHeader.html" class="tsd-signature-type tsd-kind-type-alias">BlueprintHeader</a><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="Blueprint.html#name">name</a><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="Blueprint.html#objects">objects</a><span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">(</span><a href="../classes/SaveEntity.html" class="tsd-signature-type tsd-kind-class">SaveEntity</a><span class="tsd-signature-symbol"> | </span><a href="../classes/SaveComponent.html" class="tsd-signature-type tsd-kind-class">SaveComponent</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">; </span><br/><span class="tsd-signature-symbol">}</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/etothepii4/satisfactory-file-parser/blob/ff8507a355a80a9b09ccaf8a6eebd21756a20f3a/src/parser/satisfactory/blueprint/blueprint.types.ts#L24">src/parser/satisfactory/blueprint/blueprint.types.ts:24</a></li></ul></aside><section class="tsd-panel-group tsd-index-group"><section class="tsd-panel tsd-index-panel"><details class="tsd-index-content tsd-accordion" open><summary class="tsd-accordion-summary tsd-index-summary"><h5 class="tsd-index-heading uppercase" role="button" aria-expanded="false" tabIndex="0"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-chevronSmall"></use></svg> Index</h5></summary><div class="tsd-accordion-details"><section class="tsd-index-section"><h3 class="tsd-index-heading">Properties</h3><div class="tsd-index-list"><a href="Blueprint.html#compressionInfo" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>compression<wbr/>Info</span></a>
2
2
  <a href="Blueprint.html#config" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>config</span></a>
3
3
  <a href="Blueprint.html#header" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>header</span></a>
4
4
  <a href="Blueprint.html#name" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>name</span></a>
5
5
  <a href="Blueprint.html#objects" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>objects</span></a>
6
- </div></section></div></details></section></section><details class="tsd-panel-group tsd-member-group tsd-accordion" open><summary class="tsd-accordion-summary" data-key="section-Properties"><h2><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg> Properties</h2></summary><section><section class="tsd-panel tsd-member"><a id="compressionInfo" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>compression<wbr/>Info</span><a href="#compressionInfo" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">compression<wbr/>Info</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ChunkCompressionInfo</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/etothepii4/satisfactory-file-parser/blob/cc4d627c98c0e0c81392325a6b6aa4f76be0de07/src/parser/satisfactory/blueprint/blueprint.types.ts#L26">src/parser/satisfactory/blueprint/blueprint.types.ts:26</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="config" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>config</span><a href="#config" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">config</span><span class="tsd-signature-symbol">:</span> <a href="BlueprintConfig.html" class="tsd-signature-type tsd-kind-interface">BlueprintConfig</a></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/etothepii4/satisfactory-file-parser/blob/cc4d627c98c0e0c81392325a6b6aa4f76be0de07/src/parser/satisfactory/blueprint/blueprint.types.ts#L28">src/parser/satisfactory/blueprint/blueprint.types.ts:28</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="header" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>header</span><a href="#header" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">header</span><span class="tsd-signature-symbol">:</span> <a href="../types/BlueprintHeader.html" class="tsd-signature-type tsd-kind-type-alias">BlueprintHeader</a></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/etothepii4/satisfactory-file-parser/blob/cc4d627c98c0e0c81392325a6b6aa4f76be0de07/src/parser/satisfactory/blueprint/blueprint.types.ts#L27">src/parser/satisfactory/blueprint/blueprint.types.ts:27</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="name" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>name</span><a href="#name" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">name</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/etothepii4/satisfactory-file-parser/blob/cc4d627c98c0e0c81392325a6b6aa4f76be0de07/src/parser/satisfactory/blueprint/blueprint.types.ts#L25">src/parser/satisfactory/blueprint/blueprint.types.ts:25</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="objects" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>objects</span><a href="#objects" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">objects</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">(</span><a href="../classes/SaveEntity.html" class="tsd-signature-type tsd-kind-class">SaveEntity</a><span class="tsd-signature-symbol"> | </span><a href="../classes/SaveComponent.html" class="tsd-signature-type tsd-kind-class">SaveComponent</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/etothepii4/satisfactory-file-parser/blob/cc4d627c98c0e0c81392325a6b6aa4f76be0de07/src/parser/satisfactory/blueprint/blueprint.types.ts#L29">src/parser/satisfactory/blueprint/blueprint.types.ts:29</a></li></ul></aside></section></section></details></div><div class="col-sidebar"><div class="page-menu"><div class="tsd-navigation settings"><details class="tsd-accordion"><summary class="tsd-accordion-summary"><h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Settings</h3></summary><div class="tsd-accordion-details"><div class="tsd-filter-visibility"><span class="settings-label">Member Visibility</span><ul id="tsd-filter-options"><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-protected" name="protected"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Protected</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-external" name="external"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>External</span></label></li></ul></div><div class="tsd-theme-toggle"><label class="settings-label" for="tsd-theme">Theme</label><select id="tsd-theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div><details open class="tsd-accordion tsd-page-navigation"><summary class="tsd-accordion-summary"><h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>On This Page</h3></summary><div class="tsd-accordion-details"><details open class="tsd-accordion tsd-page-navigation-section"><summary class="tsd-accordion-summary" data-key="tsd-otp-Properties"><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Properties</summary><div><a href="#compressionInfo" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>compression<wbr/>Info</span></a><a href="#config" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>config</span></a><a href="#header" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>header</span></a><a href="#name" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>name</span></a><a href="#objects" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>objects</span></a></div></details></div></details></div><div class="site-menu"><nav class="tsd-navigation"><a href="../modules.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1"></use></svg><span>@etothepii/satisfactory-file-parser</span></a><ul class="tsd-small-nested-navigation" id="tsd-nav-container" data-base=".."><li>Loading...</li></ul></nav></div></div></div><footer><p class="tsd-generator">Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></footer><div class="overlay"></div></body></html>
6
+ </div></section></div></details></section></section><details class="tsd-panel-group tsd-member-group tsd-accordion" open><summary class="tsd-accordion-summary" data-key="section-Properties"><h2><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg> Properties</h2></summary><section><section class="tsd-panel tsd-member"><a id="compressionInfo" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>compression<wbr/>Info</span><a href="#compressionInfo" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">compression<wbr/>Info</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ChunkCompressionInfo</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/etothepii4/satisfactory-file-parser/blob/ff8507a355a80a9b09ccaf8a6eebd21756a20f3a/src/parser/satisfactory/blueprint/blueprint.types.ts#L26">src/parser/satisfactory/blueprint/blueprint.types.ts:26</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="config" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>config</span><a href="#config" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">config</span><span class="tsd-signature-symbol">:</span> <a href="BlueprintConfig.html" class="tsd-signature-type tsd-kind-interface">BlueprintConfig</a></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/etothepii4/satisfactory-file-parser/blob/ff8507a355a80a9b09ccaf8a6eebd21756a20f3a/src/parser/satisfactory/blueprint/blueprint.types.ts#L28">src/parser/satisfactory/blueprint/blueprint.types.ts:28</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="header" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>header</span><a href="#header" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">header</span><span class="tsd-signature-symbol">:</span> <a href="../types/BlueprintHeader.html" class="tsd-signature-type tsd-kind-type-alias">BlueprintHeader</a></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/etothepii4/satisfactory-file-parser/blob/ff8507a355a80a9b09ccaf8a6eebd21756a20f3a/src/parser/satisfactory/blueprint/blueprint.types.ts#L27">src/parser/satisfactory/blueprint/blueprint.types.ts:27</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="name" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>name</span><a href="#name" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">name</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/etothepii4/satisfactory-file-parser/blob/ff8507a355a80a9b09ccaf8a6eebd21756a20f3a/src/parser/satisfactory/blueprint/blueprint.types.ts#L25">src/parser/satisfactory/blueprint/blueprint.types.ts:25</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="objects" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>objects</span><a href="#objects" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">objects</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">(</span><a href="../classes/SaveEntity.html" class="tsd-signature-type tsd-kind-class">SaveEntity</a><span class="tsd-signature-symbol"> | </span><a href="../classes/SaveComponent.html" class="tsd-signature-type tsd-kind-class">SaveComponent</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/etothepii4/satisfactory-file-parser/blob/ff8507a355a80a9b09ccaf8a6eebd21756a20f3a/src/parser/satisfactory/blueprint/blueprint.types.ts#L29">src/parser/satisfactory/blueprint/blueprint.types.ts:29</a></li></ul></aside></section></section></details></div><div class="col-sidebar"><div class="page-menu"><div class="tsd-navigation settings"><details class="tsd-accordion"><summary class="tsd-accordion-summary"><h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Settings</h3></summary><div class="tsd-accordion-details"><div class="tsd-filter-visibility"><span class="settings-label">Member Visibility</span><ul id="tsd-filter-options"><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-protected" name="protected"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Protected</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-external" name="external"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>External</span></label></li></ul></div><div class="tsd-theme-toggle"><label class="settings-label" for="tsd-theme">Theme</label><select id="tsd-theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div><details open class="tsd-accordion tsd-page-navigation"><summary class="tsd-accordion-summary"><h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>On This Page</h3></summary><div class="tsd-accordion-details"><details open class="tsd-accordion tsd-page-navigation-section"><summary class="tsd-accordion-summary" data-key="tsd-otp-Properties"><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Properties</summary><div><a href="#compressionInfo" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>compression<wbr/>Info</span></a><a href="#config" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>config</span></a><a href="#header" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>header</span></a><a href="#name" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>name</span></a><a href="#objects" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>objects</span></a></div></details></div></details></div><div class="site-menu"><nav class="tsd-navigation"><a href="../modules.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1"></use></svg><span>@etothepii/satisfactory-file-parser</span></a><ul class="tsd-small-nested-navigation" id="tsd-nav-container" data-base=".."><li>Loading...</li></ul></nav></div></div></div><footer><p class="tsd-generator">Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></footer><div class="overlay"></div></body></html>
@@ -1,6 +1,6 @@
1
- <!DOCTYPE html><html class="default" lang="en"><head><meta charset="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>BlueprintConfig | @etothepii/satisfactory-file-parser</title><meta name="description" content="Documentation for @etothepii/satisfactory-file-parser"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script defer src="../assets/main.js"></script><script async src="../assets/icons.js" id="tsd-icons-script"></script><script async src="../assets/search.js" id="tsd-search-script"></script><script async src="../assets/navigation.js" id="tsd-nav-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os";document.body.style.display="none";setTimeout(() => app?app.showPage():document.body.style.removeProperty("display"),500)</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><div class="table-cell" id="tsd-search" data-base=".."><div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-search"></use></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div><div class="field"><div id="tsd-toolbar-links"></div></div><ul class="results"><li class="state loading">Preparing search index...</li><li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">@etothepii/satisfactory-file-parser</a></div><div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-menu"></use></svg></a></div></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><ul class="tsd-breadcrumb"><li><a href="../modules.html">@etothepii/satisfactory-file-parser</a></li><li><a href="BlueprintConfig.html">BlueprintConfig</a></li></ul><h1>Interface BlueprintConfig</h1></div><div class="tsd-signature"><span class="tsd-signature-keyword">interface </span><span class="tsd-kind-interface">BlueprintConfig</span> <span class="tsd-signature-symbol">{ </span><br/><span>    </span><a class="tsd-kind-property" href="BlueprintConfig.html#color">color</a><span class="tsd-signature-symbol">: </span><a href="../types/col4-1.html" class="tsd-signature-type tsd-kind-type-alias">col4</a><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="BlueprintConfig.html#description">description</a><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="BlueprintConfig.html#iconID">iconID</a><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="BlueprintConfig.html#iconLibraryType">iconLibraryType</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="BlueprintConfig.html#referencedIconLibrary">referencedIconLibrary</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span class="tsd-signature-symbol">}</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/etothepii4/satisfactory-file-parser/blob/cc4d627c98c0e0c81392325a6b6aa4f76be0de07/src/parser/satisfactory/blueprint/blueprint.types.ts#L8">src/parser/satisfactory/blueprint/blueprint.types.ts:8</a></li></ul></aside><section class="tsd-panel-group tsd-index-group"><section class="tsd-panel tsd-index-panel"><details class="tsd-index-content tsd-accordion" open><summary class="tsd-accordion-summary tsd-index-summary"><h5 class="tsd-index-heading uppercase" role="button" aria-expanded="false" tabIndex="0"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-chevronSmall"></use></svg> Index</h5></summary><div class="tsd-accordion-details"><section class="tsd-index-section"><h3 class="tsd-index-heading">Properties</h3><div class="tsd-index-list"><a href="BlueprintConfig.html#color" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>color</span></a>
1
+ <!DOCTYPE html><html class="default" lang="en"><head><meta charset="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>BlueprintConfig | @etothepii/satisfactory-file-parser</title><meta name="description" content="Documentation for @etothepii/satisfactory-file-parser"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script defer src="../assets/main.js"></script><script async src="../assets/icons.js" id="tsd-icons-script"></script><script async src="../assets/search.js" id="tsd-search-script"></script><script async src="../assets/navigation.js" id="tsd-nav-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os";document.body.style.display="none";setTimeout(() => app?app.showPage():document.body.style.removeProperty("display"),500)</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><div class="table-cell" id="tsd-search" data-base=".."><div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-search"></use></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div><div class="field"><div id="tsd-toolbar-links"></div></div><ul class="results"><li class="state loading">Preparing search index...</li><li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">@etothepii/satisfactory-file-parser</a></div><div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-menu"></use></svg></a></div></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><ul class="tsd-breadcrumb"><li><a href="../modules.html">@etothepii/satisfactory-file-parser</a></li><li><a href="BlueprintConfig.html">BlueprintConfig</a></li></ul><h1>Interface BlueprintConfig</h1></div><div class="tsd-signature"><span class="tsd-signature-keyword">interface </span><span class="tsd-kind-interface">BlueprintConfig</span> <span class="tsd-signature-symbol">{ </span><br/><span>    </span><a class="tsd-kind-property" href="BlueprintConfig.html#color">color</a><span class="tsd-signature-symbol">: </span><a href="../types/col4-1.html" class="tsd-signature-type tsd-kind-type-alias">col4</a><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="BlueprintConfig.html#description">description</a><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="BlueprintConfig.html#iconID">iconID</a><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="BlueprintConfig.html#iconLibraryType">iconLibraryType</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="BlueprintConfig.html#referencedIconLibrary">referencedIconLibrary</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span class="tsd-signature-symbol">}</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/etothepii4/satisfactory-file-parser/blob/ff8507a355a80a9b09ccaf8a6eebd21756a20f3a/src/parser/satisfactory/blueprint/blueprint.types.ts#L8">src/parser/satisfactory/blueprint/blueprint.types.ts:8</a></li></ul></aside><section class="tsd-panel-group tsd-index-group"><section class="tsd-panel tsd-index-panel"><details class="tsd-index-content tsd-accordion" open><summary class="tsd-accordion-summary tsd-index-summary"><h5 class="tsd-index-heading uppercase" role="button" aria-expanded="false" tabIndex="0"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-chevronSmall"></use></svg> Index</h5></summary><div class="tsd-accordion-details"><section class="tsd-index-section"><h3 class="tsd-index-heading">Properties</h3><div class="tsd-index-list"><a href="BlueprintConfig.html#color" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>color</span></a>
2
2
  <a href="BlueprintConfig.html#description" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>description</span></a>
3
3
  <a href="BlueprintConfig.html#iconID" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>iconID</span></a>
4
4
  <a href="BlueprintConfig.html#iconLibraryType" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>icon<wbr/>Library<wbr/>Type?</span></a>
5
5
  <a href="BlueprintConfig.html#referencedIconLibrary" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>referenced<wbr/>Icon<wbr/>Library?</span></a>
6
- </div></section></div></details></section></section><details class="tsd-panel-group tsd-member-group tsd-accordion" open><summary class="tsd-accordion-summary" data-key="section-Properties"><h2><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg> Properties</h2></summary><section><section class="tsd-panel tsd-member"><a id="color" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>color</span><a href="#color" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">color</span><span class="tsd-signature-symbol">:</span> <a href="../types/col4-1.html" class="tsd-signature-type tsd-kind-type-alias">col4</a></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/etothepii4/satisfactory-file-parser/blob/cc4d627c98c0e0c81392325a6b6aa4f76be0de07/src/parser/satisfactory/blueprint/blueprint.types.ts#L10">src/parser/satisfactory/blueprint/blueprint.types.ts:10</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="description" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>description</span><a href="#description" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">description</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/etothepii4/satisfactory-file-parser/blob/cc4d627c98c0e0c81392325a6b6aa4f76be0de07/src/parser/satisfactory/blueprint/blueprint.types.ts#L9">src/parser/satisfactory/blueprint/blueprint.types.ts:9</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="iconID" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>iconID</span><a href="#iconID" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">iconID</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/etothepii4/satisfactory-file-parser/blob/cc4d627c98c0e0c81392325a6b6aa4f76be0de07/src/parser/satisfactory/blueprint/blueprint.types.ts#L11">src/parser/satisfactory/blueprint/blueprint.types.ts:11</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="iconLibraryType" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Optional</code><span>icon<wbr/>Library<wbr/>Type</span><a href="#iconLibraryType" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">icon<wbr/>Library<wbr/>Type</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/etothepii4/satisfactory-file-parser/blob/cc4d627c98c0e0c81392325a6b6aa4f76be0de07/src/parser/satisfactory/blueprint/blueprint.types.ts#L13">src/parser/satisfactory/blueprint/blueprint.types.ts:13</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="referencedIconLibrary" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Optional</code><span>referenced<wbr/>Icon<wbr/>Library</span><a href="#referencedIconLibrary" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">referenced<wbr/>Icon<wbr/>Library</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/etothepii4/satisfactory-file-parser/blob/cc4d627c98c0e0c81392325a6b6aa4f76be0de07/src/parser/satisfactory/blueprint/blueprint.types.ts#L12">src/parser/satisfactory/blueprint/blueprint.types.ts:12</a></li></ul></aside></section></section></details></div><div class="col-sidebar"><div class="page-menu"><div class="tsd-navigation settings"><details class="tsd-accordion"><summary class="tsd-accordion-summary"><h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Settings</h3></summary><div class="tsd-accordion-details"><div class="tsd-filter-visibility"><span class="settings-label">Member Visibility</span><ul id="tsd-filter-options"><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-protected" name="protected"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Protected</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-external" name="external"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>External</span></label></li></ul></div><div class="tsd-theme-toggle"><label class="settings-label" for="tsd-theme">Theme</label><select id="tsd-theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div><details open class="tsd-accordion tsd-page-navigation"><summary class="tsd-accordion-summary"><h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>On This Page</h3></summary><div class="tsd-accordion-details"><details open class="tsd-accordion tsd-page-navigation-section"><summary class="tsd-accordion-summary" data-key="tsd-otp-Properties"><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Properties</summary><div><a href="#color" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>color</span></a><a href="#description" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>description</span></a><a href="#iconID" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>iconID</span></a><a href="#iconLibraryType" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>icon<wbr/>Library<wbr/>Type</span></a><a href="#referencedIconLibrary" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>referenced<wbr/>Icon<wbr/>Library</span></a></div></details></div></details></div><div class="site-menu"><nav class="tsd-navigation"><a href="../modules.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1"></use></svg><span>@etothepii/satisfactory-file-parser</span></a><ul class="tsd-small-nested-navigation" id="tsd-nav-container" data-base=".."><li>Loading...</li></ul></nav></div></div></div><footer><p class="tsd-generator">Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></footer><div class="overlay"></div></body></html>
6
+ </div></section></div></details></section></section><details class="tsd-panel-group tsd-member-group tsd-accordion" open><summary class="tsd-accordion-summary" data-key="section-Properties"><h2><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg> Properties</h2></summary><section><section class="tsd-panel tsd-member"><a id="color" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>color</span><a href="#color" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">color</span><span class="tsd-signature-symbol">:</span> <a href="../types/col4-1.html" class="tsd-signature-type tsd-kind-type-alias">col4</a></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/etothepii4/satisfactory-file-parser/blob/ff8507a355a80a9b09ccaf8a6eebd21756a20f3a/src/parser/satisfactory/blueprint/blueprint.types.ts#L10">src/parser/satisfactory/blueprint/blueprint.types.ts:10</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="description" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>description</span><a href="#description" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">description</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/etothepii4/satisfactory-file-parser/blob/ff8507a355a80a9b09ccaf8a6eebd21756a20f3a/src/parser/satisfactory/blueprint/blueprint.types.ts#L9">src/parser/satisfactory/blueprint/blueprint.types.ts:9</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="iconID" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>iconID</span><a href="#iconID" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">iconID</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/etothepii4/satisfactory-file-parser/blob/ff8507a355a80a9b09ccaf8a6eebd21756a20f3a/src/parser/satisfactory/blueprint/blueprint.types.ts#L11">src/parser/satisfactory/blueprint/blueprint.types.ts:11</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="iconLibraryType" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Optional</code><span>icon<wbr/>Library<wbr/>Type</span><a href="#iconLibraryType" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">icon<wbr/>Library<wbr/>Type</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/etothepii4/satisfactory-file-parser/blob/ff8507a355a80a9b09ccaf8a6eebd21756a20f3a/src/parser/satisfactory/blueprint/blueprint.types.ts#L13">src/parser/satisfactory/blueprint/blueprint.types.ts:13</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="referencedIconLibrary" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Optional</code><span>referenced<wbr/>Icon<wbr/>Library</span><a href="#referencedIconLibrary" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">referenced<wbr/>Icon<wbr/>Library</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/etothepii4/satisfactory-file-parser/blob/ff8507a355a80a9b09ccaf8a6eebd21756a20f3a/src/parser/satisfactory/blueprint/blueprint.types.ts#L12">src/parser/satisfactory/blueprint/blueprint.types.ts:12</a></li></ul></aside></section></section></details></div><div class="col-sidebar"><div class="page-menu"><div class="tsd-navigation settings"><details class="tsd-accordion"><summary class="tsd-accordion-summary"><h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Settings</h3></summary><div class="tsd-accordion-details"><div class="tsd-filter-visibility"><span class="settings-label">Member Visibility</span><ul id="tsd-filter-options"><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-protected" name="protected"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Protected</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-external" name="external"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>External</span></label></li></ul></div><div class="tsd-theme-toggle"><label class="settings-label" for="tsd-theme">Theme</label><select id="tsd-theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div><details open class="tsd-accordion tsd-page-navigation"><summary class="tsd-accordion-summary"><h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>On This Page</h3></summary><div class="tsd-accordion-details"><details open class="tsd-accordion tsd-page-navigation-section"><summary class="tsd-accordion-summary" data-key="tsd-otp-Properties"><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Properties</summary><div><a href="#color" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>color</span></a><a href="#description" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>description</span></a><a href="#iconID" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>iconID</span></a><a href="#iconLibraryType" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>icon<wbr/>Library<wbr/>Type</span></a><a href="#referencedIconLibrary" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>referenced<wbr/>Icon<wbr/>Library</span></a></div></details></div></details></div><div class="site-menu"><nav class="tsd-navigation"><a href="../modules.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1"></use></svg><span>@etothepii/satisfactory-file-parser</span></a><ul class="tsd-small-nested-navigation" id="tsd-nav-container" data-base=".."><li>Loading...</li></ul></nav></div></div></div><footer><p class="tsd-generator">Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></footer><div class="overlay"></div></body></html>
@@ -1,4 +1,4 @@
1
- <!DOCTYPE html><html class="default" lang="en"><head><meta charset="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>ModData | @etothepii/satisfactory-file-parser</title><meta name="description" content="Documentation for @etothepii/satisfactory-file-parser"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script defer src="../assets/main.js"></script><script async src="../assets/icons.js" id="tsd-icons-script"></script><script async src="../assets/search.js" id="tsd-search-script"></script><script async src="../assets/navigation.js" id="tsd-nav-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os";document.body.style.display="none";setTimeout(() => app?app.showPage():document.body.style.removeProperty("display"),500)</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><div class="table-cell" id="tsd-search" data-base=".."><div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-search"></use></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div><div class="field"><div id="tsd-toolbar-links"></div></div><ul class="results"><li class="state loading">Preparing search index...</li><li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">@etothepii/satisfactory-file-parser</a></div><div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-menu"></use></svg></a></div></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><ul class="tsd-breadcrumb"><li><a href="../modules.html">@etothepii/satisfactory-file-parser</a></li><li><a href="ModData.html">ModData</a></li></ul><h1>Interface ModData</h1></div><div class="tsd-signature"><span class="tsd-signature-keyword">interface </span><span class="tsd-kind-interface">ModData</span> <span class="tsd-signature-symbol">{ </span><br/><span>    </span><a class="tsd-kind-property" href="ModData.html#Name">Name</a><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="ModData.html#Reference">Reference</a><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="ModData.html#Version">Version</a><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span class="tsd-signature-symbol">}</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/etothepii4/satisfactory-file-parser/blob/cc4d627c98c0e0c81392325a6b6aa4f76be0de07/src/parser/satisfactory/save/save.types.ts#L4">src/parser/satisfactory/save/save.types.ts:4</a></li></ul></aside><section class="tsd-panel-group tsd-index-group"><section class="tsd-panel tsd-index-panel"><details class="tsd-index-content tsd-accordion" open><summary class="tsd-accordion-summary tsd-index-summary"><h5 class="tsd-index-heading uppercase" role="button" aria-expanded="false" tabIndex="0"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-chevronSmall"></use></svg> Index</h5></summary><div class="tsd-accordion-details"><section class="tsd-index-section"><h3 class="tsd-index-heading">Properties</h3><div class="tsd-index-list"><a href="ModData.html#Name" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>Name</span></a>
1
+ <!DOCTYPE html><html class="default" lang="en"><head><meta charset="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>ModData | @etothepii/satisfactory-file-parser</title><meta name="description" content="Documentation for @etothepii/satisfactory-file-parser"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script defer src="../assets/main.js"></script><script async src="../assets/icons.js" id="tsd-icons-script"></script><script async src="../assets/search.js" id="tsd-search-script"></script><script async src="../assets/navigation.js" id="tsd-nav-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os";document.body.style.display="none";setTimeout(() => app?app.showPage():document.body.style.removeProperty("display"),500)</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><div class="table-cell" id="tsd-search" data-base=".."><div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-search"></use></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div><div class="field"><div id="tsd-toolbar-links"></div></div><ul class="results"><li class="state loading">Preparing search index...</li><li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">@etothepii/satisfactory-file-parser</a></div><div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-menu"></use></svg></a></div></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><ul class="tsd-breadcrumb"><li><a href="../modules.html">@etothepii/satisfactory-file-parser</a></li><li><a href="ModData.html">ModData</a></li></ul><h1>Interface ModData</h1></div><div class="tsd-signature"><span class="tsd-signature-keyword">interface </span><span class="tsd-kind-interface">ModData</span> <span class="tsd-signature-symbol">{ </span><br/><span>    </span><a class="tsd-kind-property" href="ModData.html#Name">Name</a><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="ModData.html#Reference">Reference</a><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="ModData.html#Version">Version</a><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span class="tsd-signature-symbol">}</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/etothepii4/satisfactory-file-parser/blob/ff8507a355a80a9b09ccaf8a6eebd21756a20f3a/src/parser/satisfactory/save/save.types.ts#L4">src/parser/satisfactory/save/save.types.ts:4</a></li></ul></aside><section class="tsd-panel-group tsd-index-group"><section class="tsd-panel tsd-index-panel"><details class="tsd-index-content tsd-accordion" open><summary class="tsd-accordion-summary tsd-index-summary"><h5 class="tsd-index-heading uppercase" role="button" aria-expanded="false" tabIndex="0"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-chevronSmall"></use></svg> Index</h5></summary><div class="tsd-accordion-details"><section class="tsd-index-section"><h3 class="tsd-index-heading">Properties</h3><div class="tsd-index-list"><a href="ModData.html#Name" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>Name</span></a>
2
2
  <a href="ModData.html#Reference" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>Reference</span></a>
3
3
  <a href="ModData.html#Version" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>Version</span></a>
4
- </div></section></div></details></section></section><details class="tsd-panel-group tsd-member-group tsd-accordion" open><summary class="tsd-accordion-summary" data-key="section-Properties"><h2><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg> Properties</h2></summary><section><section class="tsd-panel tsd-member"><a id="Name" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>Name</span><a href="#Name" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">Name</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/etothepii4/satisfactory-file-parser/blob/cc4d627c98c0e0c81392325a6b6aa4f76be0de07/src/parser/satisfactory/save/save.types.ts#L6">src/parser/satisfactory/save/save.types.ts:6</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="Reference" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>Reference</span><a href="#Reference" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">Reference</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/etothepii4/satisfactory-file-parser/blob/cc4d627c98c0e0c81392325a6b6aa4f76be0de07/src/parser/satisfactory/save/save.types.ts#L5">src/parser/satisfactory/save/save.types.ts:5</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="Version" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>Version</span><a href="#Version" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">Version</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/etothepii4/satisfactory-file-parser/blob/cc4d627c98c0e0c81392325a6b6aa4f76be0de07/src/parser/satisfactory/save/save.types.ts#L7">src/parser/satisfactory/save/save.types.ts:7</a></li></ul></aside></section></section></details></div><div class="col-sidebar"><div class="page-menu"><div class="tsd-navigation settings"><details class="tsd-accordion"><summary class="tsd-accordion-summary"><h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Settings</h3></summary><div class="tsd-accordion-details"><div class="tsd-filter-visibility"><span class="settings-label">Member Visibility</span><ul id="tsd-filter-options"><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-protected" name="protected"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Protected</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-external" name="external"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>External</span></label></li></ul></div><div class="tsd-theme-toggle"><label class="settings-label" for="tsd-theme">Theme</label><select id="tsd-theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div><details open class="tsd-accordion tsd-page-navigation"><summary class="tsd-accordion-summary"><h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>On This Page</h3></summary><div class="tsd-accordion-details"><details open class="tsd-accordion tsd-page-navigation-section"><summary class="tsd-accordion-summary" data-key="tsd-otp-Properties"><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Properties</summary><div><a href="#Name" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>Name</span></a><a href="#Reference" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>Reference</span></a><a href="#Version" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>Version</span></a></div></details></div></details></div><div class="site-menu"><nav class="tsd-navigation"><a href="../modules.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1"></use></svg><span>@etothepii/satisfactory-file-parser</span></a><ul class="tsd-small-nested-navigation" id="tsd-nav-container" data-base=".."><li>Loading...</li></ul></nav></div></div></div><footer><p class="tsd-generator">Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></footer><div class="overlay"></div></body></html>
4
+ </div></section></div></details></section></section><details class="tsd-panel-group tsd-member-group tsd-accordion" open><summary class="tsd-accordion-summary" data-key="section-Properties"><h2><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg> Properties</h2></summary><section><section class="tsd-panel tsd-member"><a id="Name" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>Name</span><a href="#Name" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">Name</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/etothepii4/satisfactory-file-parser/blob/ff8507a355a80a9b09ccaf8a6eebd21756a20f3a/src/parser/satisfactory/save/save.types.ts#L6">src/parser/satisfactory/save/save.types.ts:6</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="Reference" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>Reference</span><a href="#Reference" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">Reference</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/etothepii4/satisfactory-file-parser/blob/ff8507a355a80a9b09ccaf8a6eebd21756a20f3a/src/parser/satisfactory/save/save.types.ts#L5">src/parser/satisfactory/save/save.types.ts:5</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="Version" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>Version</span><a href="#Version" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">Version</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/etothepii4/satisfactory-file-parser/blob/ff8507a355a80a9b09ccaf8a6eebd21756a20f3a/src/parser/satisfactory/save/save.types.ts#L7">src/parser/satisfactory/save/save.types.ts:7</a></li></ul></aside></section></section></details></div><div class="col-sidebar"><div class="page-menu"><div class="tsd-navigation settings"><details class="tsd-accordion"><summary class="tsd-accordion-summary"><h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Settings</h3></summary><div class="tsd-accordion-details"><div class="tsd-filter-visibility"><span class="settings-label">Member Visibility</span><ul id="tsd-filter-options"><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-protected" name="protected"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Protected</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-external" name="external"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>External</span></label></li></ul></div><div class="tsd-theme-toggle"><label class="settings-label" for="tsd-theme">Theme</label><select id="tsd-theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div><details open class="tsd-accordion tsd-page-navigation"><summary class="tsd-accordion-summary"><h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>On This Page</h3></summary><div class="tsd-accordion-details"><details open class="tsd-accordion tsd-page-navigation-section"><summary class="tsd-accordion-summary" data-key="tsd-otp-Properties"><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Properties</summary><div><a href="#Name" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>Name</span></a><a href="#Reference" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>Reference</span></a><a href="#Version" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>Version</span></a></div></details></div></details></div><div class="site-menu"><nav class="tsd-navigation"><a href="../modules.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1"></use></svg><span>@etothepii/satisfactory-file-parser</span></a><ul class="tsd-small-nested-navigation" id="tsd-nav-container" data-base=".."><li>Loading...</li></ul></nav></div></div></div><footer><p class="tsd-generator">Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></footer><div class="overlay"></div></body></html>
@@ -1,4 +1,4 @@
1
- <!DOCTYPE html><html class="default" lang="en"><head><meta charset="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>SatisfactoryModMetadata | @etothepii/satisfactory-file-parser</title><meta name="description" content="Documentation for @etothepii/satisfactory-file-parser"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script defer src="../assets/main.js"></script><script async src="../assets/icons.js" id="tsd-icons-script"></script><script async src="../assets/search.js" id="tsd-search-script"></script><script async src="../assets/navigation.js" id="tsd-nav-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os";document.body.style.display="none";setTimeout(() => app?app.showPage():document.body.style.removeProperty("display"),500)</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><div class="table-cell" id="tsd-search" data-base=".."><div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-search"></use></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div><div class="field"><div id="tsd-toolbar-links"></div></div><ul class="results"><li class="state loading">Preparing search index...</li><li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">@etothepii/satisfactory-file-parser</a></div><div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-menu"></use></svg></a></div></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><ul class="tsd-breadcrumb"><li><a href="../modules.html">@etothepii/satisfactory-file-parser</a></li><li><a href="SatisfactoryModMetadata.html">SatisfactoryModMetadata</a></li></ul><h1>Interface SatisfactoryModMetadata</h1></div><div class="tsd-signature"><span class="tsd-signature-keyword">interface </span><span class="tsd-kind-interface">SatisfactoryModMetadata</span> <span class="tsd-signature-symbol">{ </span><br/><span>    </span><a class="tsd-kind-property" href="SatisfactoryModMetadata.html#FullMapName">FullMapName</a><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="SatisfactoryModMetadata.html#Mods">Mods</a><span class="tsd-signature-symbol">: </span><a href="ModData.html" class="tsd-signature-type tsd-kind-interface">ModData</a><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="SatisfactoryModMetadata.html#Version">Version</a><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">; </span><br/><span class="tsd-signature-symbol">}</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/etothepii4/satisfactory-file-parser/blob/cc4d627c98c0e0c81392325a6b6aa4f76be0de07/src/parser/satisfactory/save/save.types.ts#L11">src/parser/satisfactory/save/save.types.ts:11</a></li></ul></aside><section class="tsd-panel-group tsd-index-group"><section class="tsd-panel tsd-index-panel"><details class="tsd-index-content tsd-accordion" open><summary class="tsd-accordion-summary tsd-index-summary"><h5 class="tsd-index-heading uppercase" role="button" aria-expanded="false" tabIndex="0"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-chevronSmall"></use></svg> Index</h5></summary><div class="tsd-accordion-details"><section class="tsd-index-section"><h3 class="tsd-index-heading">Properties</h3><div class="tsd-index-list"><a href="SatisfactoryModMetadata.html#FullMapName" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>Full<wbr/>Map<wbr/>Name</span></a>
1
+ <!DOCTYPE html><html class="default" lang="en"><head><meta charset="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>SatisfactoryModMetadata | @etothepii/satisfactory-file-parser</title><meta name="description" content="Documentation for @etothepii/satisfactory-file-parser"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script defer src="../assets/main.js"></script><script async src="../assets/icons.js" id="tsd-icons-script"></script><script async src="../assets/search.js" id="tsd-search-script"></script><script async src="../assets/navigation.js" id="tsd-nav-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os";document.body.style.display="none";setTimeout(() => app?app.showPage():document.body.style.removeProperty("display"),500)</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><div class="table-cell" id="tsd-search" data-base=".."><div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-search"></use></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div><div class="field"><div id="tsd-toolbar-links"></div></div><ul class="results"><li class="state loading">Preparing search index...</li><li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">@etothepii/satisfactory-file-parser</a></div><div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-menu"></use></svg></a></div></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><ul class="tsd-breadcrumb"><li><a href="../modules.html">@etothepii/satisfactory-file-parser</a></li><li><a href="SatisfactoryModMetadata.html">SatisfactoryModMetadata</a></li></ul><h1>Interface SatisfactoryModMetadata</h1></div><div class="tsd-signature"><span class="tsd-signature-keyword">interface </span><span class="tsd-kind-interface">SatisfactoryModMetadata</span> <span class="tsd-signature-symbol">{ </span><br/><span>    </span><a class="tsd-kind-property" href="SatisfactoryModMetadata.html#FullMapName">FullMapName</a><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="SatisfactoryModMetadata.html#Mods">Mods</a><span class="tsd-signature-symbol">: </span><a href="ModData.html" class="tsd-signature-type tsd-kind-interface">ModData</a><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="SatisfactoryModMetadata.html#Version">Version</a><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">; </span><br/><span class="tsd-signature-symbol">}</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/etothepii4/satisfactory-file-parser/blob/ff8507a355a80a9b09ccaf8a6eebd21756a20f3a/src/parser/satisfactory/save/save.types.ts#L11">src/parser/satisfactory/save/save.types.ts:11</a></li></ul></aside><section class="tsd-panel-group tsd-index-group"><section class="tsd-panel tsd-index-panel"><details class="tsd-index-content tsd-accordion" open><summary class="tsd-accordion-summary tsd-index-summary"><h5 class="tsd-index-heading uppercase" role="button" aria-expanded="false" tabIndex="0"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-chevronSmall"></use></svg> Index</h5></summary><div class="tsd-accordion-details"><section class="tsd-index-section"><h3 class="tsd-index-heading">Properties</h3><div class="tsd-index-list"><a href="SatisfactoryModMetadata.html#FullMapName" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>Full<wbr/>Map<wbr/>Name</span></a>
2
2
  <a href="SatisfactoryModMetadata.html#Mods" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>Mods</span></a>
3
3
  <a href="SatisfactoryModMetadata.html#Version" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>Version</span></a>
4
- </div></section></div></details></section></section><details class="tsd-panel-group tsd-member-group tsd-accordion" open><summary class="tsd-accordion-summary" data-key="section-Properties"><h2><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg> Properties</h2></summary><section><section class="tsd-panel tsd-member"><a id="FullMapName" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>Full<wbr/>Map<wbr/>Name</span><a href="#FullMapName" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">Full<wbr/>Map<wbr/>Name</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/etothepii4/satisfactory-file-parser/blob/cc4d627c98c0e0c81392325a6b6aa4f76be0de07/src/parser/satisfactory/save/save.types.ts#L13">src/parser/satisfactory/save/save.types.ts:13</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="Mods" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>Mods</span><a href="#Mods" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">Mods</span><span class="tsd-signature-symbol">:</span> <a href="ModData.html" class="tsd-signature-type tsd-kind-interface">ModData</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/etothepii4/satisfactory-file-parser/blob/cc4d627c98c0e0c81392325a6b6aa4f76be0de07/src/parser/satisfactory/save/save.types.ts#L14">src/parser/satisfactory/save/save.types.ts:14</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="Version" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>Version</span><a href="#Version" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">Version</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/etothepii4/satisfactory-file-parser/blob/cc4d627c98c0e0c81392325a6b6aa4f76be0de07/src/parser/satisfactory/save/save.types.ts#L12">src/parser/satisfactory/save/save.types.ts:12</a></li></ul></aside></section></section></details></div><div class="col-sidebar"><div class="page-menu"><div class="tsd-navigation settings"><details class="tsd-accordion"><summary class="tsd-accordion-summary"><h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Settings</h3></summary><div class="tsd-accordion-details"><div class="tsd-filter-visibility"><span class="settings-label">Member Visibility</span><ul id="tsd-filter-options"><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-protected" name="protected"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Protected</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-external" name="external"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>External</span></label></li></ul></div><div class="tsd-theme-toggle"><label class="settings-label" for="tsd-theme">Theme</label><select id="tsd-theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div><details open class="tsd-accordion tsd-page-navigation"><summary class="tsd-accordion-summary"><h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>On This Page</h3></summary><div class="tsd-accordion-details"><details open class="tsd-accordion tsd-page-navigation-section"><summary class="tsd-accordion-summary" data-key="tsd-otp-Properties"><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Properties</summary><div><a href="#FullMapName" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>Full<wbr/>Map<wbr/>Name</span></a><a href="#Mods" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>Mods</span></a><a href="#Version" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>Version</span></a></div></details></div></details></div><div class="site-menu"><nav class="tsd-navigation"><a href="../modules.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1"></use></svg><span>@etothepii/satisfactory-file-parser</span></a><ul class="tsd-small-nested-navigation" id="tsd-nav-container" data-base=".."><li>Loading...</li></ul></nav></div></div></div><footer><p class="tsd-generator">Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></footer><div class="overlay"></div></body></html>
4
+ </div></section></div></details></section></section><details class="tsd-panel-group tsd-member-group tsd-accordion" open><summary class="tsd-accordion-summary" data-key="section-Properties"><h2><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg> Properties</h2></summary><section><section class="tsd-panel tsd-member"><a id="FullMapName" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>Full<wbr/>Map<wbr/>Name</span><a href="#FullMapName" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">Full<wbr/>Map<wbr/>Name</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/etothepii4/satisfactory-file-parser/blob/ff8507a355a80a9b09ccaf8a6eebd21756a20f3a/src/parser/satisfactory/save/save.types.ts#L13">src/parser/satisfactory/save/save.types.ts:13</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="Mods" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>Mods</span><a href="#Mods" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">Mods</span><span class="tsd-signature-symbol">:</span> <a href="ModData.html" class="tsd-signature-type tsd-kind-interface">ModData</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/etothepii4/satisfactory-file-parser/blob/ff8507a355a80a9b09ccaf8a6eebd21756a20f3a/src/parser/satisfactory/save/save.types.ts#L14">src/parser/satisfactory/save/save.types.ts:14</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="Version" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>Version</span><a href="#Version" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">Version</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/etothepii4/satisfactory-file-parser/blob/ff8507a355a80a9b09ccaf8a6eebd21756a20f3a/src/parser/satisfactory/save/save.types.ts#L12">src/parser/satisfactory/save/save.types.ts:12</a></li></ul></aside></section></section></details></div><div class="col-sidebar"><div class="page-menu"><div class="tsd-navigation settings"><details class="tsd-accordion"><summary class="tsd-accordion-summary"><h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Settings</h3></summary><div class="tsd-accordion-details"><div class="tsd-filter-visibility"><span class="settings-label">Member Visibility</span><ul id="tsd-filter-options"><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-protected" name="protected"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Protected</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-external" name="external"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>External</span></label></li></ul></div><div class="tsd-theme-toggle"><label class="settings-label" for="tsd-theme">Theme</label><select id="tsd-theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div><details open class="tsd-accordion tsd-page-navigation"><summary class="tsd-accordion-summary"><h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>On This Page</h3></summary><div class="tsd-accordion-details"><details open class="tsd-accordion tsd-page-navigation-section"><summary class="tsd-accordion-summary" data-key="tsd-otp-Properties"><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Properties</summary><div><a href="#FullMapName" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>Full<wbr/>Map<wbr/>Name</span></a><a href="#Mods" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>Mods</span></a><a href="#Version" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>Version</span></a></div></details></div></details></div><div class="site-menu"><nav class="tsd-navigation"><a href="../modules.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1"></use></svg><span>@etothepii/satisfactory-file-parser</span></a><ul class="tsd-small-nested-navigation" id="tsd-nav-container" data-base=".."><li>Loading...</li></ul></nav></div></div></div><footer><p class="tsd-generator">Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></footer><div class="overlay"></div></body></html>