"0"
{
	"Text"			"#Tool_lamp_name"
	"Description"		"#Tool_lamp_desc"

	"ComboBox"
	{
		"Label"			"#Presets"
		"MenuButton"		"1"
		"Folder"		"settings/menu/main/construct/lamp/"
		
		"Options"
		{
			"Default"
			{
				"lamp_ropelength"		"64" 
				"lamp_ropematerial"		"cable/rope" 
			}
		}		

		"CVars"
		{
			"0"	"lamp_ropelength"
			"0"	"lamp_ropematerial"
		}
	}
	
	"Slider"
	{
		"Label"				"#Lamp_ropelength"
		"Type"				"Float"
		"Min"				"4"
		"Max"				"400"
		"Command"			"lamp_ropelength"
	}	
	
	"Color"
	{
		"Label"				"#Light Color"
		"Red"				"lamp_r"
		"Green"				"lamp_g"
		"Blue"				"lamp_b"
		"ShowAlpha"			"0"
		"ShowHSV"			"1"
		"ShowRGB"			"1"
		"Multiplier"		"255" // if you want colours to range from 0 - 255 change this to 255
	}
}