"Glow" 
{
	"name"			"Свечение"
	"description"	""
	
	"White"
	{
		"name"			"Белый"
		"color"			"255 255 255 255"
		"price"			"500"
		"duration"		"0"
	}
	"Green"
	{
		"name"			"Зеленый"
		"color"			"0 255 0 255"
		"price"			"500"
		"duration"		"0"
	}
	"Red"
	{
		"name"			"Красный"
		"color"			"255 0 0 255"
		"price"			"500"
		"duration"		"0"
	}
	"Blue"
	{
		"name"			"Синий"
		"color"			"0 0 255 255"
		"price"			"500"
		"duration"		"0"
	}
}