WeaponData
{
	// Weapon data is loaded by both the Game and Client DLLs.
	"printname"			"#HeavyKnight_Crossbow"
	"viewmodel"			"models/weapons/crossbow.mdl"
	"playermodel"			"models/weapons/w_crossbow/w_crossbow.mdl"
	"PlayerAnimationExtension"	"crossbow"
	
	"anim_prefix"			"anim"
	"bucket"			"1"
	"bucket_position"		"4"

	"clip_size"			"-1"
	"primary_ammo"			"AMMO_BOLTS"
	"secondary_ammo"		"None"

	"weight"				"1"
	"item_flags"			"6"

	"damage"			"100"
	
	// Projectile settings
	"Gravity"			"0.9"
	"MaxVelocity"		"3500"

	// Sounds for the weapon. There is a max of 16 sounds per category (i.e. max 16 "single_shot" sounds)
	SoundData
	{
		"single_shot"		"Weapon_Crossbow.Single"
		"reload"		"Weapon_Crossbow.Reload"
	}

	// Weapon Sprite data is loaded by the Client DLL.
	TextureData
	{
		"weapon"
		{
				"file"		"HUD/crossbow"
				"x"		"0"
				"y"		"0"
				"width"		"256"
				"height"	"256"
		}
		"weapon_s"
		{
				"file"		"HUD/crossbow"
				"x"		"0"
				"y"		"0"
				"width"		"256"
				"height"	"256"
		}
		"ammo"
		{
				"file"		"HUD/crossbowammo"
				"x"		"0"
				"y"		"0"
				"width"		"128"
				"height"	"128"
		}
		"ammo2"
		{
			"file"		"sprites/640hud7"
			"x"			"48"
			"y"			"72"
			"width"		"24"
			"height"	"24"
		}
		"crosshair"
		{
			"file"		"sprites/crosshairs"
			"x"			"24"
			"y"			"-24"
			"width"		"24"
			"height"	"72"
		}
	}
}