@blizzhackers/d2data 2.7.15 → 3.1.91636
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 +22 -106
- package/json/armor.json +1230 -0
- package/json/atomic.json +132 -117
- package/json/automagic.json +162 -0
- package/json/charstats.json +75 -0
- package/json/cubemain.json +1070 -0
- package/json/difficultylevels.json +3 -0
- package/json/events.json +15 -0
- package/json/experience.json +101 -0
- package/json/gamble.json +86 -102
- package/json/inventory.json +168 -14
- package/json/items.json +6199 -3489
- package/json/itemstatcost.json +144 -72
- package/json/itemtypes.json +271 -38
- package/json/itemuicategories.json +324 -0
- package/json/levelgroups.json +683 -686
- package/json/levels.json +232 -0
- package/json/lvlprest.json +27 -0
- package/json/magicprefix.json +1058 -0
- package/json/magicsuffix.json +691 -0
- package/json/misc.json +1764 -263
- package/json/misscalc.json +20 -0
- package/json/missiles.json +1915 -151
- package/json/monai.json +74 -8
- package/json/monpet.json +2035 -0
- package/json/monpopulationest.json +7 -0
- package/json/monseq.json +101 -0
- package/json/monsounds.json +177 -0
- package/json/monstats.json +1635 -0
- package/json/monstats2.json +549 -0
- package/json/objects.json +633 -33
- package/json/objpreset.json +20 -0
- package/json/objtype.json +70 -0
- package/json/overlay.json +1367 -237
- package/json/pettype.json +40 -3
- package/json/playerclass.json +6 -0
- package/json/plrtype.json +6 -0
- package/json/properties.json +431 -0
- package/json/propertygroups.json +487 -0
- package/json/runes.json +146 -0
- package/json/runeworduicategories.json +27 -0
- package/json/setitems.json +543 -0
- package/json/sets.json +108 -0
- package/json/skillcalc.json +140 -0
- package/json/skilldesc.json +7315 -6028
- package/json/skills.json +3445 -6
- package/json/sounds.json +83708 -63203
- package/json/states.json +298 -0
- package/json/tcprecalc.json +5759 -3396
- package/json/treasureclassex.json +4175 -1887
- package/json/treasureclassgroupsex.json +37 -0
- package/json/uniqueitems.json +1508 -391
- package/json/weapons.json +39 -60
- package/package.json +1 -1
package/json/sets.json
CHANGED
|
@@ -34,6 +34,7 @@
|
|
|
34
34
|
"FParam7": "fullsetgeneric",
|
|
35
35
|
"FMin7": 1,
|
|
36
36
|
"FMax7": 1,
|
|
37
|
+
"UIClass": "dru",
|
|
37
38
|
"expansion": 1,
|
|
38
39
|
"lineNumber": 18
|
|
39
40
|
},
|
|
@@ -92,6 +93,7 @@
|
|
|
92
93
|
"FCode4": "allskills",
|
|
93
94
|
"FMin4": 1,
|
|
94
95
|
"FMax4": 1,
|
|
96
|
+
"UIClass": "sor",
|
|
95
97
|
"lineNumber": 15
|
|
96
98
|
},
|
|
97
99
|
"Arctic Gear": {
|
|
@@ -114,8 +116,32 @@
|
|
|
114
116
|
"FParam3": 0,
|
|
115
117
|
"FMin3": 1,
|
|
116
118
|
"FMax3": 1,
|
|
119
|
+
"UIClass": "ama",
|
|
117
120
|
"lineNumber": 14
|
|
118
121
|
},
|
|
122
|
+
"Bane's Garments": {
|
|
123
|
+
"index": "Bane's Garments",
|
|
124
|
+
"name": "Bane's Garments",
|
|
125
|
+
"version": 100,
|
|
126
|
+
"PCode2a": "dmg%",
|
|
127
|
+
"PMin2a": 80,
|
|
128
|
+
"PMax2a": 80,
|
|
129
|
+
"FCode1": "allskills",
|
|
130
|
+
"FMin1": 1,
|
|
131
|
+
"FMax1": 1,
|
|
132
|
+
"FCode2": "dex",
|
|
133
|
+
"FMin2": 15,
|
|
134
|
+
"FMax2": 15,
|
|
135
|
+
"FCode3": "cast1",
|
|
136
|
+
"FMin3": 25,
|
|
137
|
+
"FMax3": 25,
|
|
138
|
+
"FCode4": "mag%",
|
|
139
|
+
"FMin4": 40,
|
|
140
|
+
"FMax4": 40,
|
|
141
|
+
"UIClass": "war",
|
|
142
|
+
"expansion": 1,
|
|
143
|
+
"lineNumber": 34
|
|
144
|
+
},
|
|
119
145
|
"Berserker's Garb": {
|
|
120
146
|
"index": "Berserker's Garb",
|
|
121
147
|
"name": "Berserker's Garb",
|
|
@@ -142,6 +168,7 @@
|
|
|
142
168
|
"FCode5": "ac",
|
|
143
169
|
"FMin5": 75,
|
|
144
170
|
"FMax5": 75,
|
|
171
|
+
"UIClass": "bar",
|
|
145
172
|
"lineNumber": 11
|
|
146
173
|
},
|
|
147
174
|
"Bul-Kathos' Children": {
|
|
@@ -172,6 +199,7 @@
|
|
|
172
199
|
"FCode8": "deadly",
|
|
173
200
|
"FMin8": 20,
|
|
174
201
|
"FMax8": 20,
|
|
202
|
+
"UIClass": "bar",
|
|
175
203
|
"expansion": 1,
|
|
176
204
|
"lineNumber": 29
|
|
177
205
|
},
|
|
@@ -208,6 +236,7 @@
|
|
|
208
236
|
"FParam5": 0,
|
|
209
237
|
"FMin5": 20,
|
|
210
238
|
"FMax5": 20,
|
|
239
|
+
"UIClass": "sor",
|
|
211
240
|
"lineNumber": 7
|
|
212
241
|
},
|
|
213
242
|
"Civerb's Vestments": {
|
|
@@ -350,6 +379,7 @@
|
|
|
350
379
|
"FCode6": "balance2",
|
|
351
380
|
"FMin6": 30,
|
|
352
381
|
"FMax6": 30,
|
|
382
|
+
"UIClass": "pal",
|
|
353
383
|
"expansion": 1,
|
|
354
384
|
"lineNumber": 21
|
|
355
385
|
},
|
|
@@ -383,6 +413,43 @@
|
|
|
383
413
|
"expansion": 1,
|
|
384
414
|
"lineNumber": 25
|
|
385
415
|
},
|
|
416
|
+
"Horazon's Splendor": {
|
|
417
|
+
"index": "Horazon's Splendor",
|
|
418
|
+
"name": "Horazon's Splendor",
|
|
419
|
+
"version": 100,
|
|
420
|
+
"PCode2a": "dex",
|
|
421
|
+
"PMin2a": 20,
|
|
422
|
+
"PMax2a": 20,
|
|
423
|
+
"PCode3a": "enr",
|
|
424
|
+
"PMin3a": 30,
|
|
425
|
+
"PMax3a": 30,
|
|
426
|
+
"PCode4a": "ac",
|
|
427
|
+
"PMin4a": 300,
|
|
428
|
+
"PMax4a": 300,
|
|
429
|
+
"FCode1": "res-all",
|
|
430
|
+
"FMin1": 50,
|
|
431
|
+
"FMax1": 50,
|
|
432
|
+
"FCode2": "war",
|
|
433
|
+
"FMin2": 3,
|
|
434
|
+
"FMax2": 3,
|
|
435
|
+
"FCode3": "dmg%",
|
|
436
|
+
"FMin3": 350,
|
|
437
|
+
"FMax3": 350,
|
|
438
|
+
"FCode4": "mag%",
|
|
439
|
+
"FMin4": 100,
|
|
440
|
+
"FMax4": 100,
|
|
441
|
+
"FCode5": "oskill",
|
|
442
|
+
"FParam5": "Enchant",
|
|
443
|
+
"FMin5": 30,
|
|
444
|
+
"FMax5": 30,
|
|
445
|
+
"FCode6": "state",
|
|
446
|
+
"FParam6": "fullsetgeneric",
|
|
447
|
+
"FMin6": 1,
|
|
448
|
+
"FMax6": 1,
|
|
449
|
+
"UIClass": "war",
|
|
450
|
+
"expansion": 1,
|
|
451
|
+
"lineNumber": 35
|
|
452
|
+
},
|
|
386
453
|
"Hsarus' Defense": {
|
|
387
454
|
"index": "Hsarus' Defense",
|
|
388
455
|
"name": "Hsarus' Defense",
|
|
@@ -461,6 +528,7 @@
|
|
|
461
528
|
"FParam5": "fullsetgeneric",
|
|
462
529
|
"FMin5": 1,
|
|
463
530
|
"FMax5": 1,
|
|
531
|
+
"UIClass": "bar",
|
|
464
532
|
"expansion": 1,
|
|
465
533
|
"lineNumber": 19
|
|
466
534
|
},
|
|
@@ -496,6 +564,7 @@
|
|
|
496
564
|
"FCode6": "nofreeze",
|
|
497
565
|
"FMin6": 1,
|
|
498
566
|
"FMax6": 1,
|
|
567
|
+
"UIClass": "nec",
|
|
499
568
|
"lineNumber": 10
|
|
500
569
|
},
|
|
501
570
|
"Iratha's Finery": {
|
|
@@ -596,6 +665,7 @@
|
|
|
596
665
|
"FParam6": "fullsetgeneric",
|
|
597
666
|
"FMin6": 1,
|
|
598
667
|
"FMax6": 1,
|
|
668
|
+
"UIClass": "ama",
|
|
599
669
|
"expansion": 1,
|
|
600
670
|
"lineNumber": 23
|
|
601
671
|
},
|
|
@@ -655,6 +725,7 @@
|
|
|
655
725
|
"FParam4": 0,
|
|
656
726
|
"FMin4": 15,
|
|
657
727
|
"FMax4": 15,
|
|
728
|
+
"UIClass": "pal",
|
|
658
729
|
"lineNumber": 6
|
|
659
730
|
},
|
|
660
731
|
"Naj's Ancient Set": {
|
|
@@ -690,6 +761,7 @@
|
|
|
690
761
|
"FCode8": "hp%",
|
|
691
762
|
"FMin8": 12,
|
|
692
763
|
"FMax8": 12,
|
|
764
|
+
"UIClass": "sor",
|
|
693
765
|
"expansion": 1,
|
|
694
766
|
"lineNumber": 31
|
|
695
767
|
},
|
|
@@ -727,6 +799,7 @@
|
|
|
727
799
|
"FCode7": "fade",
|
|
728
800
|
"FMin7": 1,
|
|
729
801
|
"FMax7": 1,
|
|
802
|
+
"UIClass": "ass",
|
|
730
803
|
"expansion": 1,
|
|
731
804
|
"lineNumber": 17
|
|
732
805
|
},
|
|
@@ -856,6 +929,7 @@
|
|
|
856
929
|
"FParam6": "fullsetgeneric",
|
|
857
930
|
"FMin6": 1,
|
|
858
931
|
"FMax6": 1,
|
|
932
|
+
"UIClass": "sor",
|
|
859
933
|
"expansion": 1,
|
|
860
934
|
"lineNumber": 20
|
|
861
935
|
},
|
|
@@ -967,6 +1041,7 @@
|
|
|
967
1041
|
"FCode8": "lifesteal",
|
|
968
1042
|
"FMin8": 20,
|
|
969
1043
|
"FMax8": 20,
|
|
1044
|
+
"UIClass": "nec",
|
|
970
1045
|
"expansion": 1,
|
|
971
1046
|
"lineNumber": 22
|
|
972
1047
|
},
|
|
@@ -996,6 +1071,39 @@
|
|
|
996
1071
|
"FCode4": "str",
|
|
997
1072
|
"FMin4": 10,
|
|
998
1073
|
"FMax4": 10,
|
|
1074
|
+
"UIClass": "ama",
|
|
999
1075
|
"lineNumber": 5
|
|
1076
|
+
},
|
|
1077
|
+
"Warlord's Glory": {
|
|
1078
|
+
"index": "Warlord's Glory",
|
|
1079
|
+
"name": "Warlord's Glory",
|
|
1080
|
+
"version": 100,
|
|
1081
|
+
"PCode2a": "lifesteal",
|
|
1082
|
+
"PMin2a": 15,
|
|
1083
|
+
"PMax2a": 15,
|
|
1084
|
+
"PCode3a": "ac",
|
|
1085
|
+
"PMin3a": 150,
|
|
1086
|
+
"PMax3a": 150,
|
|
1087
|
+
"FCode1": "allskills",
|
|
1088
|
+
"FMin1": 1,
|
|
1089
|
+
"FMax1": 1,
|
|
1090
|
+
"FCode2": "aura",
|
|
1091
|
+
"FParam2": "Meditation",
|
|
1092
|
+
"FMin2": 10,
|
|
1093
|
+
"FMax2": 10,
|
|
1094
|
+
"FCode3": "red-dmg",
|
|
1095
|
+
"FParam3": 0,
|
|
1096
|
+
"FMin3": 9,
|
|
1097
|
+
"FMax3": 9,
|
|
1098
|
+
"FCode4": "res-fire",
|
|
1099
|
+
"FParam4": 0,
|
|
1100
|
+
"FMin4": 15,
|
|
1101
|
+
"FMax4": 15,
|
|
1102
|
+
"FCode5": "mana",
|
|
1103
|
+
"FMin5": 20,
|
|
1104
|
+
"FMax5": 20,
|
|
1105
|
+
"UIClass": "war",
|
|
1106
|
+
"expansion": 1,
|
|
1107
|
+
"lineNumber": 33
|
|
1000
1108
|
}
|
|
1001
1109
|
}
|
package/json/skillcalc.json
CHANGED
|
@@ -34,6 +34,11 @@
|
|
|
34
34
|
"*Description": "The base Skill Level (without bonuses)",
|
|
35
35
|
"lineNumber": 41
|
|
36
36
|
},
|
|
37
|
+
"clc0": {
|
|
38
|
+
"code": "clc0",
|
|
39
|
+
"*Description": "The calc10 field value",
|
|
40
|
+
"lineNumber": 104
|
|
41
|
+
},
|
|
37
42
|
"clc1": {
|
|
38
43
|
"code": "clc1",
|
|
39
44
|
"*Description": "The calc1 field value",
|
|
@@ -64,6 +69,21 @@
|
|
|
64
69
|
"*Description": "The calc6 field value",
|
|
65
70
|
"lineNumber": 89
|
|
66
71
|
},
|
|
72
|
+
"clc7": {
|
|
73
|
+
"code": "clc7",
|
|
74
|
+
"*Description": "The calc7 field value",
|
|
75
|
+
"lineNumber": 101
|
|
76
|
+
},
|
|
77
|
+
"clc8": {
|
|
78
|
+
"code": "clc8",
|
|
79
|
+
"*Description": "The calc8 field value",
|
|
80
|
+
"lineNumber": 102
|
|
81
|
+
},
|
|
82
|
+
"clc9": {
|
|
83
|
+
"code": "clc9",
|
|
84
|
+
"*Description": "The calc9 field value",
|
|
85
|
+
"lineNumber": 103
|
|
86
|
+
},
|
|
67
87
|
"dm12": {
|
|
68
88
|
"code": "dm12",
|
|
69
89
|
"*Description": "((110 * lvl) * (par2 - par1)) / (100 * (lvl + 6)) + par1",
|
|
@@ -79,21 +99,41 @@
|
|
|
79
99
|
"*Description": "((110 * lvl) * (par4 - par3)) / (100 * (lvl + 6)) + par3",
|
|
80
100
|
"lineNumber": 3
|
|
81
101
|
},
|
|
102
|
+
"dm43": {
|
|
103
|
+
"code": "dm43",
|
|
104
|
+
"*Description": "((110 * lvl) * (pa14 - pa13)) / (100 * (lvl + 6)) + pa13",
|
|
105
|
+
"lineNumber": 117
|
|
106
|
+
},
|
|
82
107
|
"dm56": {
|
|
83
108
|
"code": "dm56",
|
|
84
109
|
"*Description": "((110 * lvl) * (par6 - par5)) / (100 * (lvl + 6)) + par5",
|
|
85
110
|
"lineNumber": 5
|
|
86
111
|
},
|
|
112
|
+
"dm65": {
|
|
113
|
+
"code": "dm65",
|
|
114
|
+
"*Description": "((110 * lvl) * (pa16 - pa15)) / (100 * (lvl + 6)) + pa15",
|
|
115
|
+
"lineNumber": 118
|
|
116
|
+
},
|
|
87
117
|
"dm78": {
|
|
88
118
|
"code": "dm78",
|
|
89
119
|
"*Description": "((110 * lvl) * (par8 - par7)) / (100 * (lvl + 6)) + par7",
|
|
90
120
|
"lineNumber": 7
|
|
91
121
|
},
|
|
122
|
+
"dm87": {
|
|
123
|
+
"code": "dm87",
|
|
124
|
+
"*Description": "((110 * lvl) * (pa18 - pa17)) / (100 * (lvl + 6)) + pa17",
|
|
125
|
+
"lineNumber": 119
|
|
126
|
+
},
|
|
92
127
|
"dm91": {
|
|
93
128
|
"code": "dm91",
|
|
94
129
|
"*Description": "((110 * lvl) * (pa10 - par9)) / (100 * (lvl + 6)) + par9",
|
|
95
130
|
"lineNumber": 85
|
|
96
131
|
},
|
|
132
|
+
"dm92": {
|
|
133
|
+
"code": "dm92",
|
|
134
|
+
"*Description": "((110 * lvl) * (pa20 - pa19)) / (100 * (lvl + 6)) + pa19",
|
|
135
|
+
"lineNumber": 120
|
|
136
|
+
},
|
|
97
137
|
"edln": {
|
|
98
138
|
"code": "edln",
|
|
99
139
|
"*Description": "Elemental Damage Length",
|
|
@@ -164,21 +204,41 @@
|
|
|
164
204
|
"*Description": "par3 + (lvl - 1) * par4",
|
|
165
205
|
"lineNumber": 2
|
|
166
206
|
},
|
|
207
|
+
"ln43": {
|
|
208
|
+
"code": "ln43",
|
|
209
|
+
"*Description": "pa13 + (lvl - 1) * pa14",
|
|
210
|
+
"lineNumber": 113
|
|
211
|
+
},
|
|
167
212
|
"ln56": {
|
|
168
213
|
"code": "ln56",
|
|
169
214
|
"*Description": "par5 + (lvl - 1) * par6",
|
|
170
215
|
"lineNumber": 4
|
|
171
216
|
},
|
|
217
|
+
"ln65": {
|
|
218
|
+
"code": "ln65",
|
|
219
|
+
"*Description": "pa15 + (lvl - 1) * pa16",
|
|
220
|
+
"lineNumber": 114
|
|
221
|
+
},
|
|
172
222
|
"ln78": {
|
|
173
223
|
"code": "ln78",
|
|
174
224
|
"*Description": "par7 + (lvl - 1) * par8",
|
|
175
225
|
"lineNumber": 6
|
|
176
226
|
},
|
|
227
|
+
"ln87": {
|
|
228
|
+
"code": "ln87",
|
|
229
|
+
"*Description": "pa17 + (lvl - 1) * pa18",
|
|
230
|
+
"lineNumber": 115
|
|
231
|
+
},
|
|
177
232
|
"ln91": {
|
|
178
233
|
"code": "ln91",
|
|
179
234
|
"*Description": "par9 + (lvl - 1) * pa10",
|
|
180
235
|
"lineNumber": 84
|
|
181
236
|
},
|
|
237
|
+
"ln92": {
|
|
238
|
+
"code": "ln92",
|
|
239
|
+
"*Description": "pa19 + (lvl - 1) * pa20",
|
|
240
|
+
"lineNumber": 116
|
|
241
|
+
},
|
|
182
242
|
"lvl": {
|
|
183
243
|
"code": "lvl",
|
|
184
244
|
"*Description": "The current Skill Level (with bonuses)",
|
|
@@ -209,11 +269,21 @@
|
|
|
209
269
|
"*Description": "Elemental Damage Max for skilldesc descmissile1 (256ths)",
|
|
210
270
|
"lineNumber": 44
|
|
211
271
|
},
|
|
272
|
+
"m1nm": {
|
|
273
|
+
"code": "m1nm",
|
|
274
|
+
"*Description": "Elemental Damage Min for skilldesc descmissile1 with Elemental Mastery",
|
|
275
|
+
"lineNumber": 121
|
|
276
|
+
},
|
|
212
277
|
"m1rn": {
|
|
213
278
|
"code": "m1rn",
|
|
214
279
|
"*Description": "Range for skilldesc descmissile1",
|
|
215
280
|
"lineNumber": 35
|
|
216
281
|
},
|
|
282
|
+
"m1xm": {
|
|
283
|
+
"code": "m1xm",
|
|
284
|
+
"*Description": "Elemental Damage Max for skilldesc descmissile1 with Elemental Mastery",
|
|
285
|
+
"lineNumber": 122
|
|
286
|
+
},
|
|
217
287
|
"m2el": {
|
|
218
288
|
"code": "m2el",
|
|
219
289
|
"*Description": "Elemental Damage Length for skilldesc descmissile2",
|
|
@@ -239,11 +309,21 @@
|
|
|
239
309
|
"*Description": "Elemental Damage Max for skilldesc descmissile2 (256ths)",
|
|
240
310
|
"lineNumber": 46
|
|
241
311
|
},
|
|
312
|
+
"m2nm": {
|
|
313
|
+
"code": "m2nm",
|
|
314
|
+
"*Description": "Elemental Damage Min for skilldesc descmissile2 with Elemental Mastery",
|
|
315
|
+
"lineNumber": 123
|
|
316
|
+
},
|
|
242
317
|
"m2rn": {
|
|
243
318
|
"code": "m2rn",
|
|
244
319
|
"*Description": "Range for skilldesc descmissile2",
|
|
245
320
|
"lineNumber": 36
|
|
246
321
|
},
|
|
322
|
+
"m2xm": {
|
|
323
|
+
"code": "m2xm",
|
|
324
|
+
"*Description": "Elemental Damage Max for skilldesc descmissile2 with Elemental Mastery",
|
|
325
|
+
"lineNumber": 124
|
|
326
|
+
},
|
|
247
327
|
"m3el": {
|
|
248
328
|
"code": "m3el",
|
|
249
329
|
"*Description": "Elemental Damage Length for skilldesc descmissile3",
|
|
@@ -259,11 +339,21 @@
|
|
|
259
339
|
"*Description": "Elemental Damage Max for skilldesc descmissile3",
|
|
260
340
|
"lineNumber": 33
|
|
261
341
|
},
|
|
342
|
+
"m3nm": {
|
|
343
|
+
"code": "m3nm",
|
|
344
|
+
"*Description": "Elemental Damage Min for skilldesc descmissile3 with Elemental Mastery",
|
|
345
|
+
"lineNumber": 125
|
|
346
|
+
},
|
|
262
347
|
"m3rn": {
|
|
263
348
|
"code": "m3rn",
|
|
264
349
|
"*Description": "Range for skilldesc descmissile3",
|
|
265
350
|
"lineNumber": 37
|
|
266
351
|
},
|
|
352
|
+
"m3xm": {
|
|
353
|
+
"code": "m3xm",
|
|
354
|
+
"*Description": "Elemental Damage Max for skilldesc descmissile3 with Elemental Mastery",
|
|
355
|
+
"lineNumber": 126
|
|
356
|
+
},
|
|
267
357
|
"macr": {
|
|
268
358
|
"code": "macr",
|
|
269
359
|
"*Description": "Critical Hit Mastery",
|
|
@@ -279,6 +369,11 @@
|
|
|
279
369
|
"*Description": "Elemental Damage Mastery",
|
|
280
370
|
"lineNumber": 77
|
|
281
371
|
},
|
|
372
|
+
"mair": {
|
|
373
|
+
"code": "mair",
|
|
374
|
+
"*Description": "Item Requirements Mastery",
|
|
375
|
+
"lineNumber": 99
|
|
376
|
+
},
|
|
282
377
|
"mana": {
|
|
283
378
|
"code": "mana",
|
|
284
379
|
"*Description": "Mana Cost Calculation",
|
|
@@ -329,6 +424,46 @@
|
|
|
329
424
|
"*Description": "The Param12 field value",
|
|
330
425
|
"lineNumber": 83
|
|
331
426
|
},
|
|
427
|
+
"pa13": {
|
|
428
|
+
"code": "pa13",
|
|
429
|
+
"*Description": "The Param13 field value",
|
|
430
|
+
"lineNumber": 105
|
|
431
|
+
},
|
|
432
|
+
"pa14": {
|
|
433
|
+
"code": "pa14",
|
|
434
|
+
"*Description": "The Param14 field value",
|
|
435
|
+
"lineNumber": 106
|
|
436
|
+
},
|
|
437
|
+
"pa15": {
|
|
438
|
+
"code": "pa15",
|
|
439
|
+
"*Description": "The Param15 field value",
|
|
440
|
+
"lineNumber": 107
|
|
441
|
+
},
|
|
442
|
+
"pa16": {
|
|
443
|
+
"code": "pa16",
|
|
444
|
+
"*Description": "The Param16 field value",
|
|
445
|
+
"lineNumber": 108
|
|
446
|
+
},
|
|
447
|
+
"pa17": {
|
|
448
|
+
"code": "pa17",
|
|
449
|
+
"*Description": "The Param17 field value",
|
|
450
|
+
"lineNumber": 109
|
|
451
|
+
},
|
|
452
|
+
"pa18": {
|
|
453
|
+
"code": "pa18",
|
|
454
|
+
"*Description": "The Param18 field value",
|
|
455
|
+
"lineNumber": 110
|
|
456
|
+
},
|
|
457
|
+
"pa19": {
|
|
458
|
+
"code": "pa19",
|
|
459
|
+
"*Description": "The Param19 field value",
|
|
460
|
+
"lineNumber": 111
|
|
461
|
+
},
|
|
462
|
+
"pa20": {
|
|
463
|
+
"code": "pa20",
|
|
464
|
+
"*Description": "The Param20 field value",
|
|
465
|
+
"lineNumber": 112
|
|
466
|
+
},
|
|
332
467
|
"par1": {
|
|
333
468
|
"code": "par1",
|
|
334
469
|
"*Description": "The Param1 field value",
|
|
@@ -474,6 +609,11 @@
|
|
|
474
609
|
"*Description": "The aurarangecalc field value",
|
|
475
610
|
"lineNumber": 59
|
|
476
611
|
},
|
|
612
|
+
"sctk": {
|
|
613
|
+
"code": "sctk",
|
|
614
|
+
"*Description": "Skill Channeling Tick",
|
|
615
|
+
"lineNumber": 100
|
|
616
|
+
},
|
|
477
617
|
"skpt": {
|
|
478
618
|
"code": "skpt",
|
|
479
619
|
"*Description": "The skpoints field value",
|