2023-07-17 05:47:01 +00:00
|
|
|
entityDef weapon_snark
|
|
|
|
{
|
2024-06-22 07:29:51 +00:00
|
|
|
"editor_color" ".3 .3 1"
|
|
|
|
"editor_mins" "-16 -16 -16"
|
|
|
|
"editor_maxs" "16 16 16"
|
|
|
|
"editor_usage" "Snark"
|
|
|
|
"editor_rotatable" "1"
|
|
|
|
|
|
|
|
"spawnclass" "HLWeapon"
|
|
|
|
"model" "models/w_sqknest.mdl"
|
|
|
|
"model_view" "models/v_squeak.mdl"
|
2024-03-02 08:43:10 +00:00
|
|
|
"frame" "1"
|
2024-06-22 07:29:51 +00:00
|
|
|
"snd_acquire" "weapon.pickup"
|
|
|
|
"snd_respawn" "item.respawn"
|
|
|
|
|
|
|
|
"inv_name" "Snark"
|
|
|
|
"inv_weapon" "weapon_snark"
|
|
|
|
"inv_ammo_snark" "5"
|
|
|
|
"def_onFire" "projectile_snark"
|
|
|
|
"ammoType" "ammo_snark"
|
|
|
|
"ammoRequired" "1"
|
|
|
|
"silent_fire" "1"
|
|
|
|
"primed_fuse" "4"
|
|
|
|
|
2024-09-17 19:48:09 +00:00
|
|
|
"act_idle" "0,1,2"
|
|
|
|
"act_draw" "4"
|
|
|
|
"act_holster" "3"
|
|
|
|
"act_throw" "5"
|
2024-06-22 07:29:51 +00:00
|
|
|
"removeOnEmpty" "1"
|
|
|
|
|
|
|
|
// HLWeapon specific
|
|
|
|
"hudSlot" "4"
|
|
|
|
"hudSlotPos" "3"
|
|
|
|
"weight" "5"
|
|
|
|
"crosshair" "none"
|
|
|
|
}
|
|
|
|
|
|
|
|
entityDef projectile_snark
|
|
|
|
{
|
|
|
|
"spawnclass" "monster_snark"
|
|
|
|
}
|