// Alien Swarm Fire Extinguisher WeaponData { // Weapon data is loaded by both the Game and Client DLLs. "printname" "#asw_weapon_fire_extinguisher" "viewmodel" "models/swarm/FireExt/fireextpickup.mdl" "playermodel" "models/swarm/FireExt/fireextpickup.mdl" "anim_prefix" "ar2" "bucket" "0" "bucket_position" "0" "fire_rate" "0.1" "clip_size" "200" "default_clip" "200" "clip2_size" "-1" "default_clip2" "-1" "primary_ammo" "ASW_EXT" "secondary_ammo" "None" "weight" "5" "item_flags" "0" // asw properties "reload_time" "2.2" "equipicon" "swarm/EquipIcons/EquipFireExt" "equiplongname" "#asw_weaponl_fire_extinguisher" "equipdescription1" "#asw_wdesc_extinguisher" "ExtraItem" "0" "OffhandSwitch" "1" // flinching "FlinchChance" "0" "StoppingPowerFlinchBonus" "0" // which ammo elements this weapon should display on the hud "ShowBulletsOnHUD" "1" "ShowClipsOnHUD" "0" "ShowGrenadesOnHUD" "0" "HUDIconOffsetX" "-4" // Sounds for the weapon. There is a max of 16 sounds per category (i.e. max 16 "single_shot" sounds) // Sounds for the weapon. There is a max of 16 sounds per category (i.e. max 16 "single_shot" sounds) SoundData { "empty" "ASW_Weapon.Empty" "special3" "ASW_Weapon.Reload3" //switch weapon } }