module BabiesRecipes
{
	import
	{
		Base,
	}

	/* recipe Create Baby Food Veg
	{
		EmptyJar,
		JarLid,
		Carrots/farming.Potato/Pumpkin/Broccoli/RedRadish/Tomato/Cabbage;15,
		Result: BabyFoodVeg,
		Time: 200,
		Category: Cooking,
		OnGiveXP: Recipe.OnGiveXP.Cooking10,
		SkillRequired: Cooking=3,
	} */


	recipe Open Spiffo Baby Food
	{
		Baby_ClosedFoodJarApple,
		Result: Baby_OpenFoodJarApple,
		Time: 50.0,
		CanBeDoneFromFloor: true,
		Category: Cooking,
		OnGiveXP: Recipe.OnGiveXP.None,
		Sound: PutItemInBag,
		OnCreate: BabiesRecipe.OnCreate.OpenBabyFoodJar,		
	}

	recipe Open Spiffo Baby Food
	{
		Baby_ClosedFoodJarBanana,
		Result: Baby_OpenFoodJarBanana,
		Time: 50.0,
		CanBeDoneFromFloor: true,
		Category: Cooking,
		OnGiveXP: Recipe.OnGiveXP.None,
		Sound: PutItemInBag,
		OnCreate: BabiesRecipe.OnCreate.OpenBabyFoodJar,		
	}

	recipe Open Spiffo Baby Food
	{
		Baby_ClosedFoodJarPear,
		Result: Baby_OpenFoodJarPear,
		Time: 50.0,
		CanBeDoneFromFloor: true,
		Category: Cooking,
		OnGiveXP: Recipe.OnGiveXP.None,
		Sound: PutItemInBag,
		OnCreate: BabiesRecipe.OnCreate.OpenBabyFoodJar,		
	}

	recipe Open Spiffo Baby Food
	{
		Baby_ClosedFoodJarVeal,
		Result: Baby_OpenFoodJarVeal,
		Time: 50.0,
		CanBeDoneFromFloor: true,
		Category: Cooking,
		OnGiveXP: Recipe.OnGiveXP.None,
		Sound: PutItemInBag,
		OnCreate: BabiesRecipe.OnCreate.OpenBabyFoodJar,		
	}

	recipe Open Spiffo Baby Food
	{
		Baby_ClosedFoodJarPeas,
		Result: Baby_OpenFoodJarPeas,
		Time: 50.0,
		CanBeDoneFromFloor: true,
		Category: Cooking,
		OnGiveXP: Recipe.OnGiveXP.None,
		Sound: PutItemInBag,
		OnCreate: BabiesRecipe.OnCreate.OpenBabyFoodJar,		
	}

	recipe Open Spiffo Baby Food
	{
		Baby_ClosedFoodJarHamburger,
		Result: Baby_OpenFoodJarHamburger,
		Time: 50.0,
		CanBeDoneFromFloor: true,
		Category: Cooking,
		OnGiveXP: Recipe.OnGiveXP.None,
		Sound: PutItemInBag,
		OnCreate: BabiesRecipe.OnCreate.OpenBabyFoodJar,		
	}

	recipe Open Spiffo Baby Food
	{
		Baby_ClosedFoodJarCarrot,
		Result: Baby_OpenFoodJarCarrot,
		Time: 50.0,
		CanBeDoneFromFloor: true,
		Category: Cooking,
		OnGiveXP: Recipe.OnGiveXP.None,
		Sound: PutItemInBag,
		OnCreate: BabiesRecipe.OnCreate.OpenBabyFoodJar,		
	}

	recipe Open Spiffo Baby Food
	{
		Baby_ClosedFoodJarSalmon,
		Result: Baby_OpenFoodJarSalmon,
		Time: 50.0,
		CanBeDoneFromFloor: true,
		Category: Cooking,
		OnGiveXP: Recipe.OnGiveXP.None,
		Sound: PutItemInBag,
		OnCreate: BabiesRecipe.OnCreate.OpenBabyFoodJar,		
	}

	recipe Create Biberon
	{
		Gloves_Surgical,
		BeerEmpty/WaterBottleEmpty/WineEmpty/WineEmpty2,
		DuctTape;5,
		keep [Recipe.GetItemTypes.Scissors],

		Result: Empty_Biberon,
		Time: 500.0,
		CanBeDoneFromFloor: true,
		Category: Cooking,
		Sound: PutItemInBag,
	}

	recipe Create Diaper
	{
		AlcoholRippedSheets = 3,

		Result: Diaper,
		Sound: ClothesRipping,
		Time: 500.0,
		Category: Tailoring,
		CanBeDoneFromFloor: true,
	}

	recipe Create Biberon with Milk
	{
		Baby_formula;2,
		Empty_Biberon,
		Water;1,

		Result: Biberon_milk,
		Time: 500.0,
		Category: Cooking,
		OnGiveXP: Recipe.OnGiveXP.None,
		Sound: PourWaterIntoObject,
	}


	recipe Clean Biberon
	{
		Biberon_milk/Biberon_rotten,
		Water;3,
		Result: Empty_Biberon,
		Time: 600.0,
		CanBeDoneFromFloor: true,
		Category: Cooking,
		Sound: PutItemInBag,
	}

	recipe Create Biberon with Strawberry Juice
	{
		Strewberrie=2,
		Water;1,
		Empty_Biberon,
		keep [Recipe.GetItemTypes.Spoon],

		Result: Biberon_strawberry,
		Time: 300.0,
		Category: Cooking,
		Sound: PourWaterIntoObject,
	}

	recipe Create Biberon with Blueberry Juice
	{
		BerryBlue=2,
		Water;1,
		Empty_Biberon,
		keep [Recipe.GetItemTypes.Spoon],

		Result: Biberon_blueberry,
		Time: 300.0,
		Category: Cooking,
		Sound: PourWaterIntoObject,
	}

	recipe Create Biberon with Carrot Juice
	{
		Carrots=2,
		Water;1,
		Empty_Biberon,
		keep [Recipe.GetItemTypes.Spoon],

		Result: Biberon_carrot,
		Time: 300.0,
		Category: Cooking,
		Sound: PourWaterIntoObject,
	}

	recipe Create Broccoli Puree Bowl
	{
		farming.Potato=2,
		Broccoli=1,
		Base.Bowl,
		keep [Recipe.GetItemTypes.Fork],

		Result: Baby_foodBowlBroccoli,
		Time: 400.0,
		Category: Cooking,
		Sound: PutItemInBag,
	}

	recipe Create Meat Puree Bowl
	{
		farming.Potato=2,
		Chicken;5,
		Base.Bowl,
		keep [Recipe.GetItemTypes.Fork],

		Result: Baby_foodBowlMeat,
		Time: 400.0,
		Category: Cooking,
		Sound: PutItemInBag,
	}

	recipe Create Fish Puree Bowl
	{
		farming.Potato=2,
		Base.FishFillet;5,
		Carrots=2,
		Base.Bowl,
		keep [Recipe.GetItemTypes.Fork],

		Result: Baby_foodBowlFish,
		Time: 400.0,
		Category: Cooking,
		Sound: PutItemInBag,
	}

	recipe Create Carrot Puree Bowl
	{
		farming.Potato=2,
		Carrots=2,
		Base.Bowl,
		keep [Recipe.GetItemTypes.Fork],

		Result: Baby_foodBowlCarrot,
		Time: 400.0,
		Category: Cooking,
		Sound: PutItemInBag,
	}

	recipe Create Strawberry Puree Bowl
	{
		Strewberrie=2,
		Base.Bowl,
		keep [Recipe.GetItemTypes.Spoon],

		Result: Baby_foodBowlStrawberry,
		Time: 300.0,
		Category: Cooking,
		Sound: PutItemInBag,
	}

	recipe Create Blueberry Puree Bowl
	{
		BerryBlue=2,
		Base.Bowl,
		keep [Recipe.GetItemTypes.Spoon],

		Result: Baby_foodBowlBlueberry,
		Time: 300.0,
		Category: Cooking,
		Sound: PutItemInBag,
	}

	recipe Feed Baby
	{	
		Biberon_milk/Biberon_blueberry/Biberon_carrot/Biberon_strawberry,
		keep Baby_01/Baby_02/Baby_03/Baby_07/Baby_08/Baby_09/Baby_10/Baby_11/Baby_12/Baby_13/Baby_14/Baby_01_b/Baby_02_b/Baby_03_b/Baby_07_b/Baby_08_b/Baby_09_b/Baby_10_b/Baby_11_b/Baby_12_b,
		Result: Empty_Biberon,
		Time: 1000.0,
		CanBeDoneFromFloor: false,
		Category: Cooking,
		Sound: Feed,
		Prop2: Source=2,
		Prop1: Source=1,
		StopOnWalk: false,
		AnimNode: FeedBaby,
		OnCreate: BabiesRecipe.OnCreate.FeedBaby,
	}

	recipe Feed Baby
	{	
		Baby_foodBowlBlueberry/Baby_foodBowlBroccoli/Baby_foodBowlCarrot/Baby_foodBowlFish/Baby_foodBowlMeat/Baby_foodBowlStrawberry/Baby_foodJar,
		keep Baby_01/Baby_02/Baby_03/Baby_07/Baby_08/Baby_09/Baby_10/Baby_11/Baby_12/Baby_13/Baby_14/Baby_01_b/Baby_02_b/Baby_03_b/Baby_07_b/Baby_08_b/Baby_09_b/Baby_10_b/Baby_11_b/Baby_12_b,
		keep Base.Spoon,
		Result: Base.Bowl,
		Time: 1000.0,
		CanBeDoneFromFloor: false,
		Category: Cooking,
		Sound: FeedSpoon,
		Prop2: Source=2,
		Prop1: Base.Spoon,
		StopOnWalk: false,
		AnimNode: FeedBabySpoon,
		OnCreate: BabiesRecipe.OnCreate.FeedBaby,
	}

	recipe Feed Baby
	{	
		Baby_OpenFoodJarApple/Baby_OpenFoodJarBanana/Baby_OpenFoodJarCarrot/Baby_OpenFoodJarHamburger/Baby_OpenFoodJarPear/Baby_OpenFoodJarPear/Baby_OpenFoodJarPeas/Baby_OpenFoodJarSalmon/Baby_OpenFoodJarVeal,
		keep Baby_01/Baby_02/Baby_03/Baby_07/Baby_08/Baby_09/Baby_10/Baby_11/Baby_12/Baby_13/Baby_14/Baby_01_b/Baby_02_b/Baby_03_b/Baby_07_b/Baby_08_b/Baby_09_b/Baby_10_b/Baby_11_b/Baby_12_b,
		keep Base.Spoon,
		Result: Base.EmptyJar,
		Time: 1000.0,
		CanBeDoneFromFloor: false,
		Category: Cooking,
		Sound: FeedSpoon,
		Prop2: Source=2,
		Prop1: Base.Spoon,
		StopOnWalk: false,
		AnimNode: FeedBabySpoon,
		OnCreate: BabiesRecipe.OnCreate.FeedBaby,
	}


	recipe Baby carrier
	{
		RippedSheets = 3,
		DenimStrips = 4,
		LeatherStrips = 2,
		Thread = 2,
		keep Needle/SutureNeedle,
		keep Scissors,

		Result: Baby_carrier_blue_floor,
		Category: Tailoring,
		SkillRequired: Tailoring=4,
		Time: 600.0,
		CanBeDoneFromFloor: true,
		Sound: PutItemInBag,
	}

	/* Put Baby in carrier - Baby 01 */
	recipe Put Baby in carrier
	{
		Baby_carrier_blue_floor,
		Baby_01/Baby_04/Baby_07/Baby_10,
		Category: General,
		Result: Baby_carrier_blue_baby_01,
		Time: 50.0,
		CanBeDoneFromFloor: true,
		Sound: PutItemInBag,
		OnCreate: BabiesRecipe.OnCreate.PutBabyInCarrier,
	}

	/* Put Baby in carrier - Baby 02 */
	recipe Put Baby in carrier
	{
		Baby_carrier_blue_floor,
		Baby_02/Baby_05/Baby_08/Baby_11,
		Result: Baby_carrier_blue_baby_02,
		Category: General,
		Time: 50.0,
		CanBeDoneFromFloor: true,
		Sound: PutItemInBag,
		OnCreate: BabiesRecipe.OnCreate.PutBabyInCarrier,
	}

	/* Put Baby in carrier - Baby 03 */
	recipe Put Baby in carrier
	{
		Baby_carrier_blue_floor,
		Baby_03/Baby_06/Baby_09/Baby_12,
		Result: Baby_carrier_blue_baby_03,
		Category: General,
		Time: 50.0,
		CanBeDoneFromFloor: true,
		Sound: PutItemInBag,
		OnCreate: BabiesRecipe.OnCreate.PutBabyInCarrier,
	}

	/* Put Baby in carrier - Baby 04 */
	recipe Put Baby in carrier
	{
		Baby_carrier_blue_floor,
		Baby_13/Baby_14,
		Result: Baby_carrier_blue_baby_04,
		Category: General,
		Time: 50.0,
		CanBeDoneFromFloor: true,
		Sound: PutItemInBag,
		OnCreate: BabiesRecipe.OnCreate.PutBabyInCarrier,
	}

	/* Take Baby from carrier */
	recipe Take Baby from carrier
	{
		Baby_carrier_blue_baby_01,
		Result: Baby_01,
		Category: General,
		Time: 50.0,
		CanBeDoneFromFloor: true,
		Sound: PutItemInBag,
		OnCreate: BabiesRecipe.OnCreate.GetCarrier,
	}

	recipe Take Baby from carrier
	{
		Baby_carrier_blue_baby_02,
		Result: Baby_02,
		Category: General,
		Time: 50.0,
		CanBeDoneFromFloor: true,
		Sound: PutItemInBag,
		OnCreate: BabiesRecipe.OnCreate.GetCarrier,
	}

	recipe Take Baby from carrier
	{
		Baby_carrier_blue_baby_03,
		Result: Baby_03,
		Category: General,
		Time: 50.0,
		CanBeDoneFromFloor: true,
		Sound: PutItemInBag,
		OnCreate: BabiesRecipe.OnCreate.GetCarrier,
	}

	recipe Take Baby from carrier
	{
		Baby_carrier_blue_baby_04,
		Result: Baby_13,
		Category: General,
		Time: 50.0,
		CanBeDoneFromFloor: true,
		Sound: PutItemInBag,
		OnCreate: BabiesRecipe.OnCreate.GetCarrier,
	}

	/* Convert carrier to backpack */
	recipe Convert carrier in backpack
	{
		Baby_carrier_blue_floor,
		Result: Baby_carrier_floor_bkp,
		Category: General,
		Time: 50.0,
		CanBeDoneFromFloor: true,
		Sound: PutItemInBag,
	}

	recipe Convert backpack in carrier
	{
		Baby_carrier_floor_bkp,
		Result: Baby_carrier_blue_floor,
		Category: General,
		Time: 50.0,
		CanBeDoneFromFloor: true,
		Sound: PutItemInBag,
	}

	/* Put Baby in backpack */
	recipe Put Baby in backpack
	{
		Baby_carrier_floor_bkp,
		Baby_01/Baby_04/Baby_07/Baby_10,
		Result: Baby_carrier_blue_baby_01_bkp,
		Category: General,
		Time: 50.0,
		CanBeDoneFromFloor: true,
		Sound: PutItemInBag,
		OnCreate: BabiesRecipe.OnCreate.PutBabyInBackpack,
	}

	recipe Put Baby in backpack
	{
		Baby_carrier_floor_bkp,
		Baby_02/Baby_05/Baby_08/Baby_11,
		Result: Baby_carrier_blue_baby_02_bkp,
		Category: General,
		Time: 50.0,
		CanBeDoneFromFloor: true,
		Sound: PutItemInBag,
		OnCreate: BabiesRecipe.OnCreate.PutBabyInBackpack,
	}

	recipe Put Baby in backpack
	{
		Baby_carrier_floor_bkp,
		Baby_03/Baby_06/Baby_09/Baby_12,
		Result: Baby_carrier_blue_baby_03_bkp,
		Category: General,
		Time: 50.0,
		CanBeDoneFromFloor: true,
		Sound: PutItemInBag,
		OnCreate: BabiesRecipe.OnCreate.PutBabyInBackpack,
	}

	recipe Put Baby in backpack
	{
		Baby_carrier_floor_bkp,
		Baby_13/Baby_14,
		Result: Baby_carrier_blue_baby_04_bkp,
		Category: General,
		Time: 50.0,
		CanBeDoneFromFloor: true,
		Sound: PutItemInBag,
		OnCreate: BabiesRecipe.OnCreate.PutBabyInBackpack,
	}

	/* Take Baby from backpack */
	recipe Take Baby from backpack
	{
		Baby_carrier_blue_baby_01_bkp,
		Result: Baby_01,
		Category: General,
		Time: 50.0,
		CanBeDoneFromFloor: true,
		Sound: PutItemInBag,
		OnCreate: BabiesRecipe.OnCreate.GetBackPack,
	}

	recipe Take Baby from backpack
	{
		Baby_carrier_blue_baby_02_bkp,
		Result: Baby_02,
		Category: General,
		Time: 50.0,
		CanBeDoneFromFloor: true,
		Sound: PutItemInBag,
		OnCreate: BabiesRecipe.OnCreate.GetBackPack,
	}

	recipe Take Baby from backpack
	{
		Baby_carrier_blue_baby_03_bkp,
		Result: Baby_03,
		Category: General,
		Time: 50.0,
		CanBeDoneFromFloor: true,
		Sound: PutItemInBag,
		OnCreate: BabiesRecipe.OnCreate.GetBackPack,
	}

	recipe Take Baby from backpack
	{
		Baby_carrier_blue_baby_04_bkp,
		Result: Baby_13,
		Category: General,
		Time: 50.0,
		CanBeDoneFromFloor: true,
		Sound: PutItemInBag,
		OnCreate: BabiesRecipe.OnCreate.GetBackPack,
	}

	/* Baby positions */
	recipe Sitted
	{
		Baby_01/Baby_10,
		Result: Baby_07,
		Time: 10.0,
		CanBeDoneFromFloor: true,
		Sound: PutItemInBag,
		OnCreate: BabiesRecipe.OnCreate.KeepName,
	}

	recipe Crawling
	{
		Baby_01/Baby_07,
		Result: Baby_10,
		Time: 10.0,
		CanBeDoneFromFloor: true,
		Sound: PutItemInBag,
		OnCreate: BabiesRecipe.OnCreate.KeepName,
	}

	recipe Lying
	{
		Baby_10/Baby_07,
		Result: Baby_01,
		Time: 10.0,
		CanBeDoneFromFloor: true,
		Sound: PutItemInBag,
		OnCreate: BabiesRecipe.OnCreate.KeepName,
	}

	recipe Sitted
	{
		Baby_02/Baby_11,
		Result: Baby_08,
		Time: 10.0,
		CanBeDoneFromFloor: true,
		Sound: PutItemInBag,
		OnCreate: BabiesRecipe.OnCreate.KeepName,
	}

	recipe Crawling
	{
		Baby_02/Baby_08,
		Result: Baby_11,
		Time: 10.0,
		CanBeDoneFromFloor: true,
		Sound: PutItemInBag,
		OnCreate: BabiesRecipe.OnCreate.KeepName,
	}

	recipe Lying
	{
		Baby_11/Baby_08,
		Result: Baby_02,
		Time: 10.0,
		CanBeDoneFromFloor: true,
		Sound: PutItemInBag,
		OnCreate: BabiesRecipe.OnCreate.KeepName,
	}

	recipe Sitted
	{
		Baby_03/Baby_12,
		Result: Baby_09,
		Time: 10.0,
		CanBeDoneFromFloor: true,
		Sound: PutItemInBag,
		OnCreate: BabiesRecipe.OnCreate.KeepName,
	}

	recipe Crawling
	{
		Baby_03/Baby_09,
		Result: Baby_12,
		Time: 10.0,
		CanBeDoneFromFloor: true,
		Sound: PutItemInBag,
		OnCreate: BabiesRecipe.OnCreate.KeepName,
	}

	recipe Lying
	{
		Baby_12/Baby_09,
		Result: Baby_03,
		Time: 10.0,
		CanBeDoneFromFloor: true,
		Sound: PutItemInBag,
		OnCreate: BabiesRecipe.OnCreate.KeepName,
	}

	/* Bear variants */
	recipe Sitted
	{
		Baby_01_b/Baby_10_b,
		Result: Baby_07_b,
		Time: 10.0,
		CanBeDoneFromFloor: true,
		Sound: PutItemInBag,
		OnCreate: BabiesRecipe.OnCreate.KeepName,
	}

	recipe Crawling
	{
		Baby_01_b/Baby_07_b,
		Result: Baby_10_b,
		Time: 10.0,
		CanBeDoneFromFloor: true,
		Sound: PutItemInBag,
		OnCreate: BabiesRecipe.OnCreate.KeepName,
	}

	recipe Lying
	{
		Baby_10_b/Baby_07_b,
		Result: Baby_01_b,
		Time: 10.0,
		CanBeDoneFromFloor: true,
		Sound: PutItemInBag,
		OnCreate: BabiesRecipe.OnCreate.KeepName,
	}

	recipe Sitted
	{
		Baby_02_b/Baby_11_b,
		Result: Baby_08_b,
		Time: 10.0,
		CanBeDoneFromFloor: true,
		Sound: PutItemInBag,
		OnCreate: BabiesRecipe.OnCreate.KeepName,
	}

	recipe Crawling
	{
		Baby_02_b/Baby_08_b,
		Result: Baby_11_b,
		Time: 10.0,
		CanBeDoneFromFloor: true,
		Sound: PutItemInBag,
		OnCreate: BabiesRecipe.OnCreate.KeepName,
	}

	recipe Lying
	{
		Baby_11_b/Baby_08_b,
		Result: Baby_02_b,
		Time: 10.0,
		CanBeDoneFromFloor: true,
		Sound: PutItemInBag,
		OnCreate: BabiesRecipe.OnCreate.KeepName,
	}

	recipe Sitted
	{
		Baby_03_b/Baby_12_b,
		Result: Baby_09_b,
		Time: 10.0,
		CanBeDoneFromFloor: true,
		Sound: PutItemInBag,
		OnCreate: BabiesRecipe.OnCreate.KeepName,
	}

	recipe Crawling
	{
		Baby_03_b/Baby_09_b,
		Result: Baby_12_b,
		Time: 10.0,
		CanBeDoneFromFloor: true,
		Sound: PutItemInBag,
		OnCreate: BabiesRecipe.OnCreate.KeepName,
	}

	recipe Lying
	{
		Baby_12_b/Baby_09_b,
		Result: Baby_03_b,
		Time: 10.0,
		CanBeDoneFromFloor: true,
		Sound: PutItemInBag,
		OnCreate: BabiesRecipe.OnCreate.KeepName,
	}

	/* 5-6 years old */
	recipe Sitted
	{
		Baby_14,
		Result: Baby_13,
		Time: 10.0,
		CanBeDoneFromFloor: true,
		Sound: PutItemInBag,
		OnCreate: BabiesRecipe.OnCreate.KeepName,
	}

	recipe Crawling
	{
		Baby_13,
		Result: Baby_14,
		Time: 10.0,
		CanBeDoneFromFloor: true,
		Sound: PutItemInBag,
		OnCreate: BabiesRecipe.OnCreate.KeepName,
	}

	/* 5-6 years old variants */
	recipe Sitted
	{
		Baby_5WW/Baby_5Wlying,
		Result: Baby_5Wsitt,
		Time: 10.0,
		CanBeDoneFromFloor: true,
		Sound: PutItemInBag,
		OnCreate: BabiesRecipe.OnCreate.KeepName,
	}

	recipe Standing
	{
		Baby_5Wsitt/Baby_5Wlying,
		Result: Baby_5WW,
		Time: 10.0,
		CanBeDoneFromFloor: true,
		Sound: PutItemInBag,
		OnCreate: BabiesRecipe.OnCreate.KeepName,
	}

	recipe Lying
	{
		Baby_5WW/Baby_5Wsitt,
		Result: Baby_5Wlying,
		Time: 10.0,
		CanBeDoneFromFloor: true,
		Sound: PutItemInBag,
		OnCreate: BabiesRecipe.OnCreate.KeepName,
	}

	recipe Sitted
	{
		Baby_5WB/Baby_5Blying,
		Result: Baby_5Bsitt,
		Time: 10.0,
		CanBeDoneFromFloor: true,
		Sound: PutItemInBag,
		OnCreate: BabiesRecipe.OnCreate.KeepName,
	}

	recipe Standing
	{
		Baby_5Bsitt/Baby_5Blying,
		Result: Baby_5WB,
		Time: 10.0,
		CanBeDoneFromFloor: true,
		Sound: PutItemInBag,
		OnCreate: BabiesRecipe.OnCreate.KeepName,
	}

	recipe Lying
	{
		Baby_5WB/Baby_5Bsitt,
		Result: Baby_5Blying,
		Time: 10.0,
		CanBeDoneFromFloor: true,
		Sound: PutItemInBag,
		OnCreate: BabiesRecipe.OnCreate.KeepName,
	}

	/* Moveables */
	recipe Make Crib
	{
		keep [Recipe.GetItemTypes.Hammer],
		WoodenStick = 6,
		Mattress = 1,
		Nails = 12,
		Plank = 4,
		Time: 250,
		SkillRequired: Carpentry=5,
		Result: babiesTiles_0,
		Category: Carpentry,
	}

	recipe Make Toy Crate
	{
		keep [Recipe.GetItemTypes.Hammer],
		Plank = 5,
		Nails = 8,
		Time: 250,
		SkillRequired: Carpentry=4,
		Result: Moveables.babiesTiles_8,
		Category: Carpentry,
	}
}
