@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,2707 @@
1
+ {
2
+ "act1hire": {
3
+ "Id": "act1hire",
4
+ "HitSound": "rogue_hit_1",
5
+ "DeathSound": "rogue_death_1",
6
+ "HitDelay": 0,
7
+ "DeaDelay": 0,
8
+ "Footstep": "medium_walk_dirt_1",
9
+ "FsCnt": 2,
10
+ "FsOff": 0,
11
+ "FsPrb": 100,
12
+ "lineNumber": 1
13
+ },
14
+ "act2hire": {
15
+ "Id": "act2hire",
16
+ "Weapon1": "weapon_2ht_1",
17
+ "Wea1Del": 8,
18
+ "Wea1Vol": 255,
19
+ "Weapon2": "weapon_2ht_1",
20
+ "Wea2Del": 8,
21
+ "Wea2Vol": 255,
22
+ "HitSound": "guard_hit_1",
23
+ "DeathSound": "guard_death_1",
24
+ "HitDelay": 0,
25
+ "DeaDelay": 0,
26
+ "Footstep": "medium_walk_dirt_1",
27
+ "FsCnt": 2,
28
+ "FsOff": 0,
29
+ "FsPrb": 100,
30
+ "lineNumber": 2
31
+ },
32
+ "act3hire": {
33
+ "Id": "act3hire",
34
+ "Weapon1": "weapon_1ht_1",
35
+ "Wea1Del": 5,
36
+ "Wea1Vol": 255,
37
+ "Weapon2": "weapon_1ht_1",
38
+ "Wea2Del": 5,
39
+ "Wea2Vol": 255,
40
+ "HitSound": "ironwolf_hit_1",
41
+ "DeathSound": "ironwolf_death_1",
42
+ "HitDelay": 0,
43
+ "DeaDelay": 0,
44
+ "Footstep": "medium_walk_dirt_1",
45
+ "FsCnt": 2,
46
+ "FsOff": 0,
47
+ "FsPrb": 100,
48
+ "lineNumber": 3
49
+ },
50
+ "ancient": {
51
+ "Id": "ancient",
52
+ "Weapon1": "weapon_1hs_large_1",
53
+ "Wea1Del": 5,
54
+ "Wea1Vol": 255,
55
+ "Weapon2": "weapon_1hs_large_1",
56
+ "Wea2Del": 5,
57
+ "Wea2Vol": 255,
58
+ "HitSound": "barbarian_hit_1",
59
+ "DeathSound": "barbarian_death_1",
60
+ "HitDelay": 2,
61
+ "DeaDelay": 0,
62
+ "Footstep": "medium_walk_dirt_1",
63
+ "FsCnt": 2,
64
+ "FsOff": 0,
65
+ "FsPrb": 100,
66
+ "lineNumber": 4
67
+ },
68
+ "andariel": {
69
+ "Id": "andariel",
70
+ "Attack1": "andariel_attack_1",
71
+ "Weapon1": "weapon_giant_1",
72
+ "Att1Del": 0,
73
+ "Wea1Del": 5,
74
+ "Att1Prb": 70,
75
+ "Wea1Vol": 180,
76
+ "Attack2": "andariel_attack_1",
77
+ "Weapon2": "weapon_giant_1",
78
+ "Att2Del": 0,
79
+ "Wea2Del": 5,
80
+ "Att2Prb": 70,
81
+ "Wea2Vol": 180,
82
+ "HitSound": "andariel_hit_1",
83
+ "DeathSound": "andariel_death",
84
+ "HitDelay": 2,
85
+ "DeaDelay": 1,
86
+ "Footstep": "walk_hoof_1",
87
+ "FsCnt": 2,
88
+ "FsOff": 0,
89
+ "FsPrb": 100,
90
+ "Taunt": "monster_andariel_taunt_1",
91
+ "lineNumber": 5
92
+ },
93
+ "arach": {
94
+ "Id": "arach",
95
+ "Attack1": "spider_attack_1",
96
+ "Weapon1": "spider_swish_1",
97
+ "Att1Del": 2,
98
+ "Wea1Del": 4,
99
+ "Att1Prb": 100,
100
+ "Wea1Vol": 255,
101
+ "Attack2": "spider_attack_1",
102
+ "Weapon2": "spider_swish_1",
103
+ "Att2Del": 2,
104
+ "Wea2Del": 4,
105
+ "Att2Prb": 100,
106
+ "Wea2Vol": 255,
107
+ "HitSound": "spider_hit_1",
108
+ "DeathSound": "spider_death_1",
109
+ "HitDelay": 2,
110
+ "DeaDelay": 1,
111
+ "Footstep": "light_walk_dirt_1",
112
+ "FsCnt": 3,
113
+ "FsOff": 0,
114
+ "FsPrb": 100,
115
+ "Neutral": "spider_neutral_1",
116
+ "NeuTime": 150,
117
+ "lineNumber": 6
118
+ },
119
+ "baal": {
120
+ "Id": "baal",
121
+ "Attack1": "baal_attack_1",
122
+ "Att1Del": 0,
123
+ "Att1Prb": 100,
124
+ "Attack2": "baal_attack_2",
125
+ "Att2Del": 2,
126
+ "Att2Prb": 100,
127
+ "HitSound": "baal_hit_1",
128
+ "DeathSound": "baal_death",
129
+ "HitDelay": 2,
130
+ "DeaDelay": 0,
131
+ "Skill1": "baal_missilecast",
132
+ "Skill2": "baal_summon",
133
+ "Skill3": "baal_novacast",
134
+ "Footstep": "heavy_walk_dirt_1",
135
+ "FootstepLayer": "walk_hoof_1",
136
+ "FsCnt": 2,
137
+ "FsOff": 0,
138
+ "FsPrb": 100,
139
+ "Taunt": "monster_baal_taunt_1",
140
+ "lineNumber": 7
141
+ },
142
+ "baalcrab": {
143
+ "Id": "baalcrab",
144
+ "Attack1": "baal_attack_1",
145
+ "Att1Del": 0,
146
+ "Att1Prb": 100,
147
+ "Attack2": "baal_attack_2",
148
+ "Att2Del": 2,
149
+ "Att2Prb": 100,
150
+ "HitSound": "baal_hit_1",
151
+ "DeathSound": "baal_death",
152
+ "HitDelay": 2,
153
+ "DeaDelay": 0,
154
+ "Skill1": "baal_missilecast",
155
+ "Skill2": "baal_summon",
156
+ "Skill3": "baal_novacast",
157
+ "Footstep": "heavy_walk_dirt_1",
158
+ "FootstepLayer": "walk_hoof_1",
159
+ "FsCnt": 2,
160
+ "FsOff": 0,
161
+ "FsPrb": 100,
162
+ "Taunt": "monster_baal_taunt_3",
163
+ "lineNumber": 8
164
+ },
165
+ "baalminion": {
166
+ "Id": "baalminion",
167
+ "Attack1": "baalminion_attack_1",
168
+ "Weapon1": "weapon_2ht_1",
169
+ "Att1Del": 2,
170
+ "Wea1Del": 5,
171
+ "Att1Prb": 100,
172
+ "Wea1Vol": 255,
173
+ "Attack2": "baalminion_attack_1",
174
+ "Weapon2": "weapon_giant_1",
175
+ "Att2Del": 2,
176
+ "Wea2Del": 4,
177
+ "Att2Prb": 100,
178
+ "Wea2Vol": 255,
179
+ "HitSound": "baalminion_hit_1",
180
+ "DeathSound": "baalminion_death_1",
181
+ "HitDelay": 2,
182
+ "DeaDelay": 0,
183
+ "Footstep": "heavy_walk_dirt_1",
184
+ "FsCnt": 2,
185
+ "FsOff": 0,
186
+ "FsPrb": 100,
187
+ "Neutral": "minion_neutral_1",
188
+ "NeuTime": 150,
189
+ "lineNumber": 9
190
+ },
191
+ "baaltentacle": {
192
+ "Id": "baaltentacle",
193
+ "Attack1": "baaltentacle_attack_1",
194
+ "Att1Del": 0,
195
+ "Att1Prb": 100,
196
+ "HitSound": "impact_stone_1",
197
+ "DeathSound": "baaltentacle_death_1",
198
+ "HitDelay": 2,
199
+ "DeaDelay": 0,
200
+ "Skill1": "baaltentacle_appear_1",
201
+ "Init": "baaltentacle_appear_1",
202
+ "lineNumber": 10
203
+ },
204
+ "baboon": {
205
+ "Id": "baboon",
206
+ "Attack1": "baboondemon_attack_1",
207
+ "Weapon1": "weapon_kick_1",
208
+ "Att1Del": 0,
209
+ "Wea1Del": 4,
210
+ "Att1Prb": 100,
211
+ "Wea1Vol": 180,
212
+ "Attack2": "baboondemon_attack_1",
213
+ "Weapon2": "weapon_kick_1",
214
+ "Att2Del": 0,
215
+ "Wea2Del": 4,
216
+ "Att2Prb": 100,
217
+ "Wea2Vol": 180,
218
+ "HitSound": "baboondemon_hit_1",
219
+ "DeathSound": "baboondemon_death_1",
220
+ "HitDelay": 0,
221
+ "DeaDelay": 0,
222
+ "Footstep": "medium_walk_dirt_1",
223
+ "FsCnt": 2,
224
+ "FsOff": 0,
225
+ "FsPrb": 100,
226
+ "Neutral": "baboondemon_neutral_1",
227
+ "NeuTime": 150,
228
+ "lineNumber": 11
229
+ },
230
+ "barricadedoor": {
231
+ "Id": "barricadedoor",
232
+ "DeathSound": "barricadedoor_1",
233
+ "DeaDelay": 0,
234
+ "lineNumber": 12
235
+ },
236
+ "bat": {
237
+ "Id": "bat",
238
+ "Neutral": "creature_bat_1",
239
+ "NeuTime": 600,
240
+ "lineNumber": 13
241
+ },
242
+ "batdemon": {
243
+ "Id": "batdemon",
244
+ "Attack1": "batdemon_attack_1",
245
+ "Att1Del": 0,
246
+ "Att1Prb": 100,
247
+ "Attack2": "batdemon_shock_1",
248
+ "Att2Del": 0,
249
+ "Wea2Del": 0,
250
+ "Att2Prb": 100,
251
+ "Wea2Vol": 255,
252
+ "HitSound": "batdemon_hit_1",
253
+ "DeathSound": "batdemon_death_1",
254
+ "HitDelay": 2,
255
+ "DeaDelay": 1,
256
+ "Skill2": "batdemon_unhide_1",
257
+ "FootstepLayer": "hawk_wing_1",
258
+ "FsCnt": 2,
259
+ "FsOff": 0,
260
+ "FsPrb": 100,
261
+ "lineNumber": 14
262
+ },
263
+ "bear": {
264
+ "Id": "bear",
265
+ "Attack1": "druidbear_attack_1",
266
+ "Weapon1": "weapon_1ht_1",
267
+ "Att1Del": 0,
268
+ "Wea1Del": 5,
269
+ "Att1Prb": 80,
270
+ "Wea1Vol": 180,
271
+ "Attack2": "druidbear_attack_1",
272
+ "Weapon2": "weapon_2hs_small_1",
273
+ "Att2Del": 0,
274
+ "Wea2Del": 6,
275
+ "Att2Prb": 80,
276
+ "Wea2Vol": 170,
277
+ "HitSound": "druidbear_hit_1",
278
+ "HitDelay": 2,
279
+ "Skill1": "druidbear_emerge",
280
+ "Footstep": "heavy_walk_dirt_1",
281
+ "FootstepLayer": "walk_ginormous_low_1",
282
+ "FsCnt": 2,
283
+ "FsOff": 0,
284
+ "FsPrb": 100,
285
+ "Neutral": "druidbear_neutral_1",
286
+ "NeuTime": 1800,
287
+ "lineNumber": 15
288
+ },
289
+ "bighead": {
290
+ "Id": "bighead",
291
+ "Attack1": "bighead_attack_1",
292
+ "Att1Del": 0,
293
+ "Att1Prb": 100,
294
+ "Attack2": "bighead_cast",
295
+ "Att2Del": 0,
296
+ "Wea2Del": 0,
297
+ "Att2Prb": 100,
298
+ "Wea2Vol": 255,
299
+ "HitSound": "bighead_hit_1",
300
+ "DeathSound": "bighead_death_1",
301
+ "HitDelay": 2,
302
+ "DeaDelay": 1,
303
+ "Footstep": "heavy_walk_dirt_1",
304
+ "FsCnt": 2,
305
+ "FsOff": 0,
306
+ "FsPrb": 100,
307
+ "Neutral": "bighead_neutral_1",
308
+ "NeuTime": 150,
309
+ "lineNumber": 16
310
+ },
311
+ "bladecreeper": {
312
+ "Id": "bladecreeper",
313
+ "DeathSound": "bladecreeper_death_1",
314
+ "DeaDelay": 1,
315
+ "lineNumber": 17
316
+ },
317
+ "bloodgolem": {
318
+ "Id": "bloodgolem",
319
+ "Attack1": "golemblood_attack_1",
320
+ "Att1Del": 0,
321
+ "Att1Prb": 100,
322
+ "Attack2": "golemblood_attack_1",
323
+ "Att2Del": 0,
324
+ "Att2Prb": 100,
325
+ "HitSound": "golemblood_hit_1",
326
+ "DeathSound": "golemblood_death",
327
+ "HitDelay": 0,
328
+ "DeaDelay": 0,
329
+ "Skill1": "golemblood_spawn",
330
+ "Footstep": "heavy_walk_dirt_1",
331
+ "FootstepLayer": "golemblood_walk_1",
332
+ "FsCnt": 2,
333
+ "FsOff": 0,
334
+ "FsPrb": 100,
335
+ "lineNumber": 18
336
+ },
337
+ "bloodlord": {
338
+ "Id": "bloodlord",
339
+ "Attack1": "bloodlord_attack_1",
340
+ "Weapon1": "weapon_giant_1",
341
+ "Att1Del": 0,
342
+ "Wea1Del": 4,
343
+ "Att1Prb": 95,
344
+ "Wea1Vol": 255,
345
+ "Attack2": "bloodlord_attack_1",
346
+ "Weapon2": "weapon_giant_1",
347
+ "Att2Del": 0,
348
+ "Wea2Del": 6,
349
+ "Att2Prb": 95,
350
+ "Wea2Vol": 255,
351
+ "HitSound": "bloodlord_hit_1",
352
+ "DeathSound": "bloodlord_death_1",
353
+ "HitDelay": 2,
354
+ "DeaDelay": 0,
355
+ "Footstep": "heavy_walk_dirt_1",
356
+ "FootstepLayer": "walk_ginormous_high_1",
357
+ "FsCnt": 2,
358
+ "FsOff": 0,
359
+ "FsPrb": 100,
360
+ "Neutral": "megademon_neutral_1",
361
+ "NeuTime": 150,
362
+ "lineNumber": 19
363
+ },
364
+ "bloodraven": {
365
+ "Id": "bloodraven",
366
+ "HitSound": "bloodraven_hit_1",
367
+ "DeathSound": "bloodraven_death",
368
+ "HitDelay": 2,
369
+ "DeaDelay": 1,
370
+ "Skill1": "bloodraven_cast_raise",
371
+ "Footstep": "medium_walk_dirt_1",
372
+ "FsCnt": 2,
373
+ "FsOff": 0,
374
+ "FsPrb": 100,
375
+ "Taunt": "monster_bloodraven_taunt_1",
376
+ "lineNumber": 20
377
+ },
378
+ "bonefetish": {
379
+ "Id": "bonefetish",
380
+ "Attack1": "bonefetish_attack_1",
381
+ "Att1Del": 0,
382
+ "Att1Prb": 100,
383
+ "Attack2": "bonefetish_attack_1",
384
+ "Att2Del": 0,
385
+ "Att2Prb": 100,
386
+ "HitSound": "bonefetish_hit_1",
387
+ "DeathSound": "bonefetish_death_1",
388
+ "HitDelay": 0,
389
+ "DeaDelay": 0,
390
+ "Skill1": "bonefetish_raise",
391
+ "Footstep": "light_walk_dirt_1",
392
+ "FootstepLayer": "bonefetish_walk_1",
393
+ "FsCnt": 2,
394
+ "FsOff": 0,
395
+ "FsPrb": 100,
396
+ "lineNumber": 21
397
+ },
398
+ "boneprison": {
399
+ "Id": "boneprison",
400
+ "DeathSound": "diablo_boneprison_death_1",
401
+ "DeaDelay": 1,
402
+ "lineNumber": 22
403
+ },
404
+ "bonewall": {
405
+ "Id": "bonewall",
406
+ "HitSound": "skeleton_hit_1",
407
+ "DeathSound": "necromancer_bonewall_death",
408
+ "HitDelay": 0,
409
+ "DeaDelay": 0,
410
+ "Skill1": "skeleton_raise_1",
411
+ "lineNumber": 23
412
+ },
413
+ "brute": {
414
+ "Id": "brute",
415
+ "Attack1": "yeti_attack_1",
416
+ "Weapon1": "weapon_kick_1",
417
+ "Att1Del": 0,
418
+ "Wea1Del": 3,
419
+ "Att1Prb": 60,
420
+ "Wea1Vol": 180,
421
+ "Attack2": "yeti_attack_1",
422
+ "Weapon2": "weapon_kick_1",
423
+ "Att2Del": 0,
424
+ "Wea2Del": 6,
425
+ "Att2Prb": 60,
426
+ "Wea2Vol": 180,
427
+ "HitSound": "yeti_hit_1",
428
+ "DeathSound": "yeti_death_1",
429
+ "HitDelay": 2,
430
+ "DeaDelay": 1,
431
+ "Footstep": "heavy_walk_dirt_1",
432
+ "FsCnt": 2,
433
+ "FsOff": 0,
434
+ "FsPrb": 100,
435
+ "Neutral": "yeti_neutral_1",
436
+ "NeuTime": 150,
437
+ "lineNumber": 24
438
+ },
439
+ "bug": {
440
+ "Id": "bug",
441
+ "DeathSound": "creature_bug_1",
442
+ "DeaDelay": 0,
443
+ "lineNumber": 25
444
+ },
445
+ "bunny": {
446
+ "Id": "bunny",
447
+ "DeathSound": "creature_rat_1",
448
+ "DeaDelay": 0,
449
+ "lineNumber": 26
450
+ },
451
+ "cantor": {
452
+ "Id": "cantor",
453
+ "Attack1": "zakarumzealot_attack_1",
454
+ "Weapon1": "weapon_1hs_large_1",
455
+ "Att1Del": 0,
456
+ "Wea1Del": 5,
457
+ "Att1Prb": 80,
458
+ "Wea1Vol": 160,
459
+ "Attack2": "zakarumzealot_attack_1",
460
+ "Weapon2": "weapon_1hs_large_1",
461
+ "Att2Del": 0,
462
+ "Wea2Del": 5,
463
+ "Att2Prb": 80,
464
+ "Wea2Vol": 160,
465
+ "HitSound": "zakarumpriest_hit_1",
466
+ "DeathSound": "zakarumpriest_death_1",
467
+ "HitDelay": 2,
468
+ "DeaDelay": 1,
469
+ "Skill1": "zakarumpriest_cast_1",
470
+ "Footstep": "medium_walk_dirt_1",
471
+ "FootstepLayer": "zakarumzealot_neutral_1",
472
+ "FsCnt": 2,
473
+ "FsOff": 0,
474
+ "FsPrb": 10,
475
+ "Neutral": "zakarumzealot_neutral_1",
476
+ "NeuTime": 300,
477
+ "lineNumber": 27
478
+ },
479
+ "catapult": {
480
+ "Id": "catapult",
481
+ "Attack1": "catapult_attack",
482
+ "Att1Del": 0,
483
+ "Att1Prb": 100,
484
+ "HitSound": "catapult_hit_1",
485
+ "DeathSound": "catapult_death_1",
486
+ "HitDelay": 2,
487
+ "DeaDelay": 0,
488
+ "lineNumber": 28
489
+ },
490
+ "charsi": {
491
+ "Id": "charsi",
492
+ "Skill1": "charsi_work",
493
+ "Footstep": "medium_walk_dirt_1",
494
+ "FsCnt": 2,
495
+ "FsOff": 0,
496
+ "FsPrb": 100,
497
+ "lineNumber": 29
498
+ },
499
+ "chicken": {
500
+ "Id": "chicken",
501
+ "Skill1": "creature_chicken_1",
502
+ "lineNumber": 30
503
+ },
504
+ "clawviper": {
505
+ "Id": "clawviper",
506
+ "Attack1": "serpentdemon_tail_1",
507
+ "Att1Del": 0,
508
+ "Att1Prb": 100,
509
+ "Attack2": "serpentdemon_attack_1",
510
+ "Att2Del": 3,
511
+ "Att2Prb": 100,
512
+ "HitSound": "serpentdemon_hit_1",
513
+ "DeathSound": "serpentdemon_death_1",
514
+ "HitDelay": 2,
515
+ "DeaDelay": 1,
516
+ "Neutral": "serpentdemon_neutral_1",
517
+ "NeuTime": 150,
518
+ "CvtMo1": "WL",
519
+ "CvtSk1": "Charge",
520
+ "CvtTgt1": "A2",
521
+ "lineNumber": 31
522
+ },
523
+ "claygolem": {
524
+ "Id": "claygolem",
525
+ "Attack1": "golemclay_attack_1",
526
+ "Att1Del": 0,
527
+ "Att1Prb": 100,
528
+ "Attack2": "golemclay_attack_1",
529
+ "Att2Del": 0,
530
+ "Att2Prb": 100,
531
+ "HitSound": "golemclay_hit_1",
532
+ "DeathSound": "golemclay_death",
533
+ "HitDelay": 0,
534
+ "DeaDelay": 0,
535
+ "Skill1": "golemclay_spawn",
536
+ "Footstep": "heavy_walk_dirt_1",
537
+ "FootstepLayer": "golemclay_walk_1",
538
+ "FsCnt": 2,
539
+ "FsOff": 0,
540
+ "FsPrb": 100,
541
+ "lineNumber": 32
542
+ },
543
+ "colbarbfrenzy": {
544
+ "Id": "colbarbfrenzy",
545
+ "Weapon1": "weapon_1hs_large_1",
546
+ "Wea1Del": 5,
547
+ "Wea1Vol": 255,
548
+ "Weapon2": "weapon_1hs_large_1",
549
+ "Wea2Del": 5,
550
+ "Wea2Vol": 255,
551
+ "HitSound": "baby_barbarian_gethit_hd_6",
552
+ "DeathSound": "baby_barbarian_death_hd_3",
553
+ "HitDelay": 2,
554
+ "DeaDelay": 0,
555
+ "Footstep": "light_walk_dirt_1",
556
+ "FsCnt": 2,
557
+ "FsOff": 0,
558
+ "FsPrb": 100,
559
+ "lineNumber": 146
560
+ },
561
+ "colbarbthrow": {
562
+ "Id": "colbarbthrow",
563
+ "Weapon1": "weapon_1hs_large_1",
564
+ "Wea1Del": 5,
565
+ "Wea1Vol": 255,
566
+ "Weapon2": "weapon_1hs_large_1",
567
+ "Wea2Del": 5,
568
+ "Wea2Vol": 255,
569
+ "HitSound": "baby_barbarian_gethit_hd_6",
570
+ "DeathSound": "baby_barbarian_death_hd_3",
571
+ "HitDelay": 2,
572
+ "DeaDelay": 0,
573
+ "Footstep": "light_walk_dirt_1",
574
+ "FsCnt": 2,
575
+ "FsOff": 0,
576
+ "FsPrb": 100,
577
+ "lineNumber": 145
578
+ },
579
+ "colbarbwhirl": {
580
+ "Id": "colbarbwhirl",
581
+ "Weapon1": "weapon_1hs_large_1",
582
+ "Wea1Del": 5,
583
+ "Wea1Vol": 255,
584
+ "Weapon2": "weapon_1hs_large_1",
585
+ "Wea2Del": 5,
586
+ "Wea2Vol": 255,
587
+ "HitSound": "baby_barbarian_gethit_hd_6",
588
+ "DeathSound": "baby_barbarian_death_hd_3",
589
+ "HitDelay": 2,
590
+ "DeaDelay": 0,
591
+ "Footstep": "light_walk_dirt_1",
592
+ "FsCnt": 2,
593
+ "FsOff": 0,
594
+ "FsPrb": 100,
595
+ "lineNumber": 144
596
+ },
597
+ "colossal1": {
598
+ "Id": "colossal1",
599
+ "Weapon1": "weapon_1hs_large_1",
600
+ "Wea1Del": 5,
601
+ "Wea1Vol": 255,
602
+ "Weapon2": "weapon_1hs_large_1",
603
+ "Wea2Del": 5,
604
+ "Wea2Vol": 255,
605
+ "HitSound": "UA_barbarian1_gethit_hd_1",
606
+ "DeathSound": "UA_Barbarian_death_hd_1",
607
+ "HitDelay": 2,
608
+ "DeaDelay": 0,
609
+ "Footstep": "medium_walk_dirt_1",
610
+ "FsCnt": 2,
611
+ "FsOff": 0,
612
+ "FsPrb": 100,
613
+ "lineNumber": 147
614
+ },
615
+ "colossal2": {
616
+ "Id": "colossal2",
617
+ "Weapon1": "weapon_1hs_large_1",
618
+ "Wea1Del": 5,
619
+ "Wea1Vol": 255,
620
+ "Weapon2": "weapon_1hs_large_1",
621
+ "Wea2Del": 5,
622
+ "Wea2Vol": 255,
623
+ "HitSound": "UA_barbarian2_gethit_hd_1",
624
+ "DeathSound": "UA_Barbarian_death_hd_2",
625
+ "HitDelay": 2,
626
+ "DeaDelay": 0,
627
+ "Footstep": "medium_walk_dirt_1",
628
+ "FsCnt": 2,
629
+ "FsOff": 0,
630
+ "FsPrb": 100,
631
+ "lineNumber": 148
632
+ },
633
+ "colossal3": {
634
+ "Id": "colossal3",
635
+ "Weapon1": "weapon_1hs_large_1",
636
+ "Wea1Del": 5,
637
+ "Wea1Vol": 255,
638
+ "Weapon2": "weapon_1hs_large_1",
639
+ "Wea2Del": 5,
640
+ "Wea2Vol": 255,
641
+ "HitSound": "UA_barbarian3_gethit_hd_1",
642
+ "DeathSound": "UA_Barbarian_death_hd_3",
643
+ "HitDelay": 2,
644
+ "DeaDelay": 0,
645
+ "Footstep": "medium_walk_dirt_1",
646
+ "FsCnt": 2,
647
+ "FsOff": 0,
648
+ "FsPrb": 100,
649
+ "lineNumber": 149
650
+ },
651
+ "compellingorb": {
652
+ "Id": "compellingorb",
653
+ "DeathSound": "compellingorb_death",
654
+ "DeaDelay": 0,
655
+ "Init": "compellingorb_loop",
656
+ "lineNumber": 33
657
+ },
658
+ "corruptrogue": {
659
+ "Id": "corruptrogue",
660
+ "Attack1": "corrupt_attack_1",
661
+ "Weapon1": "weapon_1hs_large_1",
662
+ "Att1Del": 5,
663
+ "Wea1Del": 7,
664
+ "Att1Prb": 70,
665
+ "Wea1Vol": 180,
666
+ "Attack2": "corrupt_attack_1",
667
+ "Weapon2": "weapon_1hs_large_1",
668
+ "Att2Del": 5,
669
+ "Wea2Del": 7,
670
+ "Att2Prb": 70,
671
+ "Wea2Vol": 180,
672
+ "HitSound": "corrupt_hit_1",
673
+ "DeathSound": "corrupt_death_1",
674
+ "HitDelay": 2,
675
+ "DeaDelay": 1,
676
+ "Footstep": "medium_walk_dirt_1",
677
+ "FsCnt": 2,
678
+ "FsOff": 0,
679
+ "FsPrb": 100,
680
+ "Neutral": "corrupt_neutral_1",
681
+ "NeuTime": 150,
682
+ "lineNumber": 34
683
+ },
684
+ "councilmember": {
685
+ "Id": "councilmember",
686
+ "Attack1": "zakarumhigh_attack_1",
687
+ "Weapon1": "weapon_1hs_large_1",
688
+ "Att1Del": 0,
689
+ "Wea1Del": 5,
690
+ "Att1Prb": 80,
691
+ "Wea1Vol": 160,
692
+ "Attack2": "zakarumhigh_attack_1",
693
+ "Weapon2": "weapon_1hs_large_1",
694
+ "Att2Del": 0,
695
+ "Wea2Del": 5,
696
+ "Att2Prb": 80,
697
+ "Wea2Vol": 160,
698
+ "HitSound": "zakarumhigh_hit_1",
699
+ "DeathSound": "zakarumhigh_death_1",
700
+ "HitDelay": 2,
701
+ "DeaDelay": 1,
702
+ "Footstep": "medium_walk_dirt_1",
703
+ "FsCnt": 2,
704
+ "FsOff": 0,
705
+ "FsPrb": 100,
706
+ "Neutral": "zakarumhigh_neutral_1",
707
+ "NeuTime": 150,
708
+ "lineNumber": 35
709
+ },
710
+ "countess": {
711
+ "Id": "countess",
712
+ "Attack1": "countess_attack_1",
713
+ "Weapon1": "weapon_1hs_large_1",
714
+ "Att1Del": 5,
715
+ "Wea1Del": 7,
716
+ "Att1Prb": 70,
717
+ "Wea1Vol": 180,
718
+ "Attack2": "countess_attack_1",
719
+ "Weapon2": "weapon_1hs_large_1",
720
+ "Att2Del": 5,
721
+ "Wea2Del": 7,
722
+ "Att2Prb": 70,
723
+ "Wea2Vol": 180,
724
+ "HitSound": "countess_hit_1",
725
+ "DeathSound": "countess_death",
726
+ "HitDelay": 2,
727
+ "DeaDelay": 1,
728
+ "Footstep": "medium_walk_dirt_1",
729
+ "FsCnt": 2,
730
+ "FsOff": 0,
731
+ "FsPrb": 100,
732
+ "Taunt": "monster_countess_taunt_1",
733
+ "lineNumber": 36
734
+ },
735
+ "cow": {
736
+ "Id": "cow",
737
+ "Neutral": "creature_cow_1",
738
+ "NeuTime": 150,
739
+ "lineNumber": 37
740
+ },
741
+ "cr_archer": {
742
+ "Id": "cr_archer",
743
+ "Weapon1": "weapon_bow_draw_1",
744
+ "Wea1Del": 0,
745
+ "Wea1Vol": 255,
746
+ "Weapon2": "weapon_bow_draw_1",
747
+ "Wea2Del": 0,
748
+ "Wea2Vol": 255,
749
+ "HitSound": "corrupt_hit_1",
750
+ "DeathSound": "corrupt_death_1",
751
+ "HitDelay": 2,
752
+ "DeaDelay": 1,
753
+ "Footstep": "medium_walk_dirt_1",
754
+ "FsCnt": 2,
755
+ "FsOff": 0,
756
+ "FsPrb": 100,
757
+ "Neutral": "corrupt_neutral_1",
758
+ "NeuTime": 150,
759
+ "lineNumber": 38
760
+ },
761
+ "cr_lancer": {
762
+ "Id": "cr_lancer",
763
+ "Attack1": "corrupt_attack_1",
764
+ "Weapon1": "weapon_2ht_1",
765
+ "Att1Del": 5,
766
+ "Wea1Del": 7,
767
+ "Att1Prb": 70,
768
+ "Wea1Vol": 180,
769
+ "Attack2": "corrupt_attack_1",
770
+ "Weapon2": "weapon_2ht_1",
771
+ "Att2Del": 5,
772
+ "Wea2Del": 7,
773
+ "Att2Prb": 70,
774
+ "Wea2Vol": 180,
775
+ "HitSound": "corrupt_hit_1",
776
+ "DeathSound": "corrupt_death_1",
777
+ "HitDelay": 2,
778
+ "DeaDelay": 1,
779
+ "Footstep": "medium_walk_dirt_1",
780
+ "FsCnt": 2,
781
+ "FsOff": 0,
782
+ "FsPrb": 100,
783
+ "Neutral": "corrupt_neutral_1",
784
+ "NeuTime": 150,
785
+ "lineNumber": 39
786
+ },
787
+ "crownest": {
788
+ "Id": "crownest",
789
+ "DeathSound": "hawknest_death_1",
790
+ "DeaDelay": 1,
791
+ "Skill1": "hawknest_spawn_1",
792
+ "Init": "hawknest_loop",
793
+ "lineNumber": 40
794
+ },
795
+ "darkwanderer": {
796
+ "Id": "darkwanderer",
797
+ "DeathSound": "darkwanderer_death",
798
+ "DeaDelay": 1,
799
+ "Footstep": "heavy_walk_dirt_1",
800
+ "FsCnt": 2,
801
+ "FsOff": 0,
802
+ "FsPrb": 100,
803
+ "lineNumber": 41
804
+ },
805
+ "deathmauler": {
806
+ "Id": "deathmauler",
807
+ "Attack1": "deathmauler_attack_1",
808
+ "Weapon1": "weapon_2hs_small_1",
809
+ "Att1Del": 0,
810
+ "Wea1Del": 3,
811
+ "Att1Prb": 80,
812
+ "Wea1Vol": 190,
813
+ "Attack2": "deathmauler_spikethrow_1",
814
+ "Att2Del": 5,
815
+ "Att2Prb": 100,
816
+ "HitSound": "deathmauler_hit_1",
817
+ "DeathSound": "deathmauler_death_1",
818
+ "HitDelay": 0,
819
+ "DeaDelay": 0,
820
+ "Footstep": "medium_walk_dirt_1",
821
+ "FsCnt": 1,
822
+ "FsOff": 0,
823
+ "FsPrb": 100,
824
+ "Neutral": "deathmauler_neutral_1",
825
+ "NeuTime": 90,
826
+ "lineNumber": 42
827
+ },
828
+ "diablo": {
829
+ "Id": "diablo",
830
+ "Attack1": "diablo_attack_1",
831
+ "Weapon1": "weapon_giant_1",
832
+ "Att1Del": 0,
833
+ "Wea1Del": 6,
834
+ "Att1Prb": 100,
835
+ "Wea1Vol": 120,
836
+ "Attack2": "diablo_attack_1",
837
+ "Weapon2": "weapon_giant_1",
838
+ "Att2Del": 0,
839
+ "Wea2Del": 10,
840
+ "Att2Prb": 100,
841
+ "Wea2Vol": 120,
842
+ "HitSound": "diablo_hit_1",
843
+ "DeathSound": "diablo_death",
844
+ "HitDelay": 2,
845
+ "DeaDelay": 0,
846
+ "Skill3": "diablo_boneprison_cast",
847
+ "Skill4": "diablo_yell",
848
+ "Footstep": "heavy_walk_dirt_1",
849
+ "FsCnt": 2,
850
+ "FsOff": 0,
851
+ "FsPrb": 100,
852
+ "Neutral": "diablo_neutral_1",
853
+ "NeuTime": 150,
854
+ "lineNumber": 43
855
+ },
856
+ "diabloclone": {
857
+ "Id": "diabloclone",
858
+ "Attack1": "diablo_attack_1",
859
+ "Weapon1": "weapon_giant_1",
860
+ "Att1Del": 0,
861
+ "Wea1Del": 6,
862
+ "Att1Prb": 100,
863
+ "Wea1Vol": 120,
864
+ "Attack2": "diablo_attack_1",
865
+ "Weapon2": "weapon_giant_1",
866
+ "Att2Del": 0,
867
+ "Wea2Del": 10,
868
+ "Att2Prb": 100,
869
+ "Wea2Vol": 120,
870
+ "HitSound": "diablo_hit_1",
871
+ "DeathSound": "diablo_death",
872
+ "HitDelay": 2,
873
+ "DeaDelay": 0,
874
+ "Skill3": "diablo_boneprison_cast",
875
+ "Skill4": "diablo_yell",
876
+ "Footstep": "heavy_walk_dirt_1",
877
+ "FsCnt": 2,
878
+ "FsOff": 0,
879
+ "FsPrb": 100,
880
+ "Neutral": "diablo_neutral_1",
881
+ "NeuTime": 150,
882
+ "Taunt": "monster_diablo_taunt_ex",
883
+ "lineNumber": 140
884
+ },
885
+ "doomknight": {
886
+ "Id": "doomknight",
887
+ "Attack1": "undeadhorror_attack_1",
888
+ "Weapon1": "weapon_1hs_large_1",
889
+ "Att1Del": 4,
890
+ "Wea1Del": 8,
891
+ "Att1Prb": 90,
892
+ "Wea1Vol": 120,
893
+ "Attack2": "undeadhorror_attack_1",
894
+ "Weapon2": "weapon_1hs_large_1",
895
+ "Att2Del": 4,
896
+ "Wea2Del": 8,
897
+ "Att2Prb": 90,
898
+ "Wea2Vol": 120,
899
+ "HitSound": "undeadhorror_hit_1",
900
+ "DeathSound": "undeadhorror_death_1",
901
+ "HitDelay": 2,
902
+ "DeaDelay": 1,
903
+ "Footstep": "heavy_walk_dirt_1",
904
+ "FsCnt": 2,
905
+ "FsOff": 0,
906
+ "FsPrb": 100,
907
+ "Neutral": "undeadhorror_neutral_1",
908
+ "NeuTime": 150,
909
+ "lineNumber": 44
910
+ },
911
+ "dopplezon": {
912
+ "Id": "dopplezon",
913
+ "HitSound": "amazon_hit_1",
914
+ "DeathSound": "hydra_death_1",
915
+ "HitDelay": 2,
916
+ "DeaDelay": 1,
917
+ "Footstep": "medium_walk_dirt_1",
918
+ "FsCnt": 2,
919
+ "FsOff": 0,
920
+ "FsPrb": 100,
921
+ "Init": "hydra_appear_1",
922
+ "lineNumber": 45
923
+ },
924
+ "drognan": {
925
+ "Id": "drognan",
926
+ "Skill1": "drognan_read_scroll",
927
+ "Footstep": "medium_walk_dirt_1",
928
+ "FsCnt": 2,
929
+ "FsOff": 0,
930
+ "FsPrb": 100,
931
+ "lineNumber": 46
932
+ },
933
+ "druidspirit": {
934
+ "Id": "druidspirit",
935
+ "HitSound": "druidspirit_hit_1",
936
+ "DeathSound": "druidspirit_death_1",
937
+ "DeaDelay": 1,
938
+ "Skill1": "druidspirit_hit_1",
939
+ "lineNumber": 47
940
+ },
941
+ "duriel": {
942
+ "Id": "duriel",
943
+ "Attack1": "duriel_attack_1",
944
+ "Weapon1": "weapon_giant_1",
945
+ "Att1Del": 0,
946
+ "Wea1Del": 5,
947
+ "Att1Prb": 100,
948
+ "Wea1Vol": 120,
949
+ "Attack2": "duriel_attack_1",
950
+ "Weapon2": "weapon_giant_1",
951
+ "Att2Del": 0,
952
+ "Wea2Del": 5,
953
+ "Att2Prb": 100,
954
+ "Wea2Vol": 120,
955
+ "HitSound": "duriel_hit_1",
956
+ "DeathSound": "duriel_death",
957
+ "HitDelay": 2,
958
+ "DeaDelay": 1,
959
+ "FootstepLayer": "duriel_walk_1",
960
+ "FsCnt": 1,
961
+ "FsOff": 6,
962
+ "FsPrb": 100,
963
+ "Taunt": "monster_duriel_taunt_1",
964
+ "lineNumber": 48
965
+ },
966
+ "evilhut": {
967
+ "Id": "evilhut",
968
+ "DeathSound": "guardtower_1",
969
+ "DeaDelay": 0,
970
+ "Init": "object_fire_loop_house",
971
+ "lineNumber": 49
972
+ },
973
+ "fallen": {
974
+ "Id": "fallen",
975
+ "Attack1": "fallen_attack_1",
976
+ "Weapon1": "weapon_punch_1",
977
+ "Att1Del": 0,
978
+ "Wea1Del": 5,
979
+ "Att1Prb": 60,
980
+ "Wea1Vol": 160,
981
+ "Attack2": "fallen_attack_1",
982
+ "Weapon2": "weapon_punch_1",
983
+ "Att2Del": 0,
984
+ "Wea2Del": 5,
985
+ "Att2Prb": 60,
986
+ "Wea2Vol": 160,
987
+ "HitSound": "fallen_hit_1",
988
+ "DeathSound": "fallen_death_1",
989
+ "HitDelay": 2,
990
+ "DeaDelay": 1,
991
+ "Skill1": "fallenshaman_resurrect",
992
+ "Skill2": "fallen_warcry_1",
993
+ "Footstep": "light_walk_dirt_1",
994
+ "FsCnt": 2,
995
+ "FsOff": 0,
996
+ "FsPrb": 100,
997
+ "Neutral": "fallen_neutral_1",
998
+ "NeuTime": 300,
999
+ "Flee": "fallen_flee_1",
1000
+ "lineNumber": 50
1001
+ },
1002
+ "fallenshaman": {
1003
+ "Id": "fallenshaman",
1004
+ "Attack1": "fallenshaman_attack_1",
1005
+ "Weapon1": "weapon_punch_1",
1006
+ "Att1Del": 3,
1007
+ "Wea1Del": 7,
1008
+ "Att1Prb": 70,
1009
+ "Wea1Vol": 160,
1010
+ "Attack2": "fallenshaman_attack_1",
1011
+ "Weapon2": "weapon_punch_1",
1012
+ "Att2Del": 3,
1013
+ "Wea2Del": 7,
1014
+ "Att2Prb": 70,
1015
+ "Wea2Vol": 160,
1016
+ "HitSound": "fallenshaman_hit_1",
1017
+ "DeathSound": "fallenshaman_death_1",
1018
+ "HitDelay": 2,
1019
+ "DeaDelay": 1,
1020
+ "Skill1": "fallenshaman_resurrect_cast",
1021
+ "Footstep": "light_walk_dirt_1",
1022
+ "FsCnt": 2,
1023
+ "FsOff": 0,
1024
+ "FsPrb": 100,
1025
+ "Neutral": "fallenshaman_neutral_1",
1026
+ "NeuTime": 300,
1027
+ "CvtMo1": "A2",
1028
+ "CvtSk1": "Resurrect",
1029
+ "CvtTgt1": "S1",
1030
+ "lineNumber": 51
1031
+ },
1032
+ "fara": {
1033
+ "Id": "fara",
1034
+ "Skill1": "fara_hammer",
1035
+ "Footstep": "medium_walk_dirt_1",
1036
+ "FsCnt": 2,
1037
+ "FsOff": 0,
1038
+ "FsPrb": 100,
1039
+ "lineNumber": 52
1040
+ },
1041
+ "fetish": {
1042
+ "Id": "fetish",
1043
+ "Attack1": "pygmy_attack_1",
1044
+ "Weapon1": "weapon_punch_1",
1045
+ "Att1Del": 0,
1046
+ "Wea1Del": 5,
1047
+ "Att1Prb": 60,
1048
+ "Wea1Vol": 160,
1049
+ "Attack2": "pygmy_attack_1",
1050
+ "Weapon2": "weapon_punch_1",
1051
+ "Att2Del": 0,
1052
+ "Wea2Del": 5,
1053
+ "Att2Prb": 60,
1054
+ "Wea2Vol": 160,
1055
+ "HitSound": "pygmy_hit_1",
1056
+ "DeathSound": "pygmy_death_1",
1057
+ "HitDelay": 0,
1058
+ "DeaDelay": 0,
1059
+ "Skill1": "fallenshaman_resurrect",
1060
+ "Footstep": "light_walk_dirt_1",
1061
+ "FsCnt": 2,
1062
+ "FsOff": 0,
1063
+ "FsPrb": 100,
1064
+ "Neutral": "pygmy_neutral_1",
1065
+ "NeuTime": 600,
1066
+ "lineNumber": 53
1067
+ },
1068
+ "fetishblow": {
1069
+ "Id": "fetishblow",
1070
+ "Attack1": "pygmy_blowgun_1",
1071
+ "Att1Del": 0,
1072
+ "Att1Prb": 100,
1073
+ "Attack2": "pygmy_blowgun_1",
1074
+ "Att2Del": 0,
1075
+ "Att2Prb": 100,
1076
+ "HitSound": "pygmy_hit_1",
1077
+ "DeathSound": "pygmy_death_1",
1078
+ "HitDelay": 0,
1079
+ "DeaDelay": 0,
1080
+ "Skill1": "fallenshaman_resurrect",
1081
+ "Footstep": "light_walk_dirt_1",
1082
+ "FsCnt": 2,
1083
+ "FsOff": 0,
1084
+ "FsPrb": 100,
1085
+ "Neutral": "pygmy_neutral_1",
1086
+ "lineNumber": 54
1087
+ },
1088
+ "fetishshaman": {
1089
+ "Id": "fetishshaman",
1090
+ "Attack1": "pygmyshaman_spell_1",
1091
+ "Att1Del": 0,
1092
+ "Att1Prb": 60,
1093
+ "Attack2": "pygmyshaman_spell_1",
1094
+ "Att2Del": 0,
1095
+ "Att2Prb": 60,
1096
+ "HitSound": "pygmyshaman_hit_1",
1097
+ "DeathSound": "pygmyshaman_death_1",
1098
+ "HitDelay": 0,
1099
+ "DeaDelay": 0,
1100
+ "Skill1": "fallenshaman_resurrect_cast",
1101
+ "Footstep": "light_walk_dirt_1",
1102
+ "FsCnt": 2,
1103
+ "FsOff": 0,
1104
+ "FsPrb": 100,
1105
+ "Neutral": "pygmyshaman_neutral_1",
1106
+ "NeuTime": 300,
1107
+ "CvtMo1": "SC",
1108
+ "CvtSk1": "Resurrect",
1109
+ "CvtTgt1": "S1",
1110
+ "lineNumber": 55
1111
+ },
1112
+ "fingermage": {
1113
+ "Id": "fingermage",
1114
+ "Attack1": "fingermage_attack_1",
1115
+ "Att1Del": 0,
1116
+ "Att1Prb": 100,
1117
+ "Attack2": "fingermage_attack_1",
1118
+ "Att2Del": 0,
1119
+ "Att2Prb": 100,
1120
+ "HitSound": "fingermage_hit_1",
1121
+ "DeathSound": "fingermage_death_1",
1122
+ "HitDelay": 2,
1123
+ "DeaDelay": 1,
1124
+ "Init": "fingermage_loop",
1125
+ "lineNumber": 56
1126
+ },
1127
+ "firegolem": {
1128
+ "Id": "firegolem",
1129
+ "Attack1": "golemfire_attack_1",
1130
+ "Att1Del": 0,
1131
+ "Att1Prb": 100,
1132
+ "Attack2": "golemfire_attack_1",
1133
+ "Att2Del": 0,
1134
+ "Att2Prb": 100,
1135
+ "HitSound": "golemfire_hit_1",
1136
+ "DeathSound": "golemfire_death",
1137
+ "HitDelay": 0,
1138
+ "DeaDelay": 0,
1139
+ "Skill1": "golemfire_spawn",
1140
+ "Footstep": "heavy_walk_dirt_1",
1141
+ "FootstepLayer": "golemfire_walk_1",
1142
+ "FsCnt": 2,
1143
+ "FsOff": 0,
1144
+ "FsPrb": 100,
1145
+ "Init": "object_fire_loop_brazier",
1146
+ "lineNumber": 57
1147
+ },
1148
+ "flyingscimitar": {
1149
+ "Id": "flyingscimitar",
1150
+ "Attack1": "scimitar_attack_1",
1151
+ "Att1Del": 10,
1152
+ "Att1Prb": 100,
1153
+ "Attack2": "scimitar_attack_1",
1154
+ "Att2Del": 10,
1155
+ "Att2Prb": 100,
1156
+ "HitSound": "scimitar_hit_1",
1157
+ "DeathSound": "scimitar_death_1",
1158
+ "HitDelay": 2,
1159
+ "DeaDelay": 1,
1160
+ "Init": "scimitar_appear_1",
1161
+ "lineNumber": 58
1162
+ },
1163
+ "foulcrow": {
1164
+ "Id": "foulcrow",
1165
+ "Attack1": "hawk_attack_1",
1166
+ "Weapon1": "weapon_punch_1",
1167
+ "Att1Del": 0,
1168
+ "Wea1Del": 5,
1169
+ "Att1Prb": 70,
1170
+ "Wea1Vol": 120,
1171
+ "Attack2": "hawk_attack_1",
1172
+ "Weapon2": "weapon_punch_1",
1173
+ "Att2Del": 0,
1174
+ "Wea2Del": 5,
1175
+ "Att2Prb": 70,
1176
+ "Wea2Vol": 120,
1177
+ "HitSound": "hawk_hit_1",
1178
+ "DeathSound": "hawk_death_1",
1179
+ "HitDelay": 0,
1180
+ "DeaDelay": 0,
1181
+ "FootstepLayer": "hawk_wing_1",
1182
+ "FsCnt": 2,
1183
+ "FsOff": 0,
1184
+ "FsPrb": 100,
1185
+ "lineNumber": 59
1186
+ },
1187
+ "frogdemon": {
1188
+ "Id": "frogdemon",
1189
+ "Attack1": "frogdemon_attack_1",
1190
+ "Att1Del": 0,
1191
+ "Att1Prb": 100,
1192
+ "Attack2": "frogdemon_attack_1",
1193
+ "Att2Del": 0,
1194
+ "Att2Prb": 100,
1195
+ "HitSound": "frogdemon_hit_1",
1196
+ "DeathSound": "frogdemon_death_1",
1197
+ "HitDelay": 2,
1198
+ "DeaDelay": 1,
1199
+ "FootstepLayer": "walk_flesh_1",
1200
+ "FsCnt": 1,
1201
+ "FsOff": 0,
1202
+ "FsPrb": 100,
1203
+ "Neutral": "frogdemon_neutral_1",
1204
+ "NeuTime": 150,
1205
+ "lineNumber": 60
1206
+ },
1207
+ "frozenhorror": {
1208
+ "Id": "frozenhorror",
1209
+ "Attack1": "frozenhorror_attack_1",
1210
+ "Weapon1": "weapon_2hs_small_1",
1211
+ "Att1Del": 0,
1212
+ "Wea1Del": 6,
1213
+ "Att1Prb": 100,
1214
+ "Wea1Vol": 190,
1215
+ "HitSound": "frozenhorror_hit_1",
1216
+ "HitDelay": 0,
1217
+ "Footstep": "heavy_walk_dirt_1",
1218
+ "FsCnt": 1,
1219
+ "FsOff": 0,
1220
+ "FsPrb": 100,
1221
+ "Neutral": "frozenhorror_neutral_1",
1222
+ "NeuTime": 150,
1223
+ "lineNumber": 61
1224
+ },
1225
+ "gargoyletrap": {
1226
+ "Id": "gargoyletrap",
1227
+ "HitSound": "impact_stone_1",
1228
+ "DeathSound": "gargoyletrap_death_1",
1229
+ "HitDelay": 1,
1230
+ "DeaDelay": 1,
1231
+ "lineNumber": 62
1232
+ },
1233
+ "goatman": {
1234
+ "Id": "goatman",
1235
+ "Attack1": "goatman_attack_1",
1236
+ "Weapon1": "weapon_1hs_large_1",
1237
+ "Att1Del": 5,
1238
+ "Wea1Del": 8,
1239
+ "Att1Prb": 70,
1240
+ "Wea1Vol": 190,
1241
+ "Attack2": "goatman_attack_1",
1242
+ "Weapon2": "weapon_1hs_large_1",
1243
+ "Att2Del": 5,
1244
+ "Wea2Del": 8,
1245
+ "Att2Prb": 70,
1246
+ "Wea2Vol": 190,
1247
+ "HitSound": "goatman_hit_1",
1248
+ "DeathSound": "goatman_death_1",
1249
+ "HitDelay": 2,
1250
+ "DeaDelay": 1,
1251
+ "Footstep": "medium_walk_dirt_1",
1252
+ "FsCnt": 2,
1253
+ "FsOff": 0,
1254
+ "FsPrb": 100,
1255
+ "Neutral": "goatman_neutral_1",
1256
+ "NeuTime": 600,
1257
+ "lineNumber": 63
1258
+ },
1259
+ "guardtower": {
1260
+ "Id": "guardtower",
1261
+ "HitSound": "impact_stone_1",
1262
+ "DeathSound": "guardtower_1",
1263
+ "HitDelay": 1,
1264
+ "DeaDelay": 0,
1265
+ "lineNumber": 64
1266
+ },
1267
+ "halbu": {
1268
+ "Id": "halbu",
1269
+ "Skill1": "halbu_pray",
1270
+ "Skill2": "jamella_spell",
1271
+ "Footstep": "medium_walk_dirt_1",
1272
+ "FsCnt": 2,
1273
+ "FsOff": 0,
1274
+ "FsPrb": 100,
1275
+ "lineNumber": 65
1276
+ },
1277
+ "heavynpc": {
1278
+ "Id": "heavynpc",
1279
+ "Footstep": "heavy_walk_dirt_1",
1280
+ "FsCnt": 2,
1281
+ "FsOff": 0,
1282
+ "FsPrb": 100,
1283
+ "lineNumber": 66
1284
+ },
1285
+ "hellbovine": {
1286
+ "Id": "hellbovine",
1287
+ "Attack1": "moo_attack_1",
1288
+ "Weapon1": "weapon_2hs_small_1",
1289
+ "Att1Del": 0,
1290
+ "Wea1Del": 6,
1291
+ "Att1Prb": 100,
1292
+ "Wea1Vol": 190,
1293
+ "Attack2": "moo_attack_1",
1294
+ "Weapon2": "weapon_2hs_small_1",
1295
+ "Att2Del": 0,
1296
+ "Wea2Del": 6,
1297
+ "Att2Prb": 100,
1298
+ "Wea2Vol": 190,
1299
+ "HitSound": "moo_hit_1",
1300
+ "DeathSound": "moo_death_1",
1301
+ "HitDelay": 2,
1302
+ "DeaDelay": 1,
1303
+ "Footstep": "medium_walk_dirt_1",
1304
+ "FsCnt": 2,
1305
+ "FsOff": 0,
1306
+ "FsPrb": 100,
1307
+ "Neutral": "moo_neutral_1",
1308
+ "NeuTime": 150,
1309
+ "lineNumber": 67
1310
+ },
1311
+ "hydra": {
1312
+ "Id": "hydra",
1313
+ "DeathSound": "hydra_death_1",
1314
+ "DeaDelay": 1,
1315
+ "Skill2": "hydra_appear_1",
1316
+ "Init": "object_fire_loop_brazier",
1317
+ "lineNumber": 68
1318
+ },
1319
+ "imp": {
1320
+ "Id": "imp",
1321
+ "Attack1": "imp_cast",
1322
+ "Att1Del": 0,
1323
+ "Att1Prb": 100,
1324
+ "HitSound": "imp_hit_1",
1325
+ "DeathSound": "imp_death_1",
1326
+ "HitDelay": 1,
1327
+ "DeaDelay": 1,
1328
+ "Skill1": "imp_attack_1",
1329
+ "Footstep": "light_walk_dirt_1",
1330
+ "FsCnt": 2,
1331
+ "FsOff": 0,
1332
+ "FsPrb": 100,
1333
+ "Neutral": "imp_neutral_1",
1334
+ "NeuTime": 90,
1335
+ "lineNumber": 69
1336
+ },
1337
+ "irongolem": {
1338
+ "Id": "irongolem",
1339
+ "Attack1": "golemiron_attack_1",
1340
+ "Att1Del": 0,
1341
+ "Att1Prb": 100,
1342
+ "Attack2": "golemiron_attack_1",
1343
+ "Att2Del": 0,
1344
+ "Att2Prb": 100,
1345
+ "HitSound": "golemiron_hit_1",
1346
+ "DeathSound": "golemiron_death",
1347
+ "HitDelay": 0,
1348
+ "DeaDelay": 0,
1349
+ "Skill1": "golemiron_spawn",
1350
+ "Footstep": "heavy_walk_dirt_1",
1351
+ "FootstepLayer": "golemiron_walk_1",
1352
+ "FsCnt": 2,
1353
+ "FsOff": 0,
1354
+ "FsPrb": 100,
1355
+ "lineNumber": 70
1356
+ },
1357
+ "izual": {
1358
+ "Id": "izual",
1359
+ "Attack1": "izual_attack_1",
1360
+ "Weapon1": "weapon_1hs_large_1",
1361
+ "Att1Del": 0,
1362
+ "Att1Prb": 100,
1363
+ "Attack2": "izual_attack_1",
1364
+ "Weapon2": "weapon_1hs_large_1",
1365
+ "Att2Del": 0,
1366
+ "Att2Prb": 100,
1367
+ "HitSound": "izual_hit_1",
1368
+ "DeathSound": "izual_death",
1369
+ "HitDelay": 2,
1370
+ "DeaDelay": 1,
1371
+ "Footstep": "medium_walk_dirt_1",
1372
+ "FsCnt": 2,
1373
+ "FsOff": 0,
1374
+ "FsPrb": 100,
1375
+ "Taunt": "monster_izual_taunt_1",
1376
+ "lineNumber": 71
1377
+ },
1378
+ "izualspirit": {
1379
+ "Id": "izualspirit",
1380
+ "DeathSound": "izual_spirit_disappear",
1381
+ "DeaDelay": 1,
1382
+ "Init": "izual_spirit_appear",
1383
+ "lineNumber": 72
1384
+ },
1385
+ "jamella": {
1386
+ "Id": "jamella",
1387
+ "Skill1": "jamella_read",
1388
+ "Skill2": "jamella_spell",
1389
+ "Footstep": "medium_walk_dirt_1",
1390
+ "FsCnt": 2,
1391
+ "FsOff": 0,
1392
+ "FsPrb": 100,
1393
+ "lineNumber": 73
1394
+ },
1395
+ "larva": {
1396
+ "Id": "larva",
1397
+ "DeathSound": "creature_larva_1",
1398
+ "DeaDelay": 0,
1399
+ "lineNumber": 74
1400
+ },
1401
+ "lightningorb": {
1402
+ "Id": "lightningorb",
1403
+ "Attack1": "lightningorb_attack_1",
1404
+ "Att1Del": 0,
1405
+ "Att1Prb": 100,
1406
+ "Attack2": "lightningorb_attack_1",
1407
+ "Att2Del": 0,
1408
+ "Att2Prb": 100,
1409
+ "DeathSound": "lightningorb_death_1",
1410
+ "DeaDelay": 0,
1411
+ "lineNumber": 75
1412
+ },
1413
+ "lightningsentry": {
1414
+ "Id": "lightningsentry",
1415
+ "DeathSound": "lightninggenerator_death_1",
1416
+ "DeaDelay": 1,
1417
+ "Skill1": "lightninggenerator_emerge_1",
1418
+ "Skill2": "lightninggenerator_launch_1",
1419
+ "Init": "lightninggenerator_loop",
1420
+ "lineNumber": 76
1421
+ },
1422
+ "lightnpc": {
1423
+ "Id": "lightnpc",
1424
+ "Footstep": "light_walk_dirt_1",
1425
+ "FsCnt": 2,
1426
+ "FsOff": 0,
1427
+ "FsPrb": 100,
1428
+ "lineNumber": 77
1429
+ },
1430
+ "maggotbaby": {
1431
+ "Id": "maggotbaby",
1432
+ "Attack1": "sandmaggotbaby_attack_1",
1433
+ "Att1Del": 0,
1434
+ "Att1Prb": 100,
1435
+ "Attack2": "sandmaggotbaby_attack_1",
1436
+ "Att2Del": 0,
1437
+ "Att2Prb": 100,
1438
+ "HitSound": "sandmaggotbaby_hit_1",
1439
+ "DeathSound": "sandmaggotbaby_death_1",
1440
+ "HitDelay": 2,
1441
+ "DeaDelay": 1,
1442
+ "Neutral": "sandmaggotbaby_neutral_1",
1443
+ "NeuTime": 150,
1444
+ "lineNumber": 78
1445
+ },
1446
+ "maggotegg": {
1447
+ "Id": "maggotegg",
1448
+ "DeathSound": "sandmaggotegg_death_1",
1449
+ "DeaDelay": 1,
1450
+ "Neutral": "sandmaggotegg_neutral_1",
1451
+ "NeuTime": 150,
1452
+ "lineNumber": 79
1453
+ },
1454
+ "maggotqueen": {
1455
+ "Id": "maggotqueen",
1456
+ "HitSound": "sandmaggot_hit_1",
1457
+ "DeathSound": "sandmaggotmama_death",
1458
+ "HitDelay": 2,
1459
+ "DeaDelay": 1,
1460
+ "lineNumber": 80
1461
+ },
1462
+ "mednpc": {
1463
+ "Id": "mednpc",
1464
+ "Footstep": "medium_walk_dirt_1",
1465
+ "FsCnt": 2,
1466
+ "FsOff": 0,
1467
+ "FsPrb": 100,
1468
+ "lineNumber": 81
1469
+ },
1470
+ "megademon": {
1471
+ "Id": "megademon",
1472
+ "Attack1": "megademon_attack_1",
1473
+ "Weapon1": "weapon_2hs_small_1",
1474
+ "Att1Del": 6,
1475
+ "Wea1Del": 8,
1476
+ "Att1Prb": 80,
1477
+ "Wea1Vol": 180,
1478
+ "Attack2": "megademon_attack_1",
1479
+ "Weapon2": "weapon_2hs_small_1",
1480
+ "Att2Del": 6,
1481
+ "Wea2Del": 8,
1482
+ "Att2Prb": 80,
1483
+ "Wea2Vol": 180,
1484
+ "HitSound": "megademon_hit_1",
1485
+ "DeathSound": "megademon_death_1",
1486
+ "HitDelay": 2,
1487
+ "DeaDelay": 1,
1488
+ "Footstep": "heavy_walk_dirt_1",
1489
+ "FsCnt": 2,
1490
+ "FsOff": 0,
1491
+ "FsPrb": 100,
1492
+ "Neutral": "megademon_neutral_1",
1493
+ "NeuTime": 150,
1494
+ "lineNumber": 82
1495
+ },
1496
+ "mephisto": {
1497
+ "Id": "mephisto",
1498
+ "Attack1": "mephisto_attack_1",
1499
+ "Att1Del": 0,
1500
+ "Att1Prb": 100,
1501
+ "Attack2": "mephisto_attack_1",
1502
+ "Att2Del": 0,
1503
+ "Att2Prb": 100,
1504
+ "HitSound": "mephisto_hit_1",
1505
+ "DeathSound": "mephisto_death",
1506
+ "HitDelay": 2,
1507
+ "DeaDelay": 1,
1508
+ "Init": "mephisto_loop",
1509
+ "Taunt": "monster_mephisto_taunt_1",
1510
+ "lineNumber": 83
1511
+ },
1512
+ "minion": {
1513
+ "Id": "minion",
1514
+ "Attack1": "minion_attack_1",
1515
+ "Weapon1": "weapon_2hs_small_1",
1516
+ "Att1Del": 7,
1517
+ "Wea1Del": 3,
1518
+ "Att1Prb": 100,
1519
+ "Wea1Vol": 190,
1520
+ "Attack2": "minion_attack_1",
1521
+ "Weapon2": "weapon_2hs_small_1",
1522
+ "Att2Del": 7,
1523
+ "Wea2Del": 3,
1524
+ "Att2Prb": 100,
1525
+ "Wea2Vol": 190,
1526
+ "HitSound": "minion_hit_1",
1527
+ "HitDelay": 2,
1528
+ "Footstep": "heavy_walk_dirt_1",
1529
+ "FsCnt": 2,
1530
+ "FsOff": 0,
1531
+ "FsPrb": 100,
1532
+ "Neutral": "minion_neutral_1",
1533
+ "NeuTime": 150,
1534
+ "lineNumber": 84
1535
+ },
1536
+ "mosquito": {
1537
+ "Id": "mosquito",
1538
+ "Attack1": "mosquito_attack_1",
1539
+ "Att1Del": 0,
1540
+ "Att1Prb": 100,
1541
+ "Attack2": "mosquito_longattack_1",
1542
+ "Att2Del": 0,
1543
+ "Att2Prb": 100,
1544
+ "HitSound": "mosquito_hit_1",
1545
+ "DeathSound": "mosquito_death_1",
1546
+ "HitDelay": 0,
1547
+ "DeaDelay": 1,
1548
+ "Skill1": "mosquito_longattack_1",
1549
+ "Init": "mosquito_loop",
1550
+ "CvtMo1": "A2",
1551
+ "CvtSk1": "Mosquito",
1552
+ "CvtTgt1": "S1",
1553
+ "lineNumber": 85
1554
+ },
1555
+ "mummy": {
1556
+ "Id": "mummy",
1557
+ "Attack1": "mummy_attack_1",
1558
+ "Att1Del": 0,
1559
+ "Att1Prb": 100,
1560
+ "Attack2": "mummy_attack_1",
1561
+ "Att2Del": 0,
1562
+ "Att2Prb": 100,
1563
+ "HitSound": "mummy_hit_1",
1564
+ "DeathSound": "mummy_death_1",
1565
+ "HitDelay": 2,
1566
+ "DeaDelay": 1,
1567
+ "Footstep": "light_walk_dirt_1",
1568
+ "FsCnt": 2,
1569
+ "FsOff": 0,
1570
+ "FsPrb": 100,
1571
+ "Neutral": "mummy_neutral_1",
1572
+ "NeuTime": 300,
1573
+ "lineNumber": 86
1574
+ },
1575
+ "necromage": {
1576
+ "Id": "necromage",
1577
+ "Weapon1": "skeleton_cast_fire",
1578
+ "Wea1Del": 0,
1579
+ "Wea1Vol": 255,
1580
+ "Weapon2": "skeleton_cast_fire",
1581
+ "Wea2Del": 0,
1582
+ "Wea2Vol": 255,
1583
+ "HitSound": "skeleton_hit_1",
1584
+ "DeathSound": "skeleton_death_1",
1585
+ "HitDelay": 0,
1586
+ "DeaDelay": 0,
1587
+ "Skill1": "skeleton_raise_1",
1588
+ "Footstep": "light_walk_dirt_1",
1589
+ "FootstepLayer": "skeleton_necro_walk_1",
1590
+ "FsCnt": 2,
1591
+ "FsOff": 0,
1592
+ "FsPrb": 100,
1593
+ "lineNumber": 87
1594
+ },
1595
+ "necroskeleton": {
1596
+ "Id": "necroskeleton",
1597
+ "Weapon1": "weapon_1hs_large_1",
1598
+ "Wea1Del": 6,
1599
+ "Wea1Vol": 190,
1600
+ "Weapon2": "weapon_1hs_large_1",
1601
+ "Wea2Del": 6,
1602
+ "Wea2Vol": 190,
1603
+ "HitSound": "skeleton_hit_1",
1604
+ "DeathSound": "skeleton_death_1",
1605
+ "HitDelay": 0,
1606
+ "DeaDelay": 0,
1607
+ "Skill1": "skeleton_raise_1",
1608
+ "Footstep": "light_walk_dirt_1",
1609
+ "FootstepLayer": "skeleton_necro_walk_1",
1610
+ "FsCnt": 2,
1611
+ "FsOff": 0,
1612
+ "FsPrb": 100,
1613
+ "Neutral": "skeleton_neutral1",
1614
+ "NeuTime": 300,
1615
+ "lineNumber": 88
1616
+ },
1617
+ "nihlathak": {
1618
+ "Id": "nihlathak",
1619
+ "Weapon1": "weapon_1hs_large_1",
1620
+ "Wea1Del": 6,
1621
+ "Wea1Vol": 190,
1622
+ "Weapon2": "weapon_1hs_large_1",
1623
+ "Wea2Del": 6,
1624
+ "Wea2Vol": 190,
1625
+ "Taunt": "monster_nihlathak_taunt_1",
1626
+ "lineNumber": 89
1627
+ },
1628
+ "overseer": {
1629
+ "Id": "overseer",
1630
+ "Attack1": "overseer_attack_1",
1631
+ "Weapon1": "weapon_2hs_large_1",
1632
+ "Att1Del": 0,
1633
+ "Wea1Del": 4,
1634
+ "Att1Prb": 100,
1635
+ "Wea1Vol": 190,
1636
+ "Attack2": "overseer_whip_1",
1637
+ "Weapon2": "overseer_whipcrack_1",
1638
+ "Att2Del": 0,
1639
+ "Wea2Del": 9,
1640
+ "Att2Prb": 100,
1641
+ "Wea2Vol": 255,
1642
+ "HitSound": "overseer_hit_1",
1643
+ "DeathSound": "overseer_death_1",
1644
+ "HitDelay": 2,
1645
+ "DeaDelay": 1,
1646
+ "Skill1": "overseer_attract_1",
1647
+ "Skill2": "overseer_healcast_1",
1648
+ "Footstep": "heavy_walk_dirt_1",
1649
+ "FootstepLayer": "walk_ginormous_low_1",
1650
+ "FsCnt": 2,
1651
+ "FsOff": 0,
1652
+ "FsPrb": 100,
1653
+ "Neutral": "overseer_neutral_1",
1654
+ "NeuTime": 150,
1655
+ "lineNumber": 90
1656
+ },
1657
+ "pantherwoman": {
1658
+ "Id": "pantherwoman",
1659
+ "Attack1": "pantherwoman_attack_1",
1660
+ "Weapon1": "weapon_1hs_small_1",
1661
+ "Att1Del": 0,
1662
+ "Wea1Del": 12,
1663
+ "Att1Prb": 60,
1664
+ "Wea1Vol": 160,
1665
+ "Attack2": "pantherwoman_attack_1",
1666
+ "Weapon2": "weapon_1hs_small_1",
1667
+ "Att2Del": 0,
1668
+ "Wea2Del": 12,
1669
+ "Att2Prb": 60,
1670
+ "Wea2Vol": 160,
1671
+ "HitSound": "pantherwoman_hit_1",
1672
+ "DeathSound": "pantherwoman_death_1",
1673
+ "HitDelay": 2,
1674
+ "DeaDelay": 1,
1675
+ "Footstep": "medium_walk_dirt_1",
1676
+ "FsCnt": 2,
1677
+ "FsOff": 0,
1678
+ "FsPrb": 100,
1679
+ "Neutral": "pantherwoman_neutral_1",
1680
+ "NeuTime": 150,
1681
+ "lineNumber": 91
1682
+ },
1683
+ "pinhead": {
1684
+ "Id": "pinhead",
1685
+ "Attack1": "pinhead_attack_1",
1686
+ "Weapon1": "weapon_2hs_small_1",
1687
+ "Att1Del": 0,
1688
+ "Wea1Del": 4,
1689
+ "Att1Prb": 80,
1690
+ "Wea1Vol": 120,
1691
+ "Attack2": "pinhead_attack_1",
1692
+ "Weapon2": "weapon_2hs_small_1",
1693
+ "Att2Del": 0,
1694
+ "Wea2Del": 4,
1695
+ "Att2Prb": 80,
1696
+ "Wea2Vol": 120,
1697
+ "HitSound": "pinhead_hit_1",
1698
+ "DeathSound": "pinhead_death_1",
1699
+ "HitDelay": 2,
1700
+ "DeaDelay": 1,
1701
+ "Footstep": "heavy_walk_dirt_1",
1702
+ "FootstepLayer": "walk_ginormous_high_1",
1703
+ "FsCnt": 2,
1704
+ "FsOff": 0,
1705
+ "FsPrb": 100,
1706
+ "Neutral": "pinhead_neutral_1",
1707
+ "NeuTime": 150,
1708
+ "lineNumber": 92
1709
+ },
1710
+ "putriddefiler": {
1711
+ "Id": "putriddefiler",
1712
+ "Attack1": "putriddefiler_attack_1",
1713
+ "Weapon1": "weapon_punch_1",
1714
+ "Att1Del": 0,
1715
+ "Wea1Del": 4,
1716
+ "Att1Prb": 100,
1717
+ "Wea1Vol": 190,
1718
+ "HitSound": "putriddefiler_hit_1",
1719
+ "DeathSound": "putriddefiler_death_1",
1720
+ "HitDelay": 2,
1721
+ "DeaDelay": 1,
1722
+ "Skill1": "putriddefiler_impregnate",
1723
+ "Skill2": "putriddefiler_zap",
1724
+ "Neutral": "putriddefiler_neutral_1",
1725
+ "NeuTime": 150,
1726
+ "lineNumber": 93
1727
+ },
1728
+ "quillrat": {
1729
+ "Id": "quillrat",
1730
+ "Attack1": "spikefiend_attack_1",
1731
+ "Att1Del": 0,
1732
+ "Att1Prb": 100,
1733
+ "Attack2": "spikefiend_shoot_1",
1734
+ "Att2Del": 0,
1735
+ "Att2Prb": 100,
1736
+ "HitSound": "spikefiend_hit_1",
1737
+ "DeathSound": "spikefiend_death_1",
1738
+ "HitDelay": 0,
1739
+ "DeaDelay": 0,
1740
+ "Neutral": "spikefiend_neutral_1",
1741
+ "NeuTime": 150,
1742
+ "lineNumber": 94
1743
+ },
1744
+ "radament": {
1745
+ "Id": "radament",
1746
+ "Attack1": "greatermummy_attack_1",
1747
+ "Weapon1": "weapon_2hs_large_1",
1748
+ "Att1Del": 0,
1749
+ "Wea1Del": 4,
1750
+ "Att1Prb": 100,
1751
+ "Wea1Vol": 190,
1752
+ "Attack2": "greatermummy_gas_1",
1753
+ "Att2Del": 0,
1754
+ "Att2Prb": 100,
1755
+ "HitSound": "greatermummy_hit_1",
1756
+ "DeathSound": "greatermummy_death_1",
1757
+ "HitDelay": 2,
1758
+ "DeaDelay": 1,
1759
+ "Skill1": "greatermummy_unholybolt_cast",
1760
+ "Skill2": "greatermummy_bestow",
1761
+ "Skill3": "greatermummy_resurrect_1",
1762
+ "Footstep": "heavy_walk_dirt_1",
1763
+ "FootstepLayer": "walk_ginormous_low_1",
1764
+ "FsCnt": 2,
1765
+ "FsOff": 0,
1766
+ "FsPrb": 100,
1767
+ "Neutral": "greatermummy_neutral_1",
1768
+ "NeuTime": 150,
1769
+ "Taunt": "monster_radament_taunt_1",
1770
+ "CvtMo1": "SC",
1771
+ "CvtSk1": "UnHolyBolt",
1772
+ "CvtTgt1": "S1",
1773
+ "CvtMo2": "SC",
1774
+ "CvtSk2": "Bestow",
1775
+ "CvtTgt2": "S2",
1776
+ "CvtMo3": "SC",
1777
+ "CvtSk3": "Resurrect",
1778
+ "CvtTgt3": "S3",
1779
+ "lineNumber": 95
1780
+ },
1781
+ "rat": {
1782
+ "Id": "rat",
1783
+ "DeathSound": "creature_rat_1",
1784
+ "DeaDelay": 0,
1785
+ "lineNumber": 96
1786
+ },
1787
+ "raven": {
1788
+ "Id": "raven",
1789
+ "Attack1": "druidraven_attack_1",
1790
+ "Att1Del": 3,
1791
+ "Att1Prb": 100,
1792
+ "Attack2": "druidraven_attack_1",
1793
+ "Att2Del": 3,
1794
+ "Att2Prb": 100,
1795
+ "DeathSound": "druidraven_poof",
1796
+ "DeaDelay": 1,
1797
+ "FootstepLayer": "hawk_wing_1",
1798
+ "FsCnt": 2,
1799
+ "FsOff": 0,
1800
+ "FsPrb": 100,
1801
+ "lineNumber": 97
1802
+ },
1803
+ "reanimatedhorde": {
1804
+ "Id": "reanimatedhorde",
1805
+ "Attack1": "reanimatedhorde_attack_1",
1806
+ "Weapon1": "weapon_2hs_small_1",
1807
+ "Att1Del": 0,
1808
+ "Wea1Del": 2,
1809
+ "Att1Prb": 80,
1810
+ "Wea1Vol": 255,
1811
+ "Attack2": "reanimatedhorde_attack_1",
1812
+ "Weapon2": "weapon_2hs_large_1",
1813
+ "Att2Del": 0,
1814
+ "Wea2Del": 2,
1815
+ "Att2Prb": 100,
1816
+ "Wea2Vol": 255,
1817
+ "HitSound": "reanimatedhorde_hit_1",
1818
+ "DeathSound": "reanimatedhorde_death_1",
1819
+ "HitDelay": 2,
1820
+ "DeaDelay": 1,
1821
+ "Skill1": "reanimatedhorde_getup_1",
1822
+ "Skill2": "zombie_neutral_2",
1823
+ "Footstep": "medium_walk_dirt_1",
1824
+ "FsCnt": 2,
1825
+ "FsOff": 0,
1826
+ "FsPrb": 100,
1827
+ "Neutral": "reanimatedhorde_neutral_1",
1828
+ "NeuTime": 300,
1829
+ "lineNumber": 98
1830
+ },
1831
+ "regurgitator": {
1832
+ "Id": "regurgitator",
1833
+ "Attack1": "regurgitator_attack_1",
1834
+ "Att1Del": 0,
1835
+ "Att1Prb": 100,
1836
+ "Attack2": "regurgitator_attack_1",
1837
+ "Att2Del": 3,
1838
+ "Att2Prb": 100,
1839
+ "HitSound": "regurgitator_hit_1",
1840
+ "DeathSound": "regurgitator_death_1",
1841
+ "HitDelay": 2,
1842
+ "DeaDelay": 1,
1843
+ "Neutral": "regurgitator_neutral_1",
1844
+ "NeuTime": 150,
1845
+ "lineNumber": 99
1846
+ },
1847
+ "sandleaper": {
1848
+ "Id": "sandleaper",
1849
+ "Attack1": "leaper_attack_1",
1850
+ "Weapon1": "weapon_punch_1",
1851
+ "Att1Del": 0,
1852
+ "Wea1Del": 5,
1853
+ "Att1Prb": 70,
1854
+ "Wea1Vol": 120,
1855
+ "Attack2": "leaper_attack_1",
1856
+ "Weapon2": "weapon_punch_1",
1857
+ "Att2Del": 0,
1858
+ "Wea2Del": 5,
1859
+ "Att2Prb": 70,
1860
+ "Wea2Vol": 120,
1861
+ "HitSound": "leaper_hit_1",
1862
+ "DeathSound": "leaper_death_1",
1863
+ "HitDelay": 2,
1864
+ "DeaDelay": 1,
1865
+ "Skill1": "leaper_attack_1",
1866
+ "Footstep": "light_walk_dirt_1",
1867
+ "FsCnt": 2,
1868
+ "FsOff": 0,
1869
+ "FsPrb": 100,
1870
+ "Neutral": "leaper_neutral_1",
1871
+ "NeuTime": 300,
1872
+ "CvtMo1": "A1",
1873
+ "CvtSk1": "Leap",
1874
+ "CvtTgt1": "S1",
1875
+ "lineNumber": 100
1876
+ },
1877
+ "sandmaggot": {
1878
+ "Id": "sandmaggot",
1879
+ "Attack1": "sandmaggot_attack_1",
1880
+ "Att1Del": 0,
1881
+ "Att1Prb": 100,
1882
+ "Attack2": "sandmaggot_attack_1",
1883
+ "Att2Del": 0,
1884
+ "Att2Prb": 100,
1885
+ "HitSound": "sandmaggot_hit_1",
1886
+ "DeathSound": "sandmaggot_death_1",
1887
+ "HitDelay": 2,
1888
+ "DeaDelay": 1,
1889
+ "Neutral": "sandmaggot_neutral_1",
1890
+ "NeuTime": 150,
1891
+ "lineNumber": 101
1892
+ },
1893
+ "sandraider": {
1894
+ "Id": "sandraider",
1895
+ "Attack1": "sandraider_attack_1",
1896
+ "Weapon1": "weapon_1hs_large_1",
1897
+ "Att1Del": 0,
1898
+ "Wea1Del": 5,
1899
+ "Att1Prb": 100,
1900
+ "Wea1Vol": 190,
1901
+ "Attack2": "sandraider_attack_1",
1902
+ "Weapon2": "weapon_1hs_large_1",
1903
+ "Att2Del": 0,
1904
+ "Wea2Del": 5,
1905
+ "Att2Prb": 100,
1906
+ "Wea2Vol": 190,
1907
+ "HitSound": "sandraider_hit_1",
1908
+ "DeathSound": "sandraider_death_1",
1909
+ "HitDelay": 2,
1910
+ "DeaDelay": 1,
1911
+ "Footstep": "medium_walk_dirt_1",
1912
+ "FsCnt": 2,
1913
+ "FsOff": 0,
1914
+ "FsPrb": 100,
1915
+ "Neutral": "sandraider_neutral_1",
1916
+ "NeuTime": 150,
1917
+ "lineNumber": 102
1918
+ },
1919
+ "sarcophagus": {
1920
+ "Id": "sarcophagus",
1921
+ "DeathSound": "mummy_generator_death",
1922
+ "DeaDelay": 1,
1923
+ "Skill1": "object_casket",
1924
+ "lineNumber": 103
1925
+ },
1926
+ "scarab": {
1927
+ "Id": "scarab",
1928
+ "Attack1": "beetle_attack_1",
1929
+ "Weapon1": "weapon_2ht_1",
1930
+ "Att1Del": 0,
1931
+ "Wea1Del": 7,
1932
+ "Att1Prb": 70,
1933
+ "Wea1Vol": 190,
1934
+ "Attack2": "beetle_attack_1",
1935
+ "Weapon2": "weapon_1hs_large_1",
1936
+ "Att2Del": 0,
1937
+ "Wea2Del": 5,
1938
+ "Att2Prb": 70,
1939
+ "Wea2Vol": 190,
1940
+ "HitSound": "beetle_hit_1",
1941
+ "DeathSound": "beetle_death_1",
1942
+ "HitDelay": 2,
1943
+ "DeaDelay": 1,
1944
+ "Footstep": "light_walk_dirt_1",
1945
+ "FsCnt": 2,
1946
+ "FsOff": 0,
1947
+ "FsPrb": 100,
1948
+ "Neutral": "beetle_neutral_1",
1949
+ "NeuTime": 150,
1950
+ "lineNumber": 104
1951
+ },
1952
+ "shadow": {
1953
+ "Id": "shadow",
1954
+ "Weapon1": "weapon_2ht_1",
1955
+ "Wea1Del": 8,
1956
+ "Wea1Vol": 255,
1957
+ "Weapon2": "weapon_2ht_1",
1958
+ "Wea2Del": 8,
1959
+ "Wea2Vol": 255,
1960
+ "HitSound": "assassin_shadow_hit_1",
1961
+ "DeathSound": "assassin_shadow_death_1",
1962
+ "HitDelay": 2,
1963
+ "DeaDelay": 1,
1964
+ "Skill4": "assassin_shadow_kick_1",
1965
+ "Footstep": "medium_walk_dirt_1",
1966
+ "FsCnt": 2,
1967
+ "FsOff": 0,
1968
+ "FsPrb": 100,
1969
+ "lineNumber": 105
1970
+ },
1971
+ "siegebeast": {
1972
+ "Id": "siegebeast",
1973
+ "Attack1": "siegebeast_attack_1",
1974
+ "Weapon1": "weapon_1ht_1",
1975
+ "Att1Del": 0,
1976
+ "Wea1Del": 5,
1977
+ "Att1Prb": 100,
1978
+ "Wea1Vol": 190,
1979
+ "Attack2": "siegebeast_attack_1",
1980
+ "Att2Del": 0,
1981
+ "Att2Prb": 100,
1982
+ "HitSound": "siegebeast_hit_1",
1983
+ "DeathSound": "siegebeast_death_1",
1984
+ "HitDelay": 1,
1985
+ "DeaDelay": 1,
1986
+ "Skill1": "siegebeast_attack_1",
1987
+ "Skill2": "siegebeast_attack_1",
1988
+ "Footstep": "heavy_walk_dirt_1",
1989
+ "FootstepLayer": "walk_ginormous_high_1",
1990
+ "FsCnt": 2,
1991
+ "FsOff": 0,
1992
+ "FsPrb": 100,
1993
+ "Neutral": "siegebeast_neutral_1",
1994
+ "NeuTime": 150,
1995
+ "lineNumber": 106
1996
+ },
1997
+ "sk_archer": {
1998
+ "Id": "sk_archer",
1999
+ "Weapon1": "weapon_bow_draw_1",
2000
+ "Wea1Del": 4,
2001
+ "Wea1Vol": 255,
2002
+ "Weapon2": "weapon_bow_draw_1",
2003
+ "Wea2Del": 4,
2004
+ "Wea2Vol": 255,
2005
+ "HitSound": "skeleton_hit_1",
2006
+ "DeathSound": "skeleton_death_1",
2007
+ "HitDelay": 0,
2008
+ "DeaDelay": 0,
2009
+ "Skill1": "skeleton_raise_1",
2010
+ "Footstep": "light_walk_dirt_1",
2011
+ "FootstepLayer": "skeleton_walk_1",
2012
+ "FsCnt": 2,
2013
+ "FsOff": 0,
2014
+ "FsPrb": 100,
2015
+ "Neutral": "skeleton_neutral1",
2016
+ "NeuTime": 300,
2017
+ "lineNumber": 107
2018
+ },
2019
+ "sk_mage": {
2020
+ "Id": "sk_mage",
2021
+ "Weapon1": "skeleton_cast_fire",
2022
+ "Wea1Del": 0,
2023
+ "Wea1Vol": 255,
2024
+ "Weapon2": "skeleton_cast_fire",
2025
+ "Wea2Del": 0,
2026
+ "Wea2Vol": 255,
2027
+ "HitSound": "skeleton_hit_1",
2028
+ "DeathSound": "skeleton_death_1",
2029
+ "HitDelay": 0,
2030
+ "DeaDelay": 0,
2031
+ "Skill1": "skeleton_raise_1",
2032
+ "Footstep": "light_walk_dirt_1",
2033
+ "FootstepLayer": "skeleton_walk_1",
2034
+ "FsCnt": 2,
2035
+ "FsOff": 0,
2036
+ "FsPrb": 100,
2037
+ "Neutral": "skeleton_neutral1",
2038
+ "NeuTime": 300,
2039
+ "lineNumber": 108
2040
+ },
2041
+ "skeleton": {
2042
+ "Id": "skeleton",
2043
+ "Weapon1": "weapon_1hs_large_1",
2044
+ "Wea1Del": 6,
2045
+ "Wea1Vol": 190,
2046
+ "Weapon2": "weapon_1hs_large_1",
2047
+ "Wea2Del": 6,
2048
+ "Wea2Vol": 190,
2049
+ "HitSound": "skeleton_hit_1",
2050
+ "DeathSound": "skeleton_death_1",
2051
+ "HitDelay": 0,
2052
+ "DeaDelay": 0,
2053
+ "Skill1": "skeleton_raise_1",
2054
+ "Footstep": "light_walk_dirt_1",
2055
+ "FootstepLayer": "skeleton_walk_1",
2056
+ "FsCnt": 2,
2057
+ "FsOff": 0,
2058
+ "FsPrb": 100,
2059
+ "Neutral": "skeleton_neutral1",
2060
+ "NeuTime": 300,
2061
+ "lineNumber": 109
2062
+ },
2063
+ "slinger": {
2064
+ "Id": "slinger",
2065
+ "HitSound": "pantherwoman_hit_1",
2066
+ "DeathSound": "pantherwoman_death_1",
2067
+ "HitDelay": 2,
2068
+ "DeaDelay": 1,
2069
+ "Footstep": "medium_walk_dirt_1",
2070
+ "FsCnt": 2,
2071
+ "FsOff": 0,
2072
+ "FsPrb": 100,
2073
+ "Neutral": "pantherwoman_neutral_1",
2074
+ "NeuTime": 150,
2075
+ "lineNumber": 110
2076
+ },
2077
+ "smith": {
2078
+ "Id": "smith",
2079
+ "Attack1": "smith_attack_1",
2080
+ "Weapon1": "weapon_2hs_large_1",
2081
+ "Att1Del": 0,
2082
+ "Wea1Del": 2,
2083
+ "Att1Prb": 80,
2084
+ "Wea1Vol": 170,
2085
+ "Attack2": "smith_attack_1",
2086
+ "Weapon2": "weapon_2hs_large_1",
2087
+ "Att2Del": 0,
2088
+ "Wea2Del": 2,
2089
+ "Att2Prb": 80,
2090
+ "Wea2Vol": 170,
2091
+ "HitSound": "smith_hit_1",
2092
+ "DeathSound": "smith_death",
2093
+ "HitDelay": 2,
2094
+ "DeaDelay": 1,
2095
+ "Footstep": "heavy_walk_dirt_1",
2096
+ "FsCnt": 2,
2097
+ "FsOff": 0,
2098
+ "FsPrb": 100,
2099
+ "Neutral": "smith_neutral_1",
2100
+ "NeuTime": 150,
2101
+ "Taunt": "monster_smith_taunt_2",
2102
+ "lineNumber": 111
2103
+ },
2104
+ "smithdeath": {
2105
+ "Id": "smithdeath",
2106
+ "Init": "object_fire_loop_magic",
2107
+ "lineNumber": 112
2108
+ },
2109
+ "smithdemon": {
2110
+ "Id": "smithdemon",
2111
+ "Attack1": "smith_attack_1",
2112
+ "Weapon1": "weapon_2hs_large_1",
2113
+ "Att1Del": 0,
2114
+ "Wea1Del": 2,
2115
+ "Att1Prb": 80,
2116
+ "Wea1Vol": 170,
2117
+ "Attack2": "smith_attack_1",
2118
+ "Weapon2": "weapon_2hs_large_1",
2119
+ "Att2Del": 0,
2120
+ "Wea2Del": 2,
2121
+ "Att2Prb": 80,
2122
+ "Wea2Vol": 170,
2123
+ "HitSound": "smith_hit_1",
2124
+ "DeathSound": "smith_death",
2125
+ "HitDelay": 2,
2126
+ "DeaDelay": 1,
2127
+ "Footstep": "heavy_walk_dirt_1",
2128
+ "FsCnt": 2,
2129
+ "FsOff": 0,
2130
+ "FsPrb": 100,
2131
+ "Neutral": "smith_neutral_1",
2132
+ "NeuTime": 150,
2133
+ "Taunt": "monster_smith_taunt_1",
2134
+ "lineNumber": 113
2135
+ },
2136
+ "spider": {
2137
+ "Id": "spider",
2138
+ "DeathSound": "creature_spider_1",
2139
+ "DeaDelay": 0,
2140
+ "lineNumber": 114
2141
+ },
2142
+ "stainedglass": {
2143
+ "Id": "stainedglass",
2144
+ "DeathSound": "object_glass_break_1",
2145
+ "HitDelay": 2,
2146
+ "DeaDelay": 1,
2147
+ "lineNumber": 115
2148
+ },
2149
+ "succubus": {
2150
+ "Id": "succubus",
2151
+ "Attack1": "succubus_attack_1",
2152
+ "Att1Del": 3,
2153
+ "Att1Prb": 100,
2154
+ "Attack2": "succubus_attack_1",
2155
+ "Att2Del": 3,
2156
+ "Att2Prb": 100,
2157
+ "HitSound": "succubus_hit_1",
2158
+ "DeathSound": "succubus_death_1",
2159
+ "HitDelay": 2,
2160
+ "DeaDelay": 1,
2161
+ "Skill2": "succubus_cast",
2162
+ "FootstepLayer": "hawk_wing_1",
2163
+ "FsCnt": 2,
2164
+ "FsOff": 0,
2165
+ "FsPrb": 30,
2166
+ "lineNumber": 116
2167
+ },
2168
+ "suicideminion": {
2169
+ "Id": "suicideminion",
2170
+ "HitSound": "minion_hit_1",
2171
+ "DeathSound": "hawknest_death_1",
2172
+ "HitDelay": 2,
2173
+ "DeaDelay": 1,
2174
+ "Skill1": "minion_morph_1",
2175
+ "Footstep": "heavy_walk_dirt_1",
2176
+ "FootstepLayer": "minionsuicide_neutral_1",
2177
+ "FsCnt": 2,
2178
+ "FsOff": 0,
2179
+ "FsPrb": 30,
2180
+ "Neutral": "minionsuicide_neutral_1",
2181
+ "NeuTime": 150,
2182
+ "lineNumber": 117
2183
+ },
2184
+ "summoner": {
2185
+ "Id": "summoner",
2186
+ "HitSound": "summoner_hit_1",
2187
+ "DeathSound": "summoner_death",
2188
+ "HitDelay": 2,
2189
+ "DeaDelay": 1,
2190
+ "Footstep": "medium_walk_dirt_1",
2191
+ "FsCnt": 2,
2192
+ "FsOff": 0,
2193
+ "FsPrb": 100,
2194
+ "Taunt": "monster_summoner_taunt_1",
2195
+ "lineNumber": 118
2196
+ },
2197
+ "swarm": {
2198
+ "Id": "swarm",
2199
+ "Attack1": "swarm_attack_1",
2200
+ "Att1Del": 0,
2201
+ "Att1Prb": 100,
2202
+ "Attack2": "swarm_attack_1",
2203
+ "Att2Del": 0,
2204
+ "Att2Prb": 100,
2205
+ "HitSound": "swarm_hit_1",
2206
+ "DeathSound": "swarm_hit_1",
2207
+ "HitDelay": 2,
2208
+ "DeaDelay": 1,
2209
+ "Init": "swarm_loop",
2210
+ "lineNumber": 119
2211
+ },
2212
+ "tentacle": {
2213
+ "Id": "tentacle",
2214
+ "Attack1": "tentacle_attack_1",
2215
+ "Att1Del": 0,
2216
+ "Att1Prb": 100,
2217
+ "Attack2": "tentacle_attack_1",
2218
+ "Att2Del": 0,
2219
+ "Att2Prb": 100,
2220
+ "HitSound": "tentacle_hit_1",
2221
+ "DeathSound": "tentacle_death_1",
2222
+ "HitDelay": 2,
2223
+ "DeaDelay": 1,
2224
+ "Skill1": "tentacle_appear_1",
2225
+ "Init": "tentacle_appear_1",
2226
+ "lineNumber": 120
2227
+ },
2228
+ "tentaclehead": {
2229
+ "Id": "tentaclehead",
2230
+ "Attack1": "tentaclehead_attack_1",
2231
+ "Att1Del": 0,
2232
+ "Att1Prb": 100,
2233
+ "Attack2": "tentaclehead_attack_1",
2234
+ "Att2Del": 0,
2235
+ "Att2Prb": 100,
2236
+ "HitSound": "tentaclehead_hit_1",
2237
+ "DeathSound": "tentaclehead_death_1",
2238
+ "HitDelay": 2,
2239
+ "DeaDelay": 1,
2240
+ "Skill1": "tentacle_appear_1",
2241
+ "Neutral": "tentaclehead_neutral_1",
2242
+ "NeuTime": 150,
2243
+ "Init": "tentacle_appear_1",
2244
+ "lineNumber": 121
2245
+ },
2246
+ "thornhulk": {
2247
+ "Id": "thornhulk",
2248
+ "Attack1": "thornhulk_attack_1",
2249
+ "Weapon1": "weapon_2hs_small_1",
2250
+ "Att1Del": 0,
2251
+ "Wea1Del": 3,
2252
+ "Att1Prb": 80,
2253
+ "Wea1Vol": 120,
2254
+ "Attack2": "thornhulk_attack_1",
2255
+ "Weapon2": "weapon_2hs_small_1",
2256
+ "Att2Del": 0,
2257
+ "Wea2Del": 7,
2258
+ "Att2Prb": 80,
2259
+ "Wea2Vol": 120,
2260
+ "HitSound": "thornhulk_hit_1",
2261
+ "DeathSound": "thornhulk_death_1",
2262
+ "HitDelay": 0,
2263
+ "DeaDelay": 0,
2264
+ "Footstep": "heavy_walk_dirt_1",
2265
+ "FootstepLayer": "walk_ginormous_high_1",
2266
+ "FsCnt": 2,
2267
+ "FsOff": 0,
2268
+ "FsPrb": 100,
2269
+ "Neutral": "thornhulk_neutral_1",
2270
+ "NeuTime": 300,
2271
+ "lineNumber": 122
2272
+ },
2273
+ "trappedsoul1": {
2274
+ "Id": "trappedsoul1",
2275
+ "Attack1": "trappedsoul_attack_1",
2276
+ "Att1Del": 6,
2277
+ "Att1Prb": 100,
2278
+ "Attack2": "trappedsoul_attack_1",
2279
+ "Att2Del": 6,
2280
+ "Att2Prb": 100,
2281
+ "HitSound": "trappedsoul_hit_1",
2282
+ "DeathSound": "trappedsoul_up_1",
2283
+ "HitDelay": 2,
2284
+ "DeaDelay": 1,
2285
+ "Neutral": "trappedsoul_neutral_1",
2286
+ "NeuTime": 150,
2287
+ "lineNumber": 123
2288
+ },
2289
+ "trappedsoul2": {
2290
+ "Id": "trappedsoul2",
2291
+ "Attack1": "trappedsoul_attack_1",
2292
+ "Att1Del": 6,
2293
+ "Att1Prb": 100,
2294
+ "Attack2": "trappedsoul_attack_1",
2295
+ "Att2Del": 6,
2296
+ "Att2Prb": 100,
2297
+ "HitSound": "trappedsoul_hit_1",
2298
+ "DeathSound": "trappedsoul_down_1",
2299
+ "HitDelay": 2,
2300
+ "DeaDelay": 1,
2301
+ "Neutral": "trappedsoul_neutral_1",
2302
+ "NeuTime": 150,
2303
+ "lineNumber": 124
2304
+ },
2305
+ "turret": {
2306
+ "Id": "turret",
2307
+ "DeathSound": "turret_death_1",
2308
+ "DeaDelay": 1,
2309
+ "lineNumber": 125
2310
+ },
2311
+ "unraveler": {
2312
+ "Id": "unraveler",
2313
+ "Attack1": "greatermummy_attack_1",
2314
+ "Weapon1": "weapon_2hs_large_1",
2315
+ "Att1Del": 0,
2316
+ "Wea1Del": 4,
2317
+ "Att1Prb": 100,
2318
+ "Wea1Vol": 190,
2319
+ "Attack2": "greatermummy_gas_1",
2320
+ "Att2Del": 0,
2321
+ "Att2Prb": 100,
2322
+ "HitSound": "greatermummy_hit_1",
2323
+ "DeathSound": "greatermummy_death_1",
2324
+ "HitDelay": 2,
2325
+ "DeaDelay": 1,
2326
+ "Skill1": "greatermummy_unholybolt_cast",
2327
+ "Skill2": "greatermummy_bestow",
2328
+ "Skill3": "greatermummy_resurrect_1",
2329
+ "Footstep": "heavy_walk_dirt_1",
2330
+ "FootstepLayer": "walk_ginormous_low_1",
2331
+ "FsCnt": 2,
2332
+ "FsOff": 0,
2333
+ "FsPrb": 100,
2334
+ "Neutral": "greatermummy_neutral_1",
2335
+ "NeuTime": 150,
2336
+ "CvtMo1": "SC",
2337
+ "CvtSk1": "UnHolyBolt",
2338
+ "CvtTgt1": "S1",
2339
+ "CvtMo2": "SC",
2340
+ "CvtSk2": "Bestow",
2341
+ "CvtTgt2": "S2",
2342
+ "CvtMo3": "SC",
2343
+ "CvtSk3": "Resurrect",
2344
+ "CvtTgt3": "S3",
2345
+ "lineNumber": 126
2346
+ },
2347
+ "valkyrie": {
2348
+ "Id": "valkyrie",
2349
+ "Attack1": "amazon_valkyrie_attack_1",
2350
+ "Weapon1": "weapon_2ht_1",
2351
+ "Att1Del": 4,
2352
+ "Wea1Del": 8,
2353
+ "Att1Prb": 100,
2354
+ "Wea1Vol": 255,
2355
+ "Attack2": "amazon_valkyrie_attack_1",
2356
+ "Weapon2": "weapon_2ht_1",
2357
+ "Att2Del": 4,
2358
+ "Wea2Del": 8,
2359
+ "Att2Prb": 100,
2360
+ "Wea2Vol": 255,
2361
+ "HitSound": "amazon_valkyrie_hit_1",
2362
+ "DeathSound": "amazon_valkyrie_death",
2363
+ "HitDelay": 2,
2364
+ "DeaDelay": 1,
2365
+ "Footstep": "medium_walk_dirt_1",
2366
+ "FsCnt": 2,
2367
+ "FsOff": 0,
2368
+ "FsPrb": 100,
2369
+ "Init": "amazon_valkyrie_appear",
2370
+ "lineNumber": 127
2371
+ },
2372
+ "vampire": {
2373
+ "Id": "vampire",
2374
+ "Attack1": "vampire_attack_1",
2375
+ "Att1Del": 0,
2376
+ "Att1Prb": 100,
2377
+ "Attack2": "vampire_attack_1",
2378
+ "Att2Del": 0,
2379
+ "Att2Prb": 100,
2380
+ "HitSound": "vampire_hit_1",
2381
+ "DeathSound": "vampire_death_1",
2382
+ "HitDelay": 2,
2383
+ "DeaDelay": 1,
2384
+ "Skill1": "vampire_cast",
2385
+ "Neutral": "vampire_neutral_1",
2386
+ "NeuTime": 150,
2387
+ "CvtMo1": "SC",
2388
+ "CvtTgt1": "S1",
2389
+ "lineNumber": 128
2390
+ },
2391
+ "vilechild": {
2392
+ "Id": "vilechild",
2393
+ "Attack1": "vilechild_attack_1",
2394
+ "Att1Del": 8,
2395
+ "Att1Prb": 100,
2396
+ "Attack2": "vilechild_attack_1",
2397
+ "Att2Del": 8,
2398
+ "Att2Prb": 100,
2399
+ "HitSound": "vilechild_hit_1",
2400
+ "DeathSound": "vilechild_death_1",
2401
+ "HitDelay": 2,
2402
+ "DeaDelay": 1,
2403
+ "Footstep": "light_walk_dirt_1",
2404
+ "FootstepLayer": "vilechild_walk_1",
2405
+ "FsCnt": 2,
2406
+ "FsOff": 0,
2407
+ "FsPrb": 15,
2408
+ "lineNumber": 129
2409
+ },
2410
+ "vilemother": {
2411
+ "Id": "vilemother",
2412
+ "Attack1": "vilemother_attack_1",
2413
+ "Weapon1": "weapon_1hs_large_1",
2414
+ "Att1Del": 0,
2415
+ "Wea1Del": 7,
2416
+ "Att1Prb": 100,
2417
+ "Wea1Vol": 190,
2418
+ "Attack2": "vilemother_attack_1",
2419
+ "Weapon2": "weapon_1hs_large_1",
2420
+ "Att2Del": 0,
2421
+ "Wea2Del": 7,
2422
+ "Att2Prb": 100,
2423
+ "Wea2Vol": 190,
2424
+ "HitSound": "vilemother_hit_1",
2425
+ "DeathSound": "vilemother_death_1",
2426
+ "HitDelay": 2,
2427
+ "DeaDelay": 1,
2428
+ "Skill1": "vilemother_birth_1",
2429
+ "Footstep": "walk_flesh_1",
2430
+ "FootstepLayer": "walk_flesh_1",
2431
+ "FsCnt": 2,
2432
+ "FsOff": 3,
2433
+ "FsPrb": 100,
2434
+ "Neutral": "vilemother_neutral_1",
2435
+ "NeuTime": 150,
2436
+ "lineNumber": 130
2437
+ },
2438
+ "vulture": {
2439
+ "Id": "vulture",
2440
+ "Attack1": "vulturedemon_attack_1",
2441
+ "Att1Del": 0,
2442
+ "Att1Prb": 100,
2443
+ "Attack2": "vulturedemon_attack_1",
2444
+ "Att2Del": 0,
2445
+ "Att2Prb": 100,
2446
+ "HitSound": "vulturedemon_hit_1",
2447
+ "DeathSound": "vulturedemon_death_1",
2448
+ "HitDelay": 2,
2449
+ "DeaDelay": 1,
2450
+ "FootstepLayer": "vulturedemon_wing_1",
2451
+ "FsCnt": 1,
2452
+ "FsOff": 0,
2453
+ "FsPrb": 100,
2454
+ "Neutral": "vulturedemon_neutral_1",
2455
+ "NeuTime": 300,
2456
+ "lineNumber": 131
2457
+ },
2458
+ "warbighead": {
2459
+ "Id": "warbighead",
2460
+ "Attack1": "warpet_bighead_attack_hd1",
2461
+ "Att1Del": 0,
2462
+ "Att1Prb": 100,
2463
+ "Attack2": "warpet_bighead_cast_hd",
2464
+ "Att2Del": 0,
2465
+ "Wea2Del": 0,
2466
+ "Att2Prb": 100,
2467
+ "Wea2Vol": 255,
2468
+ "HitSound": "warpet_bighead_hit_hd1",
2469
+ "DeathSound": "warpet_bighead_death_hd1",
2470
+ "HitDelay": 2,
2471
+ "DeaDelay": 1,
2472
+ "Footstep": "heavy_walk_dirt_1",
2473
+ "FsCnt": 2,
2474
+ "FsOff": 0,
2475
+ "FsPrb": 100,
2476
+ "Neutral": "warpet_bighead_neutral_hd1",
2477
+ "NeuTime": 2000,
2478
+ "Init": "Warlock_Skill_Summon_Tainted_03",
2479
+ "lineNumber": 141
2480
+ },
2481
+ "wargoatman": {
2482
+ "Id": "wargoatman",
2483
+ "Attack1": "warpet_goatman_attack_hd1",
2484
+ "Weapon1": "weapon_1hs_large_1",
2485
+ "Att1Del": 5,
2486
+ "Wea1Del": 8,
2487
+ "Att1Prb": 100,
2488
+ "Wea1Vol": 190,
2489
+ "Attack2": "warpet_goatman_attack_hd1",
2490
+ "Weapon2": "weapon_1hs_large_1",
2491
+ "Att2Del": 5,
2492
+ "Wea2Del": 8,
2493
+ "Att2Prb": 100,
2494
+ "Wea2Vol": 190,
2495
+ "HitSound": "warpet_goatman_hit_hd4",
2496
+ "DeathSound": "warpet_goatman_death_hd4",
2497
+ "HitDelay": 2,
2498
+ "DeaDelay": 1,
2499
+ "Footstep": "medium_walk_dirt_1",
2500
+ "FsCnt": 2,
2501
+ "FsOff": 0,
2502
+ "FsPrb": 100,
2503
+ "Neutral": "warpet_goatman_neutral_hd3",
2504
+ "NeuTime": 2500,
2505
+ "Init": "Warlock_Skill_Summon_Khazra_03",
2506
+ "lineNumber": 142
2507
+ },
2508
+ "warputriddefiler": {
2509
+ "Id": "warputriddefiler",
2510
+ "Attack1": "warpet_putriddefiler_attack_hd1",
2511
+ "Weapon1": "weapon_punch_1",
2512
+ "Att1Del": 0,
2513
+ "Wea1Del": 4,
2514
+ "Att1Prb": 100,
2515
+ "Wea1Vol": 190,
2516
+ "HitSound": "warpet_putriddefiler_hit_hd6",
2517
+ "DeathSound": "warpet_putriddefiler_death_hd1",
2518
+ "HitDelay": 2,
2519
+ "DeaDelay": 1,
2520
+ "Skill1": "putriddefiler_impregnate",
2521
+ "Skill2": "putriddefiler_zap",
2522
+ "Neutral": "warpet_putriddefiler_neutral_hd1",
2523
+ "NeuTime": 2000,
2524
+ "Init": "Warlock_Skill_Summon_Defiler_03",
2525
+ "lineNumber": 143
2526
+ },
2527
+ "werebear": {
2528
+ "Id": "werebear",
2529
+ "Attack1": "druidwerebear_attack_1",
2530
+ "Weapon1": "weapon_2hs_small_1",
2531
+ "Att1Del": 5,
2532
+ "Wea1Del": 4,
2533
+ "Att1Prb": 80,
2534
+ "Wea1Vol": 120,
2535
+ "Attack2": "druidwerebear_attack_1",
2536
+ "Weapon2": "weapon_2hs_small_1",
2537
+ "Att2Del": 6,
2538
+ "Wea2Del": 4,
2539
+ "Att2Prb": 80,
2540
+ "Wea2Vol": 120,
2541
+ "HitSound": "druidwerebear_hit_1",
2542
+ "HitDelay": 2,
2543
+ "Skill3": "druidwerebear_bite_1",
2544
+ "Footstep": "heavy_walk_dirt_1",
2545
+ "FootstepLayer": "walk_ginormous_low_1",
2546
+ "FsCnt": 2,
2547
+ "FsOff": 0,
2548
+ "FsPrb": 100,
2549
+ "Neutral": "druidwerebear_neutral_1",
2550
+ "NeuTime": 150,
2551
+ "lineNumber": 132
2552
+ },
2553
+ "werewolf": {
2554
+ "Id": "werewolf",
2555
+ "Attack1": "druidwerewolf_attack_1",
2556
+ "Weapon1": "weapon_kick_1",
2557
+ "Att1Del": 5,
2558
+ "Wea1Del": 5,
2559
+ "Att1Prb": 85,
2560
+ "Wea1Vol": 150,
2561
+ "Attack2": "druidwerewolf_attack_1",
2562
+ "Weapon2": "weapon_kick_1",
2563
+ "Att2Del": 5,
2564
+ "Wea2Del": 5,
2565
+ "Att2Prb": 85,
2566
+ "Wea2Vol": 150,
2567
+ "HitSound": "druidwerewolf_hit_1",
2568
+ "HitDelay": 2,
2569
+ "Skill3": "druidwerewolf_bite_1",
2570
+ "Footstep": "heavy_walk_dirt_1",
2571
+ "FsCnt": 2,
2572
+ "FsOff": 0,
2573
+ "FsPrb": 100,
2574
+ "Neutral": "druidwerewolf_neutral_1",
2575
+ "NeuTime": 150,
2576
+ "lineNumber": 133
2577
+ },
2578
+ "willowisp": {
2579
+ "Id": "willowisp",
2580
+ "Attack1": "willowisp_attack_1",
2581
+ "Att1Del": 0,
2582
+ "Att1Prb": 100,
2583
+ "Attack2": "willowisp_attack_1",
2584
+ "Att2Del": 0,
2585
+ "Att2Prb": 100,
2586
+ "HitSound": "willowisp_hit_1",
2587
+ "DeathSound": "willowisp_death_1",
2588
+ "HitDelay": 2,
2589
+ "DeaDelay": 1,
2590
+ "Skill1": "willowisp_appear_1",
2591
+ "Skill2": "willowisp_lightning_cast_1",
2592
+ "Init": "willowisp_loop",
2593
+ "CvtMo1": "SC",
2594
+ "CvtTgt1": "S2",
2595
+ "lineNumber": 134
2596
+ },
2597
+ "wolf": {
2598
+ "Id": "wolf",
2599
+ "Attack1": "druidwolf_attack_1",
2600
+ "Weapon1": "weapon_1ht_1",
2601
+ "Att1Del": 6,
2602
+ "Wea1Del": 3,
2603
+ "Att1Prb": 100,
2604
+ "Wea1Vol": 255,
2605
+ "Attack2": "druidwolf_attack_1",
2606
+ "Weapon2": "weapon_1ht_1",
2607
+ "Att2Del": 6,
2608
+ "Wea2Del": 3,
2609
+ "Att2Prb": 100,
2610
+ "Wea2Vol": 255,
2611
+ "HitSound": "druidwolf_hit_1",
2612
+ "DeathSound": "druidbear_emerge",
2613
+ "HitDelay": 2,
2614
+ "DeaDelay": 1,
2615
+ "Footstep": "light_walk_dirt_1",
2616
+ "FsCnt": 2,
2617
+ "FsOff": 0,
2618
+ "FsPrb": 100,
2619
+ "Neutral": "druidwolf_neutral_1",
2620
+ "NeuTime": 1600,
2621
+ "lineNumber": 135
2622
+ },
2623
+ "wraith": {
2624
+ "Id": "wraith",
2625
+ "Attack1": "wraith_attack_1",
2626
+ "Att1Del": 0,
2627
+ "Att1Prb": 100,
2628
+ "Attack2": "wraith_attack_1",
2629
+ "Att2Del": 0,
2630
+ "Att2Prb": 100,
2631
+ "HitSound": "wraith_hit_1",
2632
+ "DeathSound": "wraith_death_1",
2633
+ "HitDelay": 2,
2634
+ "DeaDelay": 1,
2635
+ "Neutral": "wraith_neutral_1",
2636
+ "NeuTime": 150,
2637
+ "lineNumber": 136
2638
+ },
2639
+ "zealot": {
2640
+ "Id": "zealot",
2641
+ "Attack1": "zakarumzealot_attack_1",
2642
+ "Weapon1": "weapon_1hs_large_1",
2643
+ "Att1Del": 0,
2644
+ "Wea1Del": 7,
2645
+ "Att1Prb": 80,
2646
+ "Wea1Vol": 160,
2647
+ "Attack2": "zakarumzealot_attack_1",
2648
+ "Weapon2": "weapon_1hs_large_1",
2649
+ "Att2Del": 0,
2650
+ "Wea2Del": 3,
2651
+ "Att2Prb": 80,
2652
+ "Wea2Vol": 160,
2653
+ "HitSound": "zakarumzealot_hit_1",
2654
+ "DeathSound": "zakarumzealot_death_1",
2655
+ "HitDelay": 2,
2656
+ "DeaDelay": 1,
2657
+ "Footstep": "medium_walk_dirt_1",
2658
+ "FsCnt": 2,
2659
+ "FsOff": 0,
2660
+ "FsPrb": 100,
2661
+ "Neutral": "zakarumzealot_neutral_1",
2662
+ "NeuTime": 300,
2663
+ "lineNumber": 137
2664
+ },
2665
+ "zombie": {
2666
+ "Id": "zombie",
2667
+ "Attack1": "zombie_attack_1",
2668
+ "Att1Del": 0,
2669
+ "Att1Prb": 100,
2670
+ "Attack2": "zombie_attack_1",
2671
+ "Att2Del": 0,
2672
+ "Att2Prb": 100,
2673
+ "HitSound": "zombie_hit_1",
2674
+ "DeathSound": "zombie_death_1",
2675
+ "HitDelay": 0,
2676
+ "DeaDelay": 0,
2677
+ "Skill1": "zombie_raise_1",
2678
+ "Footstep": "light_walk_dirt_1",
2679
+ "FsCnt": 2,
2680
+ "FsOff": 0,
2681
+ "FsPrb": 100,
2682
+ "Neutral": "zombie_neutral_1",
2683
+ "NeuTime": 300,
2684
+ "lineNumber": 138
2685
+ },
2686
+ "zombieunique": {
2687
+ "Id": "zombieunique",
2688
+ "Attack1": "zombie_attack_1",
2689
+ "Att1Del": 0,
2690
+ "Att1Prb": 100,
2691
+ "Attack2": "zombie_attack_1",
2692
+ "Att2Del": 0,
2693
+ "Att2Prb": 100,
2694
+ "HitSound": "zombie_hit_1",
2695
+ "DeathSound": "zombie_death_1",
2696
+ "HitDelay": 2,
2697
+ "DeaDelay": 1,
2698
+ "Skill1": "zombie_raise_1",
2699
+ "Footstep": "light_walk_dirt_1",
2700
+ "FsCnt": 2,
2701
+ "FsOff": 0,
2702
+ "FsPrb": 100,
2703
+ "Neutral": "zombie_unique_neutral_1",
2704
+ "NeuTime": 300,
2705
+ "lineNumber": 139
2706
+ }
2707
+ }