module Base
{
	item Mov_AntiqueStoveOpen
	{
		DisplayCategory = Furniture,
		Type = Moveable,
		Icon = default,
		Weight = 0.5,
		DisplayName = Antique Stove,
		WorldObjectSprite = ct_oac_appliances_cooking_01_16,
	}
	
	item Mov_BlackBBQOpen
	{
		DisplayCategory = Furniture,
		Type = Moveable,
		Icon = default,
		Weight = 0.5,
		DisplayName = Hector Lopez Barbecue,
		WorldObjectSprite = ct_oac_appliances_cooking_01_44,
	}
	
	item Mov_GreenOvenOpen
	{
		DisplayCategory = Furniture,
		Type = Moveable,
		Icon = default,
		Weight = 0.5,
		DisplayName = Green Oven,
		WorldObjectSprite = ct_oac_appliances_cooking_01_1,
	}
	
	item Mov_GreyOvenOpen
	{
		DisplayCategory = Furniture,
		Type = Moveable,
		Icon = default,
		Weight = 0.5,
		DisplayName = Gray Oven,
		WorldObjectSprite = ct_oac_appliances_cooking_01_5,
	}
	
	item Mov_IndustrialOvenOpen
	{
		DisplayCategory = Furniture,
		Type = Moveable,
		Icon = default,
		Weight = 0.5,
		DisplayName = Industrial Oven,
		WorldObjectSprite = ct_oac_appliances_cooking_01_21,
	}
	
	item Mov_MicrowaveOpen
	{
		DisplayCategory = Furniture,
		Type = Moveable,
		Icon = default,
		Weight = 0.5,
		DisplayName = White Microwave,
		WorldObjectSprite = ct_oac_appliances_cooking_01_24,
	}
	
	item Mov_Microwave2Open
	{
		DisplayCategory = Furniture,
		Type = Moveable,
		Icon = default,
		Weight = 0.5,
		DisplayName = Chrome Microwave,
		WorldObjectSprite = ct_oac_appliances_cooking_01_28,
	}
	
	item Mov_ModernOvenOpen
	{
		DisplayCategory = Furniture,
		Type = Moveable,
		Icon = default,
		Weight = 0.5,
		DisplayName = Modern Oven,
		WorldObjectSprite = ct_oac_appliances_cooking_01_13,
	}
	
	item Mov_RedBBQOpen
	{
		DisplayCategory = Furniture,
		Type = Moveable,
		Icon = default,
		Weight = 0.5,
		DisplayName = Barbecue,
		WorldObjectSprite = ct_oac_appliances_cooking_01_35,
	}
	
	item Mov_RedOvenOpen
	{
		DisplayCategory = Furniture,
		Type = Moveable,
		Icon = default,
		Weight = 0.5,
		DisplayName = Red Oven,
		WorldObjectSprite = ct_oac_appliances_cooking_01_9,
	}
}