summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification_Files/Monsters/Insects/Leech.json
blob: f4e29daf268839e10f10ad9d37f52fed1ac47a54 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
[
  {
    "id": "mon_insect_abominableleech",
    "type": "MONSTER",
    "name": { "str": "abominable leech" },
    "description": "A leech with green and yellow segmented colors, it drips concentrated toxin as it slither along the way.",
    "default_faction": "leech",
    "species": [ "INSECT", "LEECH" ],
    "volume": "750 ml",
    "weight": "1 kg",
    "diff": 15,
    "hp": 60,
    "bodytype": "snake",
    "speed": 95,
    "material": [ "iflesh" ],
    "symbol": "~",
    "color": "light_green",
    "morale": 100,
    "melee_skill": 2,
    "melee_dice": 2,
    "melee_dice_sides": 2,
    "melee_cut": 4,
    "armor_bash": 4,
    "armor_cut": 2,
    "armor_bullet": 2,
    "dodge": 1,
    "harvest": "zombie_meatslug",
    "death_drops": "leech",
    "upgrades": { "half_life": 12, "into_group": "GROUP_LEECH_ABOMIUPGRADE" },
    "flags": [ "SMELLS", "HEARS", "SWIMS", "PATH_AVOID_DANGER_1" ],
    "anger_triggers": [ "PLAYER_CLOSE", "FRIEND_DIED", "HURT" ],
    "fear_triggers": [ "FIRE" ]
  },
  {
    "id": "mon_insect_acidicleech",
    "type": "MONSTER",
    "name": { "str": "acidic leech" },
    "description": "Its mouth doesn't stop drooping yellowish chemical stuff into the terrain it passes by. This leech's flesh has completely adopted to handle the extreme hazards cause by acid, and became a part to its internal organs. Due to thinned skin layer, it is fragile to physical harm, but overprotected by burning blood.",
    "default_faction": "leech",
    "species": [ "INSECT", "LEECH" ],
    "volume": "62500 ml",
    "weight": "81500 g",
    "diff": 25,
    "hp": 140,
    "bodytype": "snake",
    "speed": 85,
    "material": [ "iflesh" ],
    "symbol": "$",
    "color": "yellow_green",
    "morale": 100,
    "melee_skill": 3,
    "melee_dice": 2,
    "melee_dice_sides": 5,
    "melee_cut": 6,
    "armor_bash": 7,
    "armor_cut": 3,
    "armor_bullet": 3,
    "harvest": "zombie_meatslug",
    "special_attacks": [ [ "crunch", 20 ], [ "sucking", 15 ], [ "ACID", 30 ] ],
    "special_when_hit": [ "ACIDSPLASH", 100 ],
    "death_drops": "leech",
    "death_function": { "message": "The %s's body leaks acid.", "effect": { "id": "death_acid", "hit_self": true } },
    "flags": [ "SMELLS", "HEARS", "SWIMS", "ACIDPROOF", "ACID_BLOOD", "ACIDTRAIL", "PATH_AVOID_DANGER_1" ],
    "anger_triggers": [ "PLAYER_CLOSE", "HURT", "FRIEND_DIED" ],
    "fear_triggers": [ "FIRE" ]
  },
  {
    "id": "mon_insect_bigleech",
    "type": "MONSTER",
    "name": { "str": "big leech" },
    "description": "A larger, segmented worm. The bite it makes can suck out liters of blood if remains intact for minutes.",
    "default_faction": "leech",
    "species": [ "INSECT", "LEECH" ],
    "volume": "40750 ml",
    "weight": "40750 g",
    "diff": 10,
    "hp": 45,
    "bodytype": "snake",
    "speed": 95,
    "material": [ "iflesh" ],
    "symbol": "~",
    "color": "red",
    "morale": 100,
    "melee_skill": 2,
    "melee_dice": 2,
    "melee_dice_sides": 4,
    "melee_cut": 3,
    "armor_bash": 3,
    "armor_cut": 1,
    "armor_bullet": 1,
    "dodge": 1,
    "harvest": "mutant_meatslug",
    "death_drops": "leech",
    "upgrades": { "half_life": 12, "into_group": "GROUP_LEECH_UPGRADE" },
    "flags": [ "SMELLS", "HEARS", "SWIMS", "PATH_AVOID_DANGER_1" ],
    "anger_triggers": [ "PLAYER_WEAK", "FRIEND_DIED", "HURT" ],
    "fear_triggers": [ "FIRE" ]
  },
  {
    "id": "mon_insect_bloatedleech",
    "type": "MONSTER",
    "name": { "str": "bloated leech" },
    "description": "A large worm with a nearly transparent, bloated hump in its back, filled with pressurized poison gas. It slithers faster than most and definitely, it will explode when touched.",
    "default_faction": "leech",
    "species": [ "INSECT", "LEECH" ],
    "volume": "40750 ml",
    "weight": "40750 g",
    "diff": 15,
    "hp": 15,
    "bodytype": "snake",
    "speed": 145,
    "material": [ "iflesh" ],
    "symbol": "~",
    "color": "light_green_green",
    "morale": 100,
    "melee_skill": 1,
    "melee_dice": 1,
    "melee_dice_sides": 1,
    "melee_cut": 1,
    "armor_bash": 1,
    "armor_cut": 1,
    "armor_bullet": 1,
    "dodge": 1,
    "harvest": "exempt",
    "special_attacks": [ [ "SUICIDE", 5 ] ],
    "death_drops": "leech",
    "death_function": { "effect": { "id": "death_conflagration", "hit_self": true }, "message": "A %s explodes!", "corpse_type": "NO_CORPSE" },
    "flags": [ "SMELLS", "HEARS", "SWIMS", "PATH_AVOID_DANGER_1" ],
    "anger_triggers": [ "PLAYER_CLOSE", "FRIEND_DIED", "HURT" ],
    "fear_triggers": [ "FIRE" ]
  },
  {
    "id": "mon_insect_devourerleech",
    "type": "MONSTER",
    "name": { "str": "devourer leech" },
    "description": "It excrete blood from its body continuously as it slithers very slow. This enormous leech has hundreds of teeth and slabs of elastic skin makes it hideous physically.",
    "default_faction": "leech",
    "species": [ "INSECT", "LEECH" ],
    "volume": "875000 ml",
    "weight": "200 kg",
    "diff": 50,
    "hp": 435,
    "bodytype": "snake",
    "speed": 55,
    "material": [ "iflesh" ],
    "symbol": "S",
    "color": "white_red",
    "morale": 100,
    "melee_skill": 5,
    "melee_dice": 6,
    "melee_dice_sides": 8,
    "melee_cut": 8,
    "armor_bash": 14,
    "armor_cut": 12,
    "armor_bullet": 12,
    "harvest": "mutant_meatslug",
    "special_attacks": [ [ "crunch", 20 ], [ "devour", 50 ], [ "bodyslam", 15 ] ],
    "death_drops": "devourerleech",
    "flags": [ "SMELLS", "HEARS", "SWIMS", "PATH_AVOID_DANGER_1" ],
    "anger_triggers": [ "HURT", "FRIEND_DIED", "PLAYER_CLOSE" ],
    "fear_triggers": [ "FIRE" ]
  },
  {
    "id": "mon_insect_bloodsurgeleech",
    "type": "MONSTER",
    "name": { "str": "blood surge leech" },
    "description": "A man-sized, monoeye leech with a bubbling blood residue under its mouth and a saggy skin lies under it. If left unnoticed, it can shoot with pressurize power!",
    "default_faction": "leech",
    "species": [ "INSECT", "LEECH" ],
    "volume": "62500 ml",
    "weight": "81500 g",
    "diff": 26,
    "hp": 114,
    "bodytype": "snake",
    "speed": 90,
    "material": [ "iflesh" ],
    "symbol": "$",
    "color": "red_cyan",
    "aggression": 25,
    "morale": 100,
    "melee_skill": 3,
    "melee_dice": 3,
    "melee_dice_sides": 5,
    "melee_cut": 2,
    "armor_bash": 10,
    "armor_cut": 7,
    "armor_bullet": 7,
    "vision_day": 25,
    "harvest": "mutant_meatslug",
    "special_attacks": [
      {
        "cooldown": 3,
        "description": "The blood surge leech showers its blood!",
        "fake_dex": 8,
        "fake_per": 10,
        "fake_skills": [ [ "gun", 3 ], [ "smg", 2 ] ],
        "fake_str": 12,
        "gun_type": "bloodsurgeleechmouth",
        "move_cost": 255,
        "ranges": [ [ 1, 3, "DEFAULT" ] ],
        "targeting_cost": 100,
        "targeting_sound": "bubbling liquid",
        "targeting_volume": 25,
        "type": "gun"
      }
    ],
    "death_drops": "leech",
    "flags": [ "SMELLS", "HEARS", "SEES", "PRIORITIZE_TARGETS", "SWIMS", "PATH_AVOID_DANGER_2" ],
    "anger_triggers": [ "PLAYER_CLOSE", "FRIEND_DIED", "HURT" ],
    "fear_triggers": [ "FIRE" ],
    "path_settings": { "max_dist": 4 }
  },
  {
    "id": "mon_insect_dreadfulleech",
    "type": "MONSTER",
    "name": { "str": "dreadful leech" },
    "description": "A leech with devilish, blade fangs potruding from its mouth. Its thirst for vampire blood caused it to mutate to even more dreadful look, and even more troubles!",
    "default_faction": "leech",
    "species": [ "INSECT", "LEECH" ],
    "volume": "40750 ml",
    "weight": "40750 g",
    "diff": 20,
    "hp": 85,
    "bodytype": "snake",
    "speed": 115,
    "material": [ "iflesh" ],
    "symbol": "~",
    "color": "light_gray",
    "morale": 100,
    "melee_skill": 5,
    "melee_dice": 3,
    "melee_dice_sides": 5,
    "melee_cut": 9,
    "armor_bash": 6,
    "armor_cut": 4,
    "armor_bullet": 4,
    "dodge": 3,
    "harvest": "mutant_meatslug",
    "special_attacks": [ [ "crunch", 20 ], [ "hemorrhage", 30 ], [ "spinbite", 50 ] ],
    "death_drops": "leech",
    "flags": [ "SMELLS", "HEARS", "SWIMS", "PATH_AVOID_DANGER_1" ],
    "anger_triggers": [ "PLAYER_CLOSE", "FRIEND_DIED", "HURT" ],
    "fear_triggers": [ "FIRE" ]
  },
  {
    "id": "mon_insect_eyedleech",
    "type": "MONSTER",
    "name": { "str": "eyed leech" },
    "description": "A small leech with a distinctive large, monoeye above its mouth. Being compatible to precisely shoot its own teeth makes it deadly once ignored.",
    "default_faction": "leech",
    "species": [ "INSECT", "LEECH" ],
    "volume": "750 ml",
    "weight": "1 kg",
    "diff": 15,
    "hp": 52,
    "bodytype": "snake",
    "speed": 100,
    "material": [ "iflesh" ],
    "symbol": "~",
    "color": "brown",
    "aggression": 25,
    "morale": 100,
    "melee_skill": 2,
    "melee_dice": 3,
    "melee_dice_sides": 2,
    "melee_cut": 2,
    "armor_bash": 3,
    "armor_cut": 3,
    "armor_bullet": 3,
    "dodge": 1,
    "vision_day": 25,
    "harvest": "mutant_meatslug",
    "special_attacks": [
      {
        "cooldown": 3,
        "description": "The eyed leech spew its tooth!",
        "fake_dex": 8,
        "fake_per": 8,
        "fake_skills": [ [ "gun", 1 ], [ "pistol", 1 ] ],
        "gun_type": "eyedleechmouth",
        "move_cost": 125,
        "ranges": [ [ 1, 10, "DEFAULT" ] ],
        "targeting_cost": 120,
        "targeting_sound": "snapped tooth",
        "targeting_volume": 25,
        "type": "gun"
      }
    ],
    "death_drops": "leech",
    "upgrades": { "half_life": 12, "into_group": "GROUP_LEECH_EYEDUPGRADE" },
    "flags": [ "SMELLS", "HEARS", "SEES", "PRIORITIZE_TARGETS", "SWIMS", "PATH_AVOID_DANGER_2" ],
    "anger_triggers": [ "PLAYER_CLOSE", "FRIEND_DIED", "HURT" ],
    "fear_triggers": [ "FIRE" ],
    "path_settings": { "max_dist": 6 }
  },
  {
    "id": "mon_insect_hugeleech",
    "type": "MONSTER",
    "name": { "str": "huge leech" },
    "description": "While it lives, the vastly accumulated blood it has sucked from anything has changed its appearance. This human sized parasite doesn't drink blood anymore... They are eaten as whole instead. Aside that, its hide can deflect almost any inferior projectiles.",
    "default_faction": "leech",
    "species": [ "INSECT", "LEECH" ],
    "volume": "62500 ml",
    "weight": "81500 g",
    "diff": 20,
    "hp": 145,
    "bodytype": "snake",
    "speed": 95,
    "material": [ "iflesh" ],
    "symbol": "$",
    "color": "red",
    "morale": 100,
    "melee_skill": 3,
    "melee_dice": 2,
    "melee_dice_sides": 5,
    "melee_cut": 6,
    "armor_bash": 11,
    "armor_cut": 9,
    "armor_bullet": 9,
    "dodge": 1,
    "harvest": "mutant_meatslug",
    "special_attacks": [ [ "crunch", 20 ], [ "sucking", 15 ] ],
    "death_drops": "leech",
    "upgrades": { "half_life": 12, "into_group": "GROUP_LEECH_HUGEUPGRADE" },
    "flags": [ "SMELLS", "HEARS", "SWIMS", "PATH_AVOID_DANGER_1" ],
    "anger_triggers": [ "PLAYER_CLOSE", "FRIEND_DIED", "HURT" ],
    "fear_triggers": [ "FIRE" ]
  },
  {
    "id": "mon_insect_leech",
    "type": "MONSTER",
    "name": { "str": "leech" },
    "description": "A segmented, small worm technically a pest for living things. When biting, it extracts a liquid from its mouth that disables blood clotting, which can be deadly for a limited time.",
    "default_faction": "leech",
    "species": [ "INSECT", "LEECH" ],
    "volume": "750 ml",
    "weight": "1 kg",
    "diff": 5,
    "hp": 20,
    "bodytype": "snake",
    "speed": 100,
    "material": [ "iflesh" ],
    "color": "pink",
    "symbol": "~",
    "morale": 100,
    "melee_skill": 2,
    "melee_dice": 1,
    "melee_dice_sides": 3,
    "melee_cut": 2,
    "armor_bash": 2,
    "armor_cut": 1,
    "armor_bullet": 1,
    "dodge": 1,
    "harvest": "mutant_meatslug",
    "death_drops": "leech",
    "upgrades": { "half_life": 12, "into_group": "GROUP_LEECH_UPGRADE" },
    "flags": [ "SMELLS", "HEARS", "SWIMS", "PATH_AVOID_DANGER_1" ],
    "anger_triggers": [ "PLAYER_WEAK", "FRIEND_DIED", "HURT" ],
    "fear_triggers": [ "FIRE" ]
  },
  {
    "id": "mon_insect_sharpshooterleech",
    "type": "MONSTER",
    "name": { "str": "sharpshooter leech" },
    "description": "Small, but deadly! The mutation in its iris has changed its presicion and shoots further with sharper teeth ammunition inside its mouth.",
    "default_faction": "leech",
    "species": [ "INSECT", "LEECH" ],
    "volume": "40750 ml",
    "weight": "40750 g",
    "diff": 29,
    "hp": 70,
    "bodytype": "snake",
    "speed": 105,
    "material": [ "iflesh" ],
    "color": "brown_cyan",
    "symbol": "~",
    "aggression": 100,
    "morale": 25,
    "melee_skill": 1,
    "melee_dice": 3,
    "melee_dice_sides": 5,
    "melee_cut": 2,
    "armor_bash": 3,
    "armor_cut": 3,
    "armor_bullet": 3,
    "vision_day": 35,
    "harvest": "mutant_meatslug",
    "special_attacks": [
      {
        "cooldown": 5,
        "description": "The sharpshooter leech spew it tooth!",
        "fake_dex": 9,
        "fake_per": 9,
        "fake_skills": [ [ "gun", 3 ], [ "rifle", 2 ] ],
        "gun_type": "sharpshooterleechmouth",
        "move_cost": 175,
        "ranges": [ [ 1, 13, "DEFAULT" ] ],
        "targeting_cost": 175,
        "targeting_sound": "snapped tooth",
        "targeting_volume": 25,
        "type": "gun"
      }
    ],
    "death_drops": "leech",
    "flags": [ "SMELLS", "HEARS", "SEES", "PRIORITIZE_TARGETS", "SWIMS", "PATH_AVOID_DANGER_2" ],
    "anger_triggers": [ "PLAYER_CLOSE", "FRIEND_DIED", "HURT" ],
    "fear_triggers": [ "FIRE" ],
    "path_settings": { "max_dist": 11 }
  },
  {
    "id": "mon_insect_spikyleech",
    "type": "MONSTER",
    "name": { "str": "spiky leech" },
    "description": "This overgrown leech possesses tremendous amount of short bone spikes overlapping around its flabby skin. Much slower, tougher and deadlier than before.",
    "default_faction": "leech",
    "species": [ "INSECT", "LEECH" ],
    "volume": "62500 ml",
    "weight": "81500 g",
    "diff": 30,
    "hp": 245,
    "bodytype": "snake",
    "speed": 75,
    "material": [ "iflesh" ],
    "color": "light_gray_white",
    "symbol": "$",
    "morale": 100,
    "melee_skill": 5,
    "melee_dice": 5,
    "melee_dice_sides": 6,
    "melee_cut": 9,
    "armor_bash": 16,
    "armor_cut": 12,
    "armor_bullet": 12,
    "harvest": "mutant_meatslug",
    "special_attacks": [ [ "crunch", 20 ], [ "sucking", 15 ], [ "spikeroll", 30 ] ],
    "death_drops": "leech",
    "flags": [ "SMELLS", "HEARS", "SWIMS", "PATH_AVOID_DANGER_1" ],
    "anger_triggers": [ "PLAYER_CLOSE", "FRIEND_DIED", "HURT" ],
    "fear_triggers": [ "FIRE" ]
  },
  {
    "id": "mon_insect_vampireleech",
    "type": "MONSTER",
    "name": { "str": "vampire leech" },
    "description": "This large leech somehow gained a power from a vampire blood, and caused it to mutate a longer teeth lining. The sucking power that it does will drain you in a pinch.",
    "default_faction": "leech",
    "species": [ "INSECT", "LEECH" ],
    "volume": "40750 ml",
    "weight": "40750 g",
    "diff": 20,
    "hp": 65,
    "bodytype": "snake",
    "speed": 105,
    "material": [ "iflesh" ],
    "symbol": "~",
    "color": "light_gray",
    "morale": 100,
    "melee_skill": 3,
    "melee_dice": 2,
    "melee_dice_sides": 4,
    "melee_cut": 5,
    "armor_bash": 5,
    "armor_cut": 3,
    "armor_bullet": 3,
    "dodge": 2,
    "harvest": "mutant_meatslug",
    "special_attacks": [ [ "crunch", 20 ], [ "hemorrhage", 30 ] ],
    "death_drops": "leech",
    "upgrades": { "half_life": 12, "into_group": "GROUP_LEECH_VAMPUPGRADE" },
    "flags": [ "SMELLS", "HEARS", "SWIMS", "PATH_AVOID_DANGER_1" ],
    "anger_triggers": [ "PLAYER_CLOSE", "FRIEND_DIED", "HURT" ],
    "fear_triggers": [ "FIRE" ]
  },
  {
    "id": "mon_insect_venomleech",
    "type": "MONSTER",
    "name": { "str": "venomous leech" },
    "description": "A larger, darker abominable leech with wider mouth and drips highly concentrated toxin as it sway.",
    "default_faction": "leech",
    "species": [ "INSECT", "LEECH" ],
    "volume": "40750 ml",
    "weight": "40750 g",
    "diff": 15,
    "hp": 85,
    "bodytype": "snake",
    "speed": 100,
    "material": [ "iflesh" ],
    "symbol": "~",
    "color": "light_green_magenta",
    "morale": 100,
    "melee_skill": 4,
    "melee_dice": 3,
    "melee_dice_sides": 2,
    "melee_cut": 8,
    "armor_bash": 3,
    "armor_cut": 3,
    "armor_bullet": 3,
    "dodge": 1,
    "harvest": "zombie_meatslug",
    "special_attacks": [ [ "leechvenomousinject", 10 ] ],
    "death_drops": "leech",
    "flags": [ "SMELLS", "HEARS", "SWIMS", "VENOM", "PATH_AVOID_DANGER_1" ],
    "anger_triggers": [ "PLAYER_CLOSE", "FRIEND_DIED", "HURT" ],
    "fear_triggers": [ "FIRE" ]
  }
]