@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,824 @@
1
+ {
2
+ "0": {
3
+ "Name": "Border - Cliffs",
4
+ "Type": 0,
5
+ "File": "Act1/Outdoors/BorderCliffs.ds1",
6
+ "CheckAll": 0,
7
+ "BordType": 1,
8
+ "GridSize": 1,
9
+ "Dt1Mask": 0,
10
+ "Prob0": 0,
11
+ "Trials0": 0,
12
+ "Max0": 0,
13
+ "Prob1": 0,
14
+ "Trials1": 0,
15
+ "Max1": 0,
16
+ "Prob2": 0,
17
+ "Trials2": 0,
18
+ "Max2": 0,
19
+ "Prob3": 0,
20
+ "Trials3": 0,
21
+ "Max3": 0,
22
+ "Prob4": 0,
23
+ "Trials4": 0,
24
+ "Max4": 0
25
+ },
26
+ "1": {
27
+ "Name": "Border - Middle",
28
+ "Type": 1,
29
+ "File": "Act1/Outdoors/BorderMiddle.ds1",
30
+ "CheckAll": 0,
31
+ "BordType": 0,
32
+ "GridSize": 1,
33
+ "Dt1Mask": 0,
34
+ "Prob0": 0,
35
+ "Trials0": 0,
36
+ "Max0": 0,
37
+ "Prob1": 0,
38
+ "Trials1": 0,
39
+ "Max1": 0,
40
+ "Prob2": 0,
41
+ "Trials2": 0,
42
+ "Max2": 0,
43
+ "Prob3": 0,
44
+ "Trials3": 0,
45
+ "Max3": 0,
46
+ "Prob4": 0,
47
+ "Trials4": 0,
48
+ "Max4": 0
49
+ },
50
+ "2": {
51
+ "Name": "Border - Corner",
52
+ "Type": 2,
53
+ "File": "Act1/Outdoors/BorderCorner.ds1",
54
+ "CheckAll": 0,
55
+ "BordType": 1,
56
+ "GridSize": 1,
57
+ "Dt1Mask": 0,
58
+ "Prob0": 0,
59
+ "Trials0": 0,
60
+ "Max0": 0,
61
+ "Prob1": 0,
62
+ "Trials1": 0,
63
+ "Max1": 0,
64
+ "Prob2": 0,
65
+ "Trials2": 0,
66
+ "Max2": 0,
67
+ "Prob3": 0,
68
+ "Trials3": 0,
69
+ "Max3": 0,
70
+ "Prob4": 0,
71
+ "Trials4": 0,
72
+ "Max4": 0
73
+ },
74
+ "3": {
75
+ "Name": "Border - Border",
76
+ "Type": 3,
77
+ "File": "Act1/Outdoors/BorderBorder.ds1",
78
+ "CheckAll": 0,
79
+ "BordType": 2,
80
+ "GridSize": 1,
81
+ "Dt1Mask": 0,
82
+ "Prob0": 0,
83
+ "Trials0": 0,
84
+ "Max0": 0,
85
+ "Prob1": 0,
86
+ "Trials1": 0,
87
+ "Max1": 0,
88
+ "Prob2": 0,
89
+ "Trials2": 0,
90
+ "Max2": 0,
91
+ "Prob3": 0,
92
+ "Trials3": 0,
93
+ "Max3": 0,
94
+ "Prob4": 0,
95
+ "Trials4": 0,
96
+ "Max4": 0
97
+ },
98
+ "4": {
99
+ "Name": "Act 1 Waypoint L",
100
+ "Type": 4,
101
+ "File": "Act1/Outdoors/Waypoint.ds1",
102
+ "CheckAll": 0,
103
+ "BordType": -1,
104
+ "GridSize": 1,
105
+ "Dt1Mask": 1,
106
+ "Prob0": 100,
107
+ "Trials0": -1,
108
+ "Max0": 1,
109
+ "Prob1": 100,
110
+ "Trials1": -1,
111
+ "Max1": 1,
112
+ "Prob2": 100,
113
+ "Trials2": -1,
114
+ "Max2": 1,
115
+ "Prob3": 100,
116
+ "Trials3": -1,
117
+ "Max3": 1,
118
+ "Prob4": 100,
119
+ "Trials4": -1,
120
+ "Max4": 1
121
+ },
122
+ "5": {
123
+ "Name": "Act 1 Waypoint S",
124
+ "Type": 4,
125
+ "File": "Act1/Outdoors/WaySmall.ds1",
126
+ "CheckAll": 0,
127
+ "BordType": -1,
128
+ "GridSize": 1,
129
+ "Dt1Mask": 1,
130
+ "Prob0": 100,
131
+ "Trials0": -1,
132
+ "Max0": 1,
133
+ "Prob1": 100,
134
+ "Trials1": -1,
135
+ "Max1": 1,
136
+ "Prob2": 100,
137
+ "Trials2": -1,
138
+ "Max2": 1,
139
+ "Prob3": 100,
140
+ "Trials3": -1,
141
+ "Max3": 1,
142
+ "Prob4": 100,
143
+ "Trials4": -1,
144
+ "Max4": 1
145
+ },
146
+ "6": {
147
+ "Name": "Healing Well",
148
+ "Type": 5,
149
+ "File": "Act1/Outdoors/ShrineW.ds1",
150
+ "CheckAll": 0,
151
+ "BordType": -1,
152
+ "GridSize": 1,
153
+ "Dt1Mask": 1,
154
+ "Prob0": 100,
155
+ "Trials0": -1,
156
+ "Max0": 1,
157
+ "Prob1": 100,
158
+ "Trials1": -1,
159
+ "Max1": 1,
160
+ "Prob2": 100,
161
+ "Trials2": -1,
162
+ "Max2": 1,
163
+ "Prob3": 100,
164
+ "Trials3": -1,
165
+ "Max3": 1,
166
+ "Prob4": 100,
167
+ "Trials4": -1,
168
+ "Max4": 1
169
+ },
170
+ "7": {
171
+ "Name": "Deer Shrine",
172
+ "Type": 5,
173
+ "File": "Act1/Outdoors/ShrineD.ds1",
174
+ "CheckAll": 0,
175
+ "BordType": -1,
176
+ "GridSize": 1,
177
+ "Dt1Mask": 1,
178
+ "Prob0": 100,
179
+ "Trials0": -1,
180
+ "Max0": 1,
181
+ "Prob1": 100,
182
+ "Trials1": -1,
183
+ "Max1": 1,
184
+ "Prob2": 100,
185
+ "Trials2": -1,
186
+ "Max2": 1,
187
+ "Prob3": 100,
188
+ "Trials3": -1,
189
+ "Max3": 1,
190
+ "Prob4": 100,
191
+ "Trials4": -1,
192
+ "Max4": 1
193
+ },
194
+ "8": {
195
+ "Name": "Forest Shrine",
196
+ "Type": 5,
197
+ "File": "Act1/Outdoors/ShrineF.ds1",
198
+ "CheckAll": 0,
199
+ "BordType": -1,
200
+ "GridSize": 1,
201
+ "Dt1Mask": 1,
202
+ "Prob0": 100,
203
+ "Trials0": -1,
204
+ "Max0": 1,
205
+ "Prob1": 100,
206
+ "Trials1": -1,
207
+ "Max1": 1,
208
+ "Prob2": 100,
209
+ "Trials2": -1,
210
+ "Max2": 1,
211
+ "Prob3": 100,
212
+ "Trials3": -1,
213
+ "Max3": 1,
214
+ "Prob4": 100,
215
+ "Trials4": -1,
216
+ "Max4": 1
217
+ },
218
+ "9": {
219
+ "Name": "Horn Shrine",
220
+ "Type": 5,
221
+ "File": "Act1/Outdoors/ShrineH.ds1",
222
+ "CheckAll": 0,
223
+ "BordType": -1,
224
+ "GridSize": 1,
225
+ "Dt1Mask": 1,
226
+ "Prob0": 100,
227
+ "Trials0": -1,
228
+ "Max0": 1,
229
+ "Prob1": 100,
230
+ "Trials1": -1,
231
+ "Max1": 1,
232
+ "Prob2": 100,
233
+ "Trials2": -1,
234
+ "Max2": 1,
235
+ "Prob3": 100,
236
+ "Trials3": -1,
237
+ "Max3": 1,
238
+ "Prob4": 100,
239
+ "Trials4": -1,
240
+ "Max4": 1
241
+ },
242
+ "10": {
243
+ "Name": "Stone",
244
+ "Type": 6,
245
+ "File": "Act1/Outdoors/Stone.ds1",
246
+ "CheckAll": 0,
247
+ "BordType": -1,
248
+ "GridSize": 1,
249
+ "Dt1Mask": 16385,
250
+ "Prob0": 30,
251
+ "Trials0": 5,
252
+ "Max0": 2,
253
+ "Prob1": 30,
254
+ "Trials1": 5,
255
+ "Max1": 2,
256
+ "Prob2": 100,
257
+ "Trials2": 20,
258
+ "Max2": 12,
259
+ "Prob3": 30,
260
+ "Trials3": 5,
261
+ "Max3": 2,
262
+ "Prob4": 0,
263
+ "Trials4": 0,
264
+ "Max4": 0
265
+ },
266
+ "11": {
267
+ "Name": "Trees",
268
+ "Type": 6,
269
+ "File": "Act1/Outdoors/Trees.ds1",
270
+ "CheckAll": 0,
271
+ "BordType": -1,
272
+ "GridSize": 1,
273
+ "Dt1Mask": 3,
274
+ "Prob0": 50,
275
+ "Trials0": 5,
276
+ "Max0": 2,
277
+ "Prob1": 30,
278
+ "Trials1": 5,
279
+ "Max1": 2,
280
+ "Prob2": 50,
281
+ "Trials2": 5,
282
+ "Max2": 2,
283
+ "Prob3": 100,
284
+ "Trials3": 20,
285
+ "Max3": 12,
286
+ "Prob4": 50,
287
+ "Trials4": 5,
288
+ "Max4": 2
289
+ },
290
+ "12": {
291
+ "Name": "Puddles",
292
+ "Type": 6,
293
+ "File": "Act1/Outdoors/Pud.ds1",
294
+ "CheckAll": 0,
295
+ "BordType": -1,
296
+ "GridSize": 1,
297
+ "Dt1Mask": 262145,
298
+ "Prob0": 90,
299
+ "Trials0": 20,
300
+ "Max0": 8,
301
+ "Prob1": 30,
302
+ "Trials1": 5,
303
+ "Max1": 2,
304
+ "Prob2": 20,
305
+ "Trials2": 5,
306
+ "Max2": 2,
307
+ "Prob3": 20,
308
+ "Trials3": 5,
309
+ "Max3": 2,
310
+ "Prob4": 50,
311
+ "Trials4": 20,
312
+ "Max4": 8
313
+ },
314
+ "13": {
315
+ "Name": "Swamp Big",
316
+ "Type": 6,
317
+ "File": "Act1/Outdoors/Swamp2.ds1",
318
+ "CheckAll": 0,
319
+ "BordType": -1,
320
+ "GridSize": 1,
321
+ "Dt1Mask": 4194305,
322
+ "Prob0": 0,
323
+ "Trials0": 0,
324
+ "Max0": 0,
325
+ "Prob1": 0,
326
+ "Trials1": 0,
327
+ "Max1": 0,
328
+ "Prob2": 0,
329
+ "Trials2": 0,
330
+ "Max2": 0,
331
+ "Prob3": 0,
332
+ "Trials3": 0,
333
+ "Max3": 0,
334
+ "Prob4": 90,
335
+ "Trials4": 5,
336
+ "Max4": 2
337
+ },
338
+ "14": {
339
+ "Name": "Swamp Small",
340
+ "Type": 6,
341
+ "File": "Act1/Outdoors/Swamp.ds1",
342
+ "CheckAll": 0,
343
+ "BordType": -1,
344
+ "GridSize": 1,
345
+ "Dt1Mask": 4194305,
346
+ "Prob0": 50,
347
+ "Trials0": 5,
348
+ "Max0": 2,
349
+ "Prob1": 0,
350
+ "Trials1": 0,
351
+ "Max1": 0,
352
+ "Prob2": 0,
353
+ "Trials2": 0,
354
+ "Max2": 0,
355
+ "Prob3": 20,
356
+ "Trials3": 5,
357
+ "Max3": 2,
358
+ "Prob4": 90,
359
+ "Trials4": 10,
360
+ "Max4": 6
361
+ },
362
+ "15": {
363
+ "Name": "Wild Objects",
364
+ "Type": 6,
365
+ "File": "Act1/Outdoors/Object.ds1",
366
+ "CheckAll": 0,
367
+ "BordType": -1,
368
+ "GridSize": 1,
369
+ "Dt1Mask": 257,
370
+ "Prob0": 20,
371
+ "Trials0": 5,
372
+ "Max0": 2,
373
+ "Prob1": 20,
374
+ "Trials1": 5,
375
+ "Max1": 2,
376
+ "Prob2": 20,
377
+ "Trials2": 5,
378
+ "Max2": 2,
379
+ "Prob3": 20,
380
+ "Trials3": 5,
381
+ "Max3": 2,
382
+ "Prob4": 20,
383
+ "Trials4": 5,
384
+ "Max4": 2
385
+ },
386
+ "16": {
387
+ "Name": "Act 2 Waypoint",
388
+ "Type": 7,
389
+ "File": "Act2/Outdoors/Waypoint.ds1",
390
+ "CheckAll": 0,
391
+ "BordType": -1,
392
+ "GridSize": 1,
393
+ "Dt1Mask": 1,
394
+ "Prob0": 100,
395
+ "Trials0": -1,
396
+ "Max0": 1,
397
+ "Prob1": 100,
398
+ "Trials1": -1,
399
+ "Max1": 1,
400
+ "Prob2": 100,
401
+ "Trials2": -1,
402
+ "Max2": 1,
403
+ "Prob3": 100,
404
+ "Trials3": -1,
405
+ "Max3": 1,
406
+ "Prob4": 100,
407
+ "Trials4": -1,
408
+ "Max4": 1
409
+ },
410
+ "17": {
411
+ "Name": "Healing Well",
412
+ "Type": 8,
413
+ "File": "Act2/Outdoors/ShrineW.ds1",
414
+ "CheckAll": 0,
415
+ "BordType": -1,
416
+ "GridSize": 1,
417
+ "Dt1Mask": 1,
418
+ "Prob0": 100,
419
+ "Trials0": -1,
420
+ "Max0": 1,
421
+ "Prob1": 100,
422
+ "Trials1": -1,
423
+ "Max1": 1,
424
+ "Prob2": 100,
425
+ "Trials2": -1,
426
+ "Max2": 1,
427
+ "Prob3": 100,
428
+ "Trials3": -1,
429
+ "Max3": 1,
430
+ "Prob4": 100,
431
+ "Trials4": -1,
432
+ "Max4": 1
433
+ },
434
+ "18": {
435
+ "Name": "Health Shrine",
436
+ "Type": 8,
437
+ "File": "Act2/Outdoors/ShrineH.ds1",
438
+ "CheckAll": 0,
439
+ "BordType": -1,
440
+ "GridSize": 1,
441
+ "Dt1Mask": 1,
442
+ "Prob0": 100,
443
+ "Trials0": -1,
444
+ "Max0": 1,
445
+ "Prob1": 100,
446
+ "Trials1": -1,
447
+ "Max1": 1,
448
+ "Prob2": 100,
449
+ "Trials2": -1,
450
+ "Max2": 1,
451
+ "Prob3": 100,
452
+ "Trials3": -1,
453
+ "Max3": 1,
454
+ "Prob4": 100,
455
+ "Trials4": -1,
456
+ "Max4": 1
457
+ },
458
+ "19": {
459
+ "Name": "Mana Shrine",
460
+ "Type": 8,
461
+ "File": "Act2/Outdoors/ShrineM.ds1",
462
+ "CheckAll": 0,
463
+ "BordType": -1,
464
+ "GridSize": 1,
465
+ "Dt1Mask": 1,
466
+ "Prob0": 100,
467
+ "Trials0": -1,
468
+ "Max0": 1,
469
+ "Prob1": 100,
470
+ "Trials1": -1,
471
+ "Max1": 1,
472
+ "Prob2": 100,
473
+ "Trials2": -1,
474
+ "Max2": 1,
475
+ "Prob3": 100,
476
+ "Trials3": -1,
477
+ "Max3": 1,
478
+ "Prob4": 100,
479
+ "Trials4": -1,
480
+ "Max4": 1
481
+ },
482
+ "20": {
483
+ "Name": "Effect Shrine",
484
+ "Type": 8,
485
+ "File": "Act2/Outdoors/ShrineE.ds1",
486
+ "CheckAll": 0,
487
+ "BordType": -1,
488
+ "GridSize": 1,
489
+ "Dt1Mask": 1,
490
+ "Prob0": 100,
491
+ "Trials0": -1,
492
+ "Max0": 1,
493
+ "Prob1": 100,
494
+ "Trials1": -1,
495
+ "Max1": 1,
496
+ "Prob2": 100,
497
+ "Trials2": -1,
498
+ "Max2": 1,
499
+ "Prob3": 100,
500
+ "Trials3": -1,
501
+ "Max3": 1,
502
+ "Prob4": 100,
503
+ "Trials4": -1,
504
+ "Max4": 1
505
+ },
506
+ "21": {
507
+ "Name": "Dune",
508
+ "Type": 9,
509
+ "File": "Act2/Outdoors/Dune.ds1",
510
+ "CheckAll": 0,
511
+ "BordType": -1,
512
+ "GridSize": 1,
513
+ "Dt1Mask": 4,
514
+ "Prob0": 70,
515
+ "Trials0": 10,
516
+ "Max0": 1,
517
+ "Prob1": 10,
518
+ "Trials1": 5,
519
+ "Max1": 1,
520
+ "Prob2": 10,
521
+ "Trials2": 5,
522
+ "Max2": 1,
523
+ "Prob3": 10,
524
+ "Trials3": 5,
525
+ "Max3": 1,
526
+ "Prob4": 10,
527
+ "Trials4": 5,
528
+ "Max4": 1
529
+ },
530
+ "22": {
531
+ "Name": "Rock Big",
532
+ "Type": 9,
533
+ "File": "Act2/Outdoors/Rock2.ds1",
534
+ "CheckAll": 0,
535
+ "BordType": -1,
536
+ "GridSize": 1,
537
+ "Dt1Mask": 2,
538
+ "Prob0": 80,
539
+ "Trials0": 10,
540
+ "Max0": 4,
541
+ "Prob1": 80,
542
+ "Trials1": 10,
543
+ "Max1": 2,
544
+ "Prob2": 10,
545
+ "Trials2": 5,
546
+ "Max2": 1,
547
+ "Prob3": 10,
548
+ "Trials3": 5,
549
+ "Max3": 1,
550
+ "Prob4": 10,
551
+ "Trials4": 5,
552
+ "Max4": 1
553
+ },
554
+ "23": {
555
+ "Name": "Rock Small",
556
+ "Type": 9,
557
+ "File": "Act2/Outdoors/Rock.ds1",
558
+ "CheckAll": 0,
559
+ "BordType": -1,
560
+ "GridSize": 1,
561
+ "Dt1Mask": 2,
562
+ "Prob0": 80,
563
+ "Trials0": 10,
564
+ "Max0": 8,
565
+ "Prob1": 80,
566
+ "Trials1": 10,
567
+ "Max1": 4,
568
+ "Prob2": 10,
569
+ "Trials2": 5,
570
+ "Max2": 2,
571
+ "Prob3": 10,
572
+ "Trials3": 5,
573
+ "Max3": 2,
574
+ "Prob4": 10,
575
+ "Trials4": 5,
576
+ "Max4": 2
577
+ },
578
+ "24": {
579
+ "Name": "Bone",
580
+ "Type": 9,
581
+ "File": "Act2/Outdoors/Bone.ds1",
582
+ "CheckAll": 0,
583
+ "BordType": -1,
584
+ "GridSize": 1,
585
+ "Dt1Mask": 128,
586
+ "Prob0": 80,
587
+ "Trials0": 10,
588
+ "Max0": 2,
589
+ "Prob1": 10,
590
+ "Trials1": 5,
591
+ "Max1": 2,
592
+ "Prob2": 10,
593
+ "Trials2": 5,
594
+ "Max2": 2,
595
+ "Prob3": 10,
596
+ "Trials3": 5,
597
+ "Max3": 2,
598
+ "Prob4": 10,
599
+ "Trials4": 5,
600
+ "Max4": 2
601
+ },
602
+ "25": {
603
+ "Name": "Palm",
604
+ "Type": 9,
605
+ "File": "Act2/Outdoors/Palm.ds1",
606
+ "CheckAll": 0,
607
+ "BordType": -1,
608
+ "GridSize": 1,
609
+ "Dt1Mask": 262144,
610
+ "Prob0": 10,
611
+ "Trials0": 5,
612
+ "Max0": 2,
613
+ "Prob1": 100,
614
+ "Trials1": 10,
615
+ "Max1": 4,
616
+ "Prob2": 100,
617
+ "Trials2": 10,
618
+ "Max2": 4,
619
+ "Prob3": 100,
620
+ "Trials3": 10,
621
+ "Max3": 4,
622
+ "Prob4": 90,
623
+ "Trials4": 10,
624
+ "Max4": 4
625
+ },
626
+ "26": {
627
+ "Name": "Prickly",
628
+ "Type": 9,
629
+ "File": "Act2/Outdoors/Prickly.ds1",
630
+ "CheckAll": 0,
631
+ "BordType": -1,
632
+ "GridSize": 1,
633
+ "Dt1Mask": 524288,
634
+ "Prob0": 10,
635
+ "Trials0": 5,
636
+ "Max0": 2,
637
+ "Prob1": 10,
638
+ "Trials1": 5,
639
+ "Max1": 4,
640
+ "Prob2": 90,
641
+ "Trials2": 10,
642
+ "Max2": 4,
643
+ "Prob3": 10,
644
+ "Trials3": 5,
645
+ "Max3": 2,
646
+ "Prob4": 90,
647
+ "Trials4": 10,
648
+ "Max4": 4
649
+ },
650
+ "27": {
651
+ "Name": "Scrub",
652
+ "Type": 9,
653
+ "File": "Act2/Outdoors/Scrub.ds1",
654
+ "CheckAll": 0,
655
+ "BordType": -1,
656
+ "GridSize": 1,
657
+ "Dt1Mask": 1048576,
658
+ "Prob0": 10,
659
+ "Trials0": 5,
660
+ "Max0": 2,
661
+ "Prob1": 10,
662
+ "Trials1": 5,
663
+ "Max1": 2,
664
+ "Prob2": 90,
665
+ "Trials2": 10,
666
+ "Max2": 4,
667
+ "Prob3": 90,
668
+ "Trials3": 10,
669
+ "Max3": 4,
670
+ "Prob4": 10,
671
+ "Trials4": 5,
672
+ "Max4": 2
673
+ },
674
+ "29": {
675
+ "Name": "Snow Large",
676
+ "Type": 10,
677
+ "File": "Expansion/Siege/Snowpatchlg.ds1",
678
+ "CheckAll": 0,
679
+ "BordType": -1,
680
+ "GridSize": 1,
681
+ "Dt1Mask": 524305,
682
+ "Prob0": 25,
683
+ "Trials0": 2,
684
+ "Max0": 1,
685
+ "Prob1": 25,
686
+ "Trials1": 2,
687
+ "Max1": 1,
688
+ "Prob2": 25,
689
+ "Trials2": 2,
690
+ "Max2": 1,
691
+ "Prob3": 25,
692
+ "Trials3": 2,
693
+ "Max3": 1,
694
+ "Prob4": 25,
695
+ "Trials4": 2,
696
+ "Max4": 1,
697
+ "expansion": 1
698
+ },
699
+ "30": {
700
+ "Name": "Trees and Rocks",
701
+ "Type": 10,
702
+ "File": "Expansion/Siege/treesandrocks.ds1",
703
+ "CheckAll": 0,
704
+ "BordType": -1,
705
+ "GridSize": 1,
706
+ "Dt1Mask": 3671091,
707
+ "Prob0": 75,
708
+ "Trials0": 15,
709
+ "Max0": 5,
710
+ "Prob1": 75,
711
+ "Trials1": 15,
712
+ "Max1": 5,
713
+ "Prob2": 75,
714
+ "Trials2": 15,
715
+ "Max2": 5,
716
+ "Prob3": 75,
717
+ "Trials3": 15,
718
+ "Max3": 5,
719
+ "Prob4": 75,
720
+ "Trials4": 15,
721
+ "Max4": 5,
722
+ "expansion": 1
723
+ },
724
+ "31": {
725
+ "Name": "Small stuff",
726
+ "Type": 10,
727
+ "File": "Expansion/Siege/treesandrocksSmall.ds1",
728
+ "CheckAll": 0,
729
+ "BordType": -1,
730
+ "GridSize": 1,
731
+ "Dt1Mask": 1572865,
732
+ "Prob0": 100,
733
+ "Trials0": 20,
734
+ "Max0": 6,
735
+ "Prob1": 100,
736
+ "Trials1": 20,
737
+ "Max1": 6,
738
+ "Prob2": 100,
739
+ "Trials2": 20,
740
+ "Max2": 6,
741
+ "Prob3": 100,
742
+ "Trials3": 20,
743
+ "Max3": 6,
744
+ "Prob4": 100,
745
+ "Trials4": 20,
746
+ "Max4": 6,
747
+ "expansion": 1
748
+ },
749
+ "32": {
750
+ "Name": "Dirt patches",
751
+ "Type": 11,
752
+ "File": "Expansion/Siege/snowpatchlg_inv.ds1",
753
+ "CheckAll": 0,
754
+ "BordType": -1,
755
+ "GridSize": 1,
756
+ "Dt1Mask": 524305,
757
+ "Prob0": 50,
758
+ "Trials0": 2,
759
+ "Max0": 1,
760
+ "Prob1": 50,
761
+ "Trials1": 2,
762
+ "Max1": 1,
763
+ "Prob2": 50,
764
+ "Trials2": 2,
765
+ "Max2": 1,
766
+ "Prob3": 50,
767
+ "Trials3": 2,
768
+ "Max3": 1,
769
+ "Prob4": 50,
770
+ "Trials4": 2,
771
+ "Max4": 1,
772
+ "expansion": 1
773
+ },
774
+ "33": {
775
+ "Name": "snowy objects",
776
+ "Type": 11,
777
+ "File": "Expansion/Siege/treesandrocksSnow.ds1",
778
+ "CheckAll": 0,
779
+ "BordType": -1,
780
+ "GridSize": 1,
781
+ "Dt1Mask": 3671091,
782
+ "Prob0": 100,
783
+ "Trials0": 10,
784
+ "Max0": 6,
785
+ "Prob1": 100,
786
+ "Trials1": 20,
787
+ "Max1": 6,
788
+ "Prob2": 100,
789
+ "Trials2": 10,
790
+ "Max2": 6,
791
+ "Prob3": 100,
792
+ "Trials3": 10,
793
+ "Max3": 6,
794
+ "Prob4": 100,
795
+ "Trials4": 10,
796
+ "Max4": 6,
797
+ "expansion": 1
798
+ },
799
+ "34": {
800
+ "Name": "Barricade",
801
+ "Type": 12,
802
+ "File": "Expansion/Siege/4x3barricade_rules.ds1",
803
+ "CheckAll": 0,
804
+ "BordType": 2,
805
+ "GridSize": 2,
806
+ "Dt1Mask": 0,
807
+ "Prob0": 0,
808
+ "Trials0": 0,
809
+ "Max0": 0,
810
+ "Prob1": 0,
811
+ "Trials1": 0,
812
+ "Max1": 0,
813
+ "Prob2": 0,
814
+ "Trials2": 0,
815
+ "Max2": 0,
816
+ "Prob3": 0,
817
+ "Trials3": 0,
818
+ "Max3": 0,
819
+ "Prob4": 0,
820
+ "Trials4": 0,
821
+ "Max4": 0,
822
+ "expansion": 1
823
+ }
824
+ }