@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,226 @@
1
+ {
2
+ "assassintrap": {
3
+ "pet type": "assassintrap",
4
+ "basemax": 0,
5
+ "range": 1,
6
+ "lineNumber": 17
7
+ },
8
+ "dopplezon": {
9
+ "pet type": "dopplezon",
10
+ "basemax": 0,
11
+ "unsummon": 1,
12
+ "automap": 1,
13
+ "drawhp": 1,
14
+ "lineNumber": 8
15
+ },
16
+ "fenris": {
17
+ "pet type": "fenris",
18
+ "basemax": 0,
19
+ "warp": 1,
20
+ "partysend": 1,
21
+ "unsummon": 1,
22
+ "automap": 1,
23
+ "name": "UIFenirsui",
24
+ "drawhp": 1,
25
+ "icontype": 2,
26
+ "baseicon": "wolf",
27
+ "lineNumber": 12
28
+ },
29
+ "golem": {
30
+ "pet type": "golem",
31
+ "basemax": 0,
32
+ "warp": 1,
33
+ "partysend": 1,
34
+ "unsummon": 1,
35
+ "automap": 1,
36
+ "name": "StrUI0",
37
+ "drawhp": 1,
38
+ "icontype": 3,
39
+ "baseicon": "earthgolumicon",
40
+ "mclass1": 290,
41
+ "micon1": "bloodgolumicon",
42
+ "mclass2": 291,
43
+ "micon2": "metalgolumicon",
44
+ "mclass3": 292,
45
+ "micon3": "firegolumicon",
46
+ "lineNumber": 3
47
+ },
48
+ "grizzly": {
49
+ "pet type": "grizzly",
50
+ "basemax": 0,
51
+ "warp": 1,
52
+ "partysend": 1,
53
+ "unsummon": 1,
54
+ "automap": 1,
55
+ "name": "strUI7",
56
+ "drawhp": 1,
57
+ "icontype": 1,
58
+ "baseicon": "bear",
59
+ "lineNumber": 15
60
+ },
61
+ "hireable": {
62
+ "pet type": "hireable",
63
+ "basemax": 1,
64
+ "warp": 1,
65
+ "partysend": 1,
66
+ "automap": 1,
67
+ "drawhp": 1,
68
+ "baseicon": "rogueicon",
69
+ "mclass1": 338,
70
+ "micon1": "act2hireableicon",
71
+ "mclass2": 359,
72
+ "micon2": "act3hireableicon",
73
+ "mclass3": 561,
74
+ "micon3": "barbhirable_icon",
75
+ "mclass4": 560,
76
+ "micon4": "barbhirable_icon",
77
+ "lineNumber": 7
78
+ },
79
+ "hydra": {
80
+ "pet type": "hydra",
81
+ "basemax": 0,
82
+ "range": 1,
83
+ "lineNumber": 19
84
+ },
85
+ "invis": {
86
+ "pet type": "invis",
87
+ "basemax": 0,
88
+ "warp": 1,
89
+ "lineNumber": 9
90
+ },
91
+ "pettrap": {
92
+ "pet type": "pettrap",
93
+ "basemax": 0,
94
+ "range": 1,
95
+ "lineNumber": 18
96
+ },
97
+ "raven": {
98
+ "pet type": "raven",
99
+ "basemax": 0,
100
+ "warp": 1,
101
+ "name": "strUI5",
102
+ "icontype": 2,
103
+ "baseicon": "raven",
104
+ "lineNumber": 10
105
+ },
106
+ "revive": {
107
+ "pet type": "revive",
108
+ "basemax": 0,
109
+ "warp": 1,
110
+ "partysend": 1,
111
+ "unsummon": 1,
112
+ "automap": 1,
113
+ "name": "StrUI3",
114
+ "drawhp": 1,
115
+ "icontype": 2,
116
+ "baseicon": "revivedicon",
117
+ "lineNumber": 6
118
+ },
119
+ "shadowwarrior": {
120
+ "pet type": "shadowwarrior",
121
+ "basemax": 0,
122
+ "warp": 1,
123
+ "partysend": 1,
124
+ "unsummon": 1,
125
+ "automap": 1,
126
+ "name": "UIShadowMinion",
127
+ "drawhp": 1,
128
+ "icontype": 1,
129
+ "baseicon": "shadowassassin",
130
+ "lineNumber": 16
131
+ },
132
+ "single": {
133
+ "pet type": "single",
134
+ "basemax": 1,
135
+ "warp": 1,
136
+ "partysend": 1,
137
+ "automap": 1,
138
+ "lineNumber": 1
139
+ },
140
+ "skeleton": {
141
+ "pet type": "skeleton",
142
+ "basemax": 0,
143
+ "warp": 1,
144
+ "partysend": 1,
145
+ "unsummon": 1,
146
+ "automap": 1,
147
+ "name": "StrUI1",
148
+ "drawhp": 1,
149
+ "icontype": 2,
150
+ "baseicon": "skeletonicon",
151
+ "lineNumber": 4
152
+ },
153
+ "skeletonmage": {
154
+ "pet type": "skeletonmage",
155
+ "basemax": 0,
156
+ "warp": 1,
157
+ "partysend": 1,
158
+ "unsummon": 1,
159
+ "automap": 1,
160
+ "name": "StrUI2",
161
+ "drawhp": 1,
162
+ "icontype": 2,
163
+ "baseicon": "skeletonmageicon",
164
+ "lineNumber": 5
165
+ },
166
+ "spiritwolf": {
167
+ "pet type": "spiritwolf",
168
+ "basemax": 0,
169
+ "warp": 1,
170
+ "partysend": 1,
171
+ "unsummon": 1,
172
+ "automap": 1,
173
+ "name": "strUI6",
174
+ "drawhp": 1,
175
+ "icontype": 2,
176
+ "baseicon": "wolf",
177
+ "lineNumber": 11
178
+ },
179
+ "totem": {
180
+ "pet type": "totem",
181
+ "basemax": 0,
182
+ "warp": 1,
183
+ "partysend": 1,
184
+ "unsummon": 1,
185
+ "automap": 1,
186
+ "name": "strUI14",
187
+ "drawhp": 1,
188
+ "icontype": 3,
189
+ "baseicon": "oaksage",
190
+ "mclass1": 423,
191
+ "micon1": "heartofwolverine",
192
+ "mclass2": 422,
193
+ "micon2": "spiritofbarbs",
194
+ "lineNumber": 13
195
+ },
196
+ "valkyrie": {
197
+ "pet type": "valkyrie",
198
+ "basemax": 0,
199
+ "warp": 1,
200
+ "partysend": 1,
201
+ "unsummon": 1,
202
+ "automap": 1,
203
+ "name": "StrUI4",
204
+ "drawhp": 1,
205
+ "icontype": 1,
206
+ "baseicon": "valkarieicon",
207
+ "lineNumber": 2
208
+ },
209
+ "vine": {
210
+ "pet type": "vine",
211
+ "basemax": 0,
212
+ "warp": 1,
213
+ "partysend": 1,
214
+ "unsummon": 1,
215
+ "automap": 1,
216
+ "name": "strUI13",
217
+ "drawhp": 1,
218
+ "icontype": 3,
219
+ "baseicon": "plaguepoppy",
220
+ "mclass1": 426,
221
+ "micon1": "cycleoflife",
222
+ "mclass2": 427,
223
+ "micon2": "vines",
224
+ "lineNumber": 14
225
+ }
226
+ }
@@ -0,0 +1,45 @@
1
+ {
2
+ "ama": {
3
+ "Player Class": "Amazon",
4
+ "Code": "ama",
5
+ "lineNumber": 0
6
+ },
7
+ "ass": {
8
+ "Player Class": "Assassin",
9
+ "Code": "ass",
10
+ "expansion": 1,
11
+ "lineNumber": 7
12
+ },
13
+ "bar": {
14
+ "Player Class": "Barbarian",
15
+ "Code": "bar",
16
+ "lineNumber": 4
17
+ },
18
+ "dru": {
19
+ "Player Class": "Druid",
20
+ "Code": "dru",
21
+ "expansion": 1,
22
+ "lineNumber": 6
23
+ },
24
+ "nec": {
25
+ "Player Class": "Necromancer",
26
+ "Code": "nec",
27
+ "lineNumber": 2
28
+ },
29
+ "pal": {
30
+ "Player Class": "Paladin",
31
+ "Code": "pal",
32
+ "lineNumber": 3
33
+ },
34
+ "sor": {
35
+ "Player Class": "Sorceress",
36
+ "Code": "sor",
37
+ "lineNumber": 1
38
+ },
39
+ "war": {
40
+ "Player Class": "Warlock",
41
+ "Code": "war",
42
+ "expansion": 1,
43
+ "lineNumber": 8
44
+ }
45
+ }
@@ -0,0 +1,122 @@
1
+ {
2
+ "A1": {
3
+ "Name": "Attack1",
4
+ "Token": "A1",
5
+ "Code": "A1",
6
+ "lineNumber": 7
7
+ },
8
+ "A2": {
9
+ "Name": "Attack2",
10
+ "Token": "A2",
11
+ "Code": "A2",
12
+ "lineNumber": 8
13
+ },
14
+ "BL": {
15
+ "Name": "Block",
16
+ "Token": "BL",
17
+ "Code": "BL",
18
+ "lineNumber": 9
19
+ },
20
+ "DD": {
21
+ "Name": "Dead",
22
+ "Token": "DD",
23
+ "Code": "DD",
24
+ "lineNumber": 17
25
+ },
26
+ "DT": {
27
+ "Name": "Death",
28
+ "Token": "DT",
29
+ "Code": "DT",
30
+ "lineNumber": 0
31
+ },
32
+ "GH": {
33
+ "Name": "Get Hit",
34
+ "Token": "GH",
35
+ "Code": "GH",
36
+ "lineNumber": 4
37
+ },
38
+ "KB": {
39
+ "Name": "Knock back",
40
+ "Token": "GH",
41
+ "Code": "KB",
42
+ "lineNumber": 19
43
+ },
44
+ "KK": {
45
+ "Name": "Kick",
46
+ "Token": "KK",
47
+ "Code": "KK",
48
+ "lineNumber": 12
49
+ },
50
+ "NU": {
51
+ "Name": "Neutral",
52
+ "Token": "NU",
53
+ "Code": "NU",
54
+ "lineNumber": 1
55
+ },
56
+ "RN": {
57
+ "Name": "Run",
58
+ "Token": "RN",
59
+ "Code": "RN",
60
+ "lineNumber": 3
61
+ },
62
+ "S1": {
63
+ "Name": "Skill1",
64
+ "Token": "S1",
65
+ "Code": "S1",
66
+ "lineNumber": 13
67
+ },
68
+ "S2": {
69
+ "Name": "Skill2",
70
+ "Token": "S2",
71
+ "Code": "S2",
72
+ "lineNumber": 14
73
+ },
74
+ "S3": {
75
+ "Name": "Skill3",
76
+ "Token": "S3",
77
+ "Code": "S3",
78
+ "lineNumber": 15
79
+ },
80
+ "S4": {
81
+ "Name": "Skill4",
82
+ "Token": "S4",
83
+ "Code": "S4",
84
+ "lineNumber": 16
85
+ },
86
+ "SC": {
87
+ "Name": "Cast",
88
+ "Token": "SC",
89
+ "Code": "SC",
90
+ "lineNumber": 10
91
+ },
92
+ "SQ": {
93
+ "Name": "Sequence",
94
+ "Token": "GH",
95
+ "Code": "SQ",
96
+ "lineNumber": 18
97
+ },
98
+ "TH": {
99
+ "Name": "Throw",
100
+ "Token": "TH",
101
+ "Code": "TH",
102
+ "lineNumber": 11
103
+ },
104
+ "TN": {
105
+ "Name": "Town Neutral",
106
+ "Token": "TN",
107
+ "Code": "TN",
108
+ "lineNumber": 5
109
+ },
110
+ "TW": {
111
+ "Name": "Town Walk",
112
+ "Token": "TW",
113
+ "Code": "TW",
114
+ "lineNumber": 6
115
+ },
116
+ "WL": {
117
+ "Name": "Walk",
118
+ "Token": "WL",
119
+ "Code": "WL",
120
+ "lineNumber": 2
121
+ }
122
+ }
@@ -0,0 +1,45 @@
1
+ {
2
+ "AI": {
3
+ "Name": "Assassin",
4
+ "Token": "AI",
5
+ "expansion": 1,
6
+ "lineNumber": 7
7
+ },
8
+ "AM": {
9
+ "Name": "Amazon",
10
+ "Token": "AM",
11
+ "lineNumber": 0
12
+ },
13
+ "BA": {
14
+ "Name": "Barbarian",
15
+ "Token": "BA",
16
+ "lineNumber": 4
17
+ },
18
+ "DZ": {
19
+ "Name": "Druid",
20
+ "Token": "DZ",
21
+ "expansion": 1,
22
+ "lineNumber": 6
23
+ },
24
+ "NE": {
25
+ "Name": "Necromancer",
26
+ "Token": "NE",
27
+ "lineNumber": 2
28
+ },
29
+ "PA": {
30
+ "Name": "Paladin",
31
+ "Token": "PA",
32
+ "lineNumber": 3
33
+ },
34
+ "SO": {
35
+ "Name": "Sorceress",
36
+ "Token": "SO",
37
+ "lineNumber": 1
38
+ },
39
+ "WK": {
40
+ "Name": "Warlock",
41
+ "Token": "WK",
42
+ "expansion": 1,
43
+ "lineNumber": 8
44
+ }
45
+ }