monster_headcrab: leaping, plus noise
This commit is contained in:
parent
914884b9fc
commit
06ec2f0310
1 changed files with 4 additions and 0 deletions
|
@ -17,10 +17,14 @@ entityDef monster_headcrab
|
||||||
"snd_idle" "monster_headcrab.idle"
|
"snd_idle" "monster_headcrab.idle"
|
||||||
"snd_pain" "monster_headcrab.pain"
|
"snd_pain" "monster_headcrab.pain"
|
||||||
"snd_death" "monster_headcrab.death"
|
"snd_death" "monster_headcrab.death"
|
||||||
|
"leap_damage" "skill:headcrab_dmg_bite"
|
||||||
|
|
||||||
events {
|
events {
|
||||||
jump "AddVelocity" "512 0 250"
|
jump "AddVelocity" "512 0 250"
|
||||||
|
jump "StartSoundDef" "monster_headcrab.attack"
|
||||||
jump_variation1 "AddVelocity" "512 0 250"
|
jump_variation1 "AddVelocity" "512 0 250"
|
||||||
|
jump_variation1 "StartSoundDef" "monster_headcrab.attack"
|
||||||
jump_variation2 "AddVelocity" "512 0 250"
|
jump_variation2 "AddVelocity" "512 0 250"
|
||||||
|
jump_variation2 "StartSoundDef" "monster_headcrab.attack"
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in a new issue