@blizzhackers/d2data 3.1.91637 → 3.1.91639

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 (112) hide show
  1. package/compile.js +812 -806
  2. package/json/allstrings-eng.json +12385 -0
  3. package/json/base/.gitkeep +0 -0
  4. package/json/base/actinfo.json +116 -0
  5. package/json/base/actprofile.json +1890 -0
  6. package/json/base/armor.json +17382 -0
  7. package/json/base/armtype.json +17 -0
  8. package/json/base/atomic.json +1026 -0
  9. package/json/base/automagic.json +744 -0
  10. package/json/base/automap.json +40732 -0
  11. package/json/base/belts.json +743 -0
  12. package/json/base/bodylocs.json +52 -0
  13. package/json/base/books.json +34 -0
  14. package/json/base/charstats.json +600 -0
  15. package/json/base/coldmasterybreakpoints.json +8 -0
  16. package/json/base/colors.json +107 -0
  17. package/json/base/compcode.json +577 -0
  18. package/json/base/composit.json +82 -0
  19. package/json/base/cubemain.json +2116 -0
  20. package/json/base/cubemod.json +57 -0
  21. package/json/base/difficultylevels.json +110 -0
  22. package/json/base/elemtypes.json +62 -0
  23. package/json/base/events.json +82 -0
  24. package/json/base/experience.json +1214 -0
  25. package/json/base/gamble.json +520 -0
  26. package/json/base/gems.json +1868 -0
  27. package/json/base/hireling.json +7640 -0
  28. package/json/base/hitclass.json +67 -0
  29. package/json/base/inventory.json +2302 -0
  30. package/json/base/itemratio.json +134 -0
  31. package/json/base/items.json +55036 -0
  32. package/json/base/itemstatcost.json +5621 -0
  33. package/json/base/itemtypes.json +2766 -0
  34. package/json/base/itemuicategories.json +318 -0
  35. package/json/base/levelgroups.json +786 -0
  36. package/json/base/levels.json +15788 -0
  37. package/json/base/lowqualityitems.json +6 -0
  38. package/json/base/lvlmaze.json +910 -0
  39. package/json/base/lvlprest.json +28622 -0
  40. package/json/base/lvlsub.json +824 -0
  41. package/json/base/lvltypes.json +1377 -0
  42. package/json/base/lvlwarp.json +1515 -0
  43. package/json/base/magicprefix.json +12624 -0
  44. package/json/base/magicsuffix.json +14053 -0
  45. package/json/base/misc.json +11783 -0
  46. package/json/base/misscalc.json +237 -0
  47. package/json/base/missiles.json +24098 -0
  48. package/json/base/monai.json +1181 -0
  49. package/json/base/moncountest.json +642 -0
  50. package/json/base/monequip.json +361 -0
  51. package/json/base/monlvl.json +3665 -0
  52. package/json/base/monmode.json +98 -0
  53. package/json/base/monpet.json +28 -0
  54. package/json/base/monplace.json +39 -0
  55. package/json/base/monpopulationest.json +17551 -0
  56. package/json/base/monpreset.json +922 -0
  57. package/json/base/monprop.json +144 -0
  58. package/json/base/monseq.json +5312 -0
  59. package/json/base/monsounds.json +2707 -0
  60. package/json/base/monstats.json +67543 -0
  61. package/json/base/monstats2.json +34936 -0
  62. package/json/base/montype.json +274 -0
  63. package/json/base/monumod.json +504 -0
  64. package/json/base/npc.json +232 -0
  65. package/json/base/objects.json +87061 -0
  66. package/json/base/objgroup.json +3733 -0
  67. package/json/base/objmode.json +42 -0
  68. package/json/base/objpreset.json +2926 -0
  69. package/json/base/objtype.json +2457 -0
  70. package/json/base/overlay.json +8208 -0
  71. package/json/base/pettype.json +226 -0
  72. package/json/base/playerclass.json +45 -0
  73. package/json/base/plrmode.json +122 -0
  74. package/json/base/plrtype.json +45 -0
  75. package/json/base/properties.json +3224 -0
  76. package/json/base/propertygroups.json +307 -0
  77. package/json/base/qualityitems.json +149 -0
  78. package/json/base/rareprefix.json +296 -0
  79. package/json/base/raresuffix.json +921 -0
  80. package/json/base/runes.json +3567 -0
  81. package/json/base/runeworduicategories.json +27 -0
  82. package/json/base/setitems.json +4181 -0
  83. package/json/base/sets.json +1046 -0
  84. package/json/base/shrines.json +319 -0
  85. package/json/base/skillcalc.json +607 -0
  86. package/json/base/skilldesc.json +7591 -0
  87. package/json/base/skills.json +16959 -0
  88. package/json/base/soundenviron.json +2879 -0
  89. package/json/base/sounds.json +466498 -0
  90. package/json/base/states.json +1797 -0
  91. package/json/base/storepage.json +22 -0
  92. package/json/base/superuniques.json +1495 -0
  93. package/json/base/tcprecalc.json +35785 -0
  94. package/json/base/treasureclassex.json +19465 -0
  95. package/json/base/treasureclassgroupsex.json +1025 -0
  96. package/json/base/uniqueappellation.json +27 -0
  97. package/json/base/uniqueitems.json +14459 -0
  98. package/json/base/uniqueprefix.json +55 -0
  99. package/json/base/uniquesuffix.json +71 -0
  100. package/json/base/wanderingmon.json +3 -0
  101. package/json/base/weapons.json +25875 -0
  102. package/json/localestrings-chi.json +8305 -8305
  103. package/json/localestrings-deu.json +8306 -8306
  104. package/json/localestrings-eng.json +8311 -8311
  105. package/json/localestrings-esp.json +8305 -8305
  106. package/json/localestrings-fra.json +8306 -8306
  107. package/json/localestrings-ita.json +8306 -8306
  108. package/json/localestrings-kor.json +8305 -8305
  109. package/json/localestrings-pol.json +8305 -8305
  110. package/package.json +1 -1
  111. package/string.js +58 -11
  112. package/json/hirelingdesc.json +0 -28
@@ -0,0 +1,296 @@
1
+ {
2
+ "0": {
3
+ "name": "Beast",
4
+ "version": 0,
5
+ "itype1": "armo",
6
+ "itype2": "weap",
7
+ "itype3": "misc"
8
+ },
9
+ "1": {
10
+ "name": "Eagle",
11
+ "version": 0,
12
+ "itype1": "armo",
13
+ "itype2": "weap",
14
+ "itype3": "misc"
15
+ },
16
+ "2": {
17
+ "name": "Raven",
18
+ "version": 0,
19
+ "itype1": "armo",
20
+ "itype2": "weap",
21
+ "itype3": "misc"
22
+ },
23
+ "3": {
24
+ "name": "Viper",
25
+ "version": 0,
26
+ "itype1": "armo",
27
+ "itype2": "weap",
28
+ "itype3": "misc"
29
+ },
30
+ "4": {
31
+ "name": "GhoulRI",
32
+ "version": 0,
33
+ "itype1": "armo",
34
+ "itype2": "weap",
35
+ "itype3": "misc"
36
+ },
37
+ "5": {
38
+ "name": "Skull",
39
+ "version": 0,
40
+ "itype1": "armo",
41
+ "itype2": "weap",
42
+ "itype3": "misc"
43
+ },
44
+ "6": {
45
+ "name": "Blood",
46
+ "version": 0,
47
+ "itype1": "armo",
48
+ "itype2": "weap",
49
+ "itype3": "misc"
50
+ },
51
+ "7": {
52
+ "name": "Dread",
53
+ "version": 0,
54
+ "itype1": "armo",
55
+ "itype2": "weap",
56
+ "itype3": "misc"
57
+ },
58
+ "8": {
59
+ "name": "Doom",
60
+ "version": 0,
61
+ "itype1": "armo",
62
+ "itype2": "weap",
63
+ "itype3": "misc"
64
+ },
65
+ "9": {
66
+ "name": "Grim",
67
+ "version": 0,
68
+ "itype1": "armo",
69
+ "itype2": "weap",
70
+ "itype3": "misc"
71
+ },
72
+ "10": {
73
+ "name": "Bone",
74
+ "version": 0,
75
+ "itype1": "armo",
76
+ "itype2": "weap",
77
+ "itype3": "misc"
78
+ },
79
+ "11": {
80
+ "name": "Death",
81
+ "version": 0,
82
+ "itype1": "armo",
83
+ "itype2": "weap",
84
+ "itype3": "misc"
85
+ },
86
+ "12": {
87
+ "name": "Shadow",
88
+ "version": 0,
89
+ "itype1": "armo",
90
+ "itype2": "weap",
91
+ "itype3": "misc"
92
+ },
93
+ "13": {
94
+ "name": "Storm",
95
+ "version": 0,
96
+ "itype1": "armo",
97
+ "itype2": "weap",
98
+ "itype3": "misc"
99
+ },
100
+ "14": {
101
+ "name": "Rune",
102
+ "version": 0,
103
+ "itype1": "armo",
104
+ "itype2": "weap",
105
+ "itype3": "misc"
106
+ },
107
+ "15": {
108
+ "name": "PlagueRI",
109
+ "version": 0,
110
+ "itype1": "armo",
111
+ "itype2": "weap",
112
+ "itype3": "misc"
113
+ },
114
+ "16": {
115
+ "name": "Stone",
116
+ "version": 0,
117
+ "itype1": "armo",
118
+ "itype2": "weap",
119
+ "itype3": "misc"
120
+ },
121
+ "17": {
122
+ "name": "Wraithra",
123
+ "version": 0,
124
+ "itype1": "armo",
125
+ "itype2": "weap",
126
+ "itype3": "misc"
127
+ },
128
+ "18": {
129
+ "name": "Spirit",
130
+ "version": 0,
131
+ "itype1": "armo",
132
+ "itype2": "rod"
133
+ },
134
+ "19": {
135
+ "name": "Storm",
136
+ "version": 0,
137
+ "itype1": "armo",
138
+ "itype2": "weap"
139
+ },
140
+ "20": {
141
+ "name": "Demon",
142
+ "version": 0,
143
+ "itype1": "armo",
144
+ "itype2": "weap"
145
+ },
146
+ "21": {
147
+ "name": "Cruel",
148
+ "version": 0,
149
+ "itype1": "armo",
150
+ "itype2": "weap"
151
+ },
152
+ "22": {
153
+ "name": "Empyrion",
154
+ "version": 0,
155
+ "itype1": "rod"
156
+ },
157
+ "23": {
158
+ "name": "Bramble",
159
+ "version": 0,
160
+ "itype1": "armo",
161
+ "itype2": "weap"
162
+ },
163
+ "24": {
164
+ "name": "Pain",
165
+ "version": 0,
166
+ "itype1": "armo",
167
+ "itype2": "weap"
168
+ },
169
+ "25": {
170
+ "name": "Loath",
171
+ "version": 0,
172
+ "itype1": "armo",
173
+ "itype2": "weap"
174
+ },
175
+ "26": {
176
+ "name": "Glyph",
177
+ "version": 0,
178
+ "itype1": "armo",
179
+ "itype2": "weap"
180
+ },
181
+ "27": {
182
+ "name": "Imp",
183
+ "version": 0,
184
+ "itype1": "armo",
185
+ "itype2": "weap"
186
+ },
187
+ "28": {
188
+ "name": "Fiendra",
189
+ "version": 0,
190
+ "itype1": "armo",
191
+ "itype2": "weap"
192
+ },
193
+ "29": {
194
+ "name": "Hailstone",
195
+ "version": 0,
196
+ "itype1": "armo",
197
+ "itype2": "weap"
198
+ },
199
+ "30": {
200
+ "name": "Gale",
201
+ "version": 0,
202
+ "itype1": "armo",
203
+ "itype2": "weap"
204
+ },
205
+ "31": {
206
+ "name": "Dire",
207
+ "version": 0,
208
+ "itype1": "armo",
209
+ "itype2": "weap"
210
+ },
211
+ "32": {
212
+ "name": "Soul",
213
+ "version": 0,
214
+ "itype1": "armo",
215
+ "itype2": "weap"
216
+ },
217
+ "33": {
218
+ "name": "Brimstone",
219
+ "version": 0,
220
+ "itype1": "armo",
221
+ "itype2": "weap"
222
+ },
223
+ "34": {
224
+ "name": "Corpse",
225
+ "version": 0,
226
+ "itype1": "armo",
227
+ "itype2": "weap"
228
+ },
229
+ "35": {
230
+ "name": "Carrion",
231
+ "version": 0,
232
+ "itype1": "armo",
233
+ "itype2": "weap"
234
+ },
235
+ "36": {
236
+ "name": "Holocaust",
237
+ "version": 0,
238
+ "itype1": "tors",
239
+ "itype2": "helm",
240
+ "itype3": "shld",
241
+ "itype4": "swor",
242
+ "itype5": "axe"
243
+ },
244
+ "37": {
245
+ "name": "Havoc",
246
+ "version": 0,
247
+ "itype1": "armo",
248
+ "itype2": "weap",
249
+ "itype3": "misc"
250
+ },
251
+ "38": {
252
+ "name": "Bitter",
253
+ "version": 0,
254
+ "itype1": "armo",
255
+ "itype2": "weap",
256
+ "itype3": "misc"
257
+ },
258
+ "39": {
259
+ "name": "Entropy",
260
+ "version": 0,
261
+ "itype1": "ring",
262
+ "itype2": "amul"
263
+ },
264
+ "40": {
265
+ "name": "Chaos",
266
+ "version": 0,
267
+ "itype1": "ring",
268
+ "itype2": "amul"
269
+ },
270
+ "41": {
271
+ "name": "Order",
272
+ "version": 0,
273
+ "itype1": "ring",
274
+ "itype2": "amul",
275
+ "itype3": "scep"
276
+ },
277
+ "42": {
278
+ "name": "Rule",
279
+ "version": 0,
280
+ "itype1": "rod"
281
+ },
282
+ "43": {
283
+ "name": "Warp",
284
+ "version": 0
285
+ },
286
+ "44": {
287
+ "name": "Rift",
288
+ "version": 0
289
+ },
290
+ "45": {
291
+ "name": "Corruption",
292
+ "version": 0,
293
+ "itype1": "ring",
294
+ "itype2": "amul"
295
+ }
296
+ }