14 lines
308 B
Modula-2
14 lines
308 B
Modula-2
|
entityDef monster_human_grunt
|
||
|
{
|
||
|
"inherit" "monster_base_grunt"
|
||
|
"model" "models/namgrunt.mdl"
|
||
|
"netname" "Grunt"
|
||
|
"health" "skill:hgrunt_health"
|
||
|
"mins" "-16 -16 0"
|
||
|
"maxs" "16 16 72"
|
||
|
"eye_height" "64"
|
||
|
"team" "1"
|
||
|
"propdata" "actor_human"
|
||
|
"speed_walk" "41"
|
||
|
"speed_run" "304"
|
||
|
}
|