2023-09-08 16:41:05 +00:00
|
|
|
entityDef monster_leech
|
|
|
|
{
|
|
|
|
"spawnclass" "NSTalkMonster"
|
2024-10-31 10:53:02 +00:00
|
|
|
"model" "models/leech.mdl"
|
|
|
|
"netname" "Leech"
|
|
|
|
"health" "skill:leech_health"
|
|
|
|
"mins" "-8 -8 0"
|
|
|
|
"maxs" "8 8 8"
|
2023-09-08 16:41:05 +00:00
|
|
|
"eye_height" "64"
|
2024-10-31 10:53:02 +00:00
|
|
|
"team" "2"
|
|
|
|
"propdata" "actor_alien"
|
2023-09-08 16:41:05 +00:00
|
|
|
|
2024-10-31 10:53:02 +00:00
|
|
|
"speed_walk" "32"
|
|
|
|
"speed_run" "64"
|
|
|
|
|
|
|
|
"def_attack_melee" "melee_leech_bite"
|
|
|
|
"melee_range" "24"
|
|
|
|
|
|
|
|
"snd_melee_attack_hit" "monster_zombie.attackhit"
|
|
|
|
}
|
|
|
|
|
|
|
|
entityDef melee_leech_bite
|
|
|
|
{
|
|
|
|
"damage" "skill:zombie_dmg_one_slash"
|
|
|
|
"delay" "0.2"
|
|
|
|
"wait" "2"
|
|
|
|
"attempts" "1"
|
|
|
|
}
|