monster_barney_dead: example dead monster

This commit is contained in:
Marco Cawthorne 2023-09-18 15:50:28 -07:00
parent f152ffb0f8
commit b2b5bf6bb8
Signed by: eukara
GPG Key ID: CE2032F0A2882A22
1 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,24 @@
entityDef monster_barney_dead
{
"spawnclass" "NSTalkMonster"
"model" "models/barney.mdl"
"netname" "Barney"
"health" "50"
"mins" "-16 -16 0"
"maxs" "16 16 72"
"eye_height" "64"
"team" "0"
"propdata" "actor_human"
"weapon_drawn" "0"
"body_on_draw" "1:2"
"dead" "1"
"frame" "35"
when "pose" equals "1" {
"frame" "36"
}
when "pose" equals "2" {
"frame" "37"
}
}