"human_class"
{
	"Human Normal"			// Уникальный идентефикатор
	{
		"enabled"			"1"	// Вклчюить класс
		
		"model"				""	// Путь до модели
		"description"		"Normal human class"	// Описание
		"health"			"100"	// Количество здоровья
		"gravity"			"1.0"	// Гравитация
		"speed"				"1.0"	// Скорость
		"color"				"255 255 255 255"	// RGBA цвет
		"lasermine_color"	"0 0 255 255" // RGBA цвет для лазера от мины
		
		"translation"	// Секция переводов
		{
			"display"	// Секция переводов для названия класса
			{
				"ru"		"Стандартный человек"
			}
			"description"	// 	// Секция переводов для описания класса
			{
				"ru"		"Стандартный человечек"
			}
		}
	}
	"Human Light"
	{
		"enabled"			"1"
		
		"model"				""
		"description"		"-Speed, +Jump"
		"health"			"100"
		"gravity"			"0.5"
		"speed"				"0.8"
		"color"				"255 255 255 255"
		"lasermine_color"	"255 255 255 255"
		
		"translation"
		{
			"display"
			{
				"ru"		"Лёгкий"
			}
			"description"
			{
				"ru"		"Прыгучий, но медленный"
			}
		}
	}
	"Human Speedy"
	{
		"enabled"			"1"
		
		"model"				""
		"description"		"+Speed, -Jump"
		"health"			"100"
		"gravity"			"1.2"
		"speed"				"1.3"
		"color"				"255 255 255 255"
		"lasermine_color"	"0 255 0 255"
		
		"translation"
		{
			"display"
			{
				"ru"		"Скоростной"
			}
			"description"
			{
				"ru"		"Очень быстрый, удобно удирать от зомбей!"
			}
		}
	}
}