@etothepii/satisfactory-file-parser 0.2.5 → 0.2.6
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.
|
@@ -262,10 +262,13 @@ export declare const EDIT: {
|
|
|
262
262
|
CLASS_NAME: string;
|
|
263
263
|
};
|
|
264
264
|
};
|
|
265
|
-
|
|
265
|
+
BUILDGUN_BP: {
|
|
266
266
|
TYPE_PATH: string;
|
|
267
267
|
CLASS_NAME: string;
|
|
268
268
|
};
|
|
269
|
+
BUILDGUN: {
|
|
270
|
+
TYPE_PATH: string;
|
|
271
|
+
};
|
|
269
272
|
HYPERTUBES: {
|
|
270
273
|
HYPERTUBE_SUPPORT: {
|
|
271
274
|
TYPE_PATH: string;
|
|
@@ -365,10 +365,13 @@ exports.EDIT = {
|
|
|
365
365
|
CLASS_NAME: CLASS_NAME_BIRD
|
|
366
366
|
}
|
|
367
367
|
},
|
|
368
|
-
|
|
368
|
+
BUILDGUN_BP: {
|
|
369
369
|
TYPE_PATH: '/Game/FactoryGame/Equipment/BuildGun/BP_BuildGun.BP_BuildGun_C',
|
|
370
370
|
CLASS_NAME: 'BP_BuildGun_C'
|
|
371
371
|
},
|
|
372
|
+
BUILDGUN: {
|
|
373
|
+
TYPE_PATH: '/Script/FactoryGame.FGBuildGun'
|
|
374
|
+
},
|
|
372
375
|
HYPERTUBES: {
|
|
373
376
|
HYPERTUBE_SUPPORT: {
|
|
374
377
|
TYPE_PATH: '/Game/FactoryGame/Buildable/Factory/PipeHyperSupport/Build_PipeHyperSupport.Build_PipeHyperSupport_C',
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@etothepii/satisfactory-file-parser",
|
|
3
3
|
"author": "etothepii",
|
|
4
|
-
"version": "0.2.
|
|
4
|
+
"version": "0.2.6",
|
|
5
5
|
"description": "A file parser for satisfactory files. Includes save files and blueprint files.",
|
|
6
6
|
"types": "./build/index.d.ts",
|
|
7
7
|
"main": "./build/index.js",
|