@blizzhackers/d2data 2.7.7 → 2.7.8

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/compile.js CHANGED
@@ -263,7 +263,7 @@ files.forEach(fn => {
263
263
  full[fn]['Coldworm the Burrower'].areaId = 64;
264
264
  full[fn]['Fire Eye'].areaId = 54;
265
265
  full[fn]['Dark Elder'].areaId = 44;
266
- full[fn]['The Summoner'].areaId = 74;
266
+ // full[fn]['The Summoner'].areaId = 74; // I don't think he spawns a superunique.
267
267
  full[fn]['The Smith'].areaId = 28;
268
268
  full[fn]['Web Mage the Burning'].areaId = 85;
269
269
  full[fn]['Witch Doctor Endugu'].areaId = 91;
@@ -305,6 +305,7 @@ files.forEach(fn => {
305
305
 
306
306
  if (fn === 'monstats') {
307
307
  full[fn]['bloodraven'].areaId = 17;
308
+ full[fn]['summoner'].areaId = 74;
308
309
  full[fn]['andariel'].areaId = 37;
309
310
  full[fn]['duriel'].areaId = 73;
310
311
  full[fn]['mephisto'].areaId = 102;
@@ -7624,27 +7624,27 @@
7624
7624
  "normal": {
7625
7625
  "wraith3": {
7626
7626
  "mlvl": 19,
7627
- "packCount": 70.44000000000001,
7627
+ "packCount": 70.30666666666667,
7628
7628
  "mlvl(N)": 48,
7629
7629
  "packCount(N)": 68.01333333333332,
7630
7630
  "mlvl(H)": 79,
7631
- "packCount(H)": 65.06666666666666
7631
+ "packCount(H)": 65.2
7632
7632
  },
7633
7633
  "goatman4": {
7634
7634
  "mlvl": 19,
7635
- "packCount": 70.44000000000001,
7635
+ "packCount": 70.30666666666667,
7636
7636
  "mlvl(N)": 48,
7637
7637
  "packCount(N)": 68.01333333333332,
7638
7638
  "mlvl(H)": 79,
7639
- "packCount(H)": 65.06666666666666
7639
+ "packCount(H)": 65.2
7640
7640
  },
7641
7641
  "vampire1": {
7642
7642
  "mlvl": 19,
7643
- "packCount": 70.44000000000001,
7643
+ "packCount": 70.30666666666667,
7644
7644
  "mlvl(N)": 48,
7645
7645
  "packCount(N)": 68.01333333333332,
7646
7646
  "mlvl(H)": 79,
7647
- "packCount(H)": 65.06666666666666
7647
+ "packCount(H)": 65.2
7648
7648
  }
7649
7649
  },
7650
7650
  "champion": {
@@ -7699,18 +7699,18 @@
7699
7699
  "packCount(H)": 2.1333333333333333
7700
7700
  }
7701
7701
  },
7702
- "superunique": {
7703
- "The Summoner": {
7704
- "mlvl": 21,
7702
+ "superunique": {},
7703
+ "boss": {
7704
+ "summoner": {
7705
+ "mlvl": 18,
7705
7706
  "packCount": 1,
7706
- "mlvl(N)": 58,
7707
+ "mlvl(N)": 55,
7707
7708
  "packCount(N)": 1,
7708
- "mlvl(H)": 83,
7709
+ "mlvl(H)": 80,
7709
7710
  "packCount(H)": 1,
7710
7711
  "hasStaticLevel": true
7711
7712
  }
7712
- },
7713
- "boss": {}
7713
+ }
7714
7714
  },
7715
7715
  "75": {
7716
7716
  "normal": {},
@@ -56797,7 +56797,8 @@
56797
56797
  "TreasureClassDesecrated(H)": "Summoner (H) Desecrated A",
56798
56798
  "TreasureClassDesecratedChamp(H)": "Summoner (H) Desecrated A",
56799
56799
  "TreasureClassDesecratedUnique(H)": "Summoner (H) Desecrated A",
56800
- "lineNumber": 250
56800
+ "lineNumber": 250,
56801
+ "areaId": 74
56801
56802
  },
56802
56803
  "swarm1": {
56803
56804
  "Id": "swarm1",
@@ -1288,8 +1288,7 @@
1288
1288
  "TC(N) Desecrated": "Summoner (N) Desecrated A",
1289
1289
  "TC(H)": "Summoner (H)",
1290
1290
  "TC(H) Desecrated": "Summoner (H) Desecrated A",
1291
- "lineNumber": 18,
1292
- "areaId": 74
1291
+ "lineNumber": 18
1293
1292
  },
1294
1293
  "The Tormentor": {
1295
1294
  "Superunique": "The Tormentor",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blizzhackers/d2data",
3
- "version": "2.7.7",
3
+ "version": "2.7.8",
4
4
  "description": "",
5
5
  "main": "compile.js",
6
6
  "scripts": {