deepsight.gg 1.0.1321 → 1.0.1322

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.
@@ -33,6 +33,8 @@ export enum DeepsightPlugTypeIntrinsic {
33
33
  ArmorLegacy,
34
34
  Shaped,
35
35
  EmptyCraftingSocket,
36
+ ArmorStat,
37
+ ArmorArchetype,
36
38
  }
37
39
 
38
40
  export enum DeepsightPlugTypePerk {
@@ -63,6 +65,8 @@ export enum DeepsightPlugTypePerk {
63
65
  EmptyCraftingSocket,
64
66
  EmblemAura,
65
67
  Random,
68
+ Rail,
69
+ Bolt,
66
70
  }
67
71
 
68
72
  export enum DeepsightPlugTypeMod {
@@ -80,6 +84,9 @@ export enum DeepsightPlugTypeMod {
80
84
  Fallback,
81
85
  ArmorLocked,
82
86
  ArmorExotic,
87
+ ArmorStatTuning,
88
+ GhostDeprecated,
89
+ WeaponEnhanced,
83
90
  }
84
91
 
85
92
  export enum DeepsightPlugTypeSubclass {
@@ -251,7 +258,6 @@ export interface DeepsightPlugCategorisationMod extends DeepsightPlugCategorisat
251
258
  export interface DeepsightPlugCategorisationSubclass extends DeepsightPlugCategorisationGeneric<DeepsightPlugCategory.Subclass> {
252
259
  damageType?: DamageTypeHashes;
253
260
  subclasses?: InventoryItemHashes[];
254
- affectsClassStat?: true;
255
261
  }
256
262
 
257
263
  interface DeepsightPlugCategorisationMap {