@blizzhackers/d2data 2.0.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 +9 -4
- package/docs/drops/package-lock.json +9 -9
- package/docs/drops/package.json +1 -1
- package/docs/leveling/package-lock.json +9 -9
- package/docs/leveling/package.json +1 -1
- package/docs/runewords/package-lock.json +9 -9
- package/docs/runewords/package.json +1 -1
- package/json/hireling.json +89 -89
- package/json/hirelingdesc.json +28 -0
- package/json/items.json +2 -2
- package/json/itemstatcost.json +112 -72
- package/json/levelgroups.json +689 -0
- package/json/levels.json +136 -0
- package/json/magicprefix.json +0 -37
- package/json/magicsuffix.json +0 -8
- package/json/misc.json +2 -2
- package/json/monai.json +5 -1
- package/json/monstats.json +5764 -4417
- package/json/pettype.json +1 -1
- package/json/properties.json +66 -0
- package/json/skillcalc.json +20 -0
- package/json/skilldesc.json +13 -0
- package/json/skills.json +119 -6
- package/json/soundenviron.json +1967 -1950
- package/json/sounds.json +158 -0
- package/json/states.json +13 -2
- 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 +138 -0
- package/package.json +6 -11
- package/string.js +9 -5
package/json/pettype.json
CHANGED
package/json/properties.json
CHANGED
|
@@ -2074,6 +2074,72 @@
|
|
|
2074
2074
|
"expansion": 1,
|
|
2075
2075
|
"lineNumber": 233
|
|
2076
2076
|
},
|
|
2077
|
+
"pierce-immunity-cold": {
|
|
2078
|
+
"code": "pierce-immunity-cold",
|
|
2079
|
+
"*Enabled": 1,
|
|
2080
|
+
"func1": 1,
|
|
2081
|
+
"stat1": "item_pierce_cold_immunity",
|
|
2082
|
+
"*Tooltip": "Monster Cold Immunity is Sundered",
|
|
2083
|
+
"*Min": "Min %",
|
|
2084
|
+
"*Max": "Max %",
|
|
2085
|
+
"expansion": 1,
|
|
2086
|
+
"lineNumber": 270
|
|
2087
|
+
},
|
|
2088
|
+
"pierce-immunity-damage": {
|
|
2089
|
+
"code": "pierce-immunity-damage",
|
|
2090
|
+
"*Enabled": 1,
|
|
2091
|
+
"func1": 1,
|
|
2092
|
+
"stat1": "item_pierce_damage_immunity",
|
|
2093
|
+
"*Tooltip": "Monster Physical Immunity is Sundered",
|
|
2094
|
+
"*Min": "Min %",
|
|
2095
|
+
"*Max": "Max %",
|
|
2096
|
+
"expansion": 1,
|
|
2097
|
+
"lineNumber": 274
|
|
2098
|
+
},
|
|
2099
|
+
"pierce-immunity-fire": {
|
|
2100
|
+
"code": "pierce-immunity-fire",
|
|
2101
|
+
"*Enabled": 1,
|
|
2102
|
+
"func1": 1,
|
|
2103
|
+
"stat1": "item_pierce_fire_immunity",
|
|
2104
|
+
"*Tooltip": "Monster Fire Immunity is Sundered",
|
|
2105
|
+
"*Min": "Min %",
|
|
2106
|
+
"*Max": "Max %",
|
|
2107
|
+
"expansion": 1,
|
|
2108
|
+
"lineNumber": 271
|
|
2109
|
+
},
|
|
2110
|
+
"pierce-immunity-light": {
|
|
2111
|
+
"code": "pierce-immunity-light",
|
|
2112
|
+
"*Enabled": 1,
|
|
2113
|
+
"func1": 1,
|
|
2114
|
+
"stat1": "item_pierce_light_immunity",
|
|
2115
|
+
"*Tooltip": "Monster Lightning Immunity is Sundered",
|
|
2116
|
+
"*Min": "Min %",
|
|
2117
|
+
"*Max": "Max %",
|
|
2118
|
+
"expansion": 1,
|
|
2119
|
+
"lineNumber": 272
|
|
2120
|
+
},
|
|
2121
|
+
"pierce-immunity-magic": {
|
|
2122
|
+
"code": "pierce-immunity-magic",
|
|
2123
|
+
"*Enabled": 1,
|
|
2124
|
+
"func1": 1,
|
|
2125
|
+
"stat1": "item_pierce_magic_immunity",
|
|
2126
|
+
"*Tooltip": "Monster Magic Immunity is Sundered",
|
|
2127
|
+
"*Min": "Min %",
|
|
2128
|
+
"*Max": "Max %",
|
|
2129
|
+
"expansion": 1,
|
|
2130
|
+
"lineNumber": 275
|
|
2131
|
+
},
|
|
2132
|
+
"pierce-immunity-poison": {
|
|
2133
|
+
"code": "pierce-immunity-poison",
|
|
2134
|
+
"*Enabled": 1,
|
|
2135
|
+
"func1": 1,
|
|
2136
|
+
"stat1": "item_pierce_poison_immunity",
|
|
2137
|
+
"*Tooltip": "Monster Poison Immunity is Sundered",
|
|
2138
|
+
"*Min": "Min %",
|
|
2139
|
+
"*Max": "Max %",
|
|
2140
|
+
"expansion": 1,
|
|
2141
|
+
"lineNumber": 273
|
|
2142
|
+
},
|
|
2077
2143
|
"pierce-ltng": {
|
|
2078
2144
|
"code": "pierce-ltng",
|
|
2079
2145
|
"*Enabled": 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/skilldesc.json
CHANGED
|
@@ -3453,6 +3453,7 @@
|
|
|
3453
3453
|
"str short": "skillld103",
|
|
3454
3454
|
"str long": "skillld103",
|
|
3455
3455
|
"str alt": "skillan103",
|
|
3456
|
+
"descdam": 6,
|
|
3456
3457
|
"descline1": 36,
|
|
3457
3458
|
"desctexta1": "StrSkillRadiusSingular",
|
|
3458
3459
|
"desctextb1": "StrSkill18",
|
|
@@ -7528,5 +7529,17 @@
|
|
|
7528
7529
|
"str short": "SkillDescRunToggle",
|
|
7529
7530
|
"str long": "SkillDescRunToggle",
|
|
7530
7531
|
"str alt": "SkillNameRunToggle"
|
|
7532
|
+
},
|
|
7533
|
+
"229": {
|
|
7534
|
+
"skilldesc": "cubeloot",
|
|
7535
|
+
"SkillPage": 0,
|
|
7536
|
+
"SkillRow": 0,
|
|
7537
|
+
"SkillColumn": 0,
|
|
7538
|
+
"ListRow": 0,
|
|
7539
|
+
"IconCel": 2,
|
|
7540
|
+
"str name": "SkillNameCubeLoot",
|
|
7541
|
+
"str short": "SkillDescCubeLoot",
|
|
7542
|
+
"str long": "SkillDescCubeLoot",
|
|
7543
|
+
"str alt": "SkillNameCubeLoot"
|
|
7531
7544
|
}
|
|
7532
7545
|
}
|
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",
|
|
@@ -8178,11 +8230,12 @@
|
|
|
8178
8230
|
"lvlmana": 1,
|
|
8179
8231
|
"calc1": "ln12",
|
|
8180
8232
|
"*calc1 desc": "Damage %",
|
|
8181
|
-
"Param1":
|
|
8233
|
+
"Param1": 30,
|
|
8182
8234
|
"*Param1 Description": "Damage % baseline",
|
|
8183
|
-
"Param2":
|
|
8235
|
+
"Param2": 5,
|
|
8184
8236
|
"*Param2 Description": "Damage % per level",
|
|
8185
8237
|
"InGame": 1,
|
|
8238
|
+
"ToHit": 50,
|
|
8186
8239
|
"LevToHit": 5,
|
|
8187
8240
|
"HitShift": 8,
|
|
8188
8241
|
"SrcDam": 128,
|
|
@@ -10108,6 +10161,8 @@
|
|
|
10108
10161
|
"charclass": "dru",
|
|
10109
10162
|
"skilldesc": "raven",
|
|
10110
10163
|
"srvdofunc": 114,
|
|
10164
|
+
"passivestat1": "item_pierce_damage_immunity",
|
|
10165
|
+
"passivecalc1": "stat('item_pierce_damage_immunity'.accr)",
|
|
10111
10166
|
"summon": "druidhawk",
|
|
10112
10167
|
"pettype": "raven",
|
|
10113
10168
|
"petmax": "\"min(lvl,par2)\"",
|
|
@@ -10135,6 +10190,8 @@
|
|
|
10135
10190
|
"*calc1 desc": "HP %",
|
|
10136
10191
|
"calc2": "ulvl + par1 + lvl",
|
|
10137
10192
|
"*calc2 desc": "Summon Pet Level (Min=1)",
|
|
10193
|
+
"calc3": "ln56",
|
|
10194
|
+
"*calc3 desc": "# of hits",
|
|
10138
10195
|
"Param1": -2,
|
|
10139
10196
|
"*Param1 Description": "Summon Pet Level baseline",
|
|
10140
10197
|
"Param2": 5,
|
|
@@ -10173,6 +10230,8 @@
|
|
|
10173
10230
|
"skilldesc": "plague poppy",
|
|
10174
10231
|
"srvdofunc": 115,
|
|
10175
10232
|
"aurastate": "vine_beast",
|
|
10233
|
+
"passivestat1": "item_pierce_poison_immunity",
|
|
10234
|
+
"passivecalc1": "stat('item_pierce_poison_immunity'.accr)",
|
|
10176
10235
|
"summon": "plaguepoppy",
|
|
10177
10236
|
"pettype": "vine",
|
|
10178
10237
|
"petmax": 1,
|
|
@@ -10257,7 +10316,6 @@
|
|
|
10257
10316
|
"reqlevel": 1,
|
|
10258
10317
|
"maxlvl": 20,
|
|
10259
10318
|
"restrict": 1,
|
|
10260
|
-
"localdelay": 25,
|
|
10261
10319
|
"globaldelay": 25,
|
|
10262
10320
|
"leftskill": 0,
|
|
10263
10321
|
"rightskill": 1,
|
|
@@ -10456,6 +10514,8 @@
|
|
|
10456
10514
|
"passivecalc4": "edmx",
|
|
10457
10515
|
"passivestat5": "coldlength",
|
|
10458
10516
|
"passivecalc5": "edln",
|
|
10517
|
+
"passivestat6": "item_pierce_cold_immunity",
|
|
10518
|
+
"passivecalc6": "stat('item_pierce_cold_immunity'.accr)",
|
|
10459
10519
|
"summon": "spiritwolf",
|
|
10460
10520
|
"pettype": "spiritwolf",
|
|
10461
10521
|
"petmax": "\"min(lvl,par3)\"",
|
|
@@ -10557,7 +10617,6 @@
|
|
|
10557
10617
|
"reqlevel": 6,
|
|
10558
10618
|
"maxlvl": 20,
|
|
10559
10619
|
"restrict": 1,
|
|
10560
|
-
"localdelay": 25,
|
|
10561
10620
|
"globaldelay": 25,
|
|
10562
10621
|
"leftskill": 0,
|
|
10563
10622
|
"rightskill": 1,
|
|
@@ -11104,6 +11163,8 @@
|
|
|
11104
11163
|
"passivecalc2": "skill('Summon Spirit Wolf'.lvl) * skill('Summon Spirit Wolf'.par2)",
|
|
11105
11164
|
"passivestat3": "damagepercent",
|
|
11106
11165
|
"passivecalc3": "skill('Summon Grizzly'.ln12)",
|
|
11166
|
+
"passivestat4": "item_pierce_damage_immunity",
|
|
11167
|
+
"passivecalc4": "stat('item_pierce_damage_immunity'.accr)",
|
|
11107
11168
|
"summon": "fenris",
|
|
11108
11169
|
"pettype": "fenris",
|
|
11109
11170
|
"petmax": "\"min(lvl,par3)\"",
|
|
@@ -11530,9 +11591,10 @@
|
|
|
11530
11591
|
"aurarangecalc": "par1",
|
|
11531
11592
|
"stsound": "druid_firecast_a",
|
|
11532
11593
|
"castoverlay": "druid_fire_cast_2",
|
|
11594
|
+
"cltdofunc": 97,
|
|
11533
11595
|
"cltprgfunc1": 91,
|
|
11534
|
-
"cltmissilea": "volcano
|
|
11535
|
-
"cltmissileb": "volcano",
|
|
11596
|
+
"cltmissilea": "volcano",
|
|
11597
|
+
"cltmissileb": "volcano overlay fire",
|
|
11536
11598
|
"enhanceable": 1,
|
|
11537
11599
|
"attackrank": 0,
|
|
11538
11600
|
"anim": "SC",
|
|
@@ -11737,6 +11799,8 @@
|
|
|
11737
11799
|
"passivecalc2": "skill('Summon Spirit Wolf'.lvl) * skill('Summon Spirit Wolf'.par2)",
|
|
11738
11800
|
"passivestat3": "damagepercent",
|
|
11739
11801
|
"passivecalc3": "ln12",
|
|
11802
|
+
"passivestat4": "item_pierce_damage_immunity",
|
|
11803
|
+
"passivecalc4": "stat('item_pierce_damage_immunity'.accr)",
|
|
11740
11804
|
"summon": "druidbear",
|
|
11741
11805
|
"pettype": "grizzly",
|
|
11742
11806
|
"petmax": 1,
|
|
@@ -12384,6 +12448,8 @@
|
|
|
12384
12448
|
"srvmissilea": "blade creeper",
|
|
12385
12449
|
"passivestat1": "tohit",
|
|
12386
12450
|
"passivecalc1": "lvl*5",
|
|
12451
|
+
"passivestat2": "item_pierce_damage_immunity",
|
|
12452
|
+
"passivecalc2": "stat('item_pierce_damage_immunity'.accr)",
|
|
12387
12453
|
"summon": "bladecreeper",
|
|
12388
12454
|
"pettype": "assassintrap",
|
|
12389
12455
|
"petmax": 5,
|
|
@@ -12638,6 +12704,8 @@
|
|
|
12638
12704
|
"charclass": "ass",
|
|
12639
12705
|
"skilldesc": "charged bolt sentry",
|
|
12640
12706
|
"srvdofunc": 45,
|
|
12707
|
+
"passivestat1": "item_pierce_lightning_immunity",
|
|
12708
|
+
"passivecalc1": "stat('item_pierce_lightning_immunity'.accr)",
|
|
12641
12709
|
"summon": "chargeboltsentry",
|
|
12642
12710
|
"pettype": "assassintrap",
|
|
12643
12711
|
"petmax": 5,
|
|
@@ -12712,6 +12780,8 @@
|
|
|
12712
12780
|
"charclass": "ass",
|
|
12713
12781
|
"skilldesc": "wake of fire sentry",
|
|
12714
12782
|
"srvdofunc": 45,
|
|
12783
|
+
"passivestat1": "item_pierce_fire_immunity",
|
|
12784
|
+
"passivecalc1": "stat('item_pierce_fire_immunity'.accr)",
|
|
12715
12785
|
"summon": "wakeofdestruction",
|
|
12716
12786
|
"pettype": "assassintrap",
|
|
12717
12787
|
"petmax": 5,
|
|
@@ -13072,6 +13142,16 @@
|
|
|
13072
13142
|
"passivecalc3": "\"min(lvl*4,75)\"",
|
|
13073
13143
|
"passivestat4": "poisonresist",
|
|
13074
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)",
|
|
13075
13155
|
"summon": "shadowwarrior",
|
|
13076
13156
|
"pettype": "shadowwarrior",
|
|
13077
13157
|
"petmax": 1,
|
|
@@ -13263,6 +13343,8 @@
|
|
|
13263
13343
|
"charclass": "ass",
|
|
13264
13344
|
"skilldesc": "lightning sentry",
|
|
13265
13345
|
"srvdofunc": 45,
|
|
13346
|
+
"passivestat1": "item_pierce_lightning_immunity",
|
|
13347
|
+
"passivecalc1": "stat('item_pierce_lightning_immunity'.accr)",
|
|
13266
13348
|
"summon": "lightningsentry",
|
|
13267
13349
|
"pettype": "assassintrap",
|
|
13268
13350
|
"petmax": 5,
|
|
@@ -13325,6 +13407,8 @@
|
|
|
13325
13407
|
"charclass": "ass",
|
|
13326
13408
|
"skilldesc": "inferno sentry",
|
|
13327
13409
|
"srvdofunc": 45,
|
|
13410
|
+
"passivestat1": "item_pierce_fire_immunity",
|
|
13411
|
+
"passivecalc1": "stat('item_pierce_fire_immunity'.accr)",
|
|
13328
13412
|
"summon": "infernosentry",
|
|
13329
13413
|
"pettype": "assassintrap",
|
|
13330
13414
|
"petmax": 5,
|
|
@@ -13815,6 +13899,16 @@
|
|
|
13815
13899
|
"passivecalc3": "dm34",
|
|
13816
13900
|
"passivestat4": "poisonresist",
|
|
13817
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)",
|
|
13818
13912
|
"summon": "shadowmaster",
|
|
13819
13913
|
"pettype": "shadowwarrior",
|
|
13820
13914
|
"petmax": 1,
|
|
@@ -13941,6 +14035,12 @@
|
|
|
13941
14035
|
"*Id": 281,
|
|
13942
14036
|
"srvdofunc": 125,
|
|
13943
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)",
|
|
13944
14044
|
"cltdofunc": 70,
|
|
13945
14045
|
"cltmissilea": "wake of destruction maker",
|
|
13946
14046
|
"enhanceable": 1,
|
|
@@ -16713,5 +16813,18 @@
|
|
|
16713
16813
|
"cost mult": 768,
|
|
16714
16814
|
"cost add": 32000,
|
|
16715
16815
|
"lineNumber": 369
|
|
16816
|
+
},
|
|
16817
|
+
"370": {
|
|
16818
|
+
"skill": "CubeLoot",
|
|
16819
|
+
"*Id": 370,
|
|
16820
|
+
"skilldesc": "cubeloot",
|
|
16821
|
+
"attackrank": 0,
|
|
16822
|
+
"monanim": "xx",
|
|
16823
|
+
"reqlevel": 1,
|
|
16824
|
+
"leftskill": 0,
|
|
16825
|
+
"rightskill": 0,
|
|
16826
|
+
"InGame": 1,
|
|
16827
|
+
"cost add": 0,
|
|
16828
|
+
"lineNumber": 370
|
|
16716
16829
|
}
|
|
16717
16830
|
}
|