module Trex
{
    imports
	{
		Base
	}
	
	craftRecipe Makebakingtraychipshomemadetrex
	{
        timedAction = SliceFood_Surface,
		Time = 30,
		Tags = AnySurfaceCraft;Cooking,
		category = Cooking,
		inputs
		{
		    item 1 tags[SharpKnife;MeatCleaver] mode:keep flags[MayDegradeLight;IsNotDull;SharpnessCheck],
			item 1 [Base.BakingTray] mode:destroy,
            item 2 [Base.Potato] flags[InheritFoodAge;ItemCount] mode:destroy,
			item 1.0 [Base.Salt;Base.SeasoningSalt],	
		}
		outputs
		{
			item 1 Trex.CookPotatodriedTrex,
			item 3 Base.PotatoSeed,			
		}	
	}
	
	craftRecipe Getchipshomemadetrex
	{
        timedAction = Making,
		Time = 60,
		category = Cooking,
		ToolTip = Tooltip_Recipe_MustCookedGet,		
		Tags = InHandCraft;Cooking,
		inputs
		{
			item 1 [Trex.CookPotatodriedTrex] flags[IsCookedFoodItem;InheritFoodAge;ItemCount],
			item 2 [Trex.LunchbagchipsemptyTrex],
		}
		outputs
		{
			item 2 Trex.PotatodriedTrex,
			item 1 Base.BakingTray,
		}
	}	
	
	craftRecipe MakeLunchbagchipsTrex
	{
        timedAction = Making,
		Time = 20,
		Tags = InHandCraft,
        category = Tailoring,
		inputs
		{
			item 1 tags[Newspaper] mode:destroy,
			item 1 [Base.Pencil] mode:destroy,
		}
		outputs
		{
			item 2 Trex.LunchbagchipsemptyTrex,
			item 1 Base.Pencil,
		}
	}	
	
	 	 
}
