@blizzhackers/d2data 2.6.1 → 2.7.0
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/itemstatcost.json +5 -7
- package/json/setitems.json +3 -6
- package/json/skillcalc.json +20 -0
- package/json/skills.json +46 -1
- package/json/tcprecalc.json +55 -55
- package/json/treasureclassex.json +3 -3
- package/package.json +2 -2
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/itemstatcost.json
CHANGED
|
@@ -4517,6 +4517,11 @@
|
|
|
4517
4517
|
"descstrneg": "ModStr1g",
|
|
4518
4518
|
"lineNumber": 21
|
|
4519
4519
|
},
|
|
4520
|
+
"modifierlist_castid": {
|
|
4521
|
+
"Stat": "modifierlist_castid",
|
|
4522
|
+
"*ID": 202,
|
|
4523
|
+
"lineNumber": 202
|
|
4524
|
+
},
|
|
4520
4525
|
"modifierlist_level": {
|
|
4521
4526
|
"Stat": "modifierlist_level",
|
|
4522
4527
|
"*ID": 351,
|
|
@@ -5434,13 +5439,6 @@
|
|
|
5434
5439
|
"1.09-Save Add": 0,
|
|
5435
5440
|
"lineNumber": 84
|
|
5436
5441
|
},
|
|
5437
|
-
"unused202": {
|
|
5438
|
-
"Stat": "unused202",
|
|
5439
|
-
"*ID": 202,
|
|
5440
|
-
"1.09-Save Bits": 21,
|
|
5441
|
-
"1.09-Save Add": 0,
|
|
5442
|
-
"lineNumber": 202
|
|
5443
|
-
},
|
|
5444
5442
|
"unused203": {
|
|
5445
5443
|
"Stat": "unused203",
|
|
5446
5444
|
"*ID": 203,
|
package/json/setitems.json
CHANGED
|
@@ -614,12 +614,9 @@
|
|
|
614
614
|
"prop3": "swing2",
|
|
615
615
|
"min3": 20,
|
|
616
616
|
"max3": 20,
|
|
617
|
-
"prop4": "
|
|
618
|
-
"min4":
|
|
619
|
-
"max4":
|
|
620
|
-
"prop5": "dmg%",
|
|
621
|
-
"min5": 200,
|
|
622
|
-
"max5": 200,
|
|
617
|
+
"prop4": "dmg%",
|
|
618
|
+
"min4": 200,
|
|
619
|
+
"max4": 200,
|
|
623
620
|
"expansion": 1,
|
|
624
621
|
"lineNumber": 116
|
|
625
622
|
},
|
package/json/skillcalc.json
CHANGED
|
@@ -394,6 +394,26 @@
|
|
|
394
394
|
"*Description": "The passivecalc10 field value",
|
|
395
395
|
"lineNumber": 94
|
|
396
396
|
},
|
|
397
|
+
"ps11": {
|
|
398
|
+
"code": "ps11",
|
|
399
|
+
"*Description": "The passivecalc11 field value",
|
|
400
|
+
"lineNumber": 95
|
|
401
|
+
},
|
|
402
|
+
"ps12": {
|
|
403
|
+
"code": "ps12",
|
|
404
|
+
"*Description": "The passivecalc12 field value",
|
|
405
|
+
"lineNumber": 96
|
|
406
|
+
},
|
|
407
|
+
"ps13": {
|
|
408
|
+
"code": "ps13",
|
|
409
|
+
"*Description": "The passivecalc13 field value",
|
|
410
|
+
"lineNumber": 97
|
|
411
|
+
},
|
|
412
|
+
"ps14": {
|
|
413
|
+
"code": "ps14",
|
|
414
|
+
"*Description": "The passivecalc14 field value",
|
|
415
|
+
"lineNumber": 98
|
|
416
|
+
},
|
|
397
417
|
"pst1": {
|
|
398
418
|
"code": "pst1",
|
|
399
419
|
"*Description": "The passivecalc1 field value",
|
package/json/skills.json
CHANGED
|
@@ -1452,7 +1452,8 @@
|
|
|
1452
1452
|
"passivestate": "evade",
|
|
1453
1453
|
"passivestat1": "passive_evade",
|
|
1454
1454
|
"passivecalc1": "dm12",
|
|
1455
|
-
"stsound": "
|
|
1455
|
+
"stsound": "block_arrow_1",
|
|
1456
|
+
"stsoundclass": "amazon_dodge_1",
|
|
1456
1457
|
"enhanceable": 1,
|
|
1457
1458
|
"attackrank": 0,
|
|
1458
1459
|
"range": "h2h",
|
|
@@ -8853,11 +8854,13 @@
|
|
|
8853
8854
|
"skill": "SpiderLay",
|
|
8854
8855
|
"*Id": 173,
|
|
8855
8856
|
"srvdofunc": 23,
|
|
8857
|
+
"srvmissilea": "spidergoolay",
|
|
8856
8858
|
"aurastate": "spiderlay",
|
|
8857
8859
|
"auratargetstate": "slowed",
|
|
8858
8860
|
"auralencalc": 300,
|
|
8859
8861
|
"aurastat1": "velocitypercent",
|
|
8860
8862
|
"aurastatcalc1": -100,
|
|
8863
|
+
"cltmissilea": "spidergoolay",
|
|
8861
8864
|
"enhanceable": 1,
|
|
8862
8865
|
"attackrank": 0,
|
|
8863
8866
|
"anim": "SQ",
|
|
@@ -10333,6 +10336,8 @@
|
|
|
10333
10336
|
"*Param3 Description": "Attack Speed % Min",
|
|
10334
10337
|
"Param4": 80,
|
|
10335
10338
|
"*Param4 Description": "Attack Speed % Max",
|
|
10339
|
+
"Param12": 1,
|
|
10340
|
+
"*Param12 Description": "Allow Instant Direct Transformation",
|
|
10336
10341
|
"InGame": 1,
|
|
10337
10342
|
"ToHit": 50,
|
|
10338
10343
|
"LevToHit": 15,
|
|
@@ -10638,6 +10643,8 @@
|
|
|
10638
10643
|
"*Param5 Description": "HP %",
|
|
10639
10644
|
"Param6": 100,
|
|
10640
10645
|
"*Param6 Description": "% chance for uninterruptible attack",
|
|
10646
|
+
"Param12": 1,
|
|
10647
|
+
"*Param12 Description": "Allow Instant Direct Transformation",
|
|
10641
10648
|
"InGame": 1,
|
|
10642
10649
|
"HitShift": 8,
|
|
10643
10650
|
"SrcDam": 128,
|
|
@@ -12453,6 +12460,30 @@
|
|
|
12453
12460
|
"passivecalc1": "lvl*5",
|
|
12454
12461
|
"passivestat2": "item_pierce_damage_immunity",
|
|
12455
12462
|
"passivecalc2": "stat('item_pierce_damage_immunity'.accr)",
|
|
12463
|
+
"passivestat3": "item_pierce_fire_immunity",
|
|
12464
|
+
"passivecalc3": "stat('item_pierce_fire_immunity'.accr)",
|
|
12465
|
+
"passivestat4": "item_pierce_light_immunity",
|
|
12466
|
+
"passivecalc4": "stat('item_pierce_light_immunity'.accr)",
|
|
12467
|
+
"passivestat5": "item_pierce_poison_immunity",
|
|
12468
|
+
"passivecalc5": "stat('item_pierce_poison_immunity'.accr)",
|
|
12469
|
+
"passivestat6": "item_pierce_cold_immunity",
|
|
12470
|
+
"passivecalc6": "stat('item_pierce_cold_immunity'.accr",
|
|
12471
|
+
"passivestat7": "passive_fire_mastery",
|
|
12472
|
+
"passivecalc7": "stat('passive_fire_mastery'.accr)",
|
|
12473
|
+
"passivestat8": "passive_ltng_mastery",
|
|
12474
|
+
"passivecalc8": "stat('passive_ltng_mastery'.accr)",
|
|
12475
|
+
"passivestat9": "passive_cold_mastery",
|
|
12476
|
+
"passivecalc9": "stat('passive_cold_mastery'.accr)",
|
|
12477
|
+
"passivestat10": "passive_pois_mastery",
|
|
12478
|
+
"passivecalc10": "stat('passive_pois_mastery'.accr)",
|
|
12479
|
+
"passivestat11": "passive_fire_pierce",
|
|
12480
|
+
"passivecalc11": "stat('passive_fire_pierce'.accr)",
|
|
12481
|
+
"passivestat12": "passive_ltng_pierce",
|
|
12482
|
+
"passivecalc12": "stat('passive_ltng_pierce'.accr)",
|
|
12483
|
+
"passivestat13": "passive_cold_pierce",
|
|
12484
|
+
"passivecalc13": "stat('passive_cold_pierce'.accr)",
|
|
12485
|
+
"passivestat14": "passive_pois_pierce",
|
|
12486
|
+
"passivecalc14": "stat('passive_pois_pierce'.accr)",
|
|
12456
12487
|
"summon": "bladecreeper",
|
|
12457
12488
|
"pettype": "assassintrap",
|
|
12458
12489
|
"petmax": 5,
|
|
@@ -12712,6 +12743,8 @@
|
|
|
12712
12743
|
"passivecalc1": "stat('item_pierce_light_immunity'.accr)",
|
|
12713
12744
|
"passivestat2": "passive_ltng_pierce",
|
|
12714
12745
|
"passivecalc2": "stat('passive_ltng_pierce'.accr)",
|
|
12746
|
+
"passivestat3": "passive_ltng_mastery",
|
|
12747
|
+
"passivecalc3": "stat('passive_ltng_mastery'.accr)",
|
|
12715
12748
|
"summon": "chargeboltsentry",
|
|
12716
12749
|
"pettype": "assassintrap",
|
|
12717
12750
|
"petmax": 5,
|
|
@@ -12790,6 +12823,8 @@
|
|
|
12790
12823
|
"passivecalc1": "stat('item_pierce_fire_immunity'.accr)",
|
|
12791
12824
|
"passivestat2": "passive_fire_pierce",
|
|
12792
12825
|
"passivecalc2": "stat('passive_fire_pierce'.accr)",
|
|
12826
|
+
"passivestat3": "passive_fire_mastery",
|
|
12827
|
+
"passivecalc3": "stat('passive_fire_mastery'.accr)",
|
|
12793
12828
|
"summon": "wakeofdestruction",
|
|
12794
12829
|
"pettype": "assassintrap",
|
|
12795
12830
|
"petmax": 5,
|
|
@@ -13355,6 +13390,8 @@
|
|
|
13355
13390
|
"passivecalc1": "stat('item_pierce_light_immunity'.accr)",
|
|
13356
13391
|
"passivestat2": "passive_ltng_pierce",
|
|
13357
13392
|
"passivecalc2": "stat('passive_ltng_pierce'.accr)",
|
|
13393
|
+
"passivestat3": "passive_ltng_mastery",
|
|
13394
|
+
"passivecalc3": "stat('passive_ltng_mastery'.accr)",
|
|
13358
13395
|
"summon": "lightningsentry",
|
|
13359
13396
|
"pettype": "assassintrap",
|
|
13360
13397
|
"petmax": 5,
|
|
@@ -13421,6 +13458,8 @@
|
|
|
13421
13458
|
"passivecalc1": "stat('item_pierce_fire_immunity'.accr)",
|
|
13422
13459
|
"passivestat2": "passive_fire_pierce",
|
|
13423
13460
|
"passivecalc2": "stat('passive_fire_pierce'.accr)",
|
|
13461
|
+
"passivestat3": "passive_fire_mastery",
|
|
13462
|
+
"passivecalc3": "stat('passive_fire_mastery'.accr)",
|
|
13424
13463
|
"summon": "infernosentry",
|
|
13425
13464
|
"pettype": "assassintrap",
|
|
13426
13465
|
"petmax": 5,
|
|
@@ -13720,6 +13759,10 @@
|
|
|
13720
13759
|
"passivecalc4": "stat('passive_ltng_pierce'.accr)",
|
|
13721
13760
|
"passivestat5": "passive_fire_pierce",
|
|
13722
13761
|
"passivecalc5": "stat('passive_fire_pierce'.accr)",
|
|
13762
|
+
"passivestat6": "passive_ltng_mastery",
|
|
13763
|
+
"passivecalc6": "stat('passive_ltng_mastery'.accr)",
|
|
13764
|
+
"passivestat7": "passive_fire_mastery",
|
|
13765
|
+
"passivecalc7": "stat('passive_fire_mastery'.accr)",
|
|
13723
13766
|
"summon": "deathsentry",
|
|
13724
13767
|
"pettype": "assassintrap",
|
|
13725
13768
|
"petmax": 5,
|
|
@@ -16305,6 +16348,8 @@
|
|
|
16305
16348
|
"reqlevel": 1,
|
|
16306
16349
|
"leftskill": 0,
|
|
16307
16350
|
"rightskill": 0,
|
|
16351
|
+
"Param12": 0,
|
|
16352
|
+
"*Param12 Description": "Allow Instant Direct Transformation",
|
|
16308
16353
|
"InGame": 1,
|
|
16309
16354
|
"HitShift": 8,
|
|
16310
16355
|
"cost add": 0,
|
package/json/tcprecalc.json
CHANGED
|
@@ -21159,7 +21159,7 @@
|
|
|
21159
21159
|
"8": 1
|
|
21160
21160
|
},
|
|
21161
21161
|
"counts": {
|
|
21162
|
-
"Mephisto Item (H) Desecrated
|
|
21162
|
+
"Mephisto Item (H) Desecrated B": 1
|
|
21163
21163
|
}
|
|
21164
21164
|
},
|
|
21165
21165
|
"Mephisto (H) Desecrated C": {
|
|
@@ -21184,7 +21184,7 @@
|
|
|
21184
21184
|
"8": 1
|
|
21185
21185
|
},
|
|
21186
21186
|
"counts": {
|
|
21187
|
-
"Mephisto Item (H) Desecrated
|
|
21187
|
+
"Mephisto Item (H) Desecrated C": 1
|
|
21188
21188
|
}
|
|
21189
21189
|
},
|
|
21190
21190
|
"Mephisto (H) Desecrated D": {
|
|
@@ -21209,7 +21209,7 @@
|
|
|
21209
21209
|
"8": 1
|
|
21210
21210
|
},
|
|
21211
21211
|
"counts": {
|
|
21212
|
-
"Mephisto Item (H) Desecrated
|
|
21212
|
+
"Mephisto Item (H) Desecrated D": 1
|
|
21213
21213
|
}
|
|
21214
21214
|
},
|
|
21215
21215
|
"Mephistoq": {
|
|
@@ -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
|
|
@@ -17183,7 +17183,7 @@
|
|
|
17183
17183
|
"NoDrop": 0,
|
|
17184
17184
|
"Item1": "Sunder Charms",
|
|
17185
17185
|
"Prob1": 1,
|
|
17186
|
-
"Item2": "Mephisto Item (H) Desecrated
|
|
17186
|
+
"Item2": "Mephisto Item (H) Desecrated B",
|
|
17187
17187
|
"Prob2": 1,
|
|
17188
17188
|
"lineNumber": 748
|
|
17189
17189
|
},
|
|
@@ -17195,7 +17195,7 @@
|
|
|
17195
17195
|
"NoDrop": 0,
|
|
17196
17196
|
"Item1": "Sunder Charms",
|
|
17197
17197
|
"Prob1": 1,
|
|
17198
|
-
"Item2": "Mephisto Item (H) Desecrated
|
|
17198
|
+
"Item2": "Mephisto Item (H) Desecrated C",
|
|
17199
17199
|
"Prob2": 1,
|
|
17200
17200
|
"lineNumber": 749
|
|
17201
17201
|
},
|
|
@@ -17207,7 +17207,7 @@
|
|
|
17207
17207
|
"NoDrop": 0,
|
|
17208
17208
|
"Item1": "Sunder Charms",
|
|
17209
17209
|
"Prob1": 1,
|
|
17210
|
-
"Item2": "Mephisto Item (H) Desecrated
|
|
17210
|
+
"Item2": "Mephisto Item (H) Desecrated D",
|
|
17211
17211
|
"Prob2": 1,
|
|
17212
17212
|
"lineNumber": 750
|
|
17213
17213
|
},
|
package/package.json
CHANGED