@blizzhackers/d2data 2.6.1 → 2.6.2
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 +7 -7
- package/json/tcprecalc.json +52 -52
- package/package.json +1 -1
package/compile.js
CHANGED
|
@@ -628,11 +628,11 @@ tcprecalc['Duriel - Base']['droprate'][6] *= 0.23562610229276895 / 0.28604061515
|
|
|
628
628
|
tcprecalc['Duriel - Base']['droprate'][7] *= 0.23562610229276895 / 0.28604061515129975;
|
|
629
629
|
tcprecalc['Duriel - Base']['droprate'][8] *= 0.23562610229276895 / 0.28604061515129975;
|
|
630
630
|
|
|
631
|
-
tcprecalc['Duriel Desecrated A']['
|
|
631
|
+
tcprecalc['Duriel Desecrated A']['droprateRoot'] = { ...tcprecalc['Duriel']['droprateRoot'] };
|
|
632
632
|
tcprecalc['Duriel - Base Desecrated A']['droprate'] = { ...tcprecalc['Duriel - Base']['droprate'] };
|
|
633
|
-
tcprecalc['Duriel Desecrated B']['
|
|
633
|
+
tcprecalc['Duriel Desecrated B']['droprateRoot'] = { ...tcprecalc['Duriel']['droprateRoot'] };
|
|
634
634
|
tcprecalc['Duriel - Base Desecrated B']['droprate'] = { ...tcprecalc['Duriel - Base']['droprate'] };
|
|
635
|
-
tcprecalc['Duriel Desecrated C']['
|
|
635
|
+
tcprecalc['Duriel Desecrated C']['droprateRoot'] = { ...tcprecalc['Duriel']['droprateRoot'] };
|
|
636
636
|
tcprecalc['Duriel - Base Desecrated C']['droprate'] = { ...tcprecalc['Duriel - Base']['droprate'] };
|
|
637
637
|
|
|
638
638
|
tcprecalc['Duriel (N)']['droprateRoot'][1] *= 0.40188714943604026;
|
|
@@ -652,11 +652,11 @@ tcprecalc['Duriel (N) - Base']['droprate'][6] *= 0.23562610229276895 / 0.2860406
|
|
|
652
652
|
tcprecalc['Duriel (N) - Base']['droprate'][7] *= 0.23562610229276895 / 0.28604061515129975;
|
|
653
653
|
tcprecalc['Duriel (N) - Base']['droprate'][8] *= 0.23562610229276895 / 0.28604061515129975;
|
|
654
654
|
|
|
655
|
-
tcprecalc['Duriel (N) Desecrated A']['
|
|
655
|
+
tcprecalc['Duriel (N) Desecrated A']['droprateRoot'] = { ...tcprecalc['Duriel (N)']['droprateRoot'] };
|
|
656
656
|
tcprecalc['Duriel (N) - Base Desecrated A']['droprate'] = { ...tcprecalc['Duriel (N) - Base']['droprate'] };
|
|
657
|
-
tcprecalc['Duriel (N) Desecrated B']['
|
|
657
|
+
tcprecalc['Duriel (N) Desecrated B']['droprateRoot'] = { ...tcprecalc['Duriel (N)']['droprateRoot'] };
|
|
658
658
|
tcprecalc['Duriel (N) - Base Desecrated B']['droprate'] = { ...tcprecalc['Duriel (N) - Base']['droprate'] };
|
|
659
|
-
tcprecalc['Duriel (N) Desecrated C']['
|
|
659
|
+
tcprecalc['Duriel (N) Desecrated C']['droprateRoot'] = { ...tcprecalc['Duriel (N)']['droprateRoot'] };
|
|
660
660
|
tcprecalc['Duriel (N) - Base Desecrated C']['droprate'] = { ...tcprecalc['Duriel (N) - Base']['droprate'] };
|
|
661
661
|
|
|
662
662
|
tcprecalc['Duriel (H)']['droprateRoot'][1] *= 0.3977971198210286;
|
|
@@ -740,7 +740,7 @@ tcprecalc['Durielq (H) - Base']['droprate'][6] *= 0.23562610229276895 / 0.298765
|
|
|
740
740
|
tcprecalc['Durielq (H) - Base']['droprate'][7] *= 0.23562610229276895 / 0.29876543209876544;
|
|
741
741
|
tcprecalc['Durielq (H) - Base']['droprate'][8] *= 0.23562610229276895 / 0.29876543209876544;
|
|
742
742
|
|
|
743
|
-
|
|
743
|
+
tcprecalc.forEach(tc => {
|
|
744
744
|
if (tc['counts']['Sunder Charms']) {
|
|
745
745
|
delete tc['counts']['Sunder Charms'];
|
|
746
746
|
}
|
package/json/tcprecalc.json
CHANGED
|
@@ -28385,16 +28385,6 @@
|
|
|
28385
28385
|
},
|
|
28386
28386
|
"Duriel Desecrated A": {
|
|
28387
28387
|
"droprate": {
|
|
28388
|
-
"1": 0.40188714943604026,
|
|
28389
|
-
"2": 0.3016508805227563,
|
|
28390
|
-
"3": 0.28809929433644293,
|
|
28391
|
-
"4": 0.28604061515129975,
|
|
28392
|
-
"5": 0.28604061515129975,
|
|
28393
|
-
"6": 0.28604061515129975,
|
|
28394
|
-
"7": 0.28604061515129975,
|
|
28395
|
-
"8": 0.28604061515129975
|
|
28396
|
-
},
|
|
28397
|
-
"droprateRoot": {
|
|
28398
28388
|
"1": 1,
|
|
28399
28389
|
"2": 1,
|
|
28400
28390
|
"3": 1,
|
|
@@ -28404,13 +28394,7 @@
|
|
|
28404
28394
|
"7": 1,
|
|
28405
28395
|
"8": 1
|
|
28406
28396
|
},
|
|
28407
|
-
"
|
|
28408
|
-
"tsc": 1.6666666666666665,
|
|
28409
|
-
"Duriel - Base Desecrated A": 3.333333333333333
|
|
28410
|
-
}
|
|
28411
|
-
},
|
|
28412
|
-
"Duriel Desecrated B": {
|
|
28413
|
-
"droprate": {
|
|
28397
|
+
"droprateRoot": {
|
|
28414
28398
|
"1": 0.40188714943604026,
|
|
28415
28399
|
"2": 0.3016508805227563,
|
|
28416
28400
|
"3": 0.28809929433644293,
|
|
@@ -28420,7 +28404,13 @@
|
|
|
28420
28404
|
"7": 0.28604061515129975,
|
|
28421
28405
|
"8": 0.28604061515129975
|
|
28422
28406
|
},
|
|
28423
|
-
"
|
|
28407
|
+
"counts": {
|
|
28408
|
+
"tsc": 1.6666666666666665,
|
|
28409
|
+
"Duriel - Base Desecrated A": 3.333333333333333
|
|
28410
|
+
}
|
|
28411
|
+
},
|
|
28412
|
+
"Duriel Desecrated B": {
|
|
28413
|
+
"droprate": {
|
|
28424
28414
|
"1": 1,
|
|
28425
28415
|
"2": 1,
|
|
28426
28416
|
"3": 1,
|
|
@@ -28430,13 +28420,7 @@
|
|
|
28430
28420
|
"7": 1,
|
|
28431
28421
|
"8": 1
|
|
28432
28422
|
},
|
|
28433
|
-
"
|
|
28434
|
-
"tsc": 1.6666666666666665,
|
|
28435
|
-
"Duriel - Base Desecrated B": 3.333333333333333
|
|
28436
|
-
}
|
|
28437
|
-
},
|
|
28438
|
-
"Duriel Desecrated C": {
|
|
28439
|
-
"droprate": {
|
|
28423
|
+
"droprateRoot": {
|
|
28440
28424
|
"1": 0.40188714943604026,
|
|
28441
28425
|
"2": 0.3016508805227563,
|
|
28442
28426
|
"3": 0.28809929433644293,
|
|
@@ -28446,7 +28430,13 @@
|
|
|
28446
28430
|
"7": 0.28604061515129975,
|
|
28447
28431
|
"8": 0.28604061515129975
|
|
28448
28432
|
},
|
|
28449
|
-
"
|
|
28433
|
+
"counts": {
|
|
28434
|
+
"tsc": 1.6666666666666665,
|
|
28435
|
+
"Duriel - Base Desecrated B": 3.333333333333333
|
|
28436
|
+
}
|
|
28437
|
+
},
|
|
28438
|
+
"Duriel Desecrated C": {
|
|
28439
|
+
"droprate": {
|
|
28450
28440
|
"1": 1,
|
|
28451
28441
|
"2": 1,
|
|
28452
28442
|
"3": 1,
|
|
@@ -28456,6 +28446,16 @@
|
|
|
28456
28446
|
"7": 1,
|
|
28457
28447
|
"8": 1
|
|
28458
28448
|
},
|
|
28449
|
+
"droprateRoot": {
|
|
28450
|
+
"1": 0.40188714943604026,
|
|
28451
|
+
"2": 0.3016508805227563,
|
|
28452
|
+
"3": 0.28809929433644293,
|
|
28453
|
+
"4": 0.28604061515129975,
|
|
28454
|
+
"5": 0.28604061515129975,
|
|
28455
|
+
"6": 0.28604061515129975,
|
|
28456
|
+
"7": 0.28604061515129975,
|
|
28457
|
+
"8": 0.28604061515129975
|
|
28458
|
+
},
|
|
28459
28459
|
"counts": {
|
|
28460
28460
|
"tsc": 1.6666666666666665,
|
|
28461
28461
|
"Duriel - Base Desecrated C": 3.333333333333333
|
|
@@ -28489,16 +28489,6 @@
|
|
|
28489
28489
|
},
|
|
28490
28490
|
"Duriel (N) Desecrated A": {
|
|
28491
28491
|
"droprate": {
|
|
28492
|
-
"1": 0.40188714943604026,
|
|
28493
|
-
"2": 0.3016508805227563,
|
|
28494
|
-
"3": 0.28809929433644293,
|
|
28495
|
-
"4": 0.28604061515129975,
|
|
28496
|
-
"5": 0.28604061515129975,
|
|
28497
|
-
"6": 0.28604061515129975,
|
|
28498
|
-
"7": 0.28604061515129975,
|
|
28499
|
-
"8": 0.28604061515129975
|
|
28500
|
-
},
|
|
28501
|
-
"droprateRoot": {
|
|
28502
28492
|
"1": 1,
|
|
28503
28493
|
"2": 1,
|
|
28504
28494
|
"3": 1,
|
|
@@ -28508,13 +28498,7 @@
|
|
|
28508
28498
|
"7": 1,
|
|
28509
28499
|
"8": 1
|
|
28510
28500
|
},
|
|
28511
|
-
"
|
|
28512
|
-
"tsc": 1.6666666666666665,
|
|
28513
|
-
"Duriel (N) - Base Desecrated A": 3.333333333333333
|
|
28514
|
-
}
|
|
28515
|
-
},
|
|
28516
|
-
"Duriel (N) Desecrated B": {
|
|
28517
|
-
"droprate": {
|
|
28501
|
+
"droprateRoot": {
|
|
28518
28502
|
"1": 0.40188714943604026,
|
|
28519
28503
|
"2": 0.3016508805227563,
|
|
28520
28504
|
"3": 0.28809929433644293,
|
|
@@ -28524,7 +28508,13 @@
|
|
|
28524
28508
|
"7": 0.28604061515129975,
|
|
28525
28509
|
"8": 0.28604061515129975
|
|
28526
28510
|
},
|
|
28527
|
-
"
|
|
28511
|
+
"counts": {
|
|
28512
|
+
"tsc": 1.6666666666666665,
|
|
28513
|
+
"Duriel (N) - Base Desecrated A": 3.333333333333333
|
|
28514
|
+
}
|
|
28515
|
+
},
|
|
28516
|
+
"Duriel (N) Desecrated B": {
|
|
28517
|
+
"droprate": {
|
|
28528
28518
|
"1": 1,
|
|
28529
28519
|
"2": 1,
|
|
28530
28520
|
"3": 1,
|
|
@@ -28534,13 +28524,7 @@
|
|
|
28534
28524
|
"7": 1,
|
|
28535
28525
|
"8": 1
|
|
28536
28526
|
},
|
|
28537
|
-
"
|
|
28538
|
-
"tsc": 1.6666666666666665,
|
|
28539
|
-
"Duriel (N) - Base Desecrated B": 3.333333333333333
|
|
28540
|
-
}
|
|
28541
|
-
},
|
|
28542
|
-
"Duriel (N) Desecrated C": {
|
|
28543
|
-
"droprate": {
|
|
28527
|
+
"droprateRoot": {
|
|
28544
28528
|
"1": 0.40188714943604026,
|
|
28545
28529
|
"2": 0.3016508805227563,
|
|
28546
28530
|
"3": 0.28809929433644293,
|
|
@@ -28550,7 +28534,13 @@
|
|
|
28550
28534
|
"7": 0.28604061515129975,
|
|
28551
28535
|
"8": 0.28604061515129975
|
|
28552
28536
|
},
|
|
28553
|
-
"
|
|
28537
|
+
"counts": {
|
|
28538
|
+
"tsc": 1.6666666666666665,
|
|
28539
|
+
"Duriel (N) - Base Desecrated B": 3.333333333333333
|
|
28540
|
+
}
|
|
28541
|
+
},
|
|
28542
|
+
"Duriel (N) Desecrated C": {
|
|
28543
|
+
"droprate": {
|
|
28554
28544
|
"1": 1,
|
|
28555
28545
|
"2": 1,
|
|
28556
28546
|
"3": 1,
|
|
@@ -28560,6 +28550,16 @@
|
|
|
28560
28550
|
"7": 1,
|
|
28561
28551
|
"8": 1
|
|
28562
28552
|
},
|
|
28553
|
+
"droprateRoot": {
|
|
28554
|
+
"1": 0.40188714943604026,
|
|
28555
|
+
"2": 0.3016508805227563,
|
|
28556
|
+
"3": 0.28809929433644293,
|
|
28557
|
+
"4": 0.28604061515129975,
|
|
28558
|
+
"5": 0.28604061515129975,
|
|
28559
|
+
"6": 0.28604061515129975,
|
|
28560
|
+
"7": 0.28604061515129975,
|
|
28561
|
+
"8": 0.28604061515129975
|
|
28562
|
+
},
|
|
28563
28563
|
"counts": {
|
|
28564
28564
|
"tsc": 1.6666666666666665,
|
|
28565
28565
|
"Duriel (N) - Base Desecrated C": 3.333333333333333
|