"0"
{
	"Text"				"#Tool_rope_name"
	"Description"		"#Tool_rope_desc"

	"ComboBox"
	{
		"Label"				"#Presets"
		"MenuButton"		"1"
		"Folder"			"rope"
		
		"Options"
		{
			"Default"
			{
				"rope_forcelimit"		"0"
				"rope_addlength"		"0"
				"rope_material"			"cable/rope"
				"rope_width"			"3"
				"rope_rigid"			"0"
			}
		}		
	
		"CVars"
		{
			"0"	"rope_forcelimit"
			"0"	"rope_addlength"
			"0"	"rope_width"
			"0"	"rope_material"
			"0"	"rope_rigid"
		}
	}
	
	"Slider"
	{
		"Label"				"#RopeTool_forcelimit"
		"Description"		"#RopeTool_forcelimit_desc"
		"Type"				"Float"
		"Min"				"0"
		"Max"				"1000"
		"Command"			"rope_forcelimit"
	}
	
	"Slider"
	{
		"Label"				"#RopeTool_addlength"
		"Description"		"#RopeTool_addlength_desc"
		"Type"				"Float"
		"Min"				"-1000"
		"Max"				"1000"
		"Command"			"rope_addlength"
	}
	
	"Slider"
	{
		"Label"				"#RopeTool_ropewidth"
		"Type"				"Float"
		"Min"				"1"
		"Max"				"20"
		"Command"			"rope_width"
	}
	
	"MaterialGallery"
	{
		"Label"				"#RopeTool_material"
		"Height"			"64"
		"Width"				"32"
		"Rows"				"1"
		"Stretch"			"1"
		
		"Options"
		{
			"Rope"
			{
				"Material"			"cable/rope_icon"
				"rope_material"		"cable/rope"
			}
						
			"Cable 2"
			{
				"Material"			"cable/cable_icon"
				"rope_material"		"cable/cable2"
			}
			
			"XBeam"
			{
				"Material"			"cable/xbeam"
				"rope_material"		"cable/xbeam"
			}
			
			"Red Laser"
			{
				"Material"			"cable/redlaser"
				"rope_material"		"cable/redlaser"
			}
			
			"Blue Electric"
			{
				"Material"			"cable/blue_elec"
				"rope_material"		"cable/blue_elec"
			}
			
			"Physics Beam"
			{
				"Material"			"cable/physbeam"
				"rope_material"		"cable/physbeam"
			}
			
			"Hydra"
			{
				"Material"			"cable/hydra"
				"rope_material"		"cable/hydra"
			}
			
		}	

		"CVars"
		{
			"0"	"rope_material"
		}
	}

	"CheckBox"
	{
		"Label"				"#RopeTool_rigid"
		"Description"			"#RopeTool_rigid_desc"
		"Command"			"rope_rigid"
	}	
}