16 lines
316 B
Modula-2
16 lines
316 B
Modula-2
entityDef monster_miniturret
|
|
{
|
|
"spawnclass" "NSTalkMonster"
|
|
"model" "models/miniturret.mdl"
|
|
"netname" "Mini-Turret"
|
|
"health" "skill:miniturret_health"
|
|
"mins" "-16 -16 0"
|
|
"maxs" "16 16 16"
|
|
"eye_height" "64"
|
|
"team" "1"
|
|
"propdata" "actor_robot"
|
|
|
|
"speed_walk" "0"
|
|
"speed_run" "0"
|
|
"static" "1"
|
|
}
|