
BEGIN ProductionRule       
    Rule                 Storage
    Material             RawPotato  
    Container            PreparationTable
    Distribution         Random  
END

BEGIN ProductionRule       
    Rule                 Storage
    Material             RawCabbage
    Container            PreparationTable
    Distribution         Random  
END

BEGIN Processor
    Processor           PreparationTable
    Input               RawPotato
    Output              Ingredients
    OutputCount         1
    OperatingTime       15.0
    Properties          ShowDuringOperation
    Object              PreparationTable
    Worker              Cook
    Worker              Prisoner
    Qualification       KitchenInduction
END

BEGIN Processor
    Processor           PreparationTable
    Input               RawCabbage
    Output              Ingredients
    OutputCount         1
    OperatingTime       15.0
    Properties          ShowDuringOperation
    Object              PreparationTable
    Worker              Cook
    Worker              Prisoner
    Qualification       KitchenInduction
END
