WeaponData
{
	"printname"			"#HL2_Ripper"
	"viewmodel"			"models/weapons/ripper/v_ripper.mdl"
	"playermodel"			"models/weapons/ripper/w_ripper.mdl"
	"anim_prefix"			"smg2"
	"bucket"			"5"
	"bucket_position"		"0"

	"clip_size"			"-1"

	"default_clip"			"15"

	"primary_ammo"			"Blades"
	"secondary_ammo"		"None"

	"weight"			"3"
	"item_flags"			"0"
    "damage"                	"40"
	SoundData
	{
		"single_shot"		"Weapon_Ripper.Single"
		"single_shot_npc"	"Weapon_Ripper.NPC_Single"
		"special1"			"Weapon_Ripper.Alt"
		"special2"			"Weapon_Ripper.Alt"
		"double_shot"		"Weapon_Ripper.Alt"
		"deploy"			"Weapon_Ripper.Draw"
		"empty"				"Weapon_Enforcer.Empty"
	}

	// Weapon Sprite data is loaded by the Client DLL.
	TextureData
	{
		"weapon"
		{
				"font"		"WeaponIcons"
				"character"	"a"
		}
		"weapon_s"
		{	
				"font"		"WeaponIconsSelected"
				"character"	"a"
		}
		"weapon_small"
		{
				"font"		"WeaponIconsSmall"
				"character"	"a"
		}
		"crosshair"
		{
				"font"		"Crosshairs"
				"character"	"Q"
		}
		"autoaim"
		{
				"file"		"sprites/crosshairs"
				"x"			"0"
				"y"			"48"
				"width"		"24"
				"height"	"24"
		}
	}
}