WeaponData { "MaxPlayerSpeed" 245 "WeaponType" "Grenade" "WeaponPrice" "300" "CrosshairMinDistance" "8" "CrosshairDeltaDistance" "3" "Team" "ANY" "BuiltRightHanded" "1" "PlayerAnimationExtension" "gren" "CanEquipWithShield" "1" // Weapon characteristics: "WeaponArmorRatio" 1.2 // old CSS value 1.475 "Damage" 99 "Penetration" 1 "Range" 350 "RangeModifier" "0.99" "Bullets" "1" "FlinchVelocityModifierLarge" 0.3 "FlinchVelocityModifierSmall" 0.1 // grenade properties // this is not true velocity, its modified in code "ThrowVelocity" 750.0 // Weapon data is loaded by both the Game and Client DLLs. "printname" "#SFUI_WPNHUD_HE_Grenade" "viewmodel" "models/weapons/v_eq_fraggrenade.mdl" "playermodel" "models/weapons/w_eq_fraggrenade.mdl" "AddonModel" "models/weapons/w_eq_fraggrenade.mdl" "DroppedModel" "models/weapons/w_eq_fraggrenade_thrown.mdl" "anim_prefix" "anim" "bucket" "3" "bucket_position" "1" "clip_size" "-1" "default_clip" "1" "default_clip2" "1" "primary_ammo" "AMMO_TYPE_HEGRENADE" "secondary_ammo" "None" "weight" "2" "ITEM_FLAG_EXHAUSTIBLE" "1" // "ITEM_FLAG_NOAMMOPICKUPS" "1" // Sounds for the weapon. There is a max of 16 sounds per category (i.e. max 16 "single_shot" sounds) SoundData { "single_shot" "HEGrenade.Throw" } // Weapon Sprite data is loaded by the Client DLL. TextureData { "weapon" { "font" "CSweaponsSmall" "character" "H" } "weapon_s" { "font" "CSweapons" "character" "H" } "ammo" { "font" "CSTypeDeath" "character" "O" } "crosshair" { "file" "sprites/crosshairs" "x" "0" "y" "48" "width" "24" "height" "24" } "autoaim" { "file" "sprites/crosshairs" "x" "0" "y" "48" "width" "24" "height" "24" } } ModelBounds { Viewmodel { Mins "-6 -9 -15" Maxs "15 11 0" } World { Mins "-4 -1 -3" Maxs "2 6 1" } Addon { Mins "-3 -2 -2" Maxs "2 3 5" } } }