
BEGIN Processor
	Processor		SewingStation
	Input			ClothSpool
	InputCount		1
	Output			Jeans
	OperatingTime	3.0
	Properties		ShowDuringOperation
	Object			SewingStation
	Worker			Prisoner
	Qualification	Manufactury
END

BEGIN Processor
	Processor		TextileMill
	Input			RawCotton
	InputCount		2
	Output			ClothSpool
	OperatingTime	3.0
	Properties		ShowDuringOperation
	Object			TextileMill
	Worker			Prisoner
	Qualification	Manufactury
END

BEGIN ProductionRule
	Rule			Storage
	Material		Jeans
	Container		Table
	MinSlotId		1
	MaxSlotId		4
	Room			Manufactury
	Distribution	Nearest
END

BEGIN ProductionRule
	Rule			Storage
	Material		Jeans
	Room			Exports
	Distribution	Nearest
END

BEGIN ProductionRule       
    Rule                 Storage
    Material             ClothSpool  
    Container            SewingStation  
    Distribution         NonCompeting  
END

BEGIN ProductionRule       
    Rule                 Storage
    Material             ClothSpool  
    Container            SewingStation  
    Distribution         OutOfStock  
END

BEGIN ProductionRule       
    Rule                 Storage
    Material             RawCotton  
    Container            TextileMill  
    Distribution         NonCompeting  
END

BEGIN ProductionRule       
    Rule                 Storage
    Material             RawCotton  
    Container            TextileMill  
    Distribution         OutOfStock  
END

BEGIN ProductionRule       
    Rule                 Storage
    Material             ClothSpool  
    Container            Table  
    Room                 Manufactury  
    Distribution         NonCompeting  
	MinSlotId		1
    MaxSlotId            4
    Condition            NotLoaded  
END

BEGIN ProductionRule       
    Rule                 Storage
    Material             ClothSpool  
    Room                 Manufactury  
    Distribution         NonCompeting  
    Condition            NotLoaded  
END

BEGIN ProductionRule       
    Rule                 Storage
    Material             Compost
    Room                 CottonPlantation 
    Distribution         NotLoaded
END

BEGIN ProductionRule       
    Rule                 Storage
    Material             RawCotton
    Container            Table
	MinSlotId		1
	MaxSlotId		4
    Room                 Manufactury
    Distribution         Random  
    Condition            NotLoaded 
END






