
BEGIN Object     
    Name                 BarbersChair
    Width                1  
    Height               1
    ConstructionTime     10.00000  
    MoveSpeedFactor      0.750000
    Toughness            1.0000  
    MaxStackSize         4
    RenderDepth          1
    Price                -1000
    Properties           RoomSpecific
    Properties           StaticObject
    Group                StaticObject
    BlockedBy            Wall  
    BlockedBy            StaticObject  
    BlockedBy            UtilityStation
    Workgroup            Barbers 
    Sprite               SofaChair
END

BEGIN Object     
    Name                 Mirror
    Width                1  
    Height               1
    ConstructionTime     5.00000  
    MoveSpeedFactor      0.50000
    Toughness            1.0000  
    MaxStackSize         4
    RenderDepth          1
    Price                -50
    Properties           RoomSpecific
    Properties           StaticObject
    Group                StaticObject
    BlockedBy            Wall  
    BlockedBy            StaticObject  
    BlockedBy            UtilityStation
    Workgroup            Barbers
    Sprite               Mirror
END

BEGIN Object     
    Name                 CutHair
    Width                1  
    Height               1
    Toughness            1.0000  
    MaxStackSize         20
    RenderDepth          1  
    Properties           Material
    Sprite               FoodTrash3
END

BEGIN Room
    Name                Barberroom
    Research            PrisonLabour
    Properties          PrisonersCanWork
    WorkGroup           Barbers
    Qualification       ProffesionalBarbery
    BEGIN Requirement Type Object  Id Mirror  END
    BEGIN Requirement Type Object  Id BarbersChair  END

    BEGIN Requirement Type MinimumSize  x 3  y 2  END
    BEGIN Requirement Type Indoor END
    
    BEGIN Contraband  Id    Knife  END
    BEGIN Contraband  Id    Scissors  END
END

