@etothepii/satisfactory-file-parser 0.2.3 → 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
- BUILDGUN: {
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;
@@ -348,6 +351,9 @@ export declare const EDIT: {
348
351
  AUTOMATED_WORKBENCH: {
349
352
  TYPE_PATH: string;
350
353
  };
354
+ WORKSHOP_COMPONENT: {
355
+ TYPE_PATH: string;
356
+ };
351
357
  };
352
358
  PATTERNS: {
353
359
  FULL_FACTORY_ZONE: {
@@ -365,10 +365,13 @@ exports.EDIT = {
365
365
  CLASS_NAME: CLASS_NAME_BIRD
366
366
  }
367
367
  },
368
- BUILDGUN: {
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',
@@ -450,6 +453,9 @@ exports.EDIT = {
450
453
  },
451
454
  AUTOMATED_WORKBENCH: {
452
455
  TYPE_PATH: '/Script/FactoryGame.FGBuildableAutomatedWorkBench'
456
+ },
457
+ WORKSHOP_COMPONENT: {
458
+ TYPE_PATH: '/Game/FactoryGame/Buildable/-Shared/WorkBench/BP_WorkshopComponent.BP_WorkshopComponent_C'
453
459
  }
454
460
  },
455
461
  PATTERNS: {
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.3",
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",