15 lines
271 B
Modula-2
15 lines
271 B
Modula-2
|
entityDef monster_flyer
|
||
|
{
|
||
|
"spawnclass" "NSTalkMonster"
|
||
|
"model" "models/aflock.mdl"
|
||
|
"netname" "Flyer Flock"
|
||
|
"health" "0"
|
||
|
"mins" "-16 -16 0"
|
||
|
"maxs" "16 16 72"
|
||
|
"eye_height" "64"
|
||
|
"team" "2"
|
||
|
"propdata" "actor_alien"
|
||
|
|
||
|
"speed_walk" "64"
|
||
|
"speed_run" "364"
|
||
|
}
|