deepsight.gg 1.0.262 → 1.0.263

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.
@@ -2382,10 +2382,10 @@
2382
2382
  }
2383
2383
  },
2384
2384
  "lostSector": {
2385
- "hash": 55186263,
2385
+ "hash": 1344654780,
2386
2386
  "displayProperties": {
2387
- "name": "Skydock IV",
2388
- "description": "Legend Difficulty: Locked Equipment, Extra Shields\n\nChampions: [Shield-Piercing] Barrier, [Stagger] Unstoppable\n\nThreat: [Solar] Solar\n\nShields: [Void] Void\n\nModifiers: Pestilence",
2387
+ "name": "The Quarry",
2388
+ "description": "Legend Difficulty: Locked Equipment, Extra Shields\n\nChampions: [Shield-Piercing] Barrier, [Stagger] Unstoppable\n\nThreat: [Void] Void\n\nShields: [Solar] Solar, [Void] Void\n\nModifiers: Scorched Earth",
2389
2389
  "icon": "/common/destiny2_content/icons/DestinyActivityModeDefinition_7d11acd7d5a3daebc0a0c906452932d6.png"
2390
2390
  },
2391
2391
  "rotations": {
@@ -0,0 +1,3 @@
1
+ {
2
+ "powerFloor": 1600
3
+ }
@@ -54470,7 +54470,7 @@
54470
54470
  "isVisible": true
54471
54471
  },
54472
54472
  {
54473
- "plugHash": 3661387068,
54473
+ "plugHash": 202670084,
54474
54474
  "isEnabled": false,
54475
54475
  "isVisible": true
54476
54476
  },
@@ -54480,12 +54480,12 @@
54480
54480
  "isVisible": true
54481
54481
  },
54482
54482
  {
54483
- "plugHash": 1354429876,
54483
+ "plugHash": 3700496672,
54484
54484
  "isEnabled": false,
54485
54485
  "isVisible": true
54486
54486
  },
54487
54487
  {
54488
- "plugHash": 2896038713,
54488
+ "plugHash": 438098033,
54489
54489
  "isEnabled": false,
54490
54490
  "isVisible": true
54491
54491
  },
@@ -54544,12 +54544,12 @@
54544
54544
  "plugs": {
54545
54545
  "1": [
54546
54546
  {
54547
- "plugItemHash": 3661387068,
54547
+ "plugItemHash": 202670084,
54548
54548
  "canInsert": true,
54549
54549
  "enabled": true
54550
54550
  },
54551
54551
  {
54552
- "plugItemHash": 4090651448,
54552
+ "plugItemHash": 1482024992,
54553
54553
  "canInsert": true,
54554
54554
  "enabled": true
54555
54555
  }
@@ -54561,21 +54561,21 @@
54561
54561
  "enabled": true
54562
54562
  },
54563
54563
  {
54564
- "plugItemHash": 3230963543,
54564
+ "plugItemHash": 679225683,
54565
54565
  "canInsert": true,
54566
54566
  "enabled": true
54567
54567
  }
54568
54568
  ],
54569
54569
  "3": [
54570
54570
  {
54571
- "plugItemHash": 1354429876,
54571
+ "plugItemHash": 3700496672,
54572
54572
  "canInsert": true,
54573
54573
  "enabled": true
54574
54574
  }
54575
54575
  ],
54576
54576
  "4": [
54577
54577
  {
54578
- "plugItemHash": 2896038713,
54578
+ "plugItemHash": 438098033,
54579
54579
  "canInsert": true,
54580
54580
  "enabled": true
54581
54581
  }
package/Interfaces.d.ts CHANGED
@@ -330,3 +330,7 @@ export declare interface DeepsightVendorItemDefinition extends DestinyVendorItem
330
330
  costs?: DestinyItemQuantity[];
331
331
  itemComponent: DestinyItemComponentSetOfint32;
332
332
  }
333
+
334
+ export declare interface DeepsightStats {
335
+ powerFloor: number;
336
+ }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "deepsight.gg",
3
3
  "description": "Manifests provided by deepsight.gg, the next evolution of item management in Destiny 2.",
4
- "version": "1.0.262",
4
+ "version": "1.0.263",
5
5
  "types": "Interfaces.d.ts",
6
6
  "license": "MIT",
7
7
  "keywords": [
package/versions.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
- "DeepsightDropTableDefinition": 124,
2
+ "DeepsightDropTableDefinition": 125,
3
3
  "DeepsightMomentDefinition": 2,
4
4
  "DeepsightPlugCategorisation": 18,
5
5
  "DeepsightWallpaperDefinition": 3,
6
6
  "Enums": 18,
7
7
  "Destiny2/Manifest": "224672.24.03.14.2044-1-bnet.54594",
8
- "Interfaces": 11,
9
- "deepsight": 262,
8
+ "Interfaces": 12,
9
+ "deepsight": 263,
10
10
  "DeepsightTierTypeDefinition": 1,
11
11
  "lastDailyReset": "2024-04-07T17:00:00Z",
12
12
  "lastWeeklyReset": "2024-04-02T17:00:00Z",
@@ -15,6 +15,7 @@
15
15
  "instanceId": "14616418123",
16
16
  "period": "2024-04-07T17:45:52Z"
17
17
  },
18
- "updated": "2024-04-07T17:54:09Z",
19
- "DeepsightVendorDefinition": 116
18
+ "updated": "2024-04-07T22:29:03Z",
19
+ "DeepsightVendorDefinition": 117,
20
+ "DeepsightStats": 0
20
21
  }