@blizzhackers/d2data 2.7.2 → 2.7.3

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
@@ -304,6 +304,7 @@ files.forEach(fn => {
304
304
  }
305
305
 
306
306
  if (fn === 'monstats') {
307
+ full[fn]['bloodraven'].areaId = 17;
307
308
  full[fn]['andariel'].areaId = 37;
308
309
  full[fn]['duriel'].areaId = 73;
309
310
  full[fn]['mephisto'].areaId = 102;
@@ -1658,25 +1658,34 @@
1658
1658
  "normal": {
1659
1659
  "skeleton1": {
1660
1660
  "mlvl": 2,
1661
- "packCount": 9.5,
1661
+ "packCount": 9,
1662
1662
  "mlvl(N)": 37,
1663
- "packCount(N)": 9.5,
1663
+ "packCount(N)": 9,
1664
1664
  "mlvl(H)": 80,
1665
- "packCount(H)": 9.5
1665
+ "packCount(H)": 9
1666
1666
  },
1667
1667
  "zombie2": {
1668
1668
  "mlvl": 2,
1669
- "packCount": 9.5,
1669
+ "packCount": 9,
1670
1670
  "mlvl(N)": 37,
1671
- "packCount(N)": 9.5,
1671
+ "packCount(N)": 9,
1672
1672
  "mlvl(H)": 80,
1673
- "packCount(H)": 9.5
1673
+ "packCount(H)": 9
1674
1674
  }
1675
1675
  },
1676
1676
  "champion": {},
1677
1677
  "unique": {},
1678
1678
  "superunique": {},
1679
- "boss": {}
1679
+ "boss": {
1680
+ "bloodraven": {
1681
+ "mlvl": 10,
1682
+ "packCount": 1,
1683
+ "mlvl(N)": 43,
1684
+ "packCount(N)": 1,
1685
+ "mlvl(H)": 88,
1686
+ "packCount(H)": 1
1687
+ }
1688
+ }
1680
1689
  },
1681
1690
  "18": {
1682
1691
  "normal": {
@@ -7970,7 +7970,8 @@
7970
7970
  "TreasureClassDesecrated(H)": "Blood Raven (H) Desecrated A",
7971
7971
  "TreasureClassDesecratedChamp(H)": "Blood Raven (H) Desecrated A",
7972
7972
  "TreasureClassDesecratedUnique(H)": "Blood Raven (H) Desecrated A",
7973
- "lineNumber": 267
7973
+ "lineNumber": 267,
7974
+ "areaId": 17
7974
7975
  },
7975
7976
  "blunderbore1": {
7976
7977
  "Id": "blunderbore1",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blizzhackers/d2data",
3
- "version": "2.7.2",
3
+ "version": "2.7.3",
4
4
  "description": "",
5
5
  "main": "compile.js",
6
6
  "scripts": {