// Healthspray WeaponData { // Weapon data is loaded by both the Game and Client DLLs. "printname" "Health Spray" "viewmodel" "models/weapons/v_spray.mdl" "playermodel" "models/weapons/w_targetpistol.mdl" "anim_prefix" "spray" "bucket" "4" "bucket_position" "4" "primary_ammo" "None" "secondary_ammo" "None" "weight" "2" "item_flags" "0" "damage" "10" // Sounds for the weapon. There is a max of 16 sounds per category (i.e. max 16 "single_shot" sounds) SoundData { "special1" "eapon_Spray.Special1" } // Weapon Sprite data is loaded by the Client DLL. TextureData { "weapon" { "font" "SourceForts2" "character" "o" } "weapon_s" { "font" "SourceForts2Blurred" "character" "o" } "ammo" { "font" "WeaponIcons" "character" "p" } "crosshair" { "font" "Crosshairs" "character" "Q" } "autoaim" { "file" "sprites/crosshairs" "x" "0" "y" "48" "width" "24" "height" "24" } } }