VERSION = 1,

option VehicleRecycling.ActionTimeMultiplier
{
	type = integer, min = 1, max = 100, default = 1,
	page = VehicleRecycling, translation = VehicleRecycling_ActionTimeMultiplier,
}

option VehicleRecycling.RecyclingClaimedVehicle
{
	type = boolean, default = false,
	page = VehicleRecycling, translation = VehicleRecycling_RecyclingClaimedVehicle,
}

option VehicleRecycling.RecyclingClaimedSmashedCar
{
	type = boolean, default = true,
	page = VehicleRecycling, translation = VehicleRecycling_RecyclingClaimedSmashedCar,
}

option VehicleRecycling.RecyclingClaimedBurntCar
{
	type = boolean, default = true,
	page = VehicleRecycling, translation = VehicleRecycling_RecyclingClaimedBurntCar,
}

option VehicleRecycling.UninstallParts
{
	type = boolean, default = false,
	page = VehicleRecycling, translation = VehicleRecycling_UninstallParts,
}

option VehicleRecycling.RecyclingSmashedCar
{
	type = boolean, default = true,
	page = VehicleRecycling, translation = VehicleRecycling_RecyclingSmashedCar,
}

option VehicleRecycling.RecyclingBurntCar
{
	type = boolean, default = true,
	page = VehicleRecycling, translation = VehicleRecycling_RecyclingBurntCar,
}

option VehicleRecycling.ExceptionListRate
{
    type = string, default = Base.Car1;Base.Car2,
    page = VehicleRecycling, translation = VehicleRecycling_ExceptionListRate,
}

option VehicleRecycling.OldVersionNeededPropane
{
	type = boolean, default = false,
	page = VehicleRecycling, translation = VehicleRecycling_OldVersionNeededPropane,
}