summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2022-04-22 19:00:05 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2022-04-22 19:00:05 -0700
commit223995f27038cab3da0c4c907691c5c463b2e40b (patch)
tree20b42a9d3651fe144c2f98e706264ae3221bd000
parentRemove obsolete size setting for zmobies. (diff)
downloadcataclysm-dda-mod_vampire-stuff-redone-223995f27038cab3da0c4c907691c5c463b2e40b.tar.xz
Clean up leech monsters.
-rw-r--r--vamp_stuff/Modification_Files/Monsters/Insects/Leech.json660
1 files changed, 330 insertions, 330 deletions
diff --git a/vamp_stuff/Modification_Files/Monsters/Insects/Leech.json b/vamp_stuff/Modification_Files/Monsters/Insects/Leech.json
index a541d80..7bdbba5 100644
--- a/vamp_stuff/Modification_Files/Monsters/Insects/Leech.json
+++ b/vamp_stuff/Modification_Files/Monsters/Insects/Leech.json
@@ -1,184 +1,183 @@
[
{
- "anger_triggers": [ "PLAYER_CLOSE", "FRIEND_DIED", "HURT" ],
- "armor_bash": 4,
- "armor_cut": 2,
- "bodytype": "snake",
- "color": "light_green",
- "death_drops": "leech",
- "death_function": [ "NORMAL" ],
- "default_faction": "leech",
- "description": "A leech with green and yellow segmented colors, it drips concentrated toxin as it slither along the way.",
- "diff": 15,
- "dodge": 1,
- "fear_triggers": [ "FIRE" ],
- "flags": [ "SMELLS", "HEARS", "SWIMS", "PATH_AVOID_DANGER_1" ],
- "harvest": "zombie_meatslug",
- "hp": 60,
"id": "mon_insect_abominableleech",
- "material": [ "iflesh" ],
- "melee_cut": 4,
- "melee_dice": 2,
- "melee_dice_sides": 2,
- "melee_skill": 2,
- "morale": 100,
+ "type": "MONSTER",
"name": { "str": "abominable leech" },
- "size": "TINY",
+ "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" ],
+ "size": "TINY",
+ "hp": 60,
+ "bodytype": "snake",
"speed": 95,
+ "material": [ "iflesh" ],
"symbol": "~",
- "type": "MONSTER",
- "upgrades": { "half_life": 12, "into_group": "GROUP_LEECH_ABOMIUPGRADE" }
+ "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",
+ "death_function": [ "NORMAL" ],
+ "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" ]
},
{
- "anger_triggers": [ "PLAYER_CLOSE", "HURT", "FRIEND_DIED" ],
- "armor_bash": 7,
- "armor_cut": 3,
- "bodytype": "snake",
- "color": "yellow_green",
- "death_drops": "leech",
- "death_function": [ "ACID", "NORMAL" ],
- "default_faction": "leech",
+ "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.",
- "diff": 25,
- "fear_triggers": [ "FIRE" ],
- "flags": [ "SMELLS", "HEARS", "SWIMS", "ACIDPROOF", "ACID_BLOOD", "ACIDTRAIL", "PATH_AVOID_DANGER_1" ],
- "harvest": "zombie_meatslug",
+ "default_faction": "leech",
+ "species": [ "INSECT", "LEECH" ],
+ "size": "MEDIUM",
"hp": 140,
- "id": "mon_insect_acidicleech",
+ "bodytype": "snake",
+ "speed": 85,
"material": [ "iflesh" ],
- "melee_cut": 6,
+ "symbol": "$",
+ "color": "yellow_green",
+ "morale": 100,
+ "melee_skill": 3,
"melee_dice": 2,
"melee_dice_sides": 5,
- "melee_skill": 3,
- "morale": 100,
- "name": { "str": "acidic leech" },
- "size": "MEDIUM",
+ "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 ],
- "species": [ "INSECT", "LEECH" ],
- "speed": 85,
- "symbol": "$",
- "type": "MONSTER"
+ "death_drops": "leech",
+ "death_function": [ "ACID", "NORMAL" ],
+ "flags": [ "SMELLS", "HEARS", "SWIMS", "ACIDPROOF", "ACID_BLOOD", "ACIDTRAIL", "PATH_AVOID_DANGER_1" ],
+ "anger_triggers": [ "PLAYER_CLOSE", "HURT", "FRIEND_DIED" ],
+ "fear_triggers": [ "FIRE" ]
},
{
- "anger_triggers": [ "PLAYER_WEAK", "FRIEND_DIED", "HURT" ],
- "armor_bash": 3,
- "armor_cut": 1,
- "bodytype": "snake",
- "color": "red",
- "death_drops": "leech",
- "death_function": [ "NORMAL" ],
- "default_faction": "leech",
- "description": "A larger, segmented worm. The bite it makes can suck out liters of blood if remains intact for minutes.",
- "diff": 10,
- "dodge": 1,
- "fear_triggers": [ "FIRE" ],
- "flags": [ "SMELLS", "HEARS", "SWIMS", "PATH_AVOID_DANGER_1" ],
- "harvest": "mutant_meatslug",
- "hp": 45,
"id": "mon_insect_bigleech",
- "material": [ "iflesh" ],
- "melee_cut": 3,
- "melee_dice": 2,
- "melee_dice_sides": 4,
- "melee_skill": 2,
- "morale": 100,
+ "type": "MONSTER",
"name": { "str": "big leech" },
- "size": "SMALL",
+ "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" ],
+ "size": "SMALL",
+ "hp": 45,
+ "bodytype": "snake",
"speed": 95,
+ "material": [ "iflesh" ],
"symbol": "~",
- "type": "MONSTER",
- "upgrades": { "half_life": 12, "into_group": "GROUP_LEECH_UPGRADE" }
- },
- {
- "anger_triggers": [ "PLAYER_CLOSE", "FRIEND_DIED", "HURT" ],
- "armor_bash": 1,
+ "color": "red",
+ "morale": 100,
+ "melee_skill": 2,
+ "melee_dice": 2,
+ "melee_dice_sides": 4,
+ "melee_cut": 3,
+ "armor_bash": 3,
"armor_cut": 1,
- "bodytype": "snake",
- "color": "light_green_green",
- "death_drops": "leech",
- "death_function": [ "GAS" ],
- "default_faction": "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.",
- "diff": 15,
+ "armor_bullet": 1,
"dodge": 1,
- "fear_triggers": [ "FIRE" ],
+ "harvest": "mutant_meatslug",
+ "death_drops": "leech",
+ "death_function": [ "NORMAL" ],
+ "upgrades": { "half_life": 12, "into_group": "GROUP_LEECH_UPGRADE" },
"flags": [ "SMELLS", "HEARS", "SWIMS", "PATH_AVOID_DANGER_1" ],
- "harvest": "exempt",
- "hp": 15,
+ "anger_triggers": [ "PLAYER_WEAK", "FRIEND_DIED", "HURT" ],
+ "fear_triggers": [ "FIRE" ]
+ },
+ {
"id": "mon_insect_bloatedleech",
- "material": [ "iflesh" ],
- "melee_cut": 1,
- "melee_dice": 1,
- "melee_dice_sides": 1,
- "melee_skill": 1,
- "morale": 100,
+ "type": "MONSTER",
"name": { "str": "bloated leech" },
- "size": "SMALL",
- "special_attacks": [ [ "SUICIDE", 5 ] ],
+ "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" ],
+ "size": "SMALL",
+ "hp": 15,
+ "bodytype": "snake",
"speed": 145,
+ "material": [ "iflesh" ],
"symbol": "~",
- "type": "MONSTER"
+ "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": [ "GAS" ],
+ "flags": [ "SMELLS", "HEARS", "SWIMS", "PATH_AVOID_DANGER_1" ],
+ "anger_triggers": [ "PLAYER_CLOSE", "FRIEND_DIED", "HURT" ],
+ "fear_triggers": [ "FIRE" ]
},
{
- "anger_triggers": [ "HURT", "FRIEND_DIED", "PLAYER_CLOSE" ],
- "armor_bash": 14,
- "armor_cut": 12,
- "bodytype": "snake",
- "color": "white_red",
- "death_drops": "devourerleech",
- "death_function": [ "NORMAL" ],
- "default_faction": "leech",
+ "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.",
- "diff": 50,
- "fear_triggers": [ "FIRE" ],
- "flags": [ "SMELLS", "HEARS", "SWIMS", "PATH_AVOID_DANGER_1" ],
- "harvest": "mutant_meatslug",
+ "default_faction": "leech",
+ "species": [ "INSECT", "LEECH" ],
+ "size": "HUGE",
"hp": 435,
- "id": "mon_insect_devourerleech",
+ "bodytype": "snake",
+ "speed": 55,
"material": [ "iflesh" ],
- "melee_cut": 8,
+ "symbol": "S",
+ "color": "white_red",
+ "morale": 100,
+ "melee_skill": 5,
"melee_dice": 6,
"melee_dice_sides": 8,
- "melee_skill": 5,
- "morale": 100,
- "name": { "str": "devourer leech" },
- "size": "HUGE",
+ "melee_cut": 8,
+ "armor_bash": 14,
+ "armor_cut": 12,
+ "armor_bullet": 12,
+ "harvest": "mutant_meatslug",
"special_attacks": [ [ "crunch", 20 ], [ "devour", 50 ], [ "bodyslam", 15 ] ],
- "species": [ "INSECT", "LEECH" ],
- "speed": 55,
- "symbol": "S",
- "type": "MONSTER"
+ "death_drops": "devourerleech",
+ "death_function": [ "NORMAL" ],
+ "flags": [ "SMELLS", "HEARS", "SWIMS", "PATH_AVOID_DANGER_1" ],
+ "anger_triggers": [ "HURT", "FRIEND_DIED", "PLAYER_CLOSE" ],
+ "fear_triggers": [ "FIRE" ]
},
{
- "aggression": 25,
- "anger_triggers": [ "PLAYER_CLOSE", "FRIEND_DIED", "HURT" ],
- "armor_bash": 10,
- "armor_cut": 7,
- "bodytype": "snake",
- "color": "red_cyan",
- "death_drops": "leech",
- "death_function": [ "NORMAL" ],
- "default_faction": "leech",
+ "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!",
- "diff": 26,
- "fear_triggers": [ "FIRE" ],
- "flags": [ "SMELLS", "HEARS", "SEES", "PRIORITIZE_TARGETS", "SWIMS", "PATH_AVOID_DANGER_2" ],
- "harvest": "mutant_meatslug",
+ "default_faction": "leech",
+ "species": [ "INSECT", "LEECH" ],
+ "size": "MEDIUM",
"hp": 114,
- "id": "mon_insect_bloodsurgeleech",
+ "bodytype": "snake",
+ "speed": 90,
"material": [ "iflesh" ],
- "melee_cut": 2,
+ "symbol": "$",
+ "color": "red_cyan",
+ "aggression": 25,
+ "morale": 100,
+ "melee_skill": 3,
"melee_dice": 3,
"melee_dice_sides": 5,
- "melee_skill": 3,
- "morale": 100,
- "name": { "str": "blood surge leech" },
- "path_settings": { "max_dist": 4 },
- "size": "MEDIUM",
+ "melee_cut": 2,
+ "armor_bash": 10,
+ "armor_cut": 7,
+ "armor_bullet": 7,
+ "vision_day": 25,
+ "harvest": "mutant_meatslug",
"special_attacks": [
{
"cooldown": 3,
@@ -196,70 +195,70 @@
"type": "gun"
}
],
- "species": [ "INSECT", "LEECH" ],
- "speed": 90,
- "symbol": "$",
- "type": "MONSTER",
- "vision_day": 25
- },
- {
- "anger_triggers": [ "PLAYER_CLOSE", "FRIEND_DIED", "HURT" ],
- "armor_bash": 6,
- "armor_cut": 4,
- "bodytype": "snake",
- "color": "light_gray",
"death_drops": "leech",
"death_function": [ "NORMAL" ],
- "default_faction": "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!",
- "diff": 20,
- "dodge": 3,
+ "flags": [ "SMELLS", "HEARS", "SEES", "PRIORITIZE_TARGETS", "SWIMS", "PATH_AVOID_DANGER_2" ],
+ "anger_triggers": [ "PLAYER_CLOSE", "FRIEND_DIED", "HURT" ],
"fear_triggers": [ "FIRE" ],
- "flags": [ "SMELLS", "HEARS", "SWIMS", "PATH_AVOID_DANGER_1" ],
- "harvest": "mutant_meatslug",
- "hp": 85,
+ "path_settings": { "max_dist": 4 }
+ },
+ {
"id": "mon_insect_dreadfulleech",
- "material": [ "iflesh" ],
- "melee_cut": 9,
- "melee_dice": 3,
- "melee_dice_sides": 5,
- "melee_skill": 5,
- "morale": 100,
+ "type": "MONSTER",
"name": { "str": "dreadful leech" },
- "size": "SMALL",
- "special_attacks": [ [ "crunch", 20 ], [ "hemorrhage", 30 ], [ "spinbite", 50 ] ],
+ "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" ],
+ "size": "SMALL",
+ "hp": 85,
+ "bodytype": "snake",
"speed": 115,
+ "material": [ "iflesh" ],
"symbol": "~",
- "type": "MONSTER"
- },
- {
- "aggression": 25,
- "anger_triggers": [ "PLAYER_CLOSE", "FRIEND_DIED", "HURT" ],
- "armor_bash": 3,
- "armor_cut": 3,
- "bodytype": "snake",
- "color": "brown",
+ "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",
"death_function": [ "NORMAL" ],
- "default_faction": "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.",
- "diff": 15,
- "dodge": 1,
- "fear_triggers": [ "FIRE" ],
- "flags": [ "SMELLS", "HEARS", "SEES", "PRIORITIZE_TARGETS", "SWIMS", "PATH_AVOID_DANGER_2" ],
- "harvest": "mutant_meatslug",
+ "default_faction": "leech",
+ "species": [ "INSECT", "LEECH" ],
+ "size": "TINY",
"hp": 52,
- "id": "mon_insect_eyedleech",
+ "bodytype": "snake",
+ "speed": 100,
"material": [ "iflesh" ],
- "melee_cut": 2,
+ "symbol": "~",
+ "color": "brown",
+ "aggression": 25,
+ "morale": 100,
+ "melee_skill": 2,
"melee_dice": 3,
"melee_dice_sides": 2,
- "melee_skill": 2,
- "morale": 100,
- "name": { "str": "eyed leech" },
- "path_settings": { "max_dist": 6 },
- "size": "TINY",
+ "melee_cut": 2,
+ "armor_bash": 3,
+ "armor_cut": 3,
+ "armor_bullet": 3,
+ "dodge": 1,
+ "vision_day": 25,
+ "harvest": "mutant_meatslug",
"special_attacks": [
{
"cooldown": 3,
@@ -276,102 +275,102 @@
"type": "gun"
}
],
- "species": [ "INSECT", "LEECH" ],
- "speed": 100,
- "symbol": "~",
- "type": "MONSTER",
+ "death_drops": "leech",
+ "death_function": [ "NORMAL" ],
"upgrades": { "half_life": 12, "into_group": "GROUP_LEECH_EYEDUPGRADE" },
- "vision_day": 25
+ "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 }
},
{
- "anger_triggers": [ "PLAYER_CLOSE", "FRIEND_DIED", "HURT" ],
- "armor_bash": 11,
- "armor_cut": 9,
- "bodytype": "snake",
- "color": "red",
- "death_drops": "leech",
- "death_function": [ "NORMAL" ],
- "default_faction": "leech",
+ "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.",
- "diff": 20,
- "dodge": 1,
- "fear_triggers": [ "FIRE" ],
- "flags": [ "SMELLS", "HEARS", "SWIMS", "PATH_AVOID_DANGER_1" ],
- "harvest": "mutant_meatslug",
+ "default_faction": "leech",
+ "species": [ "INSECT", "LEECH" ],
+ "size": "MEDIUM",
"hp": 145,
- "id": "mon_insect_hugeleech",
+ "bodytype": "snake",
+ "speed": 95,
"material": [ "iflesh" ],
- "melee_cut": 6,
+ "symbol": "$",
+ "color": "red",
+ "morale": 100,
+ "melee_skill": 3,
"melee_dice": 2,
"melee_dice_sides": 5,
- "melee_skill": 3,
- "morale": 100,
- "name": { "str": "huge leech" },
- "size": "MEDIUM",
+ "melee_cut": 6,
+ "armor_bash": 11,
+ "armor_cut": 9,
+ "armor_bullet": 9,
+ "dodge": 1,
+ "harvest": "mutant_meatslug",
"special_attacks": [ [ "crunch", 20 ], [ "sucking", 15 ] ],
- "species": [ "INSECT", "LEECH" ],
- "speed": 95,
- "symbol": "$",
- "type": "MONSTER",
- "upgrades": { "half_life": 12, "into_group": "GROUP_LEECH_HUGEUPGRADE" }
- },
- {
- "anger_triggers": [ "PLAYER_WEAK", "FRIEND_DIED", "HURT" ],
- "armor_bash": 2,
- "armor_cut": 1,
- "bodytype": "snake",
- "color": "pink",
"death_drops": "leech",
"death_function": [ "NORMAL" ],
- "default_faction": "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.",
- "diff": 5,
- "dodge": 1,
- "fear_triggers": [ "FIRE" ],
+ "upgrades": { "half_life": 12, "into_group": "GROUP_LEECH_HUGEUPGRADE" },
"flags": [ "SMELLS", "HEARS", "SWIMS", "PATH_AVOID_DANGER_1" ],
- "harvest": "mutant_meatslug",
- "hp": 20,
+ "anger_triggers": [ "PLAYER_CLOSE", "FRIEND_DIED", "HURT" ],
+ "fear_triggers": [ "FIRE" ]
+ },
+ {
"id": "mon_insect_leech",
- "material": [ "iflesh" ],
- "melee_cut": 2,
- "melee_dice": 1,
- "melee_dice_sides": 3,
- "melee_skill": 2,
- "morale": 100,
+ "type": "MONSTER",
"name": { "str": "leech" },
- "size": "TINY",
+ "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" ],
+ "size": "TINY",
+ "hp": 20,
+ "bodytype": "snake",
"speed": 100,
+ "material": [ "iflesh" ],
+ "color": "pink",
"symbol": "~",
- "type": "MONSTER",
- "upgrades": { "half_life": 12, "into_group": "GROUP_LEECH_UPGRADE" }
- },
- {
- "aggression": 100,
- "anger_triggers": [ "PLAYER_CLOSE", "FRIEND_DIED", "HURT" ],
- "armor_bash": 3,
- "armor_cut": 3,
- "bodytype": "snake",
- "color": "brown_cyan",
+ "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",
"death_function": [ "NORMAL" ],
- "default_faction": "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.",
- "diff": 29,
- "fear_triggers": [ "FIRE" ],
- "flags": [ "SMELLS", "HEARS", "SEES", "PRIORITIZE_TARGETS", "SWIMS", "PATH_AVOID_DANGER_2" ],
- "harvest": "mutant_meatslug",
+ "default_faction": "leech",
+ "species": [ "INSECT", "LEECH" ],
+ "size": "SMALL",
"hp": 70,
- "id": "mon_insect_sharpshooterleech",
+ "bodytype": "snake",
+ "speed": 105,
"material": [ "iflesh" ],
- "melee_cut": 2,
+ "color": "brown_cyan",
+ "symbol": "~",
+ "aggression": 100,
+ "morale": 25,
+ "melee_skill": 1,
"melee_dice": 3,
"melee_dice_sides": 5,
- "melee_skill": 1,
- "morale": 25,
- "name": { "str": "sharpshooter leech" },
- "path_settings": { "max_dist": 11 },
- "size": "SMALL",
+ "melee_cut": 2,
+ "armor_bash": 3,
+ "armor_cut": 3,
+ "armor_bullet": 3,
+ "vision_day": 35,
+ "harvest": "mutant_meatslug",
"special_attacks": [
{
"cooldown": 5,
@@ -388,103 +387,104 @@
"type": "gun"
}
],
- "species": [ "INSECT", "LEECH" ],
- "speed": 105,
- "symbol": "~",
- "type": "MONSTER",
- "vision_day": 35
- },
- {
- "anger_triggers": [ "PLAYER_CLOSE", "FRIEND_DIED", "HURT" ],
- "armor_bash": 16,
- "armor_cut": 12,
- "bodytype": "snake",
- "color": "light_gray_white",
"death_drops": "leech",
"death_function": [ "NORMAL" ],
- "default_faction": "leech",
- "description": "This overgrown leech possesses tremendous amount of short bone spikes overlapping around its flabby skin. Much slower, tougher and deadlier than before.",
- "diff": 30,
+ "flags": [ "SMELLS", "HEARS", "SEES", "PRIORITIZE_TARGETS", "SWIMS", "PATH_AVOID_DANGER_2" ],
+ "anger_triggers": [ "PLAYER_CLOSE", "FRIEND_DIED", "HURT" ],
"fear_triggers": [ "FIRE" ],
- "flags": [ "SMELLS", "HEARS", "SWIMS", "BONES", "PATH_AVOID_DANGER_1" ],
- "harvest": "mutant_meatslug",
- "hp": 245,
+ "path_settings": { "max_dist": 11 }
+ },
+ {
"id": "mon_insect_spikyleech",
- "material": [ "iflesh" ],
- "melee_cut": 9,
- "melee_dice": 5,
- "melee_dice_sides": 6,
- "melee_skill": 5,
- "morale": 100,
+ "type": "MONSTER",
"name": { "str": "spiky leech" },
- "size": "MEDIUM",
- "special_attacks": [ [ "crunch", 20 ], [ "sucking", 15 ], [ "spikeroll", 30 ] ],
+ "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" ],
+ "size": "MEDIUM",
+ "hp": 245,
+ "bodytype": "snake",
"speed": 75,
+ "material": [ "iflesh" ],
+ "color": "light_gray_white",
"symbol": "$",
- "type": "MONSTER"
- },
- {
- "anger_triggers": [ "PLAYER_CLOSE", "FRIEND_DIED", "HURT" ],
- "armor_bash": 5,
- "armor_cut": 3,
- "bodytype": "snake",
- "color": "light_gray",
+ "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",
"death_function": [ "NORMAL" ],
- "default_faction": "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.",
- "diff": 20,
- "dodge": 2,
- "fear_triggers": [ "FIRE" ],
- "flags": [ "SMELLS", "HEARS", "SWIMS", "PATH_AVOID_DANGER_1" ],
- "harvest": "mutant_meatslug",
- "hp": 65,
+ "flags": [ "SMELLS", "HEARS", "SWIMS", "BONES", "PATH_AVOID_DANGER_1" ],
+ "anger_triggers": [ "PLAYER_CLOSE", "FRIEND_DIED", "HURT" ],
+ "fear_triggers": [ "FIRE" ]
+ },
+ {
"id": "mon_insect_vampireleech",
- "material": [ "iflesh" ],
- "melee_cut": 5,
- "melee_dice": 2,
- "melee_dice_sides": 4,
- "melee_skill": 3,
- "morale": 100,
+ "type": "MONSTER",
"name": { "str": "vampire leech" },
- "size": "SMALL",
- "special_attacks": [ [ "crunch", 20 ], [ "hemorrhage", 30 ] ],
+ "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" ],
+ "size": "SMALL",
+ "hp": 65,
+ "bodytype": "snake",
"speed": 105,
+ "material": [ "iflesh" ],
"symbol": "~",
- "type": "MONSTER",
- "upgrades": { "half_life": 12, "into_group": "GROUP_LEECH_VAMPUPGRADE" }
- },
- {
- "anger_triggers": [ "PLAYER_CLOSE", "FRIEND_DIED", "HURT" ],
- "armor_bash": 3,
+ "color": "light_gray",
+ "morale": 100,
+ "melee_skill": 3,
+ "melee_dice": 2,
+ "melee_dice_sides": 4,
+ "melee_cut": 5,
+ "armor_bash": 5,
"armor_cut": 3,
- "bodytype": "snake",
- "color": "light_green_magenta",
+ "armor_bullet": 3,
+ "dodge": 2,
+ "harvest": "mutant_meatslug",
+ "special_attacks": [ [ "crunch", 20 ], [ "hemorrhage", 30 ] ],
"death_drops": "leech",
"death_function": [ "NORMAL" ],
- "default_faction": "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.",
- "diff": 15,
- "dodge": 1,
- "fear_triggers": [ "FIRE" ],
- "flags": [ "SMELLS", "HEARS", "SWIMS", "VENOM", "PATH_AVOID_DANGER_1" ],
- "harvest": "zombie_meatslug",
+ "default_faction": "leech",
+ "species": [ "INSECT", "LEECH" ],
+ "size": "SMALL",
"hp": 85,
- "id": "mon_insect_venomleech",
+ "bodytype": "snake",
+ "speed": 100,
"material": [ "iflesh" ],
- "melee_cut": 8,
+ "symbol": "~",
+ "color": "light_green_magenta",
+ "morale": 100,
+ "melee_skill": 4,
"melee_dice": 3,
"melee_dice_sides": 2,
- "melee_skill": 4,
- "morale": 100,
- "name": { "str": "venomous leech" },
- "size": "SMALL",
+ "melee_cut": 8,
+ "armor_bash": 3,
+ "armor_cut": 3,
+ "armor_bullet": 3,
+ "dodge": 1,
+ "harvest": "zombie_meatslug",
"special_attacks": [ [ "leechvenomousinject", 10 ] ],
- "species": [ "INSECT", "LEECH" ],
- "speed": 100,
- "symbol": "~",
- "type": "MONSTER"
+ "death_drops": "leech",
+ "death_function": [ "NORMAL" ],
+ "flags": [ "SMELLS", "HEARS", "SWIMS", "VENOM", "PATH_AVOID_DANGER_1" ],
+ "anger_triggers": [ "PLAYER_CLOSE", "FRIEND_DIED", "HURT" ],
+ "fear_triggers": [ "FIRE" ]
}
]