@blizzhackers/d2data 2.7.14 → 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.
Files changed (55) hide show
  1. package/compile.js +85 -106
  2. package/json/armor.json +1230 -0
  3. package/json/atomic.json +132 -117
  4. package/json/automagic.json +162 -0
  5. package/json/charstats.json +75 -0
  6. package/json/coldmasterybreakpoints.json +8 -0
  7. package/json/cubemain.json +1070 -0
  8. package/json/difficultylevels.json +3 -0
  9. package/json/events.json +15 -0
  10. package/json/experience.json +101 -0
  11. package/json/gamble.json +86 -102
  12. package/json/inventory.json +168 -14
  13. package/json/items.json +6199 -3489
  14. package/json/itemstatcost.json +144 -72
  15. package/json/itemtypes.json +271 -38
  16. package/json/itemuicategories.json +324 -0
  17. package/json/levelgroups.json +683 -686
  18. package/json/levels.json +232 -0
  19. package/json/lvlprest.json +27 -0
  20. package/json/magicprefix.json +1058 -0
  21. package/json/magicsuffix.json +691 -0
  22. package/json/misc.json +1764 -263
  23. package/json/misscalc.json +20 -0
  24. package/json/missiles.json +1915 -151
  25. package/json/monai.json +74 -8
  26. package/json/monpet.json +2035 -0
  27. package/json/monpopulationest.json +7 -0
  28. package/json/monseq.json +101 -0
  29. package/json/monsounds.json +177 -0
  30. package/json/monstats.json +1635 -0
  31. package/json/monstats2.json +549 -0
  32. package/json/objects.json +633 -33
  33. package/json/objpreset.json +20 -0
  34. package/json/objtype.json +70 -0
  35. package/json/overlay.json +1367 -237
  36. package/json/pettype.json +40 -3
  37. package/json/playerclass.json +6 -0
  38. package/json/plrtype.json +6 -0
  39. package/json/properties.json +431 -0
  40. package/json/propertygroups.json +487 -0
  41. package/json/runes.json +146 -0
  42. package/json/runeworduicategories.json +27 -0
  43. package/json/setitems.json +543 -0
  44. package/json/sets.json +108 -0
  45. package/json/skillcalc.json +140 -0
  46. package/json/skilldesc.json +7315 -6028
  47. package/json/skills.json +3445 -6
  48. package/json/sounds.json +83708 -63203
  49. package/json/states.json +298 -0
  50. package/json/tcprecalc.json +5759 -3396
  51. package/json/treasureclassex.json +4175 -1887
  52. package/json/treasureclassgroupsex.json +37 -0
  53. package/json/uniqueitems.json +1508 -391
  54. package/json/weapons.json +39 -60
  55. package/package.json +1 -1
@@ -26,8 +26,10 @@
26
26
  "Class": "ama",
27
27
  "VarInvGfx": 0,
28
28
  "StorePage": "weap",
29
+ "UICategory": "amazo",
30
+ "RunewordCategory1": "r_mis",
29
31
  "expansion": 1,
30
- "lineNumber": 86
32
+ "lineNumber": 87
31
33
  },
32
34
  "ajav": {
33
35
  "ItemType": "Amazon Javelin",
@@ -55,8 +57,10 @@
55
57
  "Class": "ama",
56
58
  "VarInvGfx": 0,
57
59
  "StorePage": "misc",
60
+ "UICategory": "amazo",
61
+ "RunewordCategory1": "r_mel",
58
62
  "expansion": 1,
59
- "lineNumber": 88
63
+ "lineNumber": 89
60
64
  },
61
65
  "amaz": {
62
66
  "ItemType": "Amazon Item",
@@ -111,6 +115,7 @@
111
115
  "InvGfx2": "invamu2",
112
116
  "InvGfx3": "invamu3",
113
117
  "StorePage": "misc",
118
+ "UICategory": "amule",
114
119
  "lineNumber": 12
115
120
  },
116
121
  "apot": {
@@ -134,8 +139,9 @@
134
139
  "Rarity": 3,
135
140
  "VarInvGfx": 0,
136
141
  "StorePage": "misc",
142
+ "UICategory": "potis",
137
143
  "expansion": 1,
138
- "lineNumber": 81
144
+ "lineNumber": 82
139
145
  },
140
146
  "armo": {
141
147
  "ItemType": "Any Armor",
@@ -157,6 +163,7 @@
157
163
  "TreasureClass": 1,
158
164
  "Rarity": 3,
159
165
  "VarInvGfx": 0,
166
+ "RunewordCategory1": "r_arm",
160
167
  "lineNumber": 50
161
168
  },
162
169
  "ashd": {
@@ -185,8 +192,10 @@
185
192
  "Class": "pal",
186
193
  "VarInvGfx": 0,
187
194
  "StorePage": "armo",
195
+ "UICategory": "palad",
196
+ "RunewordCategory1": "r_off",
188
197
  "expansion": 1,
189
- "lineNumber": 71
198
+ "lineNumber": 72
190
199
  },
191
200
  "aspe": {
192
201
  "ItemType": "Amazon Spear",
@@ -214,8 +223,10 @@
214
223
  "Class": "ama",
215
224
  "VarInvGfx": 0,
216
225
  "StorePage": "weap",
226
+ "UICategory": "amazo",
227
+ "RunewordCategory1": "r_mel",
217
228
  "expansion": 1,
218
- "lineNumber": 87
229
+ "lineNumber": 88
219
230
  },
220
231
  "assn": {
221
232
  "ItemType": "Assassin Item",
@@ -266,6 +277,8 @@
266
277
  "Rarity": 3,
267
278
  "VarInvGfx": 0,
268
279
  "StorePage": "weap",
280
+ "UICategory": "axes",
281
+ "RunewordCategory1": "r_mel",
269
282
  "lineNumber": 28
270
283
  },
271
284
  "barb": {
@@ -317,6 +330,8 @@
317
330
  "Rarity": 3,
318
331
  "VarInvGfx": 0,
319
332
  "StorePage": "armo",
333
+ "UICategory": "belts",
334
+ "RunewordCategory1": "r_arm",
320
335
  "lineNumber": 19
321
336
  },
322
337
  "blde": {
@@ -341,7 +356,7 @@
341
356
  "Rarity": 3,
342
357
  "VarInvGfx": 0,
343
358
  "expansion": 1,
344
- "lineNumber": 104
359
+ "lineNumber": 105
345
360
  },
346
361
  "blun": {
347
362
  "ItemType": "Blunt",
@@ -364,6 +379,7 @@
364
379
  "TreasureClass": 0,
365
380
  "Rarity": 3,
366
381
  "VarInvGfx": 0,
382
+ "RunewordCategory1": "r_mel",
367
383
  "lineNumber": 57
368
384
  },
369
385
  "body": {
@@ -410,6 +426,7 @@
410
426
  "Rarity": 3,
411
427
  "VarInvGfx": 0,
412
428
  "StorePage": "misc",
429
+ "UICategory": "scrlt",
413
430
  "lineNumber": 18
414
431
  },
415
432
  "boot": {
@@ -436,6 +453,8 @@
436
453
  "Rarity": 3,
437
454
  "VarInvGfx": 0,
438
455
  "StorePage": "armo",
456
+ "UICategory": "boots",
457
+ "RunewordCategory1": "r_arm",
439
458
  "lineNumber": 15
440
459
  },
441
460
  "bow": {
@@ -463,6 +482,8 @@
463
482
  "Rarity": 3,
464
483
  "VarInvGfx": 0,
465
484
  "StorePage": "weap",
485
+ "UICategory": "bows",
486
+ "RunewordCategory1": "r_mel",
466
487
  "lineNumber": 27
467
488
  },
468
489
  "bowq": {
@@ -490,6 +511,7 @@
490
511
  "Rarity": 3,
491
512
  "VarInvGfx": 0,
492
513
  "StorePage": "misc",
514
+ "UICategory": "ammo",
493
515
  "lineNumber": 5
494
516
  },
495
517
  "char": {
@@ -517,6 +539,7 @@
517
539
  "InvGfx2": "invch4",
518
540
  "InvGfx3": "invch7",
519
541
  "StorePage": "misc",
542
+ "UICategory": "charm",
520
543
  "lineNumber": 13
521
544
  },
522
545
  "circ": {
@@ -543,8 +566,44 @@
543
566
  "Rarity": 3,
544
567
  "VarInvGfx": 0,
545
568
  "StorePage": "armo",
569
+ "UICategory": "circl",
570
+ "RunewordCategory1": "r_hel",
546
571
  "expansion": 1,
547
- "lineNumber": 76
572
+ "lineNumber": 77
573
+ },
574
+ "cjwl": {
575
+ "ItemType": "Colossal Jewel",
576
+ "Code": "cjwl",
577
+ "Equiv1": "jewl",
578
+ "Repair": 0,
579
+ "Body": 0,
580
+ "Throwable": 0,
581
+ "Reload": 0,
582
+ "ReEquip": 0,
583
+ "AutoStack": 0,
584
+ "Magic": 1,
585
+ "Rare": 1,
586
+ "Normal": 0,
587
+ "Beltable": 0,
588
+ "MaxSockets1": 0,
589
+ "MaxSocketsLevelThreshold1": 25,
590
+ "MaxSockets2": 0,
591
+ "MaxSocketsLevelThreshold2": 40,
592
+ "MaxSockets3": 0,
593
+ "TreasureClass": 0,
594
+ "Rarity": 3,
595
+ "VarInvGfx": 6,
596
+ "InvGfx1": "invjw1",
597
+ "InvGfx2": "invjw2",
598
+ "InvGfx3": "invjw3",
599
+ "InvGfx4": "invjw4",
600
+ "InvGfx5": "invjw5",
601
+ "InvGfx6": "invjw6",
602
+ "StorePage": "misc",
603
+ "UICategory": "jewel",
604
+ "Restricted": 1,
605
+ "expansion": 1,
606
+ "lineNumber": 108
548
607
  },
549
608
  "clas": {
550
609
  "ItemType": "Class Specific",
@@ -596,8 +655,9 @@
596
655
  "Class": "ass",
597
656
  "VarInvGfx": 0,
598
657
  "StorePage": "armo",
658
+ "RunewordCategory1": "r_arm",
599
659
  "expansion": 1,
600
- "lineNumber": 74
660
+ "lineNumber": 75
601
661
  },
602
662
  "club": {
603
663
  "ItemType": "Club",
@@ -623,6 +683,8 @@
623
683
  "Rarity": 3,
624
684
  "VarInvGfx": 0,
625
685
  "StorePage": "weap",
686
+ "UICategory": "maces",
687
+ "RunewordCategory1": "r_mel",
626
688
  "lineNumber": 29
627
689
  },
628
690
  "comb": {
@@ -647,8 +709,37 @@
647
709
  "TreasureClass": 0,
648
710
  "Rarity": 3,
649
711
  "VarInvGfx": 0,
712
+ "RunewordCategory1": "r_mel",
650
713
  "lineNumber": 49
651
714
  },
715
+ "csch": {
716
+ "ItemType": "Crafted Sunder Charm",
717
+ "Code": "csch",
718
+ "Equiv1": "char",
719
+ "Repair": 0,
720
+ "Body": 0,
721
+ "Throwable": 0,
722
+ "Reload": 0,
723
+ "ReEquip": 0,
724
+ "AutoStack": 0,
725
+ "Magic": 1,
726
+ "Normal": 0,
727
+ "Beltable": 0,
728
+ "MaxSockets1": 0,
729
+ "MaxSocketsLevelThreshold1": 25,
730
+ "MaxSockets2": 0,
731
+ "MaxSocketsLevelThreshold2": 40,
732
+ "MaxSockets3": 0,
733
+ "TreasureClass": 0,
734
+ "Rarity": 3,
735
+ "VarInvGfx": 3,
736
+ "InvGfx1": "invch3",
737
+ "InvGfx2": "invch6",
738
+ "InvGfx3": "invch9",
739
+ "StorePage": "misc",
740
+ "expansion": 1,
741
+ "lineNumber": 109
742
+ },
652
743
  "drui": {
653
744
  "ItemType": "Druid Item",
654
745
  "Code": "drui",
@@ -718,6 +809,7 @@
718
809
  "Rarity": 3,
719
810
  "VarInvGfx": 0,
720
811
  "StorePage": "misc",
812
+ "UICategory": "gems",
721
813
  "lineNumber": 20
722
814
  },
723
815
  "gem0": {
@@ -741,8 +833,9 @@
741
833
  "Rarity": 3,
742
834
  "VarInvGfx": 0,
743
835
  "StorePage": "misc",
836
+ "UICategory": "gems",
744
837
  "expansion": 1,
745
- "lineNumber": 92
838
+ "lineNumber": 93
746
839
  },
747
840
  "gem1": {
748
841
  "ItemType": "Flawed Gem",
@@ -765,8 +858,9 @@
765
858
  "Rarity": 3,
766
859
  "VarInvGfx": 0,
767
860
  "StorePage": "misc",
861
+ "UICategory": "gems",
768
862
  "expansion": 1,
769
- "lineNumber": 93
863
+ "lineNumber": 94
770
864
  },
771
865
  "gem2": {
772
866
  "ItemType": "Standard Gem",
@@ -789,8 +883,9 @@
789
883
  "Rarity": 3,
790
884
  "VarInvGfx": 0,
791
885
  "StorePage": "misc",
886
+ "UICategory": "gems",
792
887
  "expansion": 1,
793
- "lineNumber": 94
888
+ "lineNumber": 95
794
889
  },
795
890
  "gem3": {
796
891
  "ItemType": "Flawless Gem",
@@ -813,8 +908,9 @@
813
908
  "Rarity": 3,
814
909
  "VarInvGfx": 0,
815
910
  "StorePage": "misc",
911
+ "UICategory": "gems",
816
912
  "expansion": 1,
817
- "lineNumber": 95
913
+ "lineNumber": 96
818
914
  },
819
915
  "gem4": {
820
916
  "ItemType": "Perfect Gem",
@@ -837,8 +933,9 @@
837
933
  "Rarity": 3,
838
934
  "VarInvGfx": 0,
839
935
  "StorePage": "misc",
936
+ "UICategory": "gems",
840
937
  "expansion": 1,
841
- "lineNumber": 96
938
+ "lineNumber": 97
842
939
  },
843
940
  "gema": {
844
941
  "ItemType": "Amethyst",
@@ -861,8 +958,9 @@
861
958
  "Rarity": 3,
862
959
  "VarInvGfx": 0,
863
960
  "StorePage": "misc",
961
+ "UICategory": "gems",
864
962
  "expansion": 1,
865
- "lineNumber": 97
963
+ "lineNumber": 98
866
964
  },
867
965
  "gemd": {
868
966
  "ItemType": "Diamond",
@@ -885,8 +983,9 @@
885
983
  "Rarity": 3,
886
984
  "VarInvGfx": 0,
887
985
  "StorePage": "misc",
986
+ "UICategory": "gems",
888
987
  "expansion": 1,
889
- "lineNumber": 98
988
+ "lineNumber": 99
890
989
  },
891
990
  "geme": {
892
991
  "ItemType": "Emerald",
@@ -909,8 +1008,9 @@
909
1008
  "Rarity": 3,
910
1009
  "VarInvGfx": 0,
911
1010
  "StorePage": "misc",
1011
+ "UICategory": "gems",
912
1012
  "expansion": 1,
913
- "lineNumber": 99
1013
+ "lineNumber": 100
914
1014
  },
915
1015
  "gemr": {
916
1016
  "ItemType": "Ruby",
@@ -933,8 +1033,9 @@
933
1033
  "Rarity": 3,
934
1034
  "VarInvGfx": 0,
935
1035
  "StorePage": "misc",
1036
+ "UICategory": "gems",
936
1037
  "expansion": 1,
937
- "lineNumber": 100
1038
+ "lineNumber": 101
938
1039
  },
939
1040
  "gems": {
940
1041
  "ItemType": "Sapphire",
@@ -957,8 +1058,9 @@
957
1058
  "Rarity": 3,
958
1059
  "VarInvGfx": 0,
959
1060
  "StorePage": "misc",
1061
+ "UICategory": "gems",
960
1062
  "expansion": 1,
961
- "lineNumber": 101
1063
+ "lineNumber": 102
962
1064
  },
963
1065
  "gemt": {
964
1066
  "ItemType": "Topaz",
@@ -981,8 +1083,9 @@
981
1083
  "Rarity": 3,
982
1084
  "VarInvGfx": 0,
983
1085
  "StorePage": "misc",
1086
+ "UICategory": "gems",
984
1087
  "expansion": 1,
985
- "lineNumber": 102
1088
+ "lineNumber": 103
986
1089
  },
987
1090
  "gemz": {
988
1091
  "ItemType": "Skull",
@@ -1005,8 +1108,9 @@
1005
1108
  "Rarity": 3,
1006
1109
  "VarInvGfx": 0,
1007
1110
  "StorePage": "misc",
1111
+ "UICategory": "gems",
1008
1112
  "expansion": 1,
1009
- "lineNumber": 103
1113
+ "lineNumber": 104
1010
1114
  },
1011
1115
  "glov": {
1012
1116
  "ItemType": "Gloves",
@@ -1032,6 +1136,8 @@
1032
1136
  "Rarity": 3,
1033
1137
  "VarInvGfx": 0,
1034
1138
  "StorePage": "armo",
1139
+ "UICategory": "glove",
1140
+ "RunewordCategory1": "r_arm",
1035
1141
  "lineNumber": 16
1036
1142
  },
1037
1143
  "gold": {
@@ -1056,6 +1162,37 @@
1056
1162
  "VarInvGfx": 0,
1057
1163
  "lineNumber": 4
1058
1164
  },
1165
+ "grim": {
1166
+ "ItemType": "Grimoire",
1167
+ "Code": "grim",
1168
+ "Equiv1": "shld",
1169
+ "Equiv2": "warl",
1170
+ "Repair": 1,
1171
+ "Body": 1,
1172
+ "BodyLoc1": "rarm",
1173
+ "BodyLoc2": "larm",
1174
+ "Throwable": 0,
1175
+ "Reload": 0,
1176
+ "ReEquip": 0,
1177
+ "AutoStack": 0,
1178
+ "Rare": 1,
1179
+ "Normal": 0,
1180
+ "Beltable": 0,
1181
+ "MaxSockets1": 2,
1182
+ "MaxSocketsLevelThreshold1": 25,
1183
+ "MaxSockets2": 3,
1184
+ "MaxSocketsLevelThreshold2": 40,
1185
+ "MaxSockets3": 3,
1186
+ "TreasureClass": 0,
1187
+ "Rarity": 1,
1188
+ "StaffMods": "war",
1189
+ "Class": "war",
1190
+ "VarInvGfx": 0,
1191
+ "StorePage": "armo",
1192
+ "UICategory": "warlo",
1193
+ "expansion": 1,
1194
+ "lineNumber": 107
1195
+ },
1059
1196
  "h2h": {
1060
1197
  "ItemType": "Hand to Hand",
1061
1198
  "Code": "h2h",
@@ -1082,8 +1219,10 @@
1082
1219
  "Class": "ass",
1083
1220
  "VarInvGfx": 0,
1084
1221
  "StorePage": "weap",
1222
+ "UICategory": "assas",
1223
+ "RunewordCategory1": "r_mel",
1085
1224
  "expansion": 1,
1086
- "lineNumber": 68
1225
+ "lineNumber": 69
1087
1226
  },
1088
1227
  "h2h2": {
1089
1228
  "ItemType": "Hand to Hand 2",
@@ -1111,8 +1250,10 @@
1111
1250
  "Class": "ass",
1112
1251
  "VarInvGfx": 0,
1113
1252
  "StorePage": "weap",
1253
+ "UICategory": "assas",
1254
+ "RunewordCategory1": "r_mel",
1114
1255
  "expansion": 1,
1115
- "lineNumber": 89
1256
+ "lineNumber": 90
1116
1257
  },
1117
1258
  "hamm": {
1118
1259
  "ItemType": "Hammer",
@@ -1138,6 +1279,8 @@
1138
1279
  "Rarity": 3,
1139
1280
  "VarInvGfx": 0,
1140
1281
  "StorePage": "weap",
1282
+ "UICategory": "maces",
1283
+ "RunewordCategory1": "r_mel",
1141
1284
  "lineNumber": 31
1142
1285
  },
1143
1286
  "head": {
@@ -1167,8 +1310,10 @@
1167
1310
  "Class": "nec",
1168
1311
  "VarInvGfx": 0,
1169
1312
  "StorePage": "armo",
1313
+ "UICategory": "necro",
1314
+ "RunewordCategory1": "r_arm",
1170
1315
  "expansion": 1,
1171
- "lineNumber": 70
1316
+ "lineNumber": 71
1172
1317
  },
1173
1318
  "helm": {
1174
1319
  "ItemType": "Helm",
@@ -1194,6 +1339,8 @@
1194
1339
  "Rarity": 3,
1195
1340
  "VarInvGfx": 0,
1196
1341
  "StorePage": "armo",
1342
+ "UICategory": "helms",
1343
+ "RunewordCategory1": "r_hel",
1197
1344
  "lineNumber": 37
1198
1345
  },
1199
1346
  "herb": {
@@ -1240,8 +1387,9 @@
1240
1387
  "Rarity": 3,
1241
1388
  "VarInvGfx": 0,
1242
1389
  "StorePage": "misc",
1390
+ "UICategory": "potis",
1243
1391
  "expansion": 1,
1244
- "lineNumber": 77
1392
+ "lineNumber": 78
1245
1393
  },
1246
1394
  "jave": {
1247
1395
  "ItemType": "Javelin",
@@ -1268,6 +1416,8 @@
1268
1416
  "Rarity": 3,
1269
1417
  "VarInvGfx": 0,
1270
1418
  "StorePage": "misc",
1419
+ "UICategory": "javel",
1420
+ "RunewordCategory1": "r_mel",
1271
1421
  "lineNumber": 44
1272
1422
  },
1273
1423
  "jewl": {
@@ -1299,6 +1449,7 @@
1299
1449
  "InvGfx5": "invjw5",
1300
1450
  "InvGfx6": "invjw6",
1301
1451
  "StorePage": "misc",
1452
+ "UICategory": "jewel",
1302
1453
  "expansion": 1,
1303
1454
  "lineNumber": 59
1304
1455
  },
@@ -1347,8 +1498,11 @@
1347
1498
  "MaxSockets3": 3,
1348
1499
  "TreasureClass": 0,
1349
1500
  "Rarity": 3,
1501
+ "StaffMods": "war",
1350
1502
  "VarInvGfx": 0,
1351
1503
  "StorePage": "weap",
1504
+ "UICategory": "daggs",
1505
+ "RunewordCategory1": "r_mel",
1352
1506
  "lineNumber": 32
1353
1507
  },
1354
1508
  "lcha": {
@@ -1376,8 +1530,9 @@
1376
1530
  "InvGfx2": "invch6",
1377
1531
  "InvGfx3": "invch9",
1378
1532
  "StorePage": "misc",
1533
+ "UICategory": "charm",
1379
1534
  "expansion": 1,
1380
- "lineNumber": 85
1535
+ "lineNumber": 86
1381
1536
  },
1382
1537
  "mace": {
1383
1538
  "ItemType": "Mace",
@@ -1403,6 +1558,8 @@
1403
1558
  "Rarity": 3,
1404
1559
  "VarInvGfx": 0,
1405
1560
  "StorePage": "weap",
1561
+ "UICategory": "maces",
1562
+ "RunewordCategory1": "r_mel",
1406
1563
  "lineNumber": 36
1407
1564
  },
1408
1565
  "mboq": {
@@ -1432,7 +1589,7 @@
1432
1589
  "VarInvGfx": 0,
1433
1590
  "StorePage": "misc",
1434
1591
  "expansion": 1,
1435
- "lineNumber": 90
1592
+ "lineNumber": 91
1436
1593
  },
1437
1594
  "mcha": {
1438
1595
  "ItemType": "Medium Charm",
@@ -1459,8 +1616,9 @@
1459
1616
  "InvGfx2": "invch5",
1460
1617
  "InvGfx3": "invch8",
1461
1618
  "StorePage": "misc",
1619
+ "UICategory": "charm",
1462
1620
  "expansion": 1,
1463
- "lineNumber": 84
1621
+ "lineNumber": 85
1464
1622
  },
1465
1623
  "mele": {
1466
1624
  "ItemType": "Melee Weapon",
@@ -1483,6 +1641,7 @@
1483
1641
  "TreasureClass": 1,
1484
1642
  "Rarity": 3,
1485
1643
  "VarInvGfx": 0,
1644
+ "RunewordCategory1": "r_mel",
1486
1645
  "lineNumber": 46
1487
1646
  },
1488
1647
  "misc": {
@@ -1527,6 +1686,7 @@
1527
1686
  "TreasureClass": 0,
1528
1687
  "Rarity": 3,
1529
1688
  "VarInvGfx": 0,
1689
+ "RunewordCategory1": "r_mis",
1530
1690
  "lineNumber": 56
1531
1691
  },
1532
1692
  "miss": {
@@ -1550,6 +1710,7 @@
1550
1710
  "TreasureClass": 0,
1551
1711
  "Rarity": 3,
1552
1712
  "VarInvGfx": 0,
1713
+ "RunewordCategory1": "r_mis",
1553
1714
  "lineNumber": 47
1554
1715
  },
1555
1716
  "mpot": {
@@ -1573,8 +1734,9 @@
1573
1734
  "Rarity": 3,
1574
1735
  "VarInvGfx": 0,
1575
1736
  "StorePage": "misc",
1737
+ "UICategory": "potis",
1576
1738
  "expansion": 1,
1577
- "lineNumber": 78
1739
+ "lineNumber": 79
1578
1740
  },
1579
1741
  "mxbq": {
1580
1742
  "ItemType": "Magic Xbow Quiv",
@@ -1603,7 +1765,7 @@
1603
1765
  "VarInvGfx": 0,
1604
1766
  "StorePage": "misc",
1605
1767
  "expansion": 1,
1606
- "lineNumber": 91
1768
+ "lineNumber": 92
1607
1769
  },
1608
1770
  "necr": {
1609
1771
  "ItemType": "Necromancer Item",
@@ -1677,8 +1839,10 @@
1677
1839
  "Class": "sor",
1678
1840
  "VarInvGfx": 0,
1679
1841
  "StorePage": "weap",
1842
+ "UICategory": "sorce",
1843
+ "RunewordCategory1": "r_mel",
1680
1844
  "expansion": 1,
1681
- "lineNumber": 69
1845
+ "lineNumber": 70
1682
1846
  },
1683
1847
  "pala": {
1684
1848
  "ItemType": "Paladin Item",
@@ -1702,6 +1866,7 @@
1702
1866
  "Rarity": 1,
1703
1867
  "Class": "pal",
1704
1868
  "VarInvGfx": 0,
1869
+ "RunewordCategory1": "r_off",
1705
1870
  "expansion": 1,
1706
1871
  "lineNumber": 64
1707
1872
  },
@@ -1732,8 +1897,10 @@
1732
1897
  "Class": "dru",
1733
1898
  "VarInvGfx": 0,
1734
1899
  "StorePage": "armo",
1900
+ "UICategory": "druid",
1901
+ "RunewordCategory1": "r_hel",
1735
1902
  "expansion": 1,
1736
- "lineNumber": 73
1903
+ "lineNumber": 74
1737
1904
  },
1738
1905
  "phlm": {
1739
1906
  "ItemType": "Primal Helm",
@@ -1762,8 +1929,10 @@
1762
1929
  "Class": "bar",
1763
1930
  "VarInvGfx": 0,
1764
1931
  "StorePage": "armo",
1932
+ "UICategory": "barbh",
1933
+ "RunewordCategory1": "r_hel",
1765
1934
  "expansion": 1,
1766
- "lineNumber": 72
1935
+ "lineNumber": 73
1767
1936
  },
1768
1937
  "play": {
1769
1938
  "ItemType": "Player Body Part",
@@ -1812,6 +1981,8 @@
1812
1981
  "Rarity": 3,
1813
1982
  "VarInvGfx": 0,
1814
1983
  "StorePage": "weap",
1984
+ "UICategory": "poles",
1985
+ "RunewordCategory1": "r_mel",
1815
1986
  "lineNumber": 34
1816
1987
  },
1817
1988
  "poti": {
@@ -1835,6 +2006,7 @@
1835
2006
  "Rarity": 3,
1836
2007
  "VarInvGfx": 0,
1837
2008
  "StorePage": "misc",
2009
+ "UICategory": "potis",
1838
2010
  "lineNumber": 9
1839
2011
  },
1840
2012
  "ques": {
@@ -1888,6 +2060,7 @@
1888
2060
  "InvGfx4": "invrin4",
1889
2061
  "InvGfx5": "invrin5",
1890
2062
  "StorePage": "misc",
2063
+ "UICategory": "rings",
1891
2064
  "lineNumber": 10
1892
2065
  },
1893
2066
  "rod": {
@@ -1911,6 +2084,7 @@
1911
2084
  "TreasureClass": 0,
1912
2085
  "Rarity": 3,
1913
2086
  "VarInvGfx": 0,
2087
+ "RunewordCategory1": "r_mel",
1914
2088
  "lineNumber": 55
1915
2089
  },
1916
2090
  "rpot": {
@@ -1935,8 +2109,9 @@
1935
2109
  "Rarity": 3,
1936
2110
  "VarInvGfx": 0,
1937
2111
  "StorePage": "misc",
2112
+ "UICategory": "potis",
1938
2113
  "expansion": 1,
1939
- "lineNumber": 79
2114
+ "lineNumber": 80
1940
2115
  },
1941
2116
  "rune": {
1942
2117
  "ItemType": "Rune",
@@ -1959,8 +2134,9 @@
1959
2134
  "Rarity": 3,
1960
2135
  "VarInvGfx": 0,
1961
2136
  "StorePage": "misc",
2137
+ "UICategory": "runes",
1962
2138
  "expansion": 1,
1963
- "lineNumber": 75
2139
+ "lineNumber": 76
1964
2140
  },
1965
2141
  "scep": {
1966
2142
  "ItemType": "Scepter",
@@ -1987,6 +2163,8 @@
1987
2163
  "StaffMods": "pal",
1988
2164
  "VarInvGfx": 0,
1989
2165
  "StorePage": "weap",
2166
+ "UICategory": "scept",
2167
+ "RunewordCategory1": "r_mel",
1990
2168
  "lineNumber": 24
1991
2169
  },
1992
2170
  "scha": {
@@ -2014,8 +2192,9 @@
2014
2192
  "InvGfx2": "invch4",
2015
2193
  "InvGfx3": "invch7",
2016
2194
  "StorePage": "misc",
2195
+ "UICategory": "charm",
2017
2196
  "expansion": 1,
2018
- "lineNumber": 83
2197
+ "lineNumber": 84
2019
2198
  },
2020
2199
  "scro": {
2021
2200
  "ItemType": "Scroll",
@@ -2060,6 +2239,7 @@
2060
2239
  "TreasureClass": 0,
2061
2240
  "Rarity": 3,
2062
2241
  "VarInvGfx": 0,
2242
+ "RunewordCategory1": "r_off",
2063
2243
  "lineNumber": 54
2064
2244
  },
2065
2245
  "shie": {
@@ -2086,6 +2266,8 @@
2086
2266
  "Rarity": 3,
2087
2267
  "VarInvGfx": 0,
2088
2268
  "StorePage": "armo",
2269
+ "UICategory": "shlds",
2270
+ "RunewordCategory1": "r_off",
2089
2271
  "lineNumber": 2
2090
2272
  },
2091
2273
  "shld": {
@@ -2110,6 +2292,7 @@
2110
2292
  "TreasureClass": 0,
2111
2293
  "Rarity": 3,
2112
2294
  "VarInvGfx": 0,
2295
+ "RunewordCategory1": "r_off",
2113
2296
  "lineNumber": 51
2114
2297
  },
2115
2298
  "sock": {
@@ -2183,6 +2366,8 @@
2183
2366
  "Rarity": 3,
2184
2367
  "VarInvGfx": 0,
2185
2368
  "StorePage": "weap",
2369
+ "UICategory": "spear",
2370
+ "RunewordCategory1": "r_mel",
2186
2371
  "lineNumber": 33
2187
2372
  },
2188
2373
  "spot": {
@@ -2206,8 +2391,9 @@
2206
2391
  "Rarity": 3,
2207
2392
  "VarInvGfx": 0,
2208
2393
  "StorePage": "misc",
2394
+ "UICategory": "potis",
2209
2395
  "expansion": 1,
2210
- "lineNumber": 80
2396
+ "lineNumber": 81
2211
2397
  },
2212
2398
  "sppl": {
2213
2399
  "ItemType": "Spears and Polearms",
@@ -2231,7 +2417,7 @@
2231
2417
  "Rarity": 3,
2232
2418
  "VarInvGfx": 0,
2233
2419
  "expansion": 1,
2234
- "lineNumber": 105
2420
+ "lineNumber": 106
2235
2421
  },
2236
2422
  "staf": {
2237
2423
  "ItemType": "Staff",
@@ -2258,6 +2444,8 @@
2258
2444
  "StaffMods": "sor",
2259
2445
  "VarInvGfx": 0,
2260
2446
  "StorePage": "weap",
2447
+ "UICategory": "stave",
2448
+ "RunewordCategory1": "r_mel",
2261
2449
  "lineNumber": 26
2262
2450
  },
2263
2451
  "swor": {
@@ -2284,6 +2472,8 @@
2284
2472
  "Rarity": 3,
2285
2473
  "VarInvGfx": 0,
2286
2474
  "StorePage": "weap",
2475
+ "UICategory": "sword",
2476
+ "RunewordCategory1": "r_mel",
2287
2477
  "lineNumber": 30
2288
2478
  },
2289
2479
  "taxe": {
@@ -2311,6 +2501,8 @@
2311
2501
  "Rarity": 3,
2312
2502
  "VarInvGfx": 0,
2313
2503
  "StorePage": "misc",
2504
+ "UICategory": "throw",
2505
+ "RunewordCategory1": "r_mel",
2314
2506
  "lineNumber": 43
2315
2507
  },
2316
2508
  "thro": {
@@ -2334,6 +2526,7 @@
2334
2526
  "TreasureClass": 0,
2335
2527
  "Rarity": 3,
2336
2528
  "VarInvGfx": 0,
2529
+ "RunewordCategory1": "r_mis",
2337
2530
  "lineNumber": 48
2338
2531
  },
2339
2532
  "tkni": {
@@ -2361,6 +2554,8 @@
2361
2554
  "Rarity": 3,
2362
2555
  "VarInvGfx": 0,
2363
2556
  "StorePage": "misc",
2557
+ "UICategory": "throw",
2558
+ "RunewordCategory1": "r_mel",
2364
2559
  "lineNumber": 42
2365
2560
  },
2366
2561
  "torc": {
@@ -2410,6 +2605,8 @@
2410
2605
  "Rarity": 3,
2411
2606
  "VarInvGfx": 0,
2412
2607
  "StorePage": "armo",
2608
+ "UICategory": "armor",
2609
+ "RunewordCategory1": "r_arm",
2413
2610
  "lineNumber": 3
2414
2611
  },
2415
2612
  "tpot": {
@@ -2435,6 +2632,7 @@
2435
2632
  "Rarity": 3,
2436
2633
  "VarInvGfx": 0,
2437
2634
  "StorePage": "misc",
2635
+ "UICategory": "throw",
2438
2636
  "lineNumber": 38
2439
2637
  },
2440
2638
  "wand": {
@@ -2462,8 +2660,37 @@
2462
2660
  "StaffMods": "nec",
2463
2661
  "VarInvGfx": 0,
2464
2662
  "StorePage": "weap",
2663
+ "UICategory": "wands",
2664
+ "RunewordCategory1": "r_mel",
2465
2665
  "lineNumber": 25
2466
2666
  },
2667
+ "warl": {
2668
+ "ItemType": "Warlock Item",
2669
+ "Code": "warl",
2670
+ "Equiv1": "clas",
2671
+ "Repair": 0,
2672
+ "Body": 0,
2673
+ "Throwable": 0,
2674
+ "Reload": 0,
2675
+ "ReEquip": 0,
2676
+ "AutoStack": 0,
2677
+ "Rare": 1,
2678
+ "Normal": 0,
2679
+ "Beltable": 0,
2680
+ "MaxSockets1": 0,
2681
+ "MaxSocketsLevelThreshold1": 25,
2682
+ "MaxSockets2": 0,
2683
+ "MaxSocketsLevelThreshold2": 40,
2684
+ "MaxSockets3": 0,
2685
+ "TreasureClass": 0,
2686
+ "Rarity": 1,
2687
+ "StaffMods": "war",
2688
+ "Class": "war",
2689
+ "VarInvGfx": 0,
2690
+ "StorePage": "armo",
2691
+ "expansion": 1,
2692
+ "lineNumber": 68
2693
+ },
2467
2694
  "weap": {
2468
2695
  "ItemType": "Weapon",
2469
2696
  "Code": "weap",
@@ -2484,6 +2711,8 @@
2484
2711
  "TreasureClass": 1,
2485
2712
  "Rarity": 3,
2486
2713
  "VarInvGfx": 0,
2714
+ "RunewordCategory1": "r_mis",
2715
+ "RunewordCategory2": "r_mel",
2487
2716
  "lineNumber": 45
2488
2717
  },
2489
2718
  "wpot": {
@@ -2507,8 +2736,9 @@
2507
2736
  "Rarity": 3,
2508
2737
  "VarInvGfx": 0,
2509
2738
  "StorePage": "misc",
2739
+ "UICategory": "potis",
2510
2740
  "expansion": 1,
2511
- "lineNumber": 82
2741
+ "lineNumber": 83
2512
2742
  },
2513
2743
  "xboq": {
2514
2744
  "ItemType": "Crossbow Quiver",
@@ -2535,6 +2765,7 @@
2535
2765
  "Rarity": 3,
2536
2766
  "VarInvGfx": 0,
2537
2767
  "StorePage": "misc",
2768
+ "UICategory": "ammo",
2538
2769
  "lineNumber": 6
2539
2770
  },
2540
2771
  "xbow": {
@@ -2562,6 +2793,8 @@
2562
2793
  "Rarity": 3,
2563
2794
  "VarInvGfx": 0,
2564
2795
  "StorePage": "weap",
2796
+ "UICategory": "xbows",
2797
+ "RunewordCategory1": "r_mis",
2565
2798
  "lineNumber": 35
2566
2799
  }
2567
2800
  }