@blizzhackers/d2data 2.5.0 → 2.5.1
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 +6 -3
- package/json/monstats.json +5448 -4380
- package/json/skillcalc.json +20 -0
- package/json/skills.json +98 -0
- package/json/states.json +2 -0
- package/json/superuniques.json +91 -0
- package/json/tcprecalc.json +9235 -1507
- package/json/treasureclassex.json +5093 -562
- package/json/treasureclassgroupsex.json +314 -0
- package/json/uniqueitems.json +18 -18
- package/package.json +1 -1
package/json/skillcalc.json
CHANGED
|
@@ -389,6 +389,11 @@
|
|
|
389
389
|
"*Description": "Physical Damage Min (Skill Only) (256ths)",
|
|
390
390
|
"lineNumber": 75
|
|
391
391
|
},
|
|
392
|
+
"ps10": {
|
|
393
|
+
"code": "ps10",
|
|
394
|
+
"*Description": "The passivecalc10 field value",
|
|
395
|
+
"lineNumber": 94
|
|
396
|
+
},
|
|
392
397
|
"pst1": {
|
|
393
398
|
"code": "pst1",
|
|
394
399
|
"*Description": "The passivecalc1 field value",
|
|
@@ -419,6 +424,21 @@
|
|
|
419
424
|
"*Description": "The passivecalc6 field value",
|
|
420
425
|
"lineNumber": 90
|
|
421
426
|
},
|
|
427
|
+
"pst7": {
|
|
428
|
+
"code": "pst7",
|
|
429
|
+
"*Description": "The passivecalc7 field value",
|
|
430
|
+
"lineNumber": 91
|
|
431
|
+
},
|
|
432
|
+
"pst8": {
|
|
433
|
+
"code": "pst8",
|
|
434
|
+
"*Description": "The passivecalc8 field value",
|
|
435
|
+
"lineNumber": 92
|
|
436
|
+
},
|
|
437
|
+
"pst9": {
|
|
438
|
+
"code": "pst9",
|
|
439
|
+
"*Description": "The passivecalc9 field value",
|
|
440
|
+
"lineNumber": 93
|
|
441
|
+
},
|
|
422
442
|
"pxma": {
|
|
423
443
|
"code": "pxma",
|
|
424
444
|
"*Description": "Physical Damage Max (Skill Only)",
|
package/json/skills.json
CHANGED
|
@@ -1619,6 +1619,16 @@
|
|
|
1619
1619
|
"passivecalc1": "par3 * (lvl - 1)",
|
|
1620
1620
|
"passivestat2": "tohit",
|
|
1621
1621
|
"passivecalc2": "toht",
|
|
1622
|
+
"passivestat3": "item_pierce_cold_immunity",
|
|
1623
|
+
"passivecalc3": "stat('item_pierce_cold_immunity'.accr)",
|
|
1624
|
+
"passivestat4": "item_pierce_fire_immunity",
|
|
1625
|
+
"passivecalc4": "stat('item_pierce_fire_immunity'.accr)",
|
|
1626
|
+
"passivestat5": "item_pierce_light_immunity",
|
|
1627
|
+
"passivecalc5": "stat('item_pierce_light_immunity'.accr)",
|
|
1628
|
+
"passivestat6": "item_pierce_poison_immunity",
|
|
1629
|
+
"passivecalc6": "stat('item_pierce_poison_immunity'.accr)",
|
|
1630
|
+
"passivestat7": "item_pierce_damage_immunity",
|
|
1631
|
+
"passivecalc7": "stat('item_pierce_damage_immunity'.accr)",
|
|
1622
1632
|
"summon": "valkyrie",
|
|
1623
1633
|
"pettype": "valkyrie",
|
|
1624
1634
|
"petmax": 1,
|
|
@@ -3365,6 +3375,8 @@
|
|
|
3365
3375
|
"passivecalc1": "stat('passive_fire_mastery'.accr)",
|
|
3366
3376
|
"passivestat2": "passive_fire_pierce",
|
|
3367
3377
|
"passivecalc2": "stat('passive_fire_pierce'.accr)",
|
|
3378
|
+
"passivestat3": "item_pierce_fire_immunity",
|
|
3379
|
+
"passivecalc3": "stat('item_pierce_fire_immunity'.accr)",
|
|
3368
3380
|
"summon": "hydra1",
|
|
3369
3381
|
"pettype": "hydra",
|
|
3370
3382
|
"petmax": "par3",
|
|
@@ -3760,6 +3772,8 @@
|
|
|
3760
3772
|
"passivecalc1": "skill('Skeleton Mastery'.lvl) * skill('Skeleton Mastery'.par1) * 256",
|
|
3761
3773
|
"passivestat2": "item_normaldamage",
|
|
3762
3774
|
"passivecalc2": "skill('Skeleton Mastery'.lvl) * skill('Skeleton Mastery'.par2) + edmn",
|
|
3775
|
+
"passivestat3": "item_pierce_damage_immunity",
|
|
3776
|
+
"passivecalc3": "stat('item_pierce_damage_immunity'.accr)",
|
|
3763
3777
|
"summon": "necroskeleton",
|
|
3764
3778
|
"pettype": "skeleton",
|
|
3765
3779
|
"petmax": "(lvl < 4) ?lvl:(2+lvl/3)",
|
|
@@ -4050,6 +4064,8 @@
|
|
|
4050
4064
|
"passivecalc3": "par2 * (lvl - 1) + (skill('FireGolem'.blvl)*skill('FireGolem'.par8))",
|
|
4051
4065
|
"passivestat4": "armorclass",
|
|
4052
4066
|
"passivecalc4": "skill('IronGolem'.blvl)*skill('IronGolem'.par8)",
|
|
4067
|
+
"passivestat5": "item_pierce_damage_immunity",
|
|
4068
|
+
"passivecalc5": "stat('item_pierce_damage_immunity'.accr)",
|
|
4053
4069
|
"summon": "ClayGolem",
|
|
4054
4070
|
"pettype": "golem",
|
|
4055
4071
|
"petmax": 1,
|
|
@@ -4302,6 +4318,14 @@
|
|
|
4302
4318
|
"aurastatcalc1": "(lvl+skill('Skeleton Mastery'.lvl))*par5",
|
|
4303
4319
|
"passivestat1": "maxhp",
|
|
4304
4320
|
"passivecalc1": "skill('Skeleton Mastery'.lvl) * skill('Skeleton Mastery'.par1) * 256",
|
|
4321
|
+
"passivestat2": "item_pierce_cold_immunity",
|
|
4322
|
+
"passivecalc2": "stat('item_pierce_cold_immunity'.accr)",
|
|
4323
|
+
"passivestat3": "item_pierce_fire_immunity",
|
|
4324
|
+
"passivecalc3": "stat('item_pierce_fire_immunity'.accr)",
|
|
4325
|
+
"passivestat4": "item_pierce_light_immunity",
|
|
4326
|
+
"passivecalc4": "stat('item_pierce_light_immunity'.accr)",
|
|
4327
|
+
"passivestat5": "item_pierce_poison_immunity",
|
|
4328
|
+
"passivecalc5": "stat('item_pierce_poison_immunity'.accr)",
|
|
4305
4329
|
"summon": "necromage",
|
|
4306
4330
|
"pettype": "skeletonmage",
|
|
4307
4331
|
"petmax": "(lvl < 4) ?lvl:(2+lvl/3)",
|
|
@@ -4584,6 +4608,8 @@
|
|
|
4584
4608
|
"passivecalc3": "par4 * (lvl - 1) + (skill('FireGolem'.blvl)*skill('FireGolem'.par8))",
|
|
4585
4609
|
"passivestat4": "armorclass",
|
|
4586
4610
|
"passivecalc4": "skill('IronGolem'.blvl)*skill('IronGolem'.par8)",
|
|
4611
|
+
"passivestat5": "item_pierce_damage_immunity",
|
|
4612
|
+
"passivecalc5": "stat('item_pierce_damage_immunity'.accr)",
|
|
4587
4613
|
"summon": "BloodGolem",
|
|
4588
4614
|
"pettype": "golem",
|
|
4589
4615
|
"petmax": 1,
|
|
@@ -4839,6 +4865,18 @@
|
|
|
4839
4865
|
"passivecalc3": "lvl*par8",
|
|
4840
4866
|
"passivestat4": "damagepercent",
|
|
4841
4867
|
"passivecalc4": "(skill('FireGolem'.blvl)*skill('FireGolem'.par8))",
|
|
4868
|
+
"passivestat5": "item_pierce_cold_immunity",
|
|
4869
|
+
"passivecalc5": "stat('item_pierce_cold_immunity'.accr)",
|
|
4870
|
+
"passivestat6": "item_pierce_fire_immunity",
|
|
4871
|
+
"passivecalc6": "stat('item_pierce_fire_immunity'.accr)",
|
|
4872
|
+
"passivestat7": "item_pierce_light_immunity",
|
|
4873
|
+
"passivecalc7": "stat('item_pierce_light_immunity'.accr)",
|
|
4874
|
+
"passivestat8": "item_pierce_poison_immunity",
|
|
4875
|
+
"passivecalc8": "stat('item_pierce_poison_immunity'.accr)",
|
|
4876
|
+
"passivestat9": "item_pierce_damage_immunity",
|
|
4877
|
+
"passivestat92": "stat('item_pierce_damage_immunity'.accr)",
|
|
4878
|
+
"passivestat10": "item_pierce_magic_immunity",
|
|
4879
|
+
"passivecalc10": "stat('item_pierce_magic_immunity'.accr)",
|
|
4842
4880
|
"summon": "IronGolem",
|
|
4843
4881
|
"pettype": "golem",
|
|
4844
4882
|
"petmax": 1,
|
|
@@ -5071,6 +5109,8 @@
|
|
|
5071
5109
|
"passivecalc2": "skill('Golem Mastery'.ln56)+skill('Clay Golem'.blvl)*skill('Clay Golem'.par8)",
|
|
5072
5110
|
"passivestat3": "armorclass",
|
|
5073
5111
|
"passivecalc3": "skill('IronGolem'.blvl)*skill('IronGolem'.par8)",
|
|
5112
|
+
"passivestat4": "item_pierce_fire_immunity",
|
|
5113
|
+
"passivecalc4": "stat('item_pierce_fire_immunity'.accr)",
|
|
5074
5114
|
"summon": "FireGolem",
|
|
5075
5115
|
"pettype": "golem",
|
|
5076
5116
|
"petmax": 1,
|
|
@@ -5148,6 +5188,18 @@
|
|
|
5148
5188
|
"aurastatcalc1": "skill('Skeleton Mastery'.lvl) * skill('Skeleton Mastery'.par4)",
|
|
5149
5189
|
"passivestat1": "velocitypercent",
|
|
5150
5190
|
"passivecalc1": "par5",
|
|
5191
|
+
"passivestat2": "item_pierce_cold_immunity",
|
|
5192
|
+
"passivecalc2": "stat('item_pierce_cold_immunity'.accr)",
|
|
5193
|
+
"passivestat3": "item_pierce_fire_immunity",
|
|
5194
|
+
"passivecalc3": "stat('item_pierce_fire_immunity'.accr)",
|
|
5195
|
+
"passivestat4": "item_pierce_light_immunity",
|
|
5196
|
+
"passivecalc4": "stat('item_pierce_light_immunity'.accr)",
|
|
5197
|
+
"passivestat5": "item_pierce_poison_immunity",
|
|
5198
|
+
"passivecalc5": "stat('item_pierce_poison_immunity'.accr)",
|
|
5199
|
+
"passivestat6": "item_pierce_damage_immunity",
|
|
5200
|
+
"passivecalc6": "stat('item_pierce_damage_immunity'.accr)",
|
|
5201
|
+
"passivestat7": "item_pierce_magic_immunity",
|
|
5202
|
+
"passivecalc7": "stat('item_pierce_magic_immunity'.accr)",
|
|
5151
5203
|
"pettype": "revive",
|
|
5152
5204
|
"petmax": "lvl",
|
|
5153
5205
|
"summode": "NU",
|
|
@@ -10109,6 +10161,8 @@
|
|
|
10109
10161
|
"charclass": "dru",
|
|
10110
10162
|
"skilldesc": "raven",
|
|
10111
10163
|
"srvdofunc": 114,
|
|
10164
|
+
"passivestat1": "item_pierce_damage_immunity",
|
|
10165
|
+
"passivecalc1": "stat('item_pierce_damage_immunity'.accr)",
|
|
10112
10166
|
"summon": "druidhawk",
|
|
10113
10167
|
"pettype": "raven",
|
|
10114
10168
|
"petmax": "\"min(lvl,par2)\"",
|
|
@@ -10176,6 +10230,8 @@
|
|
|
10176
10230
|
"skilldesc": "plague poppy",
|
|
10177
10231
|
"srvdofunc": 115,
|
|
10178
10232
|
"aurastate": "vine_beast",
|
|
10233
|
+
"passivestat1": "item_pierce_poison_immunity",
|
|
10234
|
+
"passivecalc1": "stat('item_pierce_poison_immunity'.accr)",
|
|
10179
10235
|
"summon": "plaguepoppy",
|
|
10180
10236
|
"pettype": "vine",
|
|
10181
10237
|
"petmax": 1,
|
|
@@ -10458,6 +10514,8 @@
|
|
|
10458
10514
|
"passivecalc4": "edmx",
|
|
10459
10515
|
"passivestat5": "coldlength",
|
|
10460
10516
|
"passivecalc5": "edln",
|
|
10517
|
+
"passivestat6": "item_pierce_cold_immunity",
|
|
10518
|
+
"passivecalc6": "stat('item_pierce_cold_immunity'.accr)",
|
|
10461
10519
|
"summon": "spiritwolf",
|
|
10462
10520
|
"pettype": "spiritwolf",
|
|
10463
10521
|
"petmax": "\"min(lvl,par3)\"",
|
|
@@ -11105,6 +11163,8 @@
|
|
|
11105
11163
|
"passivecalc2": "skill('Summon Spirit Wolf'.lvl) * skill('Summon Spirit Wolf'.par2)",
|
|
11106
11164
|
"passivestat3": "damagepercent",
|
|
11107
11165
|
"passivecalc3": "skill('Summon Grizzly'.ln12)",
|
|
11166
|
+
"passivestat4": "item_pierce_damage_immunity",
|
|
11167
|
+
"passivecalc4": "stat('item_pierce_damage_immunity'.accr)",
|
|
11108
11168
|
"summon": "fenris",
|
|
11109
11169
|
"pettype": "fenris",
|
|
11110
11170
|
"petmax": "\"min(lvl,par3)\"",
|
|
@@ -11739,6 +11799,8 @@
|
|
|
11739
11799
|
"passivecalc2": "skill('Summon Spirit Wolf'.lvl) * skill('Summon Spirit Wolf'.par2)",
|
|
11740
11800
|
"passivestat3": "damagepercent",
|
|
11741
11801
|
"passivecalc3": "ln12",
|
|
11802
|
+
"passivestat4": "item_pierce_damage_immunity",
|
|
11803
|
+
"passivecalc4": "stat('item_pierce_damage_immunity'.accr)",
|
|
11742
11804
|
"summon": "druidbear",
|
|
11743
11805
|
"pettype": "grizzly",
|
|
11744
11806
|
"petmax": 1,
|
|
@@ -12386,6 +12448,8 @@
|
|
|
12386
12448
|
"srvmissilea": "blade creeper",
|
|
12387
12449
|
"passivestat1": "tohit",
|
|
12388
12450
|
"passivecalc1": "lvl*5",
|
|
12451
|
+
"passivestat2": "item_pierce_damage_immunity",
|
|
12452
|
+
"passivecalc2": "stat('item_pierce_damage_immunity'.accr)",
|
|
12389
12453
|
"summon": "bladecreeper",
|
|
12390
12454
|
"pettype": "assassintrap",
|
|
12391
12455
|
"petmax": 5,
|
|
@@ -12640,6 +12704,8 @@
|
|
|
12640
12704
|
"charclass": "ass",
|
|
12641
12705
|
"skilldesc": "charged bolt sentry",
|
|
12642
12706
|
"srvdofunc": 45,
|
|
12707
|
+
"passivestat1": "item_pierce_lightning_immunity",
|
|
12708
|
+
"passivecalc1": "stat('item_pierce_lightning_immunity'.accr)",
|
|
12643
12709
|
"summon": "chargeboltsentry",
|
|
12644
12710
|
"pettype": "assassintrap",
|
|
12645
12711
|
"petmax": 5,
|
|
@@ -12714,6 +12780,8 @@
|
|
|
12714
12780
|
"charclass": "ass",
|
|
12715
12781
|
"skilldesc": "wake of fire sentry",
|
|
12716
12782
|
"srvdofunc": 45,
|
|
12783
|
+
"passivestat1": "item_pierce_fire_immunity",
|
|
12784
|
+
"passivecalc1": "stat('item_pierce_fire_immunity'.accr)",
|
|
12717
12785
|
"summon": "wakeofdestruction",
|
|
12718
12786
|
"pettype": "assassintrap",
|
|
12719
12787
|
"petmax": 5,
|
|
@@ -13074,6 +13142,16 @@
|
|
|
13074
13142
|
"passivecalc3": "\"min(lvl*4,75)\"",
|
|
13075
13143
|
"passivestat4": "poisonresist",
|
|
13076
13144
|
"passivecalc4": "\"min(lvl*4,75)\"",
|
|
13145
|
+
"passivestat5": "item_pierce_cold_immunity",
|
|
13146
|
+
"passivecalc5": "stat('item_pierce_cold_immunity'.accr)",
|
|
13147
|
+
"passivestat6": "item_pierce_fire_immunity",
|
|
13148
|
+
"passivecalc6": "stat('item_pierce_fire_immunity'.accr)",
|
|
13149
|
+
"passivestat7": "item_pierce_light_immunity",
|
|
13150
|
+
"passivecalc7": "stat('item_pierce_light_immunity'.accr)",
|
|
13151
|
+
"passivestat8": "item_pierce_poison_immunity",
|
|
13152
|
+
"passivecalc8": "stat('item_pierce_poison_immunity'.accr)",
|
|
13153
|
+
"passivestat9": "item_pierce_damage_immunity",
|
|
13154
|
+
"passivestat92": "stat('item_pierce_damage_immunity'.accr)",
|
|
13077
13155
|
"summon": "shadowwarrior",
|
|
13078
13156
|
"pettype": "shadowwarrior",
|
|
13079
13157
|
"petmax": 1,
|
|
@@ -13265,6 +13343,8 @@
|
|
|
13265
13343
|
"charclass": "ass",
|
|
13266
13344
|
"skilldesc": "lightning sentry",
|
|
13267
13345
|
"srvdofunc": 45,
|
|
13346
|
+
"passivestat1": "item_pierce_lightning_immunity",
|
|
13347
|
+
"passivecalc1": "stat('item_pierce_lightning_immunity'.accr)",
|
|
13268
13348
|
"summon": "lightningsentry",
|
|
13269
13349
|
"pettype": "assassintrap",
|
|
13270
13350
|
"petmax": 5,
|
|
@@ -13327,6 +13407,8 @@
|
|
|
13327
13407
|
"charclass": "ass",
|
|
13328
13408
|
"skilldesc": "inferno sentry",
|
|
13329
13409
|
"srvdofunc": 45,
|
|
13410
|
+
"passivestat1": "item_pierce_fire_immunity",
|
|
13411
|
+
"passivecalc1": "stat('item_pierce_fire_immunity'.accr)",
|
|
13330
13412
|
"summon": "infernosentry",
|
|
13331
13413
|
"pettype": "assassintrap",
|
|
13332
13414
|
"petmax": 5,
|
|
@@ -13817,6 +13899,16 @@
|
|
|
13817
13899
|
"passivecalc3": "dm34",
|
|
13818
13900
|
"passivestat4": "poisonresist",
|
|
13819
13901
|
"passivecalc4": "dm34",
|
|
13902
|
+
"passivestat5": "item_pierce_cold_immunity",
|
|
13903
|
+
"passivecalc5": "stat('item_pierce_cold_immunity'.accr)",
|
|
13904
|
+
"passivestat6": "item_pierce_fire_immunity",
|
|
13905
|
+
"passivecalc6": "stat('item_pierce_fire_immunity'.accr)",
|
|
13906
|
+
"passivestat7": "item_pierce_light_immunity",
|
|
13907
|
+
"passivecalc7": "stat('item_pierce_light_immunity'.accr)",
|
|
13908
|
+
"passivestat8": "item_pierce_poison_immunity",
|
|
13909
|
+
"passivecalc8": "stat('item_pierce_poison_immunity'.accr)",
|
|
13910
|
+
"passivestat9": "item_pierce_damage_immunity",
|
|
13911
|
+
"passivestat92": "stat('item_pierce_damage_immunity'.accr)",
|
|
13820
13912
|
"summon": "shadowmaster",
|
|
13821
13913
|
"pettype": "shadowwarrior",
|
|
13822
13914
|
"petmax": 1,
|
|
@@ -13943,6 +14035,12 @@
|
|
|
13943
14035
|
"*Id": 281,
|
|
13944
14036
|
"srvdofunc": 125,
|
|
13945
14037
|
"srvmissilea": "wake of destruction maker",
|
|
14038
|
+
"passivestat1": "item_pierce_lightning_immunity",
|
|
14039
|
+
"passivecalc1": "stat('item_pierce_lightning_immunity'.accr)",
|
|
14040
|
+
"passivestat2": "item_pierce_fire_immunity",
|
|
14041
|
+
"passivecalc2": "stat('item_pierce_fire_immunity'.accr)",
|
|
14042
|
+
"passivestat3": "item_pierce_damage_immunity",
|
|
14043
|
+
"passivecalc3": "stat('item_pierce_damage_immunity'.accr)",
|
|
13946
14044
|
"cltdofunc": 70,
|
|
13947
14045
|
"cltmissilea": "wake of destruction maker",
|
|
13948
14046
|
"enhanceable": 1,
|
package/json/states.json
CHANGED
|
@@ -16,6 +16,7 @@
|
|
|
16
16
|
"castoverlay": "curse_hit",
|
|
17
17
|
"stat": "damageresist",
|
|
18
18
|
"onsound": "necromancer_amplifydamage",
|
|
19
|
+
"sunderfull": 1,
|
|
19
20
|
"lineNumber": 9
|
|
20
21
|
},
|
|
21
22
|
"antidote": {
|
|
@@ -412,6 +413,7 @@
|
|
|
412
413
|
"castoverlay": "curse_hit",
|
|
413
414
|
"stat": "skill_decrepify",
|
|
414
415
|
"onsound": "necromancer_decrepify",
|
|
416
|
+
"sunderfull": 1,
|
|
415
417
|
"lineNumber": 60
|
|
416
418
|
},
|
|
417
419
|
"defense_curse": {
|