39 lines
837 B
Modula-2
39 lines
837 B
Modula-2
|
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" "6"
|
||
|
"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"
|
||
|
}
|