module Base
{
    recipe Make Jacket BlackVest
    {
        Jacket_Black/Jacket_BlackOPEN/Jacket_BlackROLL/Jacket_BlackOPENROLL,
	   keep [Recipe.GetItemTypes.SharpKnife]/[Recipe.GetItemTypes.Scissors],

        Result:Jacket_BlackVest,
        OnCreate:Recipe.OnCreate.UpdateClothingVisual,
        Sound:ClothesRipping,
        Time:50.0,
		AnimNode:RipSheets,
    }
    recipe Make Jacket LeatherWildRacoonsVest
    {
        Jacket_LeatherWildRacoons/Jacket_LeatherWildRacoonsOPEN/Jacket_LeatherWildRacoonsROLL/Jacket_LeatherWildRacoonsOPENROLL,
	   keep [Recipe.GetItemTypes.SharpKnife]/[Recipe.GetItemTypes.Scissors],

        Result:Jacket_LeatherWildRacoonsVest,
        OnCreate:Recipe.OnCreate.UpdateClothingVisual,
        Sound:ClothesRipping,
        Time:50.0,
		AnimNode:RipSheets,
    }
    recipe Make Jacket LeatherIronRodentVest
    {
        Jacket_LeatherIronRodent/Jacket_LeatherIronRodentOPEN/Jacket_LeatherIronRodentROLL/Jacket_LeatherIronRodentOPENROLL,
	   keep [Recipe.GetItemTypes.SharpKnife]/[Recipe.GetItemTypes.Scissors],

        Result:Jacket_LeatherIronRodentVest,
        OnCreate:Recipe.OnCreate.UpdateClothingVisual,
        Sound:ClothesRipping,
        Time:50.0,
		AnimNode:RipSheets,
    }
    recipe Make Jacket LeatherBarrelDogsVest
    {
        Jacket_LeatherBarrelDogs/Jacket_LeatherBarrelDogsOPEN/Jacket_LeatherBarrelDogsROLL/Jacket_LeatherBarrelDogsOPENROLL,
	   keep [Recipe.GetItemTypes.SharpKnife]/[Recipe.GetItemTypes.Scissors],

        Result:Jacket_LeatherBarrelDogsVest,
        OnCreate:Recipe.OnCreate.UpdateClothingVisual,
        Sound:ClothesRipping,
        Time:50.0,
		AnimNode:RipSheets,
    }
	
    recipe Make Shirt LumberjackVest
    {
        Shirt_Lumberjack/Shirt_LumberjackOPEN/Shirt_LumberjackROLL/Shirt_LumberjackOPENROLL,
	   keep [Recipe.GetItemTypes.SharpKnife]/[Recipe.GetItemTypes.Scissors],

        Result:Shirt_LumberjackVest,
        OnCreate:Recipe.OnCreate.UpdateClothingVisual,
        Sound:ClothesRipping,
        Time:50.0,
		AnimNode:RipSheets,
    }
    recipe Make Shirt DenimVest
    {
        Shirt_Denim/Shirt_DenimOPEN/Shirt_DenimROLL/Shirt_DenimOPENROLL,
	   keep [Recipe.GetItemTypes.SharpKnife]/[Recipe.GetItemTypes.Scissors],

        Result:Shirt_DenimVest,
        OnCreate:Recipe.OnCreate.UpdateClothingVisual,
        Sound:ClothesRipping,
        Time:50.0,
		AnimNode:RipSheets,
    }
	
	
}