BEGIN Object     
    Name                 Cat 
    price                -15
    Toughness            5.0000
    Width                1
    Height               1
    MoveSpeedFactor      0.8
    RenderDepth          2
    BlockedBy            Wall
    BlockedBy            StaticObject 
    BlockedBy            UtilityStation 
    ViewRange            6
    Properties           Entity
    Properties           Scripted
    Properties		     SlowDelivery
    Tooltip              ToolTip_Cat
    BEGIN   Sprite
        x 0
        y 0  
        w 2  
        h 2 
        RotateType 1
    END
END

BEGIN Object
    Name                    LitterTray
    Price                   -500
    Toughness               50.0000
    Width                   1
    Height                  1
    ConstructionTime        10.00000
    MoveSpeedFactor         1
    RenderDepth             1
    BlockedBy               Wall
    BlockedBy               StaticObject
    BlockedBy               UtilityStation
    Properties              StaticObject
    Properties              Scripted
    Group                   StaticObject
    Teleportable            true
    BEGIN   Sprite
        x 0
        y 2  
        w 2  
        h 2 
        RotateType 0
    END
    BEGIN   Sprite
        x 2
        y 2  
        w 2  
        h 2 
        RotateType 0
    END
    BEGIN   Sprite
        x 4
        y 2  
        w 2  
        h 2 
        RotateType 0
    END
    BEGIN   Sprite
        x 6
        y 2  
        w 2  
        h 2 
        RotateType 0
    END
END