BEGIN Object     
    Name                 GuardTower2
    ConstructionTime     100
    Width                4
    Height               4
    MoveSpeedFactor      0.100000
    Toughness                  100000.000000
    BlockMovement        True
    BlockVisibility      True 
    Price                -10000 
    NumSlots             1 
    Properties           Scripted 
    Group                StaticObject  
    BlockedBy            StaticObject  
    BlockedBy            UtilityStation
    Research             SniperTowers
    MadeOf               Composite
    BEGIN Sprite
        x 0
        y 0
        w 16
        h 16
        RotateType 4
    END  
    RenderDepth       10
    Properties         SlowDelivery
    Properties           StaticObject
END

BEGIN Object     
    Name                 SniperGuard
    MoveSpeedFactor      1.00000
    Toughness            10.0000  
    Price                -4000  
    RenderDepth          2  
    ViewRange            40
    BlockedBy            Wall
    BlockedBy            StaticObject  
    BlockedBy            UtilityStation  
    Research             SniperTowers
    SpriteVariants       4
    Properties           Entity
    Properties           Staff
    Properties           DoesNotTire
    Equipment            Rifle
    Properties          Scripted
    BEGIN Sprite
        x 16
        y 0
        w 2
        h 2
        RotateType 1
    END 
   BEGIN Sprite
        x 16
        y 2
        w 2
        h 2
        RotateType 1
    END
   BEGIN Sprite
        x 16
        y 4
        w 2
        h 2
        RotateType 1
    END
   BEGIN Sprite
        x 16
        y 6
        w 2
        h 2
        RotateType 1
    END 
END