
BEGIN Object     
    Name                 BunkBed
    Height               2
    ConstructionTime     3.00000  
    MoveSpeedFactor      0.500000  
    Toughness            10.0000  
    Price                -800  
    NumSlots             2
    AttachToWall         true  
    Group                StaticObject  
    BlockedBy            Wall  
    BlockedBy            StaticOzbject  
    BlockedBy            UtilityStation 
    MadeOf               Wood
    BEGIN   Sprite
        x 0
        y 0  
        w 2
        h 5
		RotateType 1
        TopAligned true
    END
	BEGIN   Sprite
        x 3
        y 1 
        w 3
        h 4
		RotateType 1
        TopAligned false
    END
	ToolbarSprite        BedToolbar
    Properties           StaticObject
END

BEGIN Room       
    Name                 Cell  
    Capturable           true
    BEGIN Requirement Type MinimumSize  x 2  y 3  END
    BEGIN Requirement Type Enclosed END
    BEGIN Requirement Type Indoor  END
    BEGIN Requirement Type Object  Id Toilet  END
    BEGIN LikelyObject  Id       Bed    END
    BEGIN LikelyObject  Id       BunkBed  END
    BEGIN LikelyObject	Id		JailDoor		END
    BEGIN LikelyObject  Id      Bookshelf       END
END

