@blizzhackers/d2data 2.5.2 → 2.6.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 +11 -1
- package/json/cubemain.json +8 -4
- package/json/itemstatcost.json +15 -7
- package/json/levelgroups.json +1 -1
- package/json/missiles.json +11 -2
- package/json/properties.json +11 -0
- package/json/runes.json +274 -7
- package/json/skilldesc.json +47 -1
- package/json/skills.json +90 -14
- package/json/states.json +19 -0
- package/json/tcprecalc.json +89 -212
- package/json/treasureclassex.json +28 -26
- package/json/treasureclassgroupsex.json +2 -2
- package/json/uniqueitems.json +12 -6
- package/package.json +1 -1
package/json/skills.json
CHANGED
|
@@ -537,7 +537,8 @@
|
|
|
537
537
|
"*calc2 desc": "Missile Activation Frame",
|
|
538
538
|
"calc3": 2,
|
|
539
539
|
"*calc3 desc": "# of missiles that can trigger item modifier events",
|
|
540
|
-
"
|
|
540
|
+
"calc5": "skill('Guided Arrow'.blvl) * par4",
|
|
541
|
+
"*calc5 desc": "% Damage Synergy",
|
|
541
542
|
"Param1": 2,
|
|
542
543
|
"*Param1 Description": "# of Missiles created baseline",
|
|
543
544
|
"Param2": 1,
|
|
@@ -4874,7 +4875,7 @@
|
|
|
4874
4875
|
"passivestat8": "item_pierce_poison_immunity",
|
|
4875
4876
|
"passivecalc8": "stat('item_pierce_poison_immunity'.accr)",
|
|
4876
4877
|
"passivestat9": "item_pierce_damage_immunity",
|
|
4877
|
-
"
|
|
4878
|
+
"passivecalc9": "stat('item_pierce_damage_immunity'.accr)",
|
|
4878
4879
|
"passivestat10": "item_pierce_magic_immunity",
|
|
4879
4880
|
"passivecalc10": "stat('item_pierce_magic_immunity'.accr)",
|
|
4880
4881
|
"summon": "IronGolem",
|
|
@@ -11556,6 +11557,8 @@
|
|
|
11556
11557
|
"*calc3 desc": "# of missiles that can trigger item modifier events",
|
|
11557
11558
|
"calc4": "ln12",
|
|
11558
11559
|
"*calc4 desc": "Stun Length",
|
|
11560
|
+
"calc5": 0,
|
|
11561
|
+
"*calc5 desc": "% Damage Synergy",
|
|
11559
11562
|
"Param1": 40,
|
|
11560
11563
|
"*Param1 Description": "Stun Length baseline",
|
|
11561
11564
|
"Param2": 15,
|
|
@@ -12524,6 +12527,7 @@
|
|
|
12524
12527
|
"seqtrans": "SC",
|
|
12525
12528
|
"monanim": "SC",
|
|
12526
12529
|
"UseAttackRate": 1,
|
|
12530
|
+
"ItemEffect": 1,
|
|
12527
12531
|
"reqlevel": 6,
|
|
12528
12532
|
"maxlvl": 20,
|
|
12529
12533
|
"reqskill1": "Claw Mastery",
|
|
@@ -12704,8 +12708,10 @@
|
|
|
12704
12708
|
"charclass": "ass",
|
|
12705
12709
|
"skilldesc": "charged bolt sentry",
|
|
12706
12710
|
"srvdofunc": 45,
|
|
12707
|
-
"passivestat1": "
|
|
12708
|
-
"passivecalc1": "stat('
|
|
12711
|
+
"passivestat1": "item_pierce_light_immunity",
|
|
12712
|
+
"passivecalc1": "stat('item_pierce_light_immunity'.accr)",
|
|
12713
|
+
"passivestat2": "passive_ltng_pierce",
|
|
12714
|
+
"passivecalc2": "stat('passive_ltng_pierce'.accr)",
|
|
12709
12715
|
"summon": "chargeboltsentry",
|
|
12710
12716
|
"pettype": "assassintrap",
|
|
12711
12717
|
"petmax": 5,
|
|
@@ -12782,6 +12788,8 @@
|
|
|
12782
12788
|
"srvdofunc": 45,
|
|
12783
12789
|
"passivestat1": "item_pierce_fire_immunity",
|
|
12784
12790
|
"passivecalc1": "stat('item_pierce_fire_immunity'.accr)",
|
|
12791
|
+
"passivestat2": "passive_fire_pierce",
|
|
12792
|
+
"passivecalc2": "stat('passive_fire_pierce'.accr)",
|
|
12785
12793
|
"summon": "wakeofdestruction",
|
|
12786
12794
|
"pettype": "assassintrap",
|
|
12787
12795
|
"petmax": 5,
|
|
@@ -13151,7 +13159,7 @@
|
|
|
13151
13159
|
"passivestat8": "item_pierce_poison_immunity",
|
|
13152
13160
|
"passivecalc8": "stat('item_pierce_poison_immunity'.accr)",
|
|
13153
13161
|
"passivestat9": "item_pierce_damage_immunity",
|
|
13154
|
-
"
|
|
13162
|
+
"passivecalc9": "stat('item_pierce_damage_immunity'.accr)",
|
|
13155
13163
|
"summon": "shadowwarrior",
|
|
13156
13164
|
"pettype": "shadowwarrior",
|
|
13157
13165
|
"petmax": 1,
|
|
@@ -13343,8 +13351,10 @@
|
|
|
13343
13351
|
"charclass": "ass",
|
|
13344
13352
|
"skilldesc": "lightning sentry",
|
|
13345
13353
|
"srvdofunc": 45,
|
|
13346
|
-
"passivestat1": "
|
|
13347
|
-
"passivecalc1": "stat('
|
|
13354
|
+
"passivestat1": "item_pierce_light_immunity",
|
|
13355
|
+
"passivecalc1": "stat('item_pierce_light_immunity'.accr)",
|
|
13356
|
+
"passivestat2": "passive_ltng_pierce",
|
|
13357
|
+
"passivecalc2": "stat('passive_ltng_pierce'.accr)",
|
|
13348
13358
|
"summon": "lightningsentry",
|
|
13349
13359
|
"pettype": "assassintrap",
|
|
13350
13360
|
"petmax": 5,
|
|
@@ -13409,6 +13419,8 @@
|
|
|
13409
13419
|
"srvdofunc": 45,
|
|
13410
13420
|
"passivestat1": "item_pierce_fire_immunity",
|
|
13411
13421
|
"passivecalc1": "stat('item_pierce_fire_immunity'.accr)",
|
|
13422
|
+
"passivestat2": "passive_fire_pierce",
|
|
13423
|
+
"passivecalc2": "stat('passive_fire_pierce'.accr)",
|
|
13412
13424
|
"summon": "infernosentry",
|
|
13413
13425
|
"pettype": "assassintrap",
|
|
13414
13426
|
"petmax": 5,
|
|
@@ -13698,6 +13710,16 @@
|
|
|
13698
13710
|
"charclass": "ass",
|
|
13699
13711
|
"skilldesc": "death sentry",
|
|
13700
13712
|
"srvdofunc": 45,
|
|
13713
|
+
"passivestat1": "item_pierce_light_immunity",
|
|
13714
|
+
"passivecalc1": "stat('item_pierce_light_immunity'.accr)",
|
|
13715
|
+
"passivestat2": "item_pierce_fire_immunity",
|
|
13716
|
+
"passivecalc2": "stat('item_pierce_fire_immunity'.accr)",
|
|
13717
|
+
"passivestat3": "item_pierce_damage_immunity",
|
|
13718
|
+
"passivecalc3": "stat('item_pierce_damage_immunity'.accr)",
|
|
13719
|
+
"passivestat4": "passive_ltng_pierce",
|
|
13720
|
+
"passivecalc4": "stat('passive_ltng_pierce'.accr)",
|
|
13721
|
+
"passivestat5": "passive_fire_pierce",
|
|
13722
|
+
"passivecalc5": "stat('passive_fire_pierce'.accr)",
|
|
13701
13723
|
"summon": "deathsentry",
|
|
13702
13724
|
"pettype": "assassintrap",
|
|
13703
13725
|
"petmax": 5,
|
|
@@ -13908,7 +13930,7 @@
|
|
|
13908
13930
|
"passivestat8": "item_pierce_poison_immunity",
|
|
13909
13931
|
"passivecalc8": "stat('item_pierce_poison_immunity'.accr)",
|
|
13910
13932
|
"passivestat9": "item_pierce_damage_immunity",
|
|
13911
|
-
"
|
|
13933
|
+
"passivecalc9": "stat('item_pierce_damage_immunity'.accr)",
|
|
13912
13934
|
"summon": "shadowmaster",
|
|
13913
13935
|
"pettype": "shadowwarrior",
|
|
13914
13936
|
"petmax": 1,
|
|
@@ -14035,12 +14057,6 @@
|
|
|
14035
14057
|
"*Id": 281,
|
|
14036
14058
|
"srvdofunc": 125,
|
|
14037
14059
|
"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)",
|
|
14044
14060
|
"cltdofunc": 70,
|
|
14045
14061
|
"cltmissilea": "wake of destruction maker",
|
|
14046
14062
|
"enhanceable": 1,
|
|
@@ -16826,5 +16842,65 @@
|
|
|
16826
16842
|
"InGame": 1,
|
|
16827
16843
|
"cost add": 0,
|
|
16828
16844
|
"lineNumber": 370
|
|
16845
|
+
},
|
|
16846
|
+
"371": {
|
|
16847
|
+
"skill": "Mark of the Bear",
|
|
16848
|
+
"*Id": 371,
|
|
16849
|
+
"skilldesc": "mark of the bear",
|
|
16850
|
+
"srvdofunc": 18,
|
|
16851
|
+
"aurastate": "markbear",
|
|
16852
|
+
"auralencalc": 4500,
|
|
16853
|
+
"aurastat1": "attackrate",
|
|
16854
|
+
"aurastatcalc1": "par1",
|
|
16855
|
+
"aurastat2": "damageresist",
|
|
16856
|
+
"aurastatcalc2": "par2",
|
|
16857
|
+
"attackrank": 0,
|
|
16858
|
+
"UseAttackRate": 1,
|
|
16859
|
+
"ItemEffect": 1,
|
|
16860
|
+
"ItemUseRestrict": 1,
|
|
16861
|
+
"reqlevel": 1,
|
|
16862
|
+
"restrict": 2,
|
|
16863
|
+
"State1": "bear",
|
|
16864
|
+
"leftskill": 0,
|
|
16865
|
+
"rightskill": 0,
|
|
16866
|
+
"Param1": 25,
|
|
16867
|
+
"*Param1 Description": "Attack Speed %",
|
|
16868
|
+
"Param2": 20,
|
|
16869
|
+
"*Param2 Description": "Damage Resist %",
|
|
16870
|
+
"InGame": 1,
|
|
16871
|
+
"HitShift": 8,
|
|
16872
|
+
"cost mult": 256,
|
|
16873
|
+
"cost add": 1000,
|
|
16874
|
+
"lineNumber": 371
|
|
16875
|
+
},
|
|
16876
|
+
"372": {
|
|
16877
|
+
"skill": "Mark of the Wolf",
|
|
16878
|
+
"*Id": 372,
|
|
16879
|
+
"skilldesc": "mark of the wolf",
|
|
16880
|
+
"srvdofunc": 18,
|
|
16881
|
+
"aurastate": "markwolf",
|
|
16882
|
+
"auralencalc": 4500,
|
|
16883
|
+
"aurastat1": "item_tohit_percent",
|
|
16884
|
+
"aurastatcalc1": "par1",
|
|
16885
|
+
"aurastat2": "item_maxhp_percent",
|
|
16886
|
+
"aurastatcalc2": "par2",
|
|
16887
|
+
"attackrank": 0,
|
|
16888
|
+
"UseAttackRate": 1,
|
|
16889
|
+
"ItemEffect": 1,
|
|
16890
|
+
"ItemUseRestrict": 1,
|
|
16891
|
+
"reqlevel": 1,
|
|
16892
|
+
"restrict": 2,
|
|
16893
|
+
"State1": "wolf",
|
|
16894
|
+
"leftskill": 0,
|
|
16895
|
+
"rightskill": 0,
|
|
16896
|
+
"Param1": 30,
|
|
16897
|
+
"*Param1 Description": "Attack Rating %",
|
|
16898
|
+
"Param2": 40,
|
|
16899
|
+
"*Param2 Description": "Life %",
|
|
16900
|
+
"InGame": 1,
|
|
16901
|
+
"HitShift": 8,
|
|
16902
|
+
"cost mult": 256,
|
|
16903
|
+
"cost add": 1000,
|
|
16904
|
+
"lineNumber": 372
|
|
16829
16905
|
}
|
|
16830
16906
|
}
|
package/json/states.json
CHANGED
|
@@ -272,6 +272,7 @@
|
|
|
272
272
|
"coldmastery": {
|
|
273
273
|
"state": "coldmastery",
|
|
274
274
|
"*ID": 73,
|
|
275
|
+
"sunder-res-reduce": 1,
|
|
275
276
|
"lineNumber": 73
|
|
276
277
|
},
|
|
277
278
|
"concentrate": {
|
|
@@ -834,6 +835,23 @@
|
|
|
834
835
|
"*ID": 106,
|
|
835
836
|
"lineNumber": 106
|
|
836
837
|
},
|
|
838
|
+
"markbear": {
|
|
839
|
+
"state": "markbear",
|
|
840
|
+
"*ID": 190,
|
|
841
|
+
"group": 4,
|
|
842
|
+
"noclear": 1,
|
|
843
|
+
"overlay1": "bloodlust_state",
|
|
844
|
+
"lineNumber": 190
|
|
845
|
+
},
|
|
846
|
+
"markwolf": {
|
|
847
|
+
"state": "markwolf",
|
|
848
|
+
"*ID": 191,
|
|
849
|
+
"group": 5,
|
|
850
|
+
"attblue": 1,
|
|
851
|
+
"noclear": 1,
|
|
852
|
+
"overlay1": "impregnated",
|
|
853
|
+
"lineNumber": 191
|
|
854
|
+
},
|
|
837
855
|
"maul": {
|
|
838
856
|
"state": "maul",
|
|
839
857
|
"*ID": 117,
|
|
@@ -1453,6 +1471,7 @@
|
|
|
1453
1471
|
"overlay1": "curseterror",
|
|
1454
1472
|
"castoverlay": "curse_hit",
|
|
1455
1473
|
"onsound": "necromancer_taint",
|
|
1474
|
+
"sunderfull": 1,
|
|
1456
1475
|
"lineNumber": 56
|
|
1457
1476
|
},
|
|
1458
1477
|
"thawing": {
|