@blizzhackers/d2data 2.0.0

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 (185) hide show
  1. package/.eslintrc.js +59 -0
  2. package/LICENSE +21 -0
  3. package/README.md +12 -0
  4. package/_config.yml +1 -0
  5. package/compile.js +789 -0
  6. package/docs/Avqest.ttf +0 -0
  7. package/docs/_config.yml +1 -0
  8. package/docs/armor.js +134 -0
  9. package/docs/css/d2font.css +10 -0
  10. package/docs/drops/.vscode/extensions.json +3 -0
  11. package/docs/drops/README.md +7 -0
  12. package/docs/drops/dist/assets/index.12ae3c90.js +6675 -0
  13. package/docs/drops/dist/index.html +24 -0
  14. package/docs/drops/index.html +23 -0
  15. package/docs/drops/package-lock.json +1143 -0
  16. package/docs/drops/package.json +17 -0
  17. package/docs/drops/src/App.vue +870 -0
  18. package/docs/drops/src/main.js +4 -0
  19. package/docs/drops/vite.config.js +8 -0
  20. package/docs/drops.html +10 -0
  21. package/docs/effort.css +118 -0
  22. package/docs/effort.js +367 -0
  23. package/docs/elem-effort.html +130 -0
  24. package/docs/images/0-0.svg +18 -0
  25. package/docs/images/0-1.svg +17 -0
  26. package/docs/images/0-2.svg +17 -0
  27. package/docs/images/1-0.svg +18 -0
  28. package/docs/images/1-1.svg +18 -0
  29. package/docs/images/1-2.svg +17 -0
  30. package/docs/images/2-0.svg +17 -0
  31. package/docs/images/2-1.svg +11 -0
  32. package/docs/images/2-2.svg +18 -0
  33. package/docs/images/3-0.svg +17 -0
  34. package/docs/images/3-1.svg +18 -0
  35. package/docs/images/3-2.svg +18 -0
  36. package/docs/images/4-0.svg +18 -0
  37. package/docs/images/4-1.svg +18 -0
  38. package/docs/images/4-2.svg +18 -0
  39. package/docs/images/5-0.svg +18 -0
  40. package/docs/images/5-1.svg +18 -0
  41. package/docs/images/5-2.svg +14 -0
  42. package/docs/images/6-0.svg +17 -0
  43. package/docs/images/6-1.svg +17 -0
  44. package/docs/images/6-2.svg +17 -0
  45. package/docs/images/AmSkillicon.png +0 -0
  46. package/docs/images/AsSkillicon.png +0 -0
  47. package/docs/images/BaSkillicon.png +0 -0
  48. package/docs/images/DrSkillicon.png +0 -0
  49. package/docs/images/NeSkillicon.png +0 -0
  50. package/docs/images/PaSkillicon.png +0 -0
  51. package/docs/images/Skillicon.png +0 -0
  52. package/docs/images/SoSkillicon.png +0 -0
  53. package/docs/index.md +5 -0
  54. package/docs/items.html +170 -0
  55. package/docs/leveling/.vscode/extensions.json +3 -0
  56. package/docs/leveling/README.md +7 -0
  57. package/docs/leveling/dist/assets/index.f9765357.js +1 -0
  58. package/docs/leveling/dist/index.html +24 -0
  59. package/docs/leveling/index.html +23 -0
  60. package/docs/leveling/package-lock.json +1143 -0
  61. package/docs/leveling/package.json +17 -0
  62. package/docs/leveling/src/App.vue +526 -0
  63. package/docs/leveling/src/main.js +4 -0
  64. package/docs/leveling/vite.config.js +8 -0
  65. package/docs/runewords/.vscode/extensions.json +3 -0
  66. package/docs/runewords/README.md +7 -0
  67. package/docs/runewords/dist/assets/index.0838f27c.js +6673 -0
  68. package/docs/runewords/dist/assets/index.73bf3e23.css +1 -0
  69. package/docs/runewords/dist/index.html +25 -0
  70. package/docs/runewords/index.html +23 -0
  71. package/docs/runewords/package-lock.json +1143 -0
  72. package/docs/runewords/package.json +17 -0
  73. package/docs/runewords/src/App.vue +781 -0
  74. package/docs/runewords/src/main.js +4 -0
  75. package/docs/runewords/src/modorder.json +234 -0
  76. package/docs/runewords/vite.config.js +8 -0
  77. package/docs/skills.css +1250 -0
  78. package/docs/skills.html +63 -0
  79. package/docs/skills.js +2192 -0
  80. package/docs/vue-setup.js +12 -0
  81. package/docs/weapons.js +149 -0
  82. package/font-example.html +34 -0
  83. package/json/.gitkeep +0 -0
  84. package/json/actinfo.json +116 -0
  85. package/json/armor.json +17232 -0
  86. package/json/armtype.json +17 -0
  87. package/json/atomic.json +1026 -0
  88. package/json/automagic.json +696 -0
  89. package/json/automap.json +40732 -0
  90. package/json/belts.json +743 -0
  91. package/json/bodylocs.json +52 -0
  92. package/json/books.json +34 -0
  93. package/json/charstats.json +525 -0
  94. package/json/colors.json +107 -0
  95. package/json/compcode.json +577 -0
  96. package/json/composit.json +82 -0
  97. package/json/cubemain.json +2112 -0
  98. package/json/cubemod.json +57 -0
  99. package/json/difficultylevels.json +110 -0
  100. package/json/elemtypes.json +62 -0
  101. package/json/events.json +72 -0
  102. package/json/experience.json +1214 -0
  103. package/json/gamble.json +520 -0
  104. package/json/gems.json +1868 -0
  105. package/json/hireling.json +7640 -0
  106. package/json/hitclass.json +67 -0
  107. package/json/inventory.json +2148 -0
  108. package/json/itemratio.json +134 -0
  109. package/json/items.json +54705 -0
  110. package/json/itemstatcost.json +5503 -0
  111. package/json/itemtypes.json +2567 -0
  112. package/json/levels.json +15515 -0
  113. package/json/localestrings-chi.json +8717 -0
  114. package/json/localestrings-deu.json +8717 -0
  115. package/json/localestrings-eng.json +8722 -0
  116. package/json/localestrings-esp.json +8717 -0
  117. package/json/localestrings-fra.json +8718 -0
  118. package/json/localestrings-ita.json +8717 -0
  119. package/json/localestrings-kor.json +8715 -0
  120. package/json/localestrings-pol.json +8716 -0
  121. package/json/lowqualityitems.json +6 -0
  122. package/json/lvlmaze.json +910 -0
  123. package/json/lvlprest.json +28595 -0
  124. package/json/lvlsub.json +824 -0
  125. package/json/lvltypes.json +1377 -0
  126. package/json/lvlwarp.json +1515 -0
  127. package/json/magicprefix.json +12349 -0
  128. package/json/magicsuffix.json +13833 -0
  129. package/json/misc.json +11602 -0
  130. package/json/misscalc.json +217 -0
  131. package/json/missiles.json +23871 -0
  132. package/json/monai.json +1111 -0
  133. package/json/moncountest.json +642 -0
  134. package/json/monequip.json +361 -0
  135. package/json/monlvl.json +3665 -0
  136. package/json/monmode.json +98 -0
  137. package/json/monplace.json +39 -0
  138. package/json/monpopulationest.json +17383 -0
  139. package/json/monpreset.json +922 -0
  140. package/json/monprop.json +144 -0
  141. package/json/monseq.json +5211 -0
  142. package/json/monsounds.json +2530 -0
  143. package/json/monstats.json +66101 -0
  144. package/json/monstats2.json +34882 -0
  145. package/json/montype.json +274 -0
  146. package/json/monumod.json +504 -0
  147. package/json/npc.json +232 -0
  148. package/json/objects.json +87041 -0
  149. package/json/objgroup.json +3733 -0
  150. package/json/objmode.json +42 -0
  151. package/json/objpreset.json +2906 -0
  152. package/json/objtype.json +2457 -0
  153. package/json/overlay.json +8008 -0
  154. package/json/pettype.json +226 -0
  155. package/json/playerclass.json +39 -0
  156. package/json/plrmode.json +122 -0
  157. package/json/plrtype.json +39 -0
  158. package/json/properties.json +2823 -0
  159. package/json/qualityitems.json +149 -0
  160. package/json/rareprefix.json +296 -0
  161. package/json/raresuffix.json +921 -0
  162. package/json/runes.json +3280 -0
  163. package/json/setitems.json +3871 -0
  164. package/json/sets.json +1001 -0
  165. package/json/shrines.json +319 -0
  166. package/json/skillcalc.json +457 -0
  167. package/json/skilldesc.json +7532 -0
  168. package/json/skills.json +16717 -0
  169. package/json/soundenviron.json +2862 -0
  170. package/json/sounds.json +446543 -0
  171. package/json/states.json +1578 -0
  172. package/json/storepage.json +22 -0
  173. package/json/superuniques.json +1405 -0
  174. package/json/tcprecalc.json +29302 -0
  175. package/json/treasureclassex.json +14932 -0
  176. package/json/treasureclassgroupsex.json +711 -0
  177. package/json/uniqueappellation.json +27 -0
  178. package/json/uniqueitems.json +14171 -0
  179. package/json/uniqueprefix.json +55 -0
  180. package/json/uniquesuffix.json +71 -0
  181. package/json/wanderingmon.json +3 -0
  182. package/json/weapons.json +25875 -0
  183. package/objext.js +53 -0
  184. package/package.json +16 -0
  185. package/string.js +42 -0
@@ -0,0 +1,274 @@
1
+ {
2
+ "arach": {
3
+ "type": "arach",
4
+ "equiv1": "insect",
5
+ "lineNumber": 31
6
+ },
7
+ "baboon": {
8
+ "type": "baboon",
9
+ "lineNumber": 17
10
+ },
11
+ "batdemon": {
12
+ "type": "batdemon",
13
+ "lineNumber": 34
14
+ },
15
+ "bighead": {
16
+ "type": "bighead",
17
+ "equiv1": "demon",
18
+ "strplur": "Afflicted",
19
+ "lineNumber": 10
20
+ },
21
+ "bloodlord": {
22
+ "type": "bloodlord",
23
+ "equiv1": "demon",
24
+ "lineNumber": 56
25
+ },
26
+ "blunderbore": {
27
+ "type": "blunderbore",
28
+ "equiv1": "demon",
29
+ "lineNumber": 36
30
+ },
31
+ "bovine": {
32
+ "type": "bovine",
33
+ "lineNumber": 48
34
+ },
35
+ "brute": {
36
+ "type": "brute",
37
+ "strplur": "Yeti",
38
+ "lineNumber": 13
39
+ },
40
+ "clawviper": {
41
+ "type": "clawviper",
42
+ "equiv1": "demon",
43
+ "lineNumber": 21
44
+ },
45
+ "construct": {
46
+ "type": "construct",
47
+ "lineNumber": 5
48
+ },
49
+ "corruptrogue": {
50
+ "type": "corruptrogue",
51
+ "equiv1": "demon",
52
+ "lineNumber": 16
53
+ },
54
+ "councilmember": {
55
+ "type": "councilmember",
56
+ "equiv1": "demon",
57
+ "lineNumber": 46
58
+ },
59
+ "deathmauler": {
60
+ "type": "deathmauler",
61
+ "lineNumber": 57
62
+ },
63
+ "demon": {
64
+ "type": "demon",
65
+ "lineNumber": 2
66
+ },
67
+ "doomknight": {
68
+ "type": "doomknight",
69
+ "equiv1": "lowundead",
70
+ "lineNumber": 45
71
+ },
72
+ "fallen": {
73
+ "type": "fallen",
74
+ "equiv1": "demon",
75
+ "strplur": "Fallen",
76
+ "lineNumber": 12
77
+ },
78
+ "fetish": {
79
+ "type": "fetish",
80
+ "equiv1": "demon",
81
+ "strplur": "Fetish",
82
+ "lineNumber": 35
83
+ },
84
+ "fingermage": {
85
+ "type": "fingermage",
86
+ "equiv1": "lowundead",
87
+ "lineNumber": 41
88
+ },
89
+ "foulcrow": {
90
+ "type": "foulcrow",
91
+ "lineNumber": 11
92
+ },
93
+ "frogdemon": {
94
+ "type": "frogdemon",
95
+ "lineNumber": 39
96
+ },
97
+ "frozenhorror": {
98
+ "type": "frozenhorror",
99
+ "lineNumber": 55
100
+ },
101
+ "goatman": {
102
+ "type": "goatman",
103
+ "equiv1": "demon",
104
+ "lineNumber": 18
105
+ },
106
+ "golem": {
107
+ "type": "golem",
108
+ "equiv1": "construct",
109
+ "lineNumber": 42
110
+ },
111
+ "highundead": {
112
+ "type": "highundead",
113
+ "equiv1": "undead",
114
+ "lineNumber": 7
115
+ },
116
+ "human": {
117
+ "type": "human",
118
+ "lineNumber": 4
119
+ },
120
+ "imp": {
121
+ "type": "imp",
122
+ "equiv1": "demon",
123
+ "lineNumber": 54
124
+ },
125
+ "insect": {
126
+ "type": "insect",
127
+ "lineNumber": 3
128
+ },
129
+ "lowundead": {
130
+ "type": "lowundead",
131
+ "equiv1": "undead",
132
+ "lineNumber": 6
133
+ },
134
+ "megademon": {
135
+ "type": "megademon",
136
+ "equiv1": "demon",
137
+ "lineNumber": 47
138
+ },
139
+ "minion": {
140
+ "type": "minion",
141
+ "lineNumber": 51
142
+ },
143
+ "mosquito": {
144
+ "type": "mosquito",
145
+ "equiv1": "insect",
146
+ "lineNumber": 29
147
+ },
148
+ "mummy": {
149
+ "type": "mummy",
150
+ "equiv1": "lowundead",
151
+ "lineNumber": 26
152
+ },
153
+ "overseer": {
154
+ "type": "overseer",
155
+ "equiv1": "demon",
156
+ "lineNumber": 53
157
+ },
158
+ "pantherwoman": {
159
+ "type": "pantherwoman",
160
+ "lineNumber": 23
161
+ },
162
+ "putriddefiler": {
163
+ "type": "putriddefiler",
164
+ "equiv1": "demon",
165
+ "lineNumber": 58
166
+ },
167
+ "quillrat": {
168
+ "type": "quillrat",
169
+ "lineNumber": 19
170
+ },
171
+ "regurgitator": {
172
+ "type": "regurgitator",
173
+ "equiv1": "demon",
174
+ "lineNumber": 44
175
+ },
176
+ "sandleaper": {
177
+ "type": "sandleaper",
178
+ "lineNumber": 22
179
+ },
180
+ "sandmaggot": {
181
+ "type": "sandmaggot",
182
+ "lineNumber": 20
183
+ },
184
+ "sandraider": {
185
+ "type": "sandraider",
186
+ "lineNumber": 14
187
+ },
188
+ "scarab": {
189
+ "type": "scarab",
190
+ "equiv1": "insect",
191
+ "lineNumber": 25
192
+ },
193
+ "siegebeast": {
194
+ "type": "siegebeast",
195
+ "lineNumber": 49
196
+ },
197
+ "skeleton": {
198
+ "type": "skeleton",
199
+ "equiv1": "lowundead",
200
+ "lineNumber": 8
201
+ },
202
+ "snowyeti": {
203
+ "type": "snowyeti",
204
+ "strplur": "Yeti",
205
+ "lineNumber": 50
206
+ },
207
+ "succubus": {
208
+ "type": "succubus",
209
+ "equiv1": "demon",
210
+ "lineNumber": 52
211
+ },
212
+ "swarm": {
213
+ "type": "swarm",
214
+ "equiv1": "insect",
215
+ "strplur": "HellSwarm",
216
+ "lineNumber": 24
217
+ },
218
+ "tentacle": {
219
+ "type": "tentacle",
220
+ "lineNumber": 40
221
+ },
222
+ "thornhulk": {
223
+ "type": "thornhulk",
224
+ "lineNumber": 32
225
+ },
226
+ "undead": {
227
+ "type": "undead",
228
+ "lineNumber": 1
229
+ },
230
+ "undeadfetish": {
231
+ "type": "undeadfetish",
232
+ "equiv1": "lowundead",
233
+ "equiv2": "demon",
234
+ "strplur": "Undead Fetish",
235
+ "lineNumber": 37
236
+ },
237
+ "unraveler": {
238
+ "type": "unraveler",
239
+ "equiv1": "highundead",
240
+ "lineNumber": 27
241
+ },
242
+ "vampire": {
243
+ "type": "vampire",
244
+ "equiv1": "highundead",
245
+ "lineNumber": 33
246
+ },
247
+ "vilekind": {
248
+ "type": "vilekind",
249
+ "equiv1": "demon",
250
+ "lineNumber": 43
251
+ },
252
+ "vulture": {
253
+ "type": "vulture",
254
+ "lineNumber": 28
255
+ },
256
+ "willowisp": {
257
+ "type": "willowisp",
258
+ "lineNumber": 30
259
+ },
260
+ "wraith": {
261
+ "type": "wraith",
262
+ "equiv1": "undead",
263
+ "lineNumber": 15
264
+ },
265
+ "zakarum": {
266
+ "type": "zakarum",
267
+ "lineNumber": 38
268
+ },
269
+ "zombie": {
270
+ "type": "zombie",
271
+ "equiv1": "lowundead",
272
+ "lineNumber": 9
273
+ }
274
+ }