@blizzhackers/d2data 2.7.10 → 2.7.11

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
@@ -310,6 +310,7 @@ files.forEach(fn => {
310
310
  full[fn]['andariel'].areaId = 37;
311
311
  full[fn]['duriel'].areaId = 73;
312
312
  full[fn]['mephisto'].areaId = 102;
313
+ full[fn]['izual'].areaId = 105;
313
314
  full[fn]['diablo'].areaId = 108;
314
315
  full[fn]['baalcrab'].areaId = 132;
315
316
  full[fn]['ubermephisto'].areaId = 136;
@@ -11318,51 +11318,51 @@
11318
11318
  "normal": {
11319
11319
  "willowisp3": {
11320
11320
  "mlvl": 26,
11321
- "packCount": 15.869230769230768,
11321
+ "packCount": 15.715384615384613,
11322
11322
  "mlvl(N)": 56,
11323
- "packCount(N)": 14.22307692307692,
11323
+ "packCount(N)": 14.069230769230767,
11324
11324
  "mlvl(H)": 83,
11325
- "packCount(H)": 12.538461538461537
11325
+ "packCount(H)": 12.384615384615387
11326
11326
  },
11327
11327
  "vilemother1": {
11328
11328
  "mlvl": 24,
11329
- "packCount": 15.869230769230768,
11329
+ "packCount": 15.715384615384615,
11330
11330
  "mlvl(N)": 56,
11331
- "packCount(N)": 14.223076923076922,
11331
+ "packCount(N)": 14.069230769230767,
11332
11332
  "mlvl(H)": 83,
11333
- "packCount(H)": 12.53846153846154
11333
+ "packCount(H)": 12.384615384615387
11334
11334
  },
11335
11335
  "fingermage1": {
11336
11336
  "mlvl": 24,
11337
- "packCount": 15.869230769230768,
11337
+ "packCount": 15.715384615384615,
11338
11338
  "mlvl(N)": 56,
11339
- "packCount(N)": 14.223076923076922,
11339
+ "packCount(N)": 14.069230769230767,
11340
11340
  "mlvl(H)": 83,
11341
- "packCount(H)": 12.53846153846154
11341
+ "packCount(H)": 12.384615384615387
11342
11342
  },
11343
11343
  "regurgitator1": {
11344
11344
  "mlvl": 24,
11345
- "packCount": 15.869230769230768,
11345
+ "packCount": 15.715384615384615,
11346
11346
  "mlvl(N)": 56,
11347
- "packCount(N)": 14.223076923076922,
11347
+ "packCount(N)": 14.069230769230767,
11348
11348
  "mlvl(H)": 83,
11349
- "packCount(H)": 12.53846153846154
11349
+ "packCount(H)": 12.384615384615387
11350
11350
  },
11351
11351
  "doomknight1": {
11352
11352
  "mlvl": 24,
11353
- "packCount": 15.869230769230768,
11353
+ "packCount": 15.715384615384613,
11354
11354
  "mlvl(N)": 56,
11355
- "packCount(N)": 14.22307692307692,
11355
+ "packCount(N)": 14.069230769230765,
11356
11356
  "mlvl(H)": 83,
11357
- "packCount(H)": 12.538461538461537
11357
+ "packCount(H)": 12.384615384615383
11358
11358
  },
11359
11359
  "megademon3": {
11360
11360
  "mlvl": 30,
11361
- "packCount": 15.869230769230768,
11361
+ "packCount": 15.715384615384613,
11362
11362
  "mlvl(N)": 56,
11363
- "packCount(N)": 14.22307692307692,
11363
+ "packCount(N)": 14.069230769230765,
11364
11364
  "mlvl(H)": 83,
11365
- "packCount(H)": 12.538461538461537
11365
+ "packCount(H)": 12.384615384615383
11366
11366
  }
11367
11367
  },
11368
11368
  "champion": {
@@ -11482,7 +11482,17 @@
11482
11482
  }
11483
11483
  },
11484
11484
  "superunique": {},
11485
- "boss": {}
11485
+ "boss": {
11486
+ "izual": {
11487
+ "mlvl": 29,
11488
+ "packCount": 1,
11489
+ "mlvl(N)": 60,
11490
+ "packCount(N)": 1,
11491
+ "mlvl(H)": 86,
11492
+ "packCount(H)": 1,
11493
+ "hasStaticLevel": true
11494
+ }
11495
+ }
11486
11496
  },
11487
11497
  "106": {
11488
11498
  "normal": {
@@ -30132,7 +30132,8 @@
30132
30132
  "TreasureClassDesecrated(H)": "Izual (H) Desecrated A",
30133
30133
  "TreasureClassDesecratedChamp(H)": "Izual (H) Desecrated A",
30134
30134
  "TreasureClassDesecratedUnique(H)": "Izual (H) Desecrated A",
30135
- "lineNumber": 256
30135
+ "lineNumber": 256,
30136
+ "areaId": 105
30136
30137
  },
30137
30138
  "izualghost": {
30138
30139
  "Id": "izualghost",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blizzhackers/d2data",
3
- "version": "2.7.10",
3
+ "version": "2.7.11",
4
4
  "description": "",
5
5
  "main": "compile.js",
6
6
  "scripts": {
@@ -42,6 +42,7 @@
42
42
  "Wyand Voidbringer","hell","yes","no",83,88,86,"Durance of Hate Level 3",102
43
43
  "Maffer Dragonhand","hell","yes","no",83,88,86,"Durance of Hate Level 3",102
44
44
  "Mephisto","hell","no","yes",83,87,87,"Durance of Hate Level 3",102
45
+ "Izual","hell","no","yes",83,86,86,"Plains of Despair",105
45
46
  "Hephasto The Armorer","hell","yes","no",85,88,88,"River of Flame",107
46
47
  "Infector of Souls","hell","yes","no",85,84,88,"The Chaos Sanctuary",108
47
48
  "Lord De Seis","hell","yes","no",85,85,88,"The Chaos Sanctuary",108
@@ -42,6 +42,7 @@
42
42
  "Wyand Voidbringer","nightmare","yes","no",55,56,58,"Durance of Hate Level 3",102
43
43
  "Maffer Dragonhand","nightmare","yes","no",55,56,58,"Durance of Hate Level 3",102
44
44
  "Mephisto","nightmare","no","yes",55,59,59,"Durance of Hate Level 3",102
45
+ "Izual","nightmare","no","yes",56,60,60,"Plains of Despair",105
45
46
  "Hephasto The Armorer","nightmare","yes","no",57,60,60,"River of Flame",107
46
47
  "Infector of Souls","nightmare","yes","no",58,57,61,"The Chaos Sanctuary",108
47
48
  "Lord De Seis","nightmare","yes","no",58,58,61,"The Chaos Sanctuary",108
@@ -42,6 +42,7 @@
42
42
  "Wyand Voidbringer","normal","yes","no",25,25,28,"Durance of Hate Level 3",102
43
43
  "Maffer Dragonhand","normal","yes","no",25,25,28,"Durance of Hate Level 3",102
44
44
  "Mephisto","normal","no","yes",25,26,26,"Durance of Hate Level 3",102
45
+ "Izual","normal","no","yes",26,29,29,"Plains of Despair",105
45
46
  "Hephasto The Armorer","normal","yes","no",27,25,28,"River of Flame",107
46
47
  "Infector of Souls","normal","yes","no",28,30,33,"The Chaos Sanctuary",108
47
48
  "Lord De Seis","normal","yes","no",28,30,33,"The Chaos Sanctuary",108