BEGIN Object     
    Name                 Plant  
    Width                1  
    ConstructionTime     1.00000  
    MoveSpeedFactor      0.500000  
    Toughness            20.0000  
    Price                -30  
    NumSlots             1  
    Group                StaticObject  
    BlockedBy            Wall  
    BlockedBy            StaticObject  
    BlockedBy            UtilityStation  
    Sprite               TreeInPot  
    MadeOf               Wood
    Properties           StaticObject
END

BEGIN Room
    Name Garden
    Research          Groundskeeping
    BEGIN Requirement Type MinimumSize  x 5  y 5  END
    BEGIN Requirement Type Secure END
    BEGIN Requirement Type Outdoor END
    BEGIN Requirement Type Object  Id Plant  END
END



BEGIN Room
    Name                ComputerLab
    Research            Education
    BEGIN Requirement Type MinimumSize  x 6  y 6  END
    BEGIN Requirement Type Enclosed END
    BEGIN Requirement Type Indoor END
    BEGIN Requirement Type Object  Id OfficeDesk  END
END

