module SZ
 {

craftRecipe Unlock Lab Briefcase L4-SP1
    {
	OnCreate = RecipeCodeOnCreate.SZ_LB1_L,
	timedAction = Making,
       Time = 10,
	tags = InHandCraft,
       Category = SZ,
		inputs
		{
			item 1 [SZ.SZ_SecKey1;SZ.SZ_SecKey8] mode:keep,
			item 1 [SZ.SZ_LabBriefcase1_Locked],
		}
		outputs
		{
			item 1 SZ.SZ_LabBriefcase1_Open,
			item 1 SZ_Labs.SZ_LabTest01D,
        	item 1 SZ_Labs.SZ_LabTest02D,
        	item 1 SZ_Labs.SZ_LabTest03D,
		}
    }

craftRecipe Unlock Lab Briefcase L4-SP2
    {
	tags = InHandCraft,
	timedAction = Making,      
       Time = 10,
       OnCreate = Recipe.OnCreate.SZ_LB2_L,
       Category = SZ,
		inputs
		{
			item 1 [SZ.SZ_SecKey2] mode:keep,
			item 1 [SZ.SZ_LabBriefcase2_Locked],
		}
		outputs
		{
			item 1 SZ.SZ_LabBriefcase1_Open,
			item 1 SZ_Labs.SZ_LabTest09D,
			item 1 SZ_Labs.SZ_LabTest11D,
			item 1 SZ_Labs.SZ_LabTest14D,
			item 1 SZ_Labs.SZ_LabTest10D,
			item 1 SZ_Labs.SZ_LabTest12D,
			item 1 SZ_Labs.SZ_LabTest13D,
		}
    }

craftRecipe Unlock Lab Briefcase L4-SP3
    {

	Tags = InHandCraft,
	timedAction = Making,
       Time = 10,
       OnCreate = Recipe.OnCreate.SZ_LB3_L,
       Category = SZ,
		inputs
		{
			item 1 [SZ.SZ_SecKey3] mode:keep,
			item 1 [SZ.SZ_LabBriefcase3_Locked],
		}
		outputs
		{
			item 1 SZ.SZ_LabBriefcase1_Open,
			item 1 SZ_Labs.SZ_LabTest07D,
    			item 1 SZ_Labs.SZ_LabTest08D,
    			item 1 SZ_Labs.SZ_LabTest06D,
    			item 1 SZ_Labs.SZ_LabTest05D,
		}
    }

craftRecipe Unlock Lab Briefcase L4-SP4
    {

	Tags = InHandCraft,
	timedAction = Making,
       Time = 10,
       OnCreate = Recipe.OnCreate.SZ_LB4_L,
       Category = SZ,
		inputs
		{
			item 1 [SZ.SZ_SecKey4] mode:keep,
			item 1 [SZ.SZ_LabBriefcase4_Locked],
		}
		outputs
		{
			item 1 SZ.SZ_LabBriefcase1_Open,
		}
    }
	
craftRecipe Unlock Lab Box L5-SP1
    {

       Tags = InHandCraft,
	timedAction = Making,
       Time = 10,
       OnCreate = Recipe.OnCreate.SZ_SLB1_L,
       Category = SZ,
		inputs
		{
			item 1 [SZ.SZ_SecKey5] mode:keep,
			item 1 [SZ.SZ_SmallLabBox1_Locked],
		}
		outputs
		{
			item 1 SZ.SZ_SmallLabBox1_Open,
			item 1 SZ_Labs.SZ_LabTest05,
		}
    }
	
craftRecipe Unlock Lab Box L5-SP2
    {
       Tags = InHandCraft,
	timedAction = Making,
       Time = 10,
       OnCreate = Recipe.OnCreate.SZ_SLB2_L,
       Category = SZ,
		inputs
		{
			item 1 [SZ.SZ_SecKey6] mode:keep,
			item 1 [SZ.SZ_SmallLabBox2_Locked],
		}
		outputs
		{
			item 1 SZ.SZ_SmallLabBox1_Open,
			item 1 SZ_Labs.SZ_LabTest06,
		}
    }
	
craftRecipe Unlock Lab Box L5-SP3
    {
       Tags = InHandCraft,
	timedAction = Making,
       Time = 10,
       OnCreate = Recipe.OnCreate.SZ_SLB3_L,
       Category = SZ,
		inputs
		{
			item 1 [SZ.SZ_SecKey7] mode:keep,
			item 1 [SZ.SZ_SmallLabBox3_Locked],
		}
		outputs
		{
			item 1 SZ.SZ_SmallLabBox1_Open,
			item 1 SZ_Labs.SZ_LabTest15,
		}
    }

}