deepsight.gg 1.0.244 → 1.0.246
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.
- package/DeepsightPlugCategorisation.d.ts +17 -0
- package/DeepsightPlugCategorisation.json +1264 -1269
- package/DeepsightPlugCategorisation.ts +17 -0
- package/DeepsightVendorDefinition.json +406 -317
- package/Enums.d.ts +317 -317
- package/package.json +1 -1
- package/versions.json +5 -5
|
@@ -25,6 +25,9 @@ export declare const enum DeepsightPlugTypeIntrinsic {
|
|
|
25
25
|
Exotic,
|
|
26
26
|
SparrowEngine,
|
|
27
27
|
Controls,
|
|
28
|
+
Armor,
|
|
29
|
+
ArmorArtifice,
|
|
30
|
+
ArmorLegacy,
|
|
28
31
|
}
|
|
29
32
|
|
|
30
33
|
export declare const enum DeepsightPlugTypePerk {
|
|
@@ -115,6 +118,11 @@ export declare const enum DeepsightPlugTypeCosmetic {
|
|
|
115
118
|
OrnamentWeaponExotic,
|
|
116
119
|
OrnamentMask,
|
|
117
120
|
ShaderDefault,
|
|
121
|
+
GhostProjectionEmpty,
|
|
122
|
+
TransmatEffectEmpty,
|
|
123
|
+
TransmatEffectRandom,
|
|
124
|
+
WeaponEffects,
|
|
125
|
+
WeaponEffectsDefault,
|
|
118
126
|
}
|
|
119
127
|
|
|
120
128
|
export declare const enum DeepsightPlugTypeMasterwork {
|
|
@@ -132,6 +140,15 @@ export declare const enum DeepsightPlugTypeMasterwork {
|
|
|
132
140
|
Authorization,
|
|
133
141
|
EnhancementEmpty,
|
|
134
142
|
Enhancement,
|
|
143
|
+
ArmorEmpty,
|
|
144
|
+
Legacy,
|
|
145
|
+
AuthorizationEmpty,
|
|
146
|
+
EventSolsticeEmbers,
|
|
147
|
+
EventSolsticeEmbersEmpty,
|
|
148
|
+
EventSolsticeKindling,
|
|
149
|
+
EventSolsticeKindlingEmpty,
|
|
150
|
+
ShapedWeaponEmpty,
|
|
151
|
+
WeaponEmpty,
|
|
135
152
|
}
|
|
136
153
|
|
|
137
154
|
export declare const enum DeepsightPlugTypeVendor {
|