BEGIN Object    
    Name                 ChurchAlter
    Width                2  
    ConstructionTime     3.00000  
    MoveSpeedFactor      0.500000  
    Toughness            10.0000  
    Price                -800
    Research             Religion  
    NumSlots             2
    Group                StaticObject  
    BlockedBy            Wall  
    BlockedBy            StaticObject  
    BlockedBy            UtilityStation  
    Sprite                               ChurchAltar   
        MadeOf               Wood
    Properties           StaticObject
 
END
 
BEGIN Object
    Name                 ChurchWindow  
    ConstructionTime     3.00000  
    MoveSpeedFactor      0.500000  
    Toughness            20.0000  
    Price                -200
    Research             Religion  
    Group                StaticObject  
    BlockedBy            StaticObject  
    BlockedBy            UtilityStation  
    Sprite                               ChurchWindow
        MadeOf               HollowMetal
    Properties           StaticObject
   
END
 
BEGIN Object    
    Name                 ChurchStatue
    Width                1  
    ConstructionTime     3.00000  
    MoveSpeedFactor      0.500000  
    Toughness            10.0000  
    Price                -800
    Research             Religion  
    Group                StaticObject  
    BlockedBy            Wall  
    BlockedBy            StaticObject  
    BlockedBy            UtilityStation  
    Sprite                               ChurchStatue
    RotateType 		4
        MadeOf               Stone
    Properties           StaticObject
 
END
 
BEGIN Object
    Name                 ChurchCandles
    Width                1  
    ConstructionTime     3.00000  
    MoveSpeedFactor      0.500000  
    Toughness            10.0000  
    Price                -800
    Research             Religion  
    Group                StaticObject  
    BlockedBy            Wall  
    BlockedBy            StaticObject  
    BlockedBy            UtilityStation  
    Sprite                               Candelabra
        MadeOf               Stone
    Properties           StaticObject
   
END
 
BEGIN Object    
    Name                 ChurchPew  
    Width                4  
    ConstructionTime     1.00000  
    MoveSpeedFactor      0.500000  
    Toughness            20.0000  
    Price                -200
    Research             Religion  
    NumSlots             4  
    Group                StaticObject  
    BlockedBy            Wall  
    BlockedBy            StaticObject  
    BlockedBy            UtilityStation    
    Sprite                               ChurchPew
        MadeOf               Wood
    Properties           StaticObject
 
END
 
BEGIN Object    
    Name                 Priest  
    Price                -1000
    RenderDepth          2
    Toughness            5
    ViewRange            3
    BlockedBy            Wall  
    BlockedBy            StaticObject  
    BlockedBy            UtilityStation  
    Research             Religion
    Sprite               Priest
    Properties           Entity
    Properties           Administrator    
    Properties           Staff
    Equipment            Clipboard
END
 
BEGIN Room      
    Name                 Chapel
    Research             Religion
    BEGIN Requirement Type MinimumSize  x 7  y 7  END
    BEGIN Requirement Type Enclosed END
    BEGIN Requirement Type Indoor  END
    BEGIN Requirement Type Object  Id ChurchPew  END
    BEGIN Requirement Type Object  Id ChurchAlter  END
    BEGIN LikelyObject Id ChurchCandles END
    BEGIN LikelyObject Id ChurchStatue END
    BEGIN LikelyObject Id ChurchWindows END
END