hl2/zpak001.pk3dir/decls/def/weapons/annabelle.def

39 lines
837 B
Modula-2
Raw Normal View History

2024-09-01 03:37:03 +00:00
entityDef weapon_annabelle
{
"editor_color" ".3 .3 1"
"editor_mins" "-16 -16 -16"
"editor_maxs" "16 16 16"
"editor_usage" "#HL2_Annabelle"
"editor_rotatable" "1"
"spawnclass" "HLWeapon"
"model" "models/weapons/w_annabelle.mdl"
"model_view" "models/weapons/v_shotgun.mdl"
"snd_acquire" "weapon.pickup"
"snd_respawn" "item.respawn"
// weapon specific
"def_fireInfo" "fireInfo_shotgun"
"def_altFireInfo" "fireInfo_altShotgun"
"inv_name" "#HL2_Annabelle"
"clipSize" "2"
2024-09-01 03:37:03 +00:00
"ammoType" "ammo_buckshot"
"ammoRequired" "1"
"actPump" "8"
"actHolster" "4"
"actReloadStart" "5"
"actReload" "6"
"actReloadEnd" "7"
"actDraw" "3"
"actIdle" "0"
"snd_empty" "Weapon_Shotgun.Empty"
// "snd_reload" "Weapon_Shotgun.Reload"
// HLWeapon specific
"hudSlot" "3"
"hudSlotPos" "1"
"weight" "4"
}