31 lines
No EOL
822 B
Modula-2
31 lines
No EOL
822 B
Modula-2
entityDef monster_kophyaeger_adult
|
|
{
|
|
"spawnclass" "ncMonster"
|
|
"model" "models/kophadult.mdl"
|
|
"netname" "Kophyaeger"
|
|
"health" "skill:kophyaeger_health"
|
|
"mins" "-16 -16 0"
|
|
"maxs" "16 16 72"
|
|
"eye_height" "12"
|
|
"team" "2"
|
|
"propdata" "actor_alien"
|
|
"speed_walk" "32"
|
|
"speed_run" "72"
|
|
|
|
"attack_ranged_range" "180" // needs launch attack
|
|
|
|
"snd_idle" "Headcrab.Idle"
|
|
"snd_pain" "Headcrab.Pain"
|
|
"snd_death" "Headcrab.Die"
|
|
"snd_melee_attack_hit" "Headcrab.Bite"
|
|
"leap_damage" "skill:headcrab_dmg_bite"
|
|
|
|
events {
|
|
jump "AddVelocity" "512 0 250"
|
|
jump "StartSoundDef" "Headcrab.Attack"
|
|
jump_variation1 "AddVelocity" "512 0 350"
|
|
jump_variation1 "StartSoundDef" "Headcrab.Attack"
|
|
jump_variation2 "AddVelocity" "512 0 350"
|
|
jump_variation2 "StartSoundDef" "Headcrab.Attack"
|
|
}
|
|
} |