Small decl tweaks to the Snark.
This commit is contained in:
parent
bac98f2f4e
commit
e04510fa50
3 changed files with 13 additions and 3 deletions
|
@ -5,9 +5,9 @@ entityDef monster_snark
|
|||
"netname" "Snark"
|
||||
"health" "skill:snark_health"
|
||||
"mins" "-16 -16 0"
|
||||
"maxs" "16 16 72"
|
||||
"maxs" "16 16 32"
|
||||
"eye_height" "12"
|
||||
"team" "$ALLIANCE_ROGUE"
|
||||
"team" "3"
|
||||
"propdata" "actor_alien"
|
||||
"speed_walk" "128"
|
||||
"speed_run" "128"
|
||||
|
@ -27,4 +27,4 @@ entityDef monster_snark
|
|||
jump "AddVelocity" "512 0 250"
|
||||
jump "StartSoundDef" "monster_snark.attack"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -24,3 +24,12 @@ entityDef info_player_coop
|
|||
"editor_description" "Cooperative Spawn Point"
|
||||
"editor_color" "1 0 0"
|
||||
}
|
||||
|
||||
entityDef info_spectator_start
|
||||
{
|
||||
"spawnclass" "NSSpawnPoint"
|
||||
"editor_mins" "-16 -16 -16"
|
||||
"editor_maxs" "16 16 16"
|
||||
"editor_description" "Spectator Spawn Point"
|
||||
"editor_color" "1 0 0"
|
||||
}
|
||||
|
|
|
@ -41,4 +41,5 @@ entityDef projectile_snark
|
|||
"def_drop" "monster_snark"
|
||||
"dropDistance" "24"
|
||||
"dropOffset" "8"
|
||||
"drop" "1"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue