@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,2530 @@
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
+ "compellingorb": {
544
+ "Id": "compellingorb",
545
+ "DeathSound": "compellingorb_death",
546
+ "DeaDelay": 0,
547
+ "Init": "compellingorb_loop",
548
+ "lineNumber": 33
549
+ },
550
+ "corruptrogue": {
551
+ "Id": "corruptrogue",
552
+ "Attack1": "corrupt_attack_1",
553
+ "Weapon1": "weapon_1hs_large_1",
554
+ "Att1Del": 5,
555
+ "Wea1Del": 7,
556
+ "Att1Prb": 70,
557
+ "Wea1Vol": 180,
558
+ "Attack2": "corrupt_attack_1",
559
+ "Weapon2": "weapon_1hs_large_1",
560
+ "Att2Del": 5,
561
+ "Wea2Del": 7,
562
+ "Att2Prb": 70,
563
+ "Wea2Vol": 180,
564
+ "HitSound": "corrupt_hit_1",
565
+ "DeathSound": "corrupt_death_1",
566
+ "HitDelay": 2,
567
+ "DeaDelay": 1,
568
+ "Footstep": "medium_walk_dirt_1",
569
+ "FsCnt": 2,
570
+ "FsOff": 0,
571
+ "FsPrb": 100,
572
+ "Neutral": "corrupt_neutral_1",
573
+ "NeuTime": 150,
574
+ "lineNumber": 34
575
+ },
576
+ "councilmember": {
577
+ "Id": "councilmember",
578
+ "Attack1": "zakarumhigh_attack_1",
579
+ "Weapon1": "weapon_1hs_large_1",
580
+ "Att1Del": 0,
581
+ "Wea1Del": 5,
582
+ "Att1Prb": 80,
583
+ "Wea1Vol": 160,
584
+ "Attack2": "zakarumhigh_attack_1",
585
+ "Weapon2": "weapon_1hs_large_1",
586
+ "Att2Del": 0,
587
+ "Wea2Del": 5,
588
+ "Att2Prb": 80,
589
+ "Wea2Vol": 160,
590
+ "HitSound": "zakarumhigh_hit_1",
591
+ "DeathSound": "zakarumhigh_death_1",
592
+ "HitDelay": 2,
593
+ "DeaDelay": 1,
594
+ "Footstep": "medium_walk_dirt_1",
595
+ "FsCnt": 2,
596
+ "FsOff": 0,
597
+ "FsPrb": 100,
598
+ "Neutral": "zakarumhigh_neutral_1",
599
+ "NeuTime": 150,
600
+ "lineNumber": 35
601
+ },
602
+ "countess": {
603
+ "Id": "countess",
604
+ "Attack1": "countess_attack_1",
605
+ "Weapon1": "weapon_1hs_large_1",
606
+ "Att1Del": 5,
607
+ "Wea1Del": 7,
608
+ "Att1Prb": 70,
609
+ "Wea1Vol": 180,
610
+ "Attack2": "countess_attack_1",
611
+ "Weapon2": "weapon_1hs_large_1",
612
+ "Att2Del": 5,
613
+ "Wea2Del": 7,
614
+ "Att2Prb": 70,
615
+ "Wea2Vol": 180,
616
+ "HitSound": "countess_hit_1",
617
+ "DeathSound": "countess_death",
618
+ "HitDelay": 2,
619
+ "DeaDelay": 1,
620
+ "Footstep": "medium_walk_dirt_1",
621
+ "FsCnt": 2,
622
+ "FsOff": 0,
623
+ "FsPrb": 100,
624
+ "Taunt": "monster_countess_taunt_1",
625
+ "lineNumber": 36
626
+ },
627
+ "cow": {
628
+ "Id": "cow",
629
+ "Neutral": "creature_cow_1",
630
+ "NeuTime": 150,
631
+ "lineNumber": 37
632
+ },
633
+ "cr_archer": {
634
+ "Id": "cr_archer",
635
+ "Weapon1": "weapon_bow_draw_1",
636
+ "Wea1Del": 0,
637
+ "Wea1Vol": 255,
638
+ "Weapon2": "weapon_bow_draw_1",
639
+ "Wea2Del": 0,
640
+ "Wea2Vol": 255,
641
+ "HitSound": "corrupt_hit_1",
642
+ "DeathSound": "corrupt_death_1",
643
+ "HitDelay": 2,
644
+ "DeaDelay": 1,
645
+ "Footstep": "medium_walk_dirt_1",
646
+ "FsCnt": 2,
647
+ "FsOff": 0,
648
+ "FsPrb": 100,
649
+ "Neutral": "corrupt_neutral_1",
650
+ "NeuTime": 150,
651
+ "lineNumber": 38
652
+ },
653
+ "cr_lancer": {
654
+ "Id": "cr_lancer",
655
+ "Attack1": "corrupt_attack_1",
656
+ "Weapon1": "weapon_2ht_1",
657
+ "Att1Del": 5,
658
+ "Wea1Del": 7,
659
+ "Att1Prb": 70,
660
+ "Wea1Vol": 180,
661
+ "Attack2": "corrupt_attack_1",
662
+ "Weapon2": "weapon_2ht_1",
663
+ "Att2Del": 5,
664
+ "Wea2Del": 7,
665
+ "Att2Prb": 70,
666
+ "Wea2Vol": 180,
667
+ "HitSound": "corrupt_hit_1",
668
+ "DeathSound": "corrupt_death_1",
669
+ "HitDelay": 2,
670
+ "DeaDelay": 1,
671
+ "Footstep": "medium_walk_dirt_1",
672
+ "FsCnt": 2,
673
+ "FsOff": 0,
674
+ "FsPrb": 100,
675
+ "Neutral": "corrupt_neutral_1",
676
+ "NeuTime": 150,
677
+ "lineNumber": 39
678
+ },
679
+ "crownest": {
680
+ "Id": "crownest",
681
+ "DeathSound": "hawknest_death_1",
682
+ "DeaDelay": 1,
683
+ "Skill1": "hawknest_spawn_1",
684
+ "Init": "hawknest_loop",
685
+ "lineNumber": 40
686
+ },
687
+ "darkwanderer": {
688
+ "Id": "darkwanderer",
689
+ "DeathSound": "darkwanderer_death",
690
+ "DeaDelay": 1,
691
+ "Footstep": "heavy_walk_dirt_1",
692
+ "FsCnt": 2,
693
+ "FsOff": 0,
694
+ "FsPrb": 100,
695
+ "lineNumber": 41
696
+ },
697
+ "deathmauler": {
698
+ "Id": "deathmauler",
699
+ "Attack1": "deathmauler_attack_1",
700
+ "Weapon1": "weapon_2hs_small_1",
701
+ "Att1Del": 0,
702
+ "Wea1Del": 3,
703
+ "Att1Prb": 80,
704
+ "Wea1Vol": 190,
705
+ "Attack2": "deathmauler_spikethrow_1",
706
+ "Att2Del": 5,
707
+ "Att2Prb": 100,
708
+ "HitSound": "deathmauler_hit_1",
709
+ "DeathSound": "deathmauler_death_1",
710
+ "HitDelay": 0,
711
+ "DeaDelay": 0,
712
+ "Footstep": "medium_walk_dirt_1",
713
+ "FsCnt": 1,
714
+ "FsOff": 0,
715
+ "FsPrb": 100,
716
+ "Neutral": "deathmauler_neutral_1",
717
+ "NeuTime": 90,
718
+ "lineNumber": 42
719
+ },
720
+ "diablo": {
721
+ "Id": "diablo",
722
+ "Attack1": "diablo_attack_1",
723
+ "Weapon1": "weapon_giant_1",
724
+ "Att1Del": 0,
725
+ "Wea1Del": 6,
726
+ "Att1Prb": 100,
727
+ "Wea1Vol": 120,
728
+ "Attack2": "diablo_attack_1",
729
+ "Weapon2": "weapon_giant_1",
730
+ "Att2Del": 0,
731
+ "Wea2Del": 10,
732
+ "Att2Prb": 100,
733
+ "Wea2Vol": 120,
734
+ "HitSound": "diablo_hit_1",
735
+ "DeathSound": "diablo_death",
736
+ "HitDelay": 2,
737
+ "DeaDelay": 0,
738
+ "Skill3": "diablo_boneprison_cast",
739
+ "Skill4": "diablo_yell",
740
+ "Footstep": "heavy_walk_dirt_1",
741
+ "FsCnt": 2,
742
+ "FsOff": 0,
743
+ "FsPrb": 100,
744
+ "Neutral": "diablo_neutral_1",
745
+ "NeuTime": 150,
746
+ "lineNumber": 43
747
+ },
748
+ "diabloclone": {
749
+ "Id": "diabloclone",
750
+ "Attack1": "diablo_attack_1",
751
+ "Weapon1": "weapon_giant_1",
752
+ "Att1Del": 0,
753
+ "Wea1Del": 6,
754
+ "Att1Prb": 100,
755
+ "Wea1Vol": 120,
756
+ "Attack2": "diablo_attack_1",
757
+ "Weapon2": "weapon_giant_1",
758
+ "Att2Del": 0,
759
+ "Wea2Del": 10,
760
+ "Att2Prb": 100,
761
+ "Wea2Vol": 120,
762
+ "HitSound": "diablo_hit_1",
763
+ "DeathSound": "diablo_death",
764
+ "HitDelay": 2,
765
+ "DeaDelay": 0,
766
+ "Skill3": "diablo_boneprison_cast",
767
+ "Skill4": "diablo_yell",
768
+ "Footstep": "heavy_walk_dirt_1",
769
+ "FsCnt": 2,
770
+ "FsOff": 0,
771
+ "FsPrb": 100,
772
+ "Neutral": "diablo_neutral_1",
773
+ "NeuTime": 150,
774
+ "Taunt": "monster_diablo_taunt_ex",
775
+ "lineNumber": 140
776
+ },
777
+ "doomknight": {
778
+ "Id": "doomknight",
779
+ "Attack1": "undeadhorror_attack_1",
780
+ "Weapon1": "weapon_1hs_large_1",
781
+ "Att1Del": 4,
782
+ "Wea1Del": 8,
783
+ "Att1Prb": 90,
784
+ "Wea1Vol": 120,
785
+ "Attack2": "undeadhorror_attack_1",
786
+ "Weapon2": "weapon_1hs_large_1",
787
+ "Att2Del": 4,
788
+ "Wea2Del": 8,
789
+ "Att2Prb": 90,
790
+ "Wea2Vol": 120,
791
+ "HitSound": "undeadhorror_hit_1",
792
+ "DeathSound": "undeadhorror_death_1",
793
+ "HitDelay": 2,
794
+ "DeaDelay": 1,
795
+ "Footstep": "heavy_walk_dirt_1",
796
+ "FsCnt": 2,
797
+ "FsOff": 0,
798
+ "FsPrb": 100,
799
+ "Neutral": "undeadhorror_neutral_1",
800
+ "NeuTime": 150,
801
+ "lineNumber": 44
802
+ },
803
+ "dopplezon": {
804
+ "Id": "dopplezon",
805
+ "HitSound": "amazon_hit_1",
806
+ "DeathSound": "hydra_death_1",
807
+ "HitDelay": 2,
808
+ "DeaDelay": 1,
809
+ "Footstep": "medium_walk_dirt_1",
810
+ "FsCnt": 2,
811
+ "FsOff": 0,
812
+ "FsPrb": 100,
813
+ "Init": "hydra_appear_1",
814
+ "lineNumber": 45
815
+ },
816
+ "drognan": {
817
+ "Id": "drognan",
818
+ "Skill1": "drognan_read_scroll",
819
+ "Footstep": "medium_walk_dirt_1",
820
+ "FsCnt": 2,
821
+ "FsOff": 0,
822
+ "FsPrb": 100,
823
+ "lineNumber": 46
824
+ },
825
+ "druidspirit": {
826
+ "Id": "druidspirit",
827
+ "HitSound": "druidspirit_hit_1",
828
+ "DeathSound": "druidspirit_death_1",
829
+ "DeaDelay": 1,
830
+ "Skill1": "druidspirit_hit_1",
831
+ "lineNumber": 47
832
+ },
833
+ "duriel": {
834
+ "Id": "duriel",
835
+ "Attack1": "duriel_attack_1",
836
+ "Weapon1": "weapon_giant_1",
837
+ "Att1Del": 0,
838
+ "Wea1Del": 5,
839
+ "Att1Prb": 100,
840
+ "Wea1Vol": 120,
841
+ "Attack2": "duriel_attack_1",
842
+ "Weapon2": "weapon_giant_1",
843
+ "Att2Del": 0,
844
+ "Wea2Del": 5,
845
+ "Att2Prb": 100,
846
+ "Wea2Vol": 120,
847
+ "HitSound": "duriel_hit_1",
848
+ "DeathSound": "duriel_death",
849
+ "HitDelay": 2,
850
+ "DeaDelay": 1,
851
+ "FootstepLayer": "duriel_walk_1",
852
+ "FsCnt": 1,
853
+ "FsOff": 6,
854
+ "FsPrb": 100,
855
+ "Taunt": "monster_duriel_taunt_1",
856
+ "lineNumber": 48
857
+ },
858
+ "evilhut": {
859
+ "Id": "evilhut",
860
+ "DeathSound": "guardtower_1",
861
+ "DeaDelay": 0,
862
+ "Init": "object_fire_loop_house",
863
+ "lineNumber": 49
864
+ },
865
+ "fallen": {
866
+ "Id": "fallen",
867
+ "Attack1": "fallen_attack_1",
868
+ "Weapon1": "weapon_punch_1",
869
+ "Att1Del": 0,
870
+ "Wea1Del": 5,
871
+ "Att1Prb": 60,
872
+ "Wea1Vol": 160,
873
+ "Attack2": "fallen_attack_1",
874
+ "Weapon2": "weapon_punch_1",
875
+ "Att2Del": 0,
876
+ "Wea2Del": 5,
877
+ "Att2Prb": 60,
878
+ "Wea2Vol": 160,
879
+ "HitSound": "fallen_hit_1",
880
+ "DeathSound": "fallen_death_1",
881
+ "HitDelay": 2,
882
+ "DeaDelay": 1,
883
+ "Skill1": "fallenshaman_resurrect",
884
+ "Skill2": "fallen_warcry_1",
885
+ "Footstep": "light_walk_dirt_1",
886
+ "FsCnt": 2,
887
+ "FsOff": 0,
888
+ "FsPrb": 100,
889
+ "Neutral": "fallen_neutral_1",
890
+ "NeuTime": 300,
891
+ "Flee": "fallen_flee_1",
892
+ "lineNumber": 50
893
+ },
894
+ "fallenshaman": {
895
+ "Id": "fallenshaman",
896
+ "Attack1": "fallenshaman_attack_1",
897
+ "Weapon1": "weapon_punch_1",
898
+ "Att1Del": 3,
899
+ "Wea1Del": 7,
900
+ "Att1Prb": 70,
901
+ "Wea1Vol": 160,
902
+ "Attack2": "fallenshaman_attack_1",
903
+ "Weapon2": "weapon_punch_1",
904
+ "Att2Del": 3,
905
+ "Wea2Del": 7,
906
+ "Att2Prb": 70,
907
+ "Wea2Vol": 160,
908
+ "HitSound": "fallenshaman_hit_1",
909
+ "DeathSound": "fallenshaman_death_1",
910
+ "HitDelay": 2,
911
+ "DeaDelay": 1,
912
+ "Skill1": "fallenshaman_resurrect_cast",
913
+ "Footstep": "light_walk_dirt_1",
914
+ "FsCnt": 2,
915
+ "FsOff": 0,
916
+ "FsPrb": 100,
917
+ "Neutral": "fallenshaman_neutral_1",
918
+ "NeuTime": 300,
919
+ "CvtMo1": "A2",
920
+ "CvtSk1": "Resurrect",
921
+ "CvtTgt1": "S1",
922
+ "lineNumber": 51
923
+ },
924
+ "fara": {
925
+ "Id": "fara",
926
+ "Skill1": "fara_hammer",
927
+ "Footstep": "medium_walk_dirt_1",
928
+ "FsCnt": 2,
929
+ "FsOff": 0,
930
+ "FsPrb": 100,
931
+ "lineNumber": 52
932
+ },
933
+ "fetish": {
934
+ "Id": "fetish",
935
+ "Attack1": "pygmy_attack_1",
936
+ "Weapon1": "weapon_punch_1",
937
+ "Att1Del": 0,
938
+ "Wea1Del": 5,
939
+ "Att1Prb": 60,
940
+ "Wea1Vol": 160,
941
+ "Attack2": "pygmy_attack_1",
942
+ "Weapon2": "weapon_punch_1",
943
+ "Att2Del": 0,
944
+ "Wea2Del": 5,
945
+ "Att2Prb": 60,
946
+ "Wea2Vol": 160,
947
+ "HitSound": "pygmy_hit_1",
948
+ "DeathSound": "pygmy_death_1",
949
+ "HitDelay": 0,
950
+ "DeaDelay": 0,
951
+ "Skill1": "fallenshaman_resurrect",
952
+ "Footstep": "light_walk_dirt_1",
953
+ "FsCnt": 2,
954
+ "FsOff": 0,
955
+ "FsPrb": 100,
956
+ "Neutral": "pygmy_neutral_1",
957
+ "NeuTime": 600,
958
+ "lineNumber": 53
959
+ },
960
+ "fetishblow": {
961
+ "Id": "fetishblow",
962
+ "Attack1": "pygmy_blowgun_1",
963
+ "Att1Del": 0,
964
+ "Att1Prb": 100,
965
+ "Attack2": "pygmy_blowgun_1",
966
+ "Att2Del": 0,
967
+ "Att2Prb": 100,
968
+ "HitSound": "pygmy_hit_1",
969
+ "DeathSound": "pygmy_death_1",
970
+ "HitDelay": 0,
971
+ "DeaDelay": 0,
972
+ "Skill1": "fallenshaman_resurrect",
973
+ "Footstep": "light_walk_dirt_1",
974
+ "FsCnt": 2,
975
+ "FsOff": 0,
976
+ "FsPrb": 100,
977
+ "Neutral": "pygmy_neutral_1",
978
+ "lineNumber": 54
979
+ },
980
+ "fetishshaman": {
981
+ "Id": "fetishshaman",
982
+ "Attack1": "pygmyshaman_spell_1",
983
+ "Att1Del": 0,
984
+ "Att1Prb": 60,
985
+ "Attack2": "pygmyshaman_spell_1",
986
+ "Att2Del": 0,
987
+ "Att2Prb": 60,
988
+ "HitSound": "pygmyshaman_hit_1",
989
+ "DeathSound": "pygmyshaman_death_1",
990
+ "HitDelay": 0,
991
+ "DeaDelay": 0,
992
+ "Skill1": "fallenshaman_resurrect_cast",
993
+ "Footstep": "light_walk_dirt_1",
994
+ "FsCnt": 2,
995
+ "FsOff": 0,
996
+ "FsPrb": 100,
997
+ "Neutral": "pygmyshaman_neutral_1",
998
+ "NeuTime": 300,
999
+ "CvtMo1": "SC",
1000
+ "CvtSk1": "Resurrect",
1001
+ "CvtTgt1": "S1",
1002
+ "lineNumber": 55
1003
+ },
1004
+ "fingermage": {
1005
+ "Id": "fingermage",
1006
+ "Attack1": "fingermage_attack_1",
1007
+ "Att1Del": 0,
1008
+ "Att1Prb": 100,
1009
+ "Attack2": "fingermage_attack_1",
1010
+ "Att2Del": 0,
1011
+ "Att2Prb": 100,
1012
+ "HitSound": "fingermage_hit_1",
1013
+ "DeathSound": "fingermage_death_1",
1014
+ "HitDelay": 2,
1015
+ "DeaDelay": 1,
1016
+ "Init": "fingermage_loop",
1017
+ "lineNumber": 56
1018
+ },
1019
+ "firegolem": {
1020
+ "Id": "firegolem",
1021
+ "Attack1": "golemfire_attack_1",
1022
+ "Att1Del": 0,
1023
+ "Att1Prb": 100,
1024
+ "Attack2": "golemfire_attack_1",
1025
+ "Att2Del": 0,
1026
+ "Att2Prb": 100,
1027
+ "HitSound": "golemfire_hit_1",
1028
+ "DeathSound": "golemfire_death",
1029
+ "HitDelay": 0,
1030
+ "DeaDelay": 0,
1031
+ "Skill1": "golemfire_spawn",
1032
+ "Footstep": "heavy_walk_dirt_1",
1033
+ "FootstepLayer": "golemfire_walk_1",
1034
+ "FsCnt": 2,
1035
+ "FsOff": 0,
1036
+ "FsPrb": 100,
1037
+ "Init": "object_fire_loop_brazier",
1038
+ "lineNumber": 57
1039
+ },
1040
+ "flyingscimitar": {
1041
+ "Id": "flyingscimitar",
1042
+ "Attack1": "scimitar_attack_1",
1043
+ "Att1Del": 10,
1044
+ "Att1Prb": 100,
1045
+ "Attack2": "scimitar_attack_1",
1046
+ "Att2Del": 10,
1047
+ "Att2Prb": 100,
1048
+ "HitSound": "scimitar_hit_1",
1049
+ "DeathSound": "scimitar_death_1",
1050
+ "HitDelay": 2,
1051
+ "DeaDelay": 1,
1052
+ "Init": "scimitar_appear_1",
1053
+ "lineNumber": 58
1054
+ },
1055
+ "foulcrow": {
1056
+ "Id": "foulcrow",
1057
+ "Attack1": "hawk_attack_1",
1058
+ "Weapon1": "weapon_punch_1",
1059
+ "Att1Del": 0,
1060
+ "Wea1Del": 5,
1061
+ "Att1Prb": 70,
1062
+ "Wea1Vol": 120,
1063
+ "Attack2": "hawk_attack_1",
1064
+ "Weapon2": "weapon_punch_1",
1065
+ "Att2Del": 0,
1066
+ "Wea2Del": 5,
1067
+ "Att2Prb": 70,
1068
+ "Wea2Vol": 120,
1069
+ "HitSound": "hawk_hit_1",
1070
+ "DeathSound": "hawk_death_1",
1071
+ "HitDelay": 0,
1072
+ "DeaDelay": 0,
1073
+ "FootstepLayer": "hawk_wing_1",
1074
+ "FsCnt": 2,
1075
+ "FsOff": 0,
1076
+ "FsPrb": 100,
1077
+ "lineNumber": 59
1078
+ },
1079
+ "frogdemon": {
1080
+ "Id": "frogdemon",
1081
+ "Attack1": "frogdemon_attack_1",
1082
+ "Att1Del": 0,
1083
+ "Att1Prb": 100,
1084
+ "Attack2": "frogdemon_attack_1",
1085
+ "Att2Del": 0,
1086
+ "Att2Prb": 100,
1087
+ "HitSound": "frogdemon_hit_1",
1088
+ "DeathSound": "frogdemon_death_1",
1089
+ "HitDelay": 2,
1090
+ "DeaDelay": 1,
1091
+ "FootstepLayer": "walk_flesh_1",
1092
+ "FsCnt": 1,
1093
+ "FsOff": 0,
1094
+ "FsPrb": 100,
1095
+ "Neutral": "frogdemon_neutral_1",
1096
+ "NeuTime": 150,
1097
+ "lineNumber": 60
1098
+ },
1099
+ "frozenhorror": {
1100
+ "Id": "frozenhorror",
1101
+ "Attack1": "frozenhorror_attack_1",
1102
+ "Weapon1": "weapon_2hs_small_1",
1103
+ "Att1Del": 0,
1104
+ "Wea1Del": 6,
1105
+ "Att1Prb": 100,
1106
+ "Wea1Vol": 190,
1107
+ "HitSound": "frozenhorror_hit_1",
1108
+ "HitDelay": 0,
1109
+ "Footstep": "heavy_walk_dirt_1",
1110
+ "FsCnt": 1,
1111
+ "FsOff": 0,
1112
+ "FsPrb": 100,
1113
+ "Neutral": "frozenhorror_neutral_1",
1114
+ "NeuTime": 150,
1115
+ "lineNumber": 61
1116
+ },
1117
+ "gargoyletrap": {
1118
+ "Id": "gargoyletrap",
1119
+ "HitSound": "impact_stone_1",
1120
+ "DeathSound": "gargoyletrap_death_1",
1121
+ "HitDelay": 1,
1122
+ "DeaDelay": 1,
1123
+ "lineNumber": 62
1124
+ },
1125
+ "goatman": {
1126
+ "Id": "goatman",
1127
+ "Attack1": "goatman_attack_1",
1128
+ "Weapon1": "weapon_1hs_large_1",
1129
+ "Att1Del": 5,
1130
+ "Wea1Del": 8,
1131
+ "Att1Prb": 70,
1132
+ "Wea1Vol": 190,
1133
+ "Attack2": "goatman_attack_1",
1134
+ "Weapon2": "weapon_1hs_large_1",
1135
+ "Att2Del": 5,
1136
+ "Wea2Del": 8,
1137
+ "Att2Prb": 70,
1138
+ "Wea2Vol": 190,
1139
+ "HitSound": "goatman_hit_1",
1140
+ "DeathSound": "goatman_death_1",
1141
+ "HitDelay": 2,
1142
+ "DeaDelay": 1,
1143
+ "Footstep": "medium_walk_dirt_1",
1144
+ "FsCnt": 2,
1145
+ "FsOff": 0,
1146
+ "FsPrb": 100,
1147
+ "Neutral": "goatman_neutral_1",
1148
+ "NeuTime": 600,
1149
+ "lineNumber": 63
1150
+ },
1151
+ "guardtower": {
1152
+ "Id": "guardtower",
1153
+ "HitSound": "impact_stone_1",
1154
+ "DeathSound": "guardtower_1",
1155
+ "HitDelay": 1,
1156
+ "DeaDelay": 0,
1157
+ "lineNumber": 64
1158
+ },
1159
+ "halbu": {
1160
+ "Id": "halbu",
1161
+ "Skill1": "halbu_pray",
1162
+ "Skill2": "jamella_spell",
1163
+ "Footstep": "medium_walk_dirt_1",
1164
+ "FsCnt": 2,
1165
+ "FsOff": 0,
1166
+ "FsPrb": 100,
1167
+ "lineNumber": 65
1168
+ },
1169
+ "heavynpc": {
1170
+ "Id": "heavynpc",
1171
+ "Footstep": "heavy_walk_dirt_1",
1172
+ "FsCnt": 2,
1173
+ "FsOff": 0,
1174
+ "FsPrb": 100,
1175
+ "lineNumber": 66
1176
+ },
1177
+ "hellbovine": {
1178
+ "Id": "hellbovine",
1179
+ "Attack1": "moo_attack_1",
1180
+ "Weapon1": "weapon_2hs_small_1",
1181
+ "Att1Del": 0,
1182
+ "Wea1Del": 6,
1183
+ "Att1Prb": 100,
1184
+ "Wea1Vol": 190,
1185
+ "Attack2": "moo_attack_1",
1186
+ "Weapon2": "weapon_2hs_small_1",
1187
+ "Att2Del": 0,
1188
+ "Wea2Del": 6,
1189
+ "Att2Prb": 100,
1190
+ "Wea2Vol": 190,
1191
+ "HitSound": "moo_hit_1",
1192
+ "DeathSound": "moo_death_1",
1193
+ "HitDelay": 2,
1194
+ "DeaDelay": 1,
1195
+ "Footstep": "medium_walk_dirt_1",
1196
+ "FsCnt": 2,
1197
+ "FsOff": 0,
1198
+ "FsPrb": 100,
1199
+ "Neutral": "moo_neutral_1",
1200
+ "NeuTime": 150,
1201
+ "lineNumber": 67
1202
+ },
1203
+ "hydra": {
1204
+ "Id": "hydra",
1205
+ "DeathSound": "hydra_death_1",
1206
+ "DeaDelay": 1,
1207
+ "Skill2": "hydra_appear_1",
1208
+ "Init": "object_fire_loop_brazier",
1209
+ "lineNumber": 68
1210
+ },
1211
+ "imp": {
1212
+ "Id": "imp",
1213
+ "Attack1": "imp_cast",
1214
+ "Att1Del": 0,
1215
+ "Att1Prb": 100,
1216
+ "HitSound": "imp_hit_1",
1217
+ "DeathSound": "imp_death_1",
1218
+ "HitDelay": 1,
1219
+ "DeaDelay": 1,
1220
+ "Skill1": "imp_attack_1",
1221
+ "Footstep": "light_walk_dirt_1",
1222
+ "FsCnt": 2,
1223
+ "FsOff": 0,
1224
+ "FsPrb": 100,
1225
+ "Neutral": "imp_neutral_1",
1226
+ "NeuTime": 90,
1227
+ "lineNumber": 69
1228
+ },
1229
+ "irongolem": {
1230
+ "Id": "irongolem",
1231
+ "Attack1": "golemiron_attack_1",
1232
+ "Att1Del": 0,
1233
+ "Att1Prb": 100,
1234
+ "Attack2": "golemiron_attack_1",
1235
+ "Att2Del": 0,
1236
+ "Att2Prb": 100,
1237
+ "HitSound": "golemiron_hit_1",
1238
+ "DeathSound": "golemiron_death",
1239
+ "HitDelay": 0,
1240
+ "DeaDelay": 0,
1241
+ "Skill1": "golemiron_spawn",
1242
+ "Footstep": "heavy_walk_dirt_1",
1243
+ "FootstepLayer": "golemiron_walk_1",
1244
+ "FsCnt": 2,
1245
+ "FsOff": 0,
1246
+ "FsPrb": 100,
1247
+ "lineNumber": 70
1248
+ },
1249
+ "izual": {
1250
+ "Id": "izual",
1251
+ "Attack1": "izual_attack_1",
1252
+ "Weapon1": "weapon_1hs_large_1",
1253
+ "Att1Del": 0,
1254
+ "Att1Prb": 100,
1255
+ "Attack2": "izual_attack_1",
1256
+ "Weapon2": "weapon_1hs_large_1",
1257
+ "Att2Del": 0,
1258
+ "Att2Prb": 100,
1259
+ "HitSound": "izual_hit_1",
1260
+ "DeathSound": "izual_death",
1261
+ "HitDelay": 2,
1262
+ "DeaDelay": 1,
1263
+ "Footstep": "medium_walk_dirt_1",
1264
+ "FsCnt": 2,
1265
+ "FsOff": 0,
1266
+ "FsPrb": 100,
1267
+ "Taunt": "monster_izual_taunt_1",
1268
+ "lineNumber": 71
1269
+ },
1270
+ "izualspirit": {
1271
+ "Id": "izualspirit",
1272
+ "DeathSound": "izual_spirit_disappear",
1273
+ "DeaDelay": 1,
1274
+ "Init": "izual_spirit_appear",
1275
+ "lineNumber": 72
1276
+ },
1277
+ "jamella": {
1278
+ "Id": "jamella",
1279
+ "Skill1": "jamella_read",
1280
+ "Skill2": "jamella_spell",
1281
+ "Footstep": "medium_walk_dirt_1",
1282
+ "FsCnt": 2,
1283
+ "FsOff": 0,
1284
+ "FsPrb": 100,
1285
+ "lineNumber": 73
1286
+ },
1287
+ "larva": {
1288
+ "Id": "larva",
1289
+ "DeathSound": "creature_larva_1",
1290
+ "DeaDelay": 0,
1291
+ "lineNumber": 74
1292
+ },
1293
+ "lightningorb": {
1294
+ "Id": "lightningorb",
1295
+ "Attack1": "lightningorb_attack_1",
1296
+ "Att1Del": 0,
1297
+ "Att1Prb": 100,
1298
+ "Attack2": "lightningorb_attack_1",
1299
+ "Att2Del": 0,
1300
+ "Att2Prb": 100,
1301
+ "DeathSound": "lightningorb_death_1",
1302
+ "DeaDelay": 0,
1303
+ "lineNumber": 75
1304
+ },
1305
+ "lightningsentry": {
1306
+ "Id": "lightningsentry",
1307
+ "DeathSound": "lightninggenerator_death_1",
1308
+ "DeaDelay": 1,
1309
+ "Skill1": "lightninggenerator_emerge_1",
1310
+ "Skill2": "lightninggenerator_launch_1",
1311
+ "Init": "lightninggenerator_loop",
1312
+ "lineNumber": 76
1313
+ },
1314
+ "lightnpc": {
1315
+ "Id": "lightnpc",
1316
+ "Footstep": "light_walk_dirt_1",
1317
+ "FsCnt": 2,
1318
+ "FsOff": 0,
1319
+ "FsPrb": 100,
1320
+ "lineNumber": 77
1321
+ },
1322
+ "maggotbaby": {
1323
+ "Id": "maggotbaby",
1324
+ "Attack1": "sandmaggotbaby_attack_1",
1325
+ "Att1Del": 0,
1326
+ "Att1Prb": 100,
1327
+ "Attack2": "sandmaggotbaby_attack_1",
1328
+ "Att2Del": 0,
1329
+ "Att2Prb": 100,
1330
+ "HitSound": "sandmaggotbaby_hit_1",
1331
+ "DeathSound": "sandmaggotbaby_death_1",
1332
+ "HitDelay": 2,
1333
+ "DeaDelay": 1,
1334
+ "Neutral": "sandmaggotbaby_neutral_1",
1335
+ "NeuTime": 150,
1336
+ "lineNumber": 78
1337
+ },
1338
+ "maggotegg": {
1339
+ "Id": "maggotegg",
1340
+ "DeathSound": "sandmaggotegg_death_1",
1341
+ "DeaDelay": 1,
1342
+ "Neutral": "sandmaggotegg_neutral_1",
1343
+ "NeuTime": 150,
1344
+ "lineNumber": 79
1345
+ },
1346
+ "maggotqueen": {
1347
+ "Id": "maggotqueen",
1348
+ "HitSound": "sandmaggot_hit_1",
1349
+ "DeathSound": "sandmaggotmama_death",
1350
+ "HitDelay": 2,
1351
+ "DeaDelay": 1,
1352
+ "lineNumber": 80
1353
+ },
1354
+ "mednpc": {
1355
+ "Id": "mednpc",
1356
+ "Footstep": "medium_walk_dirt_1",
1357
+ "FsCnt": 2,
1358
+ "FsOff": 0,
1359
+ "FsPrb": 100,
1360
+ "lineNumber": 81
1361
+ },
1362
+ "megademon": {
1363
+ "Id": "megademon",
1364
+ "Attack1": "megademon_attack_1",
1365
+ "Weapon1": "weapon_2hs_small_1",
1366
+ "Att1Del": 6,
1367
+ "Wea1Del": 8,
1368
+ "Att1Prb": 80,
1369
+ "Wea1Vol": 180,
1370
+ "Attack2": "megademon_attack_1",
1371
+ "Weapon2": "weapon_2hs_small_1",
1372
+ "Att2Del": 6,
1373
+ "Wea2Del": 8,
1374
+ "Att2Prb": 80,
1375
+ "Wea2Vol": 180,
1376
+ "HitSound": "megademon_hit_1",
1377
+ "DeathSound": "megademon_death_1",
1378
+ "HitDelay": 2,
1379
+ "DeaDelay": 1,
1380
+ "Footstep": "heavy_walk_dirt_1",
1381
+ "FsCnt": 2,
1382
+ "FsOff": 0,
1383
+ "FsPrb": 100,
1384
+ "Neutral": "megademon_neutral_1",
1385
+ "NeuTime": 150,
1386
+ "lineNumber": 82
1387
+ },
1388
+ "mephisto": {
1389
+ "Id": "mephisto",
1390
+ "Attack1": "mephisto_attack_1",
1391
+ "Att1Del": 0,
1392
+ "Att1Prb": 100,
1393
+ "Attack2": "mephisto_attack_1",
1394
+ "Att2Del": 0,
1395
+ "Att2Prb": 100,
1396
+ "HitSound": "mephisto_hit_1",
1397
+ "DeathSound": "mephisto_death",
1398
+ "HitDelay": 2,
1399
+ "DeaDelay": 1,
1400
+ "Init": "mephisto_loop",
1401
+ "Taunt": "monster_mephisto_taunt_1",
1402
+ "lineNumber": 83
1403
+ },
1404
+ "minion": {
1405
+ "Id": "minion",
1406
+ "Attack1": "minion_attack_1",
1407
+ "Weapon1": "weapon_2hs_small_1",
1408
+ "Att1Del": 7,
1409
+ "Wea1Del": 3,
1410
+ "Att1Prb": 100,
1411
+ "Wea1Vol": 190,
1412
+ "Attack2": "minion_attack_1",
1413
+ "Weapon2": "weapon_2hs_small_1",
1414
+ "Att2Del": 7,
1415
+ "Wea2Del": 3,
1416
+ "Att2Prb": 100,
1417
+ "Wea2Vol": 190,
1418
+ "HitSound": "minion_hit_1",
1419
+ "HitDelay": 2,
1420
+ "Footstep": "heavy_walk_dirt_1",
1421
+ "FsCnt": 2,
1422
+ "FsOff": 0,
1423
+ "FsPrb": 100,
1424
+ "Neutral": "minion_neutral_1",
1425
+ "NeuTime": 150,
1426
+ "lineNumber": 84
1427
+ },
1428
+ "mosquito": {
1429
+ "Id": "mosquito",
1430
+ "Attack1": "mosquito_attack_1",
1431
+ "Att1Del": 0,
1432
+ "Att1Prb": 100,
1433
+ "Attack2": "mosquito_longattack_1",
1434
+ "Att2Del": 0,
1435
+ "Att2Prb": 100,
1436
+ "HitSound": "mosquito_hit_1",
1437
+ "DeathSound": "mosquito_death_1",
1438
+ "HitDelay": 0,
1439
+ "DeaDelay": 1,
1440
+ "Skill1": "mosquito_longattack_1",
1441
+ "Init": "mosquito_loop",
1442
+ "CvtMo1": "A2",
1443
+ "CvtSk1": "Mosquito",
1444
+ "CvtTgt1": "S1",
1445
+ "lineNumber": 85
1446
+ },
1447
+ "mummy": {
1448
+ "Id": "mummy",
1449
+ "Attack1": "mummy_attack_1",
1450
+ "Att1Del": 0,
1451
+ "Att1Prb": 100,
1452
+ "Attack2": "mummy_attack_1",
1453
+ "Att2Del": 0,
1454
+ "Att2Prb": 100,
1455
+ "HitSound": "mummy_hit_1",
1456
+ "DeathSound": "mummy_death_1",
1457
+ "HitDelay": 2,
1458
+ "DeaDelay": 1,
1459
+ "Footstep": "light_walk_dirt_1",
1460
+ "FsCnt": 2,
1461
+ "FsOff": 0,
1462
+ "FsPrb": 100,
1463
+ "Neutral": "mummy_neutral_1",
1464
+ "NeuTime": 300,
1465
+ "lineNumber": 86
1466
+ },
1467
+ "necromage": {
1468
+ "Id": "necromage",
1469
+ "Weapon1": "skeleton_cast_fire",
1470
+ "Wea1Del": 0,
1471
+ "Wea1Vol": 255,
1472
+ "Weapon2": "skeleton_cast_fire",
1473
+ "Wea2Del": 0,
1474
+ "Wea2Vol": 255,
1475
+ "HitSound": "skeleton_hit_1",
1476
+ "DeathSound": "skeleton_death_1",
1477
+ "HitDelay": 0,
1478
+ "DeaDelay": 0,
1479
+ "Skill1": "skeleton_raise_1",
1480
+ "Footstep": "light_walk_dirt_1",
1481
+ "FootstepLayer": "skeleton_necro_walk_1",
1482
+ "FsCnt": 2,
1483
+ "FsOff": 0,
1484
+ "FsPrb": 100,
1485
+ "lineNumber": 87
1486
+ },
1487
+ "necroskeleton": {
1488
+ "Id": "necroskeleton",
1489
+ "Weapon1": "weapon_1hs_large_1",
1490
+ "Wea1Del": 6,
1491
+ "Wea1Vol": 190,
1492
+ "Weapon2": "weapon_1hs_large_1",
1493
+ "Wea2Del": 6,
1494
+ "Wea2Vol": 190,
1495
+ "HitSound": "skeleton_hit_1",
1496
+ "DeathSound": "skeleton_death_1",
1497
+ "HitDelay": 0,
1498
+ "DeaDelay": 0,
1499
+ "Skill1": "skeleton_raise_1",
1500
+ "Footstep": "light_walk_dirt_1",
1501
+ "FootstepLayer": "skeleton_necro_walk_1",
1502
+ "FsCnt": 2,
1503
+ "FsOff": 0,
1504
+ "FsPrb": 100,
1505
+ "Neutral": "skeleton_neutral1",
1506
+ "NeuTime": 300,
1507
+ "lineNumber": 88
1508
+ },
1509
+ "nihlathak": {
1510
+ "Id": "nihlathak",
1511
+ "Weapon1": "weapon_1hs_large_1",
1512
+ "Wea1Del": 6,
1513
+ "Wea1Vol": 190,
1514
+ "Weapon2": "weapon_1hs_large_1",
1515
+ "Wea2Del": 6,
1516
+ "Wea2Vol": 190,
1517
+ "Taunt": "monster_nihlathak_taunt_1",
1518
+ "lineNumber": 89
1519
+ },
1520
+ "overseer": {
1521
+ "Id": "overseer",
1522
+ "Attack1": "overseer_attack_1",
1523
+ "Weapon1": "weapon_2hs_large_1",
1524
+ "Att1Del": 0,
1525
+ "Wea1Del": 4,
1526
+ "Att1Prb": 100,
1527
+ "Wea1Vol": 190,
1528
+ "Attack2": "overseer_whip_1",
1529
+ "Weapon2": "overseer_whipcrack_1",
1530
+ "Att2Del": 0,
1531
+ "Wea2Del": 9,
1532
+ "Att2Prb": 100,
1533
+ "Wea2Vol": 255,
1534
+ "HitSound": "overseer_hit_1",
1535
+ "DeathSound": "overseer_death_1",
1536
+ "HitDelay": 2,
1537
+ "DeaDelay": 1,
1538
+ "Skill1": "overseer_attract_1",
1539
+ "Skill2": "overseer_healcast_1",
1540
+ "Footstep": "heavy_walk_dirt_1",
1541
+ "FootstepLayer": "walk_ginormous_low_1",
1542
+ "FsCnt": 2,
1543
+ "FsOff": 0,
1544
+ "FsPrb": 100,
1545
+ "Neutral": "overseer_neutral_1",
1546
+ "NeuTime": 150,
1547
+ "lineNumber": 90
1548
+ },
1549
+ "pantherwoman": {
1550
+ "Id": "pantherwoman",
1551
+ "Attack1": "pantherwoman_attack_1",
1552
+ "Weapon1": "weapon_1hs_small_1",
1553
+ "Att1Del": 0,
1554
+ "Wea1Del": 12,
1555
+ "Att1Prb": 60,
1556
+ "Wea1Vol": 160,
1557
+ "Attack2": "pantherwoman_attack_1",
1558
+ "Weapon2": "weapon_1hs_small_1",
1559
+ "Att2Del": 0,
1560
+ "Wea2Del": 12,
1561
+ "Att2Prb": 60,
1562
+ "Wea2Vol": 160,
1563
+ "HitSound": "pantherwoman_hit_1",
1564
+ "DeathSound": "pantherwoman_death_1",
1565
+ "HitDelay": 2,
1566
+ "DeaDelay": 1,
1567
+ "Footstep": "medium_walk_dirt_1",
1568
+ "FsCnt": 2,
1569
+ "FsOff": 0,
1570
+ "FsPrb": 100,
1571
+ "Neutral": "pantherwoman_neutral_1",
1572
+ "NeuTime": 150,
1573
+ "lineNumber": 91
1574
+ },
1575
+ "pinhead": {
1576
+ "Id": "pinhead",
1577
+ "Attack1": "pinhead_attack_1",
1578
+ "Weapon1": "weapon_2hs_small_1",
1579
+ "Att1Del": 0,
1580
+ "Wea1Del": 4,
1581
+ "Att1Prb": 80,
1582
+ "Wea1Vol": 120,
1583
+ "Attack2": "pinhead_attack_1",
1584
+ "Weapon2": "weapon_2hs_small_1",
1585
+ "Att2Del": 0,
1586
+ "Wea2Del": 4,
1587
+ "Att2Prb": 80,
1588
+ "Wea2Vol": 120,
1589
+ "HitSound": "pinhead_hit_1",
1590
+ "DeathSound": "pinhead_death_1",
1591
+ "HitDelay": 2,
1592
+ "DeaDelay": 1,
1593
+ "Footstep": "heavy_walk_dirt_1",
1594
+ "FootstepLayer": "walk_ginormous_high_1",
1595
+ "FsCnt": 2,
1596
+ "FsOff": 0,
1597
+ "FsPrb": 100,
1598
+ "Neutral": "pinhead_neutral_1",
1599
+ "NeuTime": 150,
1600
+ "lineNumber": 92
1601
+ },
1602
+ "putriddefiler": {
1603
+ "Id": "putriddefiler",
1604
+ "Attack1": "putriddefiler_attack_1",
1605
+ "Weapon1": "weapon_punch_1",
1606
+ "Att1Del": 0,
1607
+ "Wea1Del": 4,
1608
+ "Att1Prb": 100,
1609
+ "Wea1Vol": 190,
1610
+ "HitSound": "putriddefiler_hit_1",
1611
+ "DeathSound": "putriddefiler_death_1",
1612
+ "HitDelay": 2,
1613
+ "DeaDelay": 1,
1614
+ "Skill1": "putriddefiler_impregnate",
1615
+ "Skill2": "putriddefiler_zap",
1616
+ "Neutral": "putriddefiler_neutral_1",
1617
+ "NeuTime": 150,
1618
+ "lineNumber": 93
1619
+ },
1620
+ "quillrat": {
1621
+ "Id": "quillrat",
1622
+ "Attack1": "spikefiend_attack_1",
1623
+ "Att1Del": 0,
1624
+ "Att1Prb": 100,
1625
+ "Attack2": "spikefiend_shoot_1",
1626
+ "Att2Del": 0,
1627
+ "Att2Prb": 100,
1628
+ "HitSound": "spikefiend_hit_1",
1629
+ "DeathSound": "spikefiend_death_1",
1630
+ "HitDelay": 0,
1631
+ "DeaDelay": 0,
1632
+ "Neutral": "spikefiend_neutral_1",
1633
+ "NeuTime": 150,
1634
+ "lineNumber": 94
1635
+ },
1636
+ "radament": {
1637
+ "Id": "radament",
1638
+ "Attack1": "greatermummy_attack_1",
1639
+ "Weapon1": "weapon_2hs_large_1",
1640
+ "Att1Del": 0,
1641
+ "Wea1Del": 4,
1642
+ "Att1Prb": 100,
1643
+ "Wea1Vol": 190,
1644
+ "Attack2": "greatermummy_gas_1",
1645
+ "Att2Del": 0,
1646
+ "Att2Prb": 100,
1647
+ "HitSound": "greatermummy_hit_1",
1648
+ "DeathSound": "greatermummy_death_1",
1649
+ "HitDelay": 2,
1650
+ "DeaDelay": 1,
1651
+ "Skill1": "greatermummy_unholybolt_cast",
1652
+ "Skill2": "greatermummy_bestow",
1653
+ "Skill3": "greatermummy_resurrect_1",
1654
+ "Footstep": "heavy_walk_dirt_1",
1655
+ "FootstepLayer": "walk_ginormous_low_1",
1656
+ "FsCnt": 2,
1657
+ "FsOff": 0,
1658
+ "FsPrb": 100,
1659
+ "Neutral": "greatermummy_neutral_1",
1660
+ "NeuTime": 150,
1661
+ "Taunt": "monster_radament_taunt_1",
1662
+ "CvtMo1": "SC",
1663
+ "CvtSk1": "UnHolyBolt",
1664
+ "CvtTgt1": "S1",
1665
+ "CvtMo2": "SC",
1666
+ "CvtSk2": "Bestow",
1667
+ "CvtTgt2": "S2",
1668
+ "CvtMo3": "SC",
1669
+ "CvtSk3": "Resurrect",
1670
+ "CvtTgt3": "S3",
1671
+ "lineNumber": 95
1672
+ },
1673
+ "rat": {
1674
+ "Id": "rat",
1675
+ "DeathSound": "creature_rat_1",
1676
+ "DeaDelay": 0,
1677
+ "lineNumber": 96
1678
+ },
1679
+ "raven": {
1680
+ "Id": "raven",
1681
+ "Attack1": "druidraven_attack_1",
1682
+ "Att1Del": 3,
1683
+ "Att1Prb": 100,
1684
+ "Attack2": "druidraven_attack_1",
1685
+ "Att2Del": 3,
1686
+ "Att2Prb": 100,
1687
+ "DeathSound": "druidraven_poof",
1688
+ "DeaDelay": 1,
1689
+ "FootstepLayer": "hawk_wing_1",
1690
+ "FsCnt": 2,
1691
+ "FsOff": 0,
1692
+ "FsPrb": 100,
1693
+ "lineNumber": 97
1694
+ },
1695
+ "reanimatedhorde": {
1696
+ "Id": "reanimatedhorde",
1697
+ "Attack1": "reanimatedhorde_attack_1",
1698
+ "Weapon1": "weapon_2hs_small_1",
1699
+ "Att1Del": 0,
1700
+ "Wea1Del": 2,
1701
+ "Att1Prb": 80,
1702
+ "Wea1Vol": 255,
1703
+ "Attack2": "reanimatedhorde_attack_1",
1704
+ "Weapon2": "weapon_2hs_large_1",
1705
+ "Att2Del": 0,
1706
+ "Wea2Del": 2,
1707
+ "Att2Prb": 100,
1708
+ "Wea2Vol": 255,
1709
+ "HitSound": "reanimatedhorde_hit_1",
1710
+ "DeathSound": "reanimatedhorde_death_1",
1711
+ "HitDelay": 2,
1712
+ "DeaDelay": 1,
1713
+ "Skill1": "reanimatedhorde_getup_1",
1714
+ "Skill2": "zombie_neutral_2",
1715
+ "Footstep": "medium_walk_dirt_1",
1716
+ "FsCnt": 2,
1717
+ "FsOff": 0,
1718
+ "FsPrb": 100,
1719
+ "Neutral": "reanimatedhorde_neutral_1",
1720
+ "NeuTime": 300,
1721
+ "lineNumber": 98
1722
+ },
1723
+ "regurgitator": {
1724
+ "Id": "regurgitator",
1725
+ "Attack1": "regurgitator_attack_1",
1726
+ "Att1Del": 0,
1727
+ "Att1Prb": 100,
1728
+ "Attack2": "regurgitator_attack_1",
1729
+ "Att2Del": 3,
1730
+ "Att2Prb": 100,
1731
+ "HitSound": "regurgitator_hit_1",
1732
+ "DeathSound": "regurgitator_death_1",
1733
+ "HitDelay": 2,
1734
+ "DeaDelay": 1,
1735
+ "Neutral": "regurgitator_neutral_1",
1736
+ "NeuTime": 150,
1737
+ "lineNumber": 99
1738
+ },
1739
+ "sandleaper": {
1740
+ "Id": "sandleaper",
1741
+ "Attack1": "leaper_attack_1",
1742
+ "Weapon1": "weapon_punch_1",
1743
+ "Att1Del": 0,
1744
+ "Wea1Del": 5,
1745
+ "Att1Prb": 70,
1746
+ "Wea1Vol": 120,
1747
+ "Attack2": "leaper_attack_1",
1748
+ "Weapon2": "weapon_punch_1",
1749
+ "Att2Del": 0,
1750
+ "Wea2Del": 5,
1751
+ "Att2Prb": 70,
1752
+ "Wea2Vol": 120,
1753
+ "HitSound": "leaper_hit_1",
1754
+ "DeathSound": "leaper_death_1",
1755
+ "HitDelay": 2,
1756
+ "DeaDelay": 1,
1757
+ "Skill1": "leaper_attack_1",
1758
+ "Footstep": "light_walk_dirt_1",
1759
+ "FsCnt": 2,
1760
+ "FsOff": 0,
1761
+ "FsPrb": 100,
1762
+ "Neutral": "leaper_neutral_1",
1763
+ "NeuTime": 300,
1764
+ "CvtMo1": "A1",
1765
+ "CvtSk1": "Leap",
1766
+ "CvtTgt1": "S1",
1767
+ "lineNumber": 100
1768
+ },
1769
+ "sandmaggot": {
1770
+ "Id": "sandmaggot",
1771
+ "Attack1": "sandmaggot_attack_1",
1772
+ "Att1Del": 0,
1773
+ "Att1Prb": 100,
1774
+ "Attack2": "sandmaggot_attack_1",
1775
+ "Att2Del": 0,
1776
+ "Att2Prb": 100,
1777
+ "HitSound": "sandmaggot_hit_1",
1778
+ "DeathSound": "sandmaggot_death_1",
1779
+ "HitDelay": 2,
1780
+ "DeaDelay": 1,
1781
+ "Neutral": "sandmaggot_neutral_1",
1782
+ "NeuTime": 150,
1783
+ "lineNumber": 101
1784
+ },
1785
+ "sandraider": {
1786
+ "Id": "sandraider",
1787
+ "Attack1": "sandraider_attack_1",
1788
+ "Weapon1": "weapon_1hs_large_1",
1789
+ "Att1Del": 0,
1790
+ "Wea1Del": 5,
1791
+ "Att1Prb": 100,
1792
+ "Wea1Vol": 190,
1793
+ "Attack2": "sandraider_attack_1",
1794
+ "Weapon2": "weapon_1hs_large_1",
1795
+ "Att2Del": 0,
1796
+ "Wea2Del": 5,
1797
+ "Att2Prb": 100,
1798
+ "Wea2Vol": 190,
1799
+ "HitSound": "sandraider_hit_1",
1800
+ "DeathSound": "sandraider_death_1",
1801
+ "HitDelay": 2,
1802
+ "DeaDelay": 1,
1803
+ "Footstep": "medium_walk_dirt_1",
1804
+ "FsCnt": 2,
1805
+ "FsOff": 0,
1806
+ "FsPrb": 100,
1807
+ "Neutral": "sandraider_neutral_1",
1808
+ "NeuTime": 150,
1809
+ "lineNumber": 102
1810
+ },
1811
+ "sarcophagus": {
1812
+ "Id": "sarcophagus",
1813
+ "DeathSound": "mummy_generator_death",
1814
+ "DeaDelay": 1,
1815
+ "Skill1": "object_casket",
1816
+ "lineNumber": 103
1817
+ },
1818
+ "scarab": {
1819
+ "Id": "scarab",
1820
+ "Attack1": "beetle_attack_1",
1821
+ "Weapon1": "weapon_2ht_1",
1822
+ "Att1Del": 0,
1823
+ "Wea1Del": 7,
1824
+ "Att1Prb": 70,
1825
+ "Wea1Vol": 190,
1826
+ "Attack2": "beetle_attack_1",
1827
+ "Weapon2": "weapon_1hs_large_1",
1828
+ "Att2Del": 0,
1829
+ "Wea2Del": 5,
1830
+ "Att2Prb": 70,
1831
+ "Wea2Vol": 190,
1832
+ "HitSound": "beetle_hit_1",
1833
+ "DeathSound": "beetle_death_1",
1834
+ "HitDelay": 2,
1835
+ "DeaDelay": 1,
1836
+ "Footstep": "light_walk_dirt_1",
1837
+ "FsCnt": 2,
1838
+ "FsOff": 0,
1839
+ "FsPrb": 100,
1840
+ "Neutral": "beetle_neutral_1",
1841
+ "NeuTime": 150,
1842
+ "lineNumber": 104
1843
+ },
1844
+ "shadow": {
1845
+ "Id": "shadow",
1846
+ "Weapon1": "weapon_2ht_1",
1847
+ "Wea1Del": 8,
1848
+ "Wea1Vol": 255,
1849
+ "Weapon2": "weapon_2ht_1",
1850
+ "Wea2Del": 8,
1851
+ "Wea2Vol": 255,
1852
+ "HitSound": "assassin_shadow_hit_1",
1853
+ "DeathSound": "assassin_shadow_death_1",
1854
+ "HitDelay": 2,
1855
+ "DeaDelay": 1,
1856
+ "Skill4": "assassin_shadow_kick_1",
1857
+ "Footstep": "medium_walk_dirt_1",
1858
+ "FsCnt": 2,
1859
+ "FsOff": 0,
1860
+ "FsPrb": 100,
1861
+ "lineNumber": 105
1862
+ },
1863
+ "siegebeast": {
1864
+ "Id": "siegebeast",
1865
+ "Attack1": "siegebeast_attack_1",
1866
+ "Weapon1": "weapon_1ht_1",
1867
+ "Att1Del": 0,
1868
+ "Wea1Del": 5,
1869
+ "Att1Prb": 100,
1870
+ "Wea1Vol": 190,
1871
+ "Attack2": "siegebeast_attack_1",
1872
+ "Att2Del": 0,
1873
+ "Att2Prb": 100,
1874
+ "HitSound": "siegebeast_hit_1",
1875
+ "DeathSound": "siegebeast_death_1",
1876
+ "HitDelay": 1,
1877
+ "DeaDelay": 1,
1878
+ "Skill1": "siegebeast_attack_1",
1879
+ "Skill2": "siegebeast_attack_1",
1880
+ "Footstep": "heavy_walk_dirt_1",
1881
+ "FootstepLayer": "walk_ginormous_high_1",
1882
+ "FsCnt": 2,
1883
+ "FsOff": 0,
1884
+ "FsPrb": 100,
1885
+ "Neutral": "siegebeast_neutral_1",
1886
+ "NeuTime": 150,
1887
+ "lineNumber": 106
1888
+ },
1889
+ "sk_archer": {
1890
+ "Id": "sk_archer",
1891
+ "Weapon1": "weapon_bow_draw_1",
1892
+ "Wea1Del": 4,
1893
+ "Wea1Vol": 255,
1894
+ "Weapon2": "weapon_bow_draw_1",
1895
+ "Wea2Del": 4,
1896
+ "Wea2Vol": 255,
1897
+ "HitSound": "skeleton_hit_1",
1898
+ "DeathSound": "skeleton_death_1",
1899
+ "HitDelay": 0,
1900
+ "DeaDelay": 0,
1901
+ "Skill1": "skeleton_raise_1",
1902
+ "Footstep": "light_walk_dirt_1",
1903
+ "FootstepLayer": "skeleton_walk_1",
1904
+ "FsCnt": 2,
1905
+ "FsOff": 0,
1906
+ "FsPrb": 100,
1907
+ "Neutral": "skeleton_neutral1",
1908
+ "NeuTime": 300,
1909
+ "lineNumber": 107
1910
+ },
1911
+ "sk_mage": {
1912
+ "Id": "sk_mage",
1913
+ "Weapon1": "skeleton_cast_fire",
1914
+ "Wea1Del": 0,
1915
+ "Wea1Vol": 255,
1916
+ "Weapon2": "skeleton_cast_fire",
1917
+ "Wea2Del": 0,
1918
+ "Wea2Vol": 255,
1919
+ "HitSound": "skeleton_hit_1",
1920
+ "DeathSound": "skeleton_death_1",
1921
+ "HitDelay": 0,
1922
+ "DeaDelay": 0,
1923
+ "Skill1": "skeleton_raise_1",
1924
+ "Footstep": "light_walk_dirt_1",
1925
+ "FootstepLayer": "skeleton_walk_1",
1926
+ "FsCnt": 2,
1927
+ "FsOff": 0,
1928
+ "FsPrb": 100,
1929
+ "Neutral": "skeleton_neutral1",
1930
+ "NeuTime": 300,
1931
+ "lineNumber": 108
1932
+ },
1933
+ "skeleton": {
1934
+ "Id": "skeleton",
1935
+ "Weapon1": "weapon_1hs_large_1",
1936
+ "Wea1Del": 6,
1937
+ "Wea1Vol": 190,
1938
+ "Weapon2": "weapon_1hs_large_1",
1939
+ "Wea2Del": 6,
1940
+ "Wea2Vol": 190,
1941
+ "HitSound": "skeleton_hit_1",
1942
+ "DeathSound": "skeleton_death_1",
1943
+ "HitDelay": 0,
1944
+ "DeaDelay": 0,
1945
+ "Skill1": "skeleton_raise_1",
1946
+ "Footstep": "light_walk_dirt_1",
1947
+ "FootstepLayer": "skeleton_walk_1",
1948
+ "FsCnt": 2,
1949
+ "FsOff": 0,
1950
+ "FsPrb": 100,
1951
+ "Neutral": "skeleton_neutral1",
1952
+ "NeuTime": 300,
1953
+ "lineNumber": 109
1954
+ },
1955
+ "slinger": {
1956
+ "Id": "slinger",
1957
+ "HitSound": "pantherwoman_hit_1",
1958
+ "DeathSound": "pantherwoman_death_1",
1959
+ "HitDelay": 2,
1960
+ "DeaDelay": 1,
1961
+ "Footstep": "medium_walk_dirt_1",
1962
+ "FsCnt": 2,
1963
+ "FsOff": 0,
1964
+ "FsPrb": 100,
1965
+ "Neutral": "pantherwoman_neutral_1",
1966
+ "NeuTime": 150,
1967
+ "lineNumber": 110
1968
+ },
1969
+ "smith": {
1970
+ "Id": "smith",
1971
+ "Attack1": "smith_attack_1",
1972
+ "Weapon1": "weapon_2hs_large_1",
1973
+ "Att1Del": 0,
1974
+ "Wea1Del": 2,
1975
+ "Att1Prb": 80,
1976
+ "Wea1Vol": 170,
1977
+ "Attack2": "smith_attack_1",
1978
+ "Weapon2": "weapon_2hs_large_1",
1979
+ "Att2Del": 0,
1980
+ "Wea2Del": 2,
1981
+ "Att2Prb": 80,
1982
+ "Wea2Vol": 170,
1983
+ "HitSound": "smith_hit_1",
1984
+ "DeathSound": "smith_death",
1985
+ "HitDelay": 2,
1986
+ "DeaDelay": 1,
1987
+ "Footstep": "heavy_walk_dirt_1",
1988
+ "FsCnt": 2,
1989
+ "FsOff": 0,
1990
+ "FsPrb": 100,
1991
+ "Neutral": "smith_neutral_1",
1992
+ "NeuTime": 150,
1993
+ "Taunt": "monster_smith_taunt_2",
1994
+ "lineNumber": 111
1995
+ },
1996
+ "smithdeath": {
1997
+ "Id": "smithdeath",
1998
+ "Init": "object_fire_loop_magic",
1999
+ "lineNumber": 112
2000
+ },
2001
+ "smithdemon": {
2002
+ "Id": "smithdemon",
2003
+ "Attack1": "smith_attack_1",
2004
+ "Weapon1": "weapon_2hs_large_1",
2005
+ "Att1Del": 0,
2006
+ "Wea1Del": 2,
2007
+ "Att1Prb": 80,
2008
+ "Wea1Vol": 170,
2009
+ "Attack2": "smith_attack_1",
2010
+ "Weapon2": "weapon_2hs_large_1",
2011
+ "Att2Del": 0,
2012
+ "Wea2Del": 2,
2013
+ "Att2Prb": 80,
2014
+ "Wea2Vol": 170,
2015
+ "HitSound": "smith_hit_1",
2016
+ "DeathSound": "smith_death",
2017
+ "HitDelay": 2,
2018
+ "DeaDelay": 1,
2019
+ "Footstep": "heavy_walk_dirt_1",
2020
+ "FsCnt": 2,
2021
+ "FsOff": 0,
2022
+ "FsPrb": 100,
2023
+ "Neutral": "smith_neutral_1",
2024
+ "NeuTime": 150,
2025
+ "Taunt": "monster_smith_taunt_1",
2026
+ "lineNumber": 113
2027
+ },
2028
+ "spider": {
2029
+ "Id": "spider",
2030
+ "DeathSound": "creature_spider_1",
2031
+ "DeaDelay": 0,
2032
+ "lineNumber": 114
2033
+ },
2034
+ "stainedglass": {
2035
+ "Id": "stainedglass",
2036
+ "DeathSound": "object_glass_break_1",
2037
+ "HitDelay": 2,
2038
+ "DeaDelay": 1,
2039
+ "lineNumber": 115
2040
+ },
2041
+ "succubus": {
2042
+ "Id": "succubus",
2043
+ "Attack1": "succubus_attack_1",
2044
+ "Att1Del": 3,
2045
+ "Att1Prb": 100,
2046
+ "Attack2": "succubus_attack_1",
2047
+ "Att2Del": 3,
2048
+ "Att2Prb": 100,
2049
+ "HitSound": "succubus_hit_1",
2050
+ "DeathSound": "succubus_death_1",
2051
+ "HitDelay": 2,
2052
+ "DeaDelay": 1,
2053
+ "Skill2": "succubus_cast",
2054
+ "FootstepLayer": "hawk_wing_1",
2055
+ "FsCnt": 2,
2056
+ "FsOff": 0,
2057
+ "FsPrb": 30,
2058
+ "lineNumber": 116
2059
+ },
2060
+ "suicideminion": {
2061
+ "Id": "suicideminion",
2062
+ "HitSound": "minion_hit_1",
2063
+ "DeathSound": "hawknest_death_1",
2064
+ "HitDelay": 2,
2065
+ "DeaDelay": 1,
2066
+ "Skill1": "minion_morph_1",
2067
+ "Footstep": "heavy_walk_dirt_1",
2068
+ "FootstepLayer": "minionsuicide_neutral_1",
2069
+ "FsCnt": 2,
2070
+ "FsOff": 0,
2071
+ "FsPrb": 30,
2072
+ "Neutral": "minionsuicide_neutral_1",
2073
+ "NeuTime": 150,
2074
+ "lineNumber": 117
2075
+ },
2076
+ "summoner": {
2077
+ "Id": "summoner",
2078
+ "HitSound": "summoner_hit_1",
2079
+ "DeathSound": "summoner_death",
2080
+ "HitDelay": 2,
2081
+ "DeaDelay": 1,
2082
+ "Footstep": "medium_walk_dirt_1",
2083
+ "FsCnt": 2,
2084
+ "FsOff": 0,
2085
+ "FsPrb": 100,
2086
+ "Taunt": "monster_summoner_taunt_1",
2087
+ "lineNumber": 118
2088
+ },
2089
+ "swarm": {
2090
+ "Id": "swarm",
2091
+ "Attack1": "swarm_attack_1",
2092
+ "Att1Del": 0,
2093
+ "Att1Prb": 100,
2094
+ "Attack2": "swarm_attack_1",
2095
+ "Att2Del": 0,
2096
+ "Att2Prb": 100,
2097
+ "HitSound": "swarm_hit_1",
2098
+ "DeathSound": "swarm_hit_1",
2099
+ "HitDelay": 2,
2100
+ "DeaDelay": 1,
2101
+ "Init": "swarm_loop",
2102
+ "lineNumber": 119
2103
+ },
2104
+ "tentacle": {
2105
+ "Id": "tentacle",
2106
+ "Attack1": "tentacle_attack_1",
2107
+ "Att1Del": 0,
2108
+ "Att1Prb": 100,
2109
+ "Attack2": "tentacle_attack_1",
2110
+ "Att2Del": 0,
2111
+ "Att2Prb": 100,
2112
+ "HitSound": "tentacle_hit_1",
2113
+ "DeathSound": "tentacle_death_1",
2114
+ "HitDelay": 2,
2115
+ "DeaDelay": 1,
2116
+ "Skill1": "tentacle_appear_1",
2117
+ "Init": "tentacle_appear_1",
2118
+ "lineNumber": 120
2119
+ },
2120
+ "tentaclehead": {
2121
+ "Id": "tentaclehead",
2122
+ "Attack1": "tentaclehead_attack_1",
2123
+ "Att1Del": 0,
2124
+ "Att1Prb": 100,
2125
+ "Attack2": "tentaclehead_attack_1",
2126
+ "Att2Del": 0,
2127
+ "Att2Prb": 100,
2128
+ "HitSound": "tentaclehead_hit_1",
2129
+ "DeathSound": "tentaclehead_death_1",
2130
+ "HitDelay": 2,
2131
+ "DeaDelay": 1,
2132
+ "Skill1": "tentacle_appear_1",
2133
+ "Neutral": "tentaclehead_neutral_1",
2134
+ "NeuTime": 150,
2135
+ "Init": "tentacle_appear_1",
2136
+ "lineNumber": 121
2137
+ },
2138
+ "thornhulk": {
2139
+ "Id": "thornhulk",
2140
+ "Attack1": "thornhulk_attack_1",
2141
+ "Weapon1": "weapon_2hs_small_1",
2142
+ "Att1Del": 0,
2143
+ "Wea1Del": 3,
2144
+ "Att1Prb": 80,
2145
+ "Wea1Vol": 120,
2146
+ "Attack2": "thornhulk_attack_1",
2147
+ "Weapon2": "weapon_2hs_small_1",
2148
+ "Att2Del": 0,
2149
+ "Wea2Del": 7,
2150
+ "Att2Prb": 80,
2151
+ "Wea2Vol": 120,
2152
+ "HitSound": "thornhulk_hit_1",
2153
+ "DeathSound": "thornhulk_death_1",
2154
+ "HitDelay": 0,
2155
+ "DeaDelay": 0,
2156
+ "Footstep": "heavy_walk_dirt_1",
2157
+ "FootstepLayer": "walk_ginormous_high_1",
2158
+ "FsCnt": 2,
2159
+ "FsOff": 0,
2160
+ "FsPrb": 100,
2161
+ "Neutral": "thornhulk_neutral_1",
2162
+ "NeuTime": 300,
2163
+ "lineNumber": 122
2164
+ },
2165
+ "trappedsoul1": {
2166
+ "Id": "trappedsoul1",
2167
+ "Attack1": "trappedsoul_attack_1",
2168
+ "Att1Del": 6,
2169
+ "Att1Prb": 100,
2170
+ "Attack2": "trappedsoul_attack_1",
2171
+ "Att2Del": 6,
2172
+ "Att2Prb": 100,
2173
+ "HitSound": "trappedsoul_hit_1",
2174
+ "DeathSound": "trappedsoul_up_1",
2175
+ "HitDelay": 2,
2176
+ "DeaDelay": 1,
2177
+ "Neutral": "trappedsoul_neutral_1",
2178
+ "NeuTime": 150,
2179
+ "lineNumber": 123
2180
+ },
2181
+ "trappedsoul2": {
2182
+ "Id": "trappedsoul2",
2183
+ "Attack1": "trappedsoul_attack_1",
2184
+ "Att1Del": 6,
2185
+ "Att1Prb": 100,
2186
+ "Attack2": "trappedsoul_attack_1",
2187
+ "Att2Del": 6,
2188
+ "Att2Prb": 100,
2189
+ "HitSound": "trappedsoul_hit_1",
2190
+ "DeathSound": "trappedsoul_down_1",
2191
+ "HitDelay": 2,
2192
+ "DeaDelay": 1,
2193
+ "Neutral": "trappedsoul_neutral_1",
2194
+ "NeuTime": 150,
2195
+ "lineNumber": 124
2196
+ },
2197
+ "turret": {
2198
+ "Id": "turret",
2199
+ "DeathSound": "turret_death_1",
2200
+ "DeaDelay": 1,
2201
+ "lineNumber": 125
2202
+ },
2203
+ "unraveler": {
2204
+ "Id": "unraveler",
2205
+ "Attack1": "greatermummy_attack_1",
2206
+ "Weapon1": "weapon_2hs_large_1",
2207
+ "Att1Del": 0,
2208
+ "Wea1Del": 4,
2209
+ "Att1Prb": 100,
2210
+ "Wea1Vol": 190,
2211
+ "Attack2": "greatermummy_gas_1",
2212
+ "Att2Del": 0,
2213
+ "Att2Prb": 100,
2214
+ "HitSound": "greatermummy_hit_1",
2215
+ "DeathSound": "greatermummy_death_1",
2216
+ "HitDelay": 2,
2217
+ "DeaDelay": 1,
2218
+ "Skill1": "greatermummy_unholybolt_cast",
2219
+ "Skill2": "greatermummy_bestow",
2220
+ "Skill3": "greatermummy_resurrect_1",
2221
+ "Footstep": "heavy_walk_dirt_1",
2222
+ "FootstepLayer": "walk_ginormous_low_1",
2223
+ "FsCnt": 2,
2224
+ "FsOff": 0,
2225
+ "FsPrb": 100,
2226
+ "Neutral": "greatermummy_neutral_1",
2227
+ "NeuTime": 150,
2228
+ "CvtMo1": "SC",
2229
+ "CvtSk1": "UnHolyBolt",
2230
+ "CvtTgt1": "S1",
2231
+ "CvtMo2": "SC",
2232
+ "CvtSk2": "Bestow",
2233
+ "CvtTgt2": "S2",
2234
+ "CvtMo3": "SC",
2235
+ "CvtSk3": "Resurrect",
2236
+ "CvtTgt3": "S3",
2237
+ "lineNumber": 126
2238
+ },
2239
+ "valkyrie": {
2240
+ "Id": "valkyrie",
2241
+ "Attack1": "amazon_valkyrie_attack_1",
2242
+ "Weapon1": "weapon_2ht_1",
2243
+ "Att1Del": 4,
2244
+ "Wea1Del": 8,
2245
+ "Att1Prb": 100,
2246
+ "Wea1Vol": 255,
2247
+ "Attack2": "amazon_valkyrie_attack_1",
2248
+ "Weapon2": "weapon_2ht_1",
2249
+ "Att2Del": 4,
2250
+ "Wea2Del": 8,
2251
+ "Att2Prb": 100,
2252
+ "Wea2Vol": 255,
2253
+ "HitSound": "amazon_valkyrie_hit_1",
2254
+ "DeathSound": "amazon_valkyrie_death",
2255
+ "HitDelay": 2,
2256
+ "DeaDelay": 1,
2257
+ "Footstep": "medium_walk_dirt_1",
2258
+ "FsCnt": 2,
2259
+ "FsOff": 0,
2260
+ "FsPrb": 100,
2261
+ "Init": "amazon_valkyrie_appear",
2262
+ "lineNumber": 127
2263
+ },
2264
+ "vampire": {
2265
+ "Id": "vampire",
2266
+ "Attack1": "vampire_attack_1",
2267
+ "Att1Del": 0,
2268
+ "Att1Prb": 100,
2269
+ "Attack2": "vampire_attack_1",
2270
+ "Att2Del": 0,
2271
+ "Att2Prb": 100,
2272
+ "HitSound": "vampire_hit_1",
2273
+ "DeathSound": "vampire_death_1",
2274
+ "HitDelay": 2,
2275
+ "DeaDelay": 1,
2276
+ "Skill1": "vampire_cast",
2277
+ "Neutral": "vampire_neutral_1",
2278
+ "NeuTime": 150,
2279
+ "CvtMo1": "SC",
2280
+ "CvtTgt1": "S1",
2281
+ "lineNumber": 128
2282
+ },
2283
+ "vilechild": {
2284
+ "Id": "vilechild",
2285
+ "Attack1": "vilechild_attack_1",
2286
+ "Att1Del": 8,
2287
+ "Att1Prb": 100,
2288
+ "Attack2": "vilechild_attack_1",
2289
+ "Att2Del": 8,
2290
+ "Att2Prb": 100,
2291
+ "HitSound": "vilechild_hit_1",
2292
+ "DeathSound": "vilechild_death_1",
2293
+ "HitDelay": 2,
2294
+ "DeaDelay": 1,
2295
+ "Footstep": "light_walk_dirt_1",
2296
+ "FootstepLayer": "vilechild_walk_1",
2297
+ "FsCnt": 2,
2298
+ "FsOff": 0,
2299
+ "FsPrb": 15,
2300
+ "lineNumber": 129
2301
+ },
2302
+ "vilemother": {
2303
+ "Id": "vilemother",
2304
+ "Attack1": "vilemother_attack_1",
2305
+ "Weapon1": "weapon_1hs_large_1",
2306
+ "Att1Del": 0,
2307
+ "Wea1Del": 7,
2308
+ "Att1Prb": 100,
2309
+ "Wea1Vol": 190,
2310
+ "Attack2": "vilemother_attack_1",
2311
+ "Weapon2": "weapon_1hs_large_1",
2312
+ "Att2Del": 0,
2313
+ "Wea2Del": 7,
2314
+ "Att2Prb": 100,
2315
+ "Wea2Vol": 190,
2316
+ "HitSound": "vilemother_hit_1",
2317
+ "DeathSound": "vilemother_death_1",
2318
+ "HitDelay": 2,
2319
+ "DeaDelay": 1,
2320
+ "Skill1": "vilemother_birth_1",
2321
+ "Footstep": "walk_flesh_1",
2322
+ "FootstepLayer": "walk_flesh_1",
2323
+ "FsCnt": 2,
2324
+ "FsOff": 3,
2325
+ "FsPrb": 100,
2326
+ "Neutral": "vilemother_neutral_1",
2327
+ "NeuTime": 150,
2328
+ "lineNumber": 130
2329
+ },
2330
+ "vulture": {
2331
+ "Id": "vulture",
2332
+ "Attack1": "vulturedemon_attack_1",
2333
+ "Att1Del": 0,
2334
+ "Att1Prb": 100,
2335
+ "Attack2": "vulturedemon_attack_1",
2336
+ "Att2Del": 0,
2337
+ "Att2Prb": 100,
2338
+ "HitSound": "vulturedemon_hit_1",
2339
+ "DeathSound": "vulturedemon_death_1",
2340
+ "HitDelay": 2,
2341
+ "DeaDelay": 1,
2342
+ "FootstepLayer": "vulturedemon_wing_1",
2343
+ "FsCnt": 1,
2344
+ "FsOff": 0,
2345
+ "FsPrb": 100,
2346
+ "Neutral": "vulturedemon_neutral_1",
2347
+ "NeuTime": 300,
2348
+ "lineNumber": 131
2349
+ },
2350
+ "werebear": {
2351
+ "Id": "werebear",
2352
+ "Attack1": "druidwerebear_attack_1",
2353
+ "Weapon1": "weapon_2hs_small_1",
2354
+ "Att1Del": 5,
2355
+ "Wea1Del": 4,
2356
+ "Att1Prb": 80,
2357
+ "Wea1Vol": 120,
2358
+ "Attack2": "druidwerebear_attack_1",
2359
+ "Weapon2": "weapon_2hs_small_1",
2360
+ "Att2Del": 6,
2361
+ "Wea2Del": 4,
2362
+ "Att2Prb": 80,
2363
+ "Wea2Vol": 120,
2364
+ "HitSound": "druidwerebear_hit_1",
2365
+ "HitDelay": 2,
2366
+ "Skill3": "druidwerebear_bite_1",
2367
+ "Footstep": "heavy_walk_dirt_1",
2368
+ "FootstepLayer": "walk_ginormous_low_1",
2369
+ "FsCnt": 2,
2370
+ "FsOff": 0,
2371
+ "FsPrb": 100,
2372
+ "Neutral": "druidwerebear_neutral_1",
2373
+ "NeuTime": 150,
2374
+ "lineNumber": 132
2375
+ },
2376
+ "werewolf": {
2377
+ "Id": "werewolf",
2378
+ "Attack1": "druidwerewolf_attack_1",
2379
+ "Weapon1": "weapon_kick_1",
2380
+ "Att1Del": 5,
2381
+ "Wea1Del": 5,
2382
+ "Att1Prb": 85,
2383
+ "Wea1Vol": 150,
2384
+ "Attack2": "druidwerewolf_attack_1",
2385
+ "Weapon2": "weapon_kick_1",
2386
+ "Att2Del": 5,
2387
+ "Wea2Del": 5,
2388
+ "Att2Prb": 85,
2389
+ "Wea2Vol": 150,
2390
+ "HitSound": "druidwerewolf_hit_1",
2391
+ "HitDelay": 2,
2392
+ "Skill3": "druidwerewolf_bite_1",
2393
+ "Footstep": "heavy_walk_dirt_1",
2394
+ "FsCnt": 2,
2395
+ "FsOff": 0,
2396
+ "FsPrb": 100,
2397
+ "Neutral": "druidwerewolf_neutral_1",
2398
+ "NeuTime": 150,
2399
+ "lineNumber": 133
2400
+ },
2401
+ "willowisp": {
2402
+ "Id": "willowisp",
2403
+ "Attack1": "willowisp_attack_1",
2404
+ "Att1Del": 0,
2405
+ "Att1Prb": 100,
2406
+ "Attack2": "willowisp_attack_1",
2407
+ "Att2Del": 0,
2408
+ "Att2Prb": 100,
2409
+ "HitSound": "willowisp_hit_1",
2410
+ "DeathSound": "willowisp_death_1",
2411
+ "HitDelay": 2,
2412
+ "DeaDelay": 1,
2413
+ "Skill1": "willowisp_appear_1",
2414
+ "Skill2": "willowisp_lightning_cast_1",
2415
+ "Init": "willowisp_loop",
2416
+ "CvtMo1": "SC",
2417
+ "CvtTgt1": "S2",
2418
+ "lineNumber": 134
2419
+ },
2420
+ "wolf": {
2421
+ "Id": "wolf",
2422
+ "Attack1": "druidwolf_attack_1",
2423
+ "Weapon1": "weapon_1ht_1",
2424
+ "Att1Del": 6,
2425
+ "Wea1Del": 3,
2426
+ "Att1Prb": 100,
2427
+ "Wea1Vol": 255,
2428
+ "Attack2": "druidwolf_attack_1",
2429
+ "Weapon2": "weapon_1ht_1",
2430
+ "Att2Del": 6,
2431
+ "Wea2Del": 3,
2432
+ "Att2Prb": 100,
2433
+ "Wea2Vol": 255,
2434
+ "HitSound": "druidwolf_hit_1",
2435
+ "DeathSound": "druidbear_emerge",
2436
+ "HitDelay": 2,
2437
+ "DeaDelay": 1,
2438
+ "Footstep": "light_walk_dirt_1",
2439
+ "FsCnt": 2,
2440
+ "FsOff": 0,
2441
+ "FsPrb": 100,
2442
+ "Neutral": "druidwolf_neutral_1",
2443
+ "NeuTime": 1600,
2444
+ "lineNumber": 135
2445
+ },
2446
+ "wraith": {
2447
+ "Id": "wraith",
2448
+ "Attack1": "wraith_attack_1",
2449
+ "Att1Del": 0,
2450
+ "Att1Prb": 100,
2451
+ "Attack2": "wraith_attack_1",
2452
+ "Att2Del": 0,
2453
+ "Att2Prb": 100,
2454
+ "HitSound": "wraith_hit_1",
2455
+ "DeathSound": "wraith_death_1",
2456
+ "HitDelay": 2,
2457
+ "DeaDelay": 1,
2458
+ "Neutral": "wraith_neutral_1",
2459
+ "NeuTime": 150,
2460
+ "lineNumber": 136
2461
+ },
2462
+ "zealot": {
2463
+ "Id": "zealot",
2464
+ "Attack1": "zakarumzealot_attack_1",
2465
+ "Weapon1": "weapon_1hs_large_1",
2466
+ "Att1Del": 0,
2467
+ "Wea1Del": 7,
2468
+ "Att1Prb": 80,
2469
+ "Wea1Vol": 160,
2470
+ "Attack2": "zakarumzealot_attack_1",
2471
+ "Weapon2": "weapon_1hs_large_1",
2472
+ "Att2Del": 0,
2473
+ "Wea2Del": 3,
2474
+ "Att2Prb": 80,
2475
+ "Wea2Vol": 160,
2476
+ "HitSound": "zakarumzealot_hit_1",
2477
+ "DeathSound": "zakarumzealot_death_1",
2478
+ "HitDelay": 2,
2479
+ "DeaDelay": 1,
2480
+ "Footstep": "medium_walk_dirt_1",
2481
+ "FsCnt": 2,
2482
+ "FsOff": 0,
2483
+ "FsPrb": 100,
2484
+ "Neutral": "zakarumzealot_neutral_1",
2485
+ "NeuTime": 300,
2486
+ "lineNumber": 137
2487
+ },
2488
+ "zombie": {
2489
+ "Id": "zombie",
2490
+ "Attack1": "zombie_attack_1",
2491
+ "Att1Del": 0,
2492
+ "Att1Prb": 100,
2493
+ "Attack2": "zombie_attack_1",
2494
+ "Att2Del": 0,
2495
+ "Att2Prb": 100,
2496
+ "HitSound": "zombie_hit_1",
2497
+ "DeathSound": "zombie_death_1",
2498
+ "HitDelay": 0,
2499
+ "DeaDelay": 0,
2500
+ "Skill1": "zombie_raise_1",
2501
+ "Footstep": "light_walk_dirt_1",
2502
+ "FsCnt": 2,
2503
+ "FsOff": 0,
2504
+ "FsPrb": 100,
2505
+ "Neutral": "zombie_neutral_1",
2506
+ "NeuTime": 300,
2507
+ "lineNumber": 138
2508
+ },
2509
+ "zombieunique": {
2510
+ "Id": "zombieunique",
2511
+ "Attack1": "zombie_attack_1",
2512
+ "Att1Del": 0,
2513
+ "Att1Prb": 100,
2514
+ "Attack2": "zombie_attack_1",
2515
+ "Att2Del": 0,
2516
+ "Att2Prb": 100,
2517
+ "HitSound": "zombie_hit_1",
2518
+ "DeathSound": "zombie_death_1",
2519
+ "HitDelay": 2,
2520
+ "DeaDelay": 1,
2521
+ "Skill1": "zombie_raise_1",
2522
+ "Footstep": "light_walk_dirt_1",
2523
+ "FsCnt": 2,
2524
+ "FsOff": 0,
2525
+ "FsPrb": 100,
2526
+ "Neutral": "zombie_unique_neutral_1",
2527
+ "NeuTime": 300,
2528
+ "lineNumber": 139
2529
+ }
2530
+ }