WeaponData
{
	// Weapon data is loaded by both the Game and Client DLLs.
	"printname"			"#HL2_IMMOLATOR"
	"viewmodel"			"models/weapons/v_cremator.mdl" //guardgun
	"playermodel"			"models/weapons/w_immolator.mdl"
	"anim_prefix"			"smg2" //immolator
	"bucket"			"5" //2
	"bucket_position"		"2" //9

	"clip_size"			"99"
	"primary_ammo"			"None"
	"secondary_ammo"		"None"

	"weight"			"2"
	"item_flags"			"0"

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

	// Weapon Sprite data is loaded by the Client DLL.
	TextureData 
	{
		"weapon"
		{
				"file"		"sprites/w_icons3"
				"x"			"130"
				"y"			"130"
				"width"		"126"
				"height"	"61"
		}
		"weapon_s"
		{	
				"file"		"sprites/w_icons3"
				"x"			"130"
				"y"			"130"
				"width"		"126"
				"height"	"61"
		}
		"ammo"
		{
				"file"		"sprites/a_icons1"
				"x"			"55"
				"y"			"60"
				"width"		"73"
				"height"	"15"
		}
		"ammo2"
		{
				"file"		"sprites/a_icons1"
				"x"			"55"
				"y"			"110"
				"width"		"73"
				"height"	"20"
		}
		"crosshair"
		{
				"font"		"Crosshairs"
				"character"	"Q"
		}
		"autoaim"
		{
				"file"		"sprites/crosshairs"
				"x"			"0"
				"y"			"48"
				"width"		"24"
				"height"	"24"
		}	
	}
}