deepsight.gg 1.0.245 → 1.0.248
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/DeepsightDropTableDefinition.json +3 -3
- package/DeepsightPlugCategorisation.d.ts +17 -0
- package/DeepsightPlugCategorisation.json +1264 -1269
- package/DeepsightPlugCategorisation.ts +17 -0
- package/DeepsightVendorDefinition.json +1038 -948
- package/package.json +1 -1
- package/versions.json +8 -8
|
@@ -2421,11 +2421,11 @@
|
|
|
2421
2421
|
"3637669759": {}
|
|
2422
2422
|
}
|
|
2423
2423
|
],
|
|
2424
|
-
"current":
|
|
2425
|
-
"next": "2024-04-
|
|
2424
|
+
"current": 128,
|
|
2425
|
+
"next": "2024-04-05T17:00:00Z"
|
|
2426
2426
|
},
|
|
2427
2427
|
"availability": "rotator",
|
|
2428
|
-
"endTime": "2024-04-
|
|
2428
|
+
"endTime": "2024-04-05T17:00:00Z",
|
|
2429
2429
|
"type": "lost-sector",
|
|
2430
2430
|
"typeDisplayProperties": {
|
|
2431
2431
|
"name": "Lost Sector",
|
|
@@ -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 {
|