VERSION = 1,

option AutoGate.AutoLockGate
{
	type = boolean,
	default = true,

	page = AutoGate,
	translation = AutoGate_AutoLockGate,
}

option AutoGate.ControllerRange
{
	type = integer,
	min = 8,
	max = 50,
	default = 35,

	page = AutoGate,
	translation = AutoGate_ControllerRange,
}

option AutoGate.BatteryMaxUseCount
{
	type = integer,
	min = 10,
	max = 300,
	default = 100,

	page = AutoGate,
	translation = AutoGate_BatteryMaxUseCount,
}


option AutoGate.LevelRequirementsInstallMetalWelding
{
	type = integer,
	min = 1,
	max = 10,
	default = 4,

	page = AutoGate,
	translation = AutoGate_LevelRequirementsInstallMetalWelding,
}

option AutoGate.LevelRequirementsControllerInteraction
{
	type = integer,
	min = 1,
	max = 10,
	default = 1,

	page = AutoGate,
	translation = AutoGate_LevelRequirementsControllerInteraction,
}
opt
ion AutoGate.LevelRequirementsGateInteraction
{
	type = integer,
	min = 1,
	max = 10,
	default = 1,

	page = AutoGate,
	translation = AutoGate_LevelRequirementsGateInteraction,
}

option AutoGate.LevelRequirementsMakeControllerElectrical
{
	type = integer,
	min = 1,
	max = 10,
	default = 2,

	page = AutoGate,
	translation = AutoGate_LevelRequirementsMakeControllerElectrical,
}

option AutoGate.LevelRequirementsMakeComponentsElectrical
{
	type = integer,
	min = 1,
	max = 10,
	default = 3,

	page = AutoGate,
	translation = AutoGate_LevelRequirementsMakeComponentsElectrical,
}

option AutoGate.LevelRequirementsMakeComponentsMechanics
{
	type = integer,
	min = 1,
	max = 10,
	default = 4,

	page = AutoGate,
	translation = AutoGate_LevelRequirementsMakeComponentsMechanics,
}