module Base
{
	recipe Extract Snowpity
    {
	keep Scalpel,
	keep Needle,
    destroy [Recipe.GetItemTypes.Snowpity],
	
       Result:PompsItems.PISnowpity,
       Time:400.0,
       Category:Plushie,
	   NeedToBeLearn: true,
	   OnGiveXP:Recipe.OnGiveXP.Tailoring5XP,
	   OnCreate:Recipe.OnCreate.Snowpity,
	   Sound:PIGatherSnowpity,
    }
	recipe Create Pony Plush Pattern
    {
	SheetPaper2,
    keep [Recipe.GetItemTypes.Write],
	
       Result:PompsItems.PIPonyPattern,
	   SkillRequired:Tailoring=3,
       Time:150.0,
       Category:Plushie,
	   NeedToBeLearn: true,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PIScribble,
    }
	recipe Gather Cotton from Pillow
    {
	destroy Pillow,
	
       Result:Base.CottonBalls=2,
       Time:100.0,
       Category:Plushie,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:ClothesRipping,
	   AnimNode 		: RipSheets,
    }
	recipe Sew Random OC
    {
	Thread=8,
	CottonBalls=5,
	RippedSheets=10,
	keep Scissors,
	keep Needle,
	PompsItems.PIPonyPattern=1,
	
       RemoveResultItem:true,
       Result:PompsItems.PIPonyIcon,
       Time:400.0,
	   OnCreate:Recipe.OnCreate.PIMLPOCRandSelect,
	   OnGiveXP:Recipe.OnGiveXP.TailoringXP,
	   SkillRequired:Tailoring=5,
       Sound:PICraftPony,
	   NeedToBeLearn: true,
       Category:Plushie,
    }
	recipe Sew Random Canon Character
    {
	Thread=8,
	CottonBalls=5,
	RippedSheets=10,
	keep Scissors,
	keep Needle,
	PompsItems.PIPonyPattern=1,
	
       RemoveResultItem:true,
       Result:PompsItems.PIPonyIcon,
       Time:400.0,
	   OnCreate:Recipe.OnCreate.PIMLPCanonRandSelect,
	   OnGiveXP:Recipe.OnGiveXP.TailoringXP,
	   SkillRequired:Tailoring=5,
       Sound:PICraftPony,
	   NeedToBeLearn: true,
       Category:Plushie,
    }
	recipe Put Hat on Applejack
	{
       PompsItems_MyLittlePony.ApplejackPlushie,
       PompsItems_MyLittlePony.ApplejackHat,

       Result:PompsItems_MyLittlePony.ApplejackPlushieHat,
       Time:10.0,
       Category:Outfit,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}

	recipe Remove Hat from Applejack
	{
       PompsItems_MyLittlePony.ApplejackPlushieHat,

       Result:PompsItems_MyLittlePony.ApplejackPlushie,
       Time:10.0,
       Category:Outfit,
	   OnCreate:Recipe.OnCreate.RemoveHatfromApplejack,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}

	recipe Put Glasses on Vinyl Scratch
	{
       PompsItems_MyLittlePony.VinylPlushie,
       PompsItems_MyLittlePony.VinylGlasses,

       Result:PompsItems_MyLittlePony.VinylScratchPlushie,
       Time:10.0,
       Category:Outfit,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}

	recipe Remove Glasses from Vinyl Scratch
	{
       PompsItems_MyLittlePony.VinylScratchPlushie,

       Result:PompsItems_MyLittlePony.VinylPlushie,
       Time:10.0,
       Category:Outfit,
	   OnCreate:Recipe.OnCreate.RemoveGlassesfromVinylScratch,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}

	recipe Put Headset on Bit Rate
	{
       PompsItems_MyLittlePony.BitRatePlushie,
       PompsItems_MyLittlePony.BitRateHeadset,

       Result:PompsItems_MyLittlePony.BitRateCompletePlushie,
       Time:10.0,
       Category:Outfit,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}

	recipe Remove Headset from Bit Rate
	{
       PompsItems_MyLittlePony.BitRateCompletePlushie,

       Result:PompsItems_MyLittlePony.BitRatePlushie,
       Time:10.0,
       Category:Outfit,
	   OnCreate:Recipe.OnCreate.RemoveHeadsetfromBitRate,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}

	recipe Sew Bit Rate's Headset
	{
	Thread=2,
	RippedSheets=4,
	keep Scissors,
	keep Needle,
	
       Result:PompsItems_MyLittlePony.BitRateHeadset,
       Time:400.0,
	   OnGiveXP:Recipe.OnGiveXP.Tailoring5XP,
	   SkillRequired:Tailoring=2,
       Sound:PICraftPony,
	   NeedToBeLearn: true,
       Category:Plushie,
    }

	recipe Put Hat on Braeburn
	{
       PompsItems_MyLittlePony.BraeburnPlushie,
       PompsItems_MyLittlePony.BraeburnHat,

       Result:PompsItems_MyLittlePony.BraeburnPlushieComplete,
       Time:10.0,
       Category:Outfit,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}

	recipe Remove Hat from Braeburn
	{
       PompsItems_MyLittlePony.BraeburnPlushieComplete,

       Result:PompsItems_MyLittlePony.BraeburnPlushie,
       Time:10.0,
       Category:Outfit,
	   OnCreate:Recipe.OnCreate.RemoveHatfromBraeburn,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}

	recipe Put Hat on Calamity
	{
       PompsItems_MyLittlePony.CalamityPlushie,
       PompsItems_MyLittlePony.CalamityHat,

       Result:PompsItems_MyLittlePony.CalamityCompletePlushie,
       Time:10.0,
       Category:Outfit,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}

	recipe Remove Hat from Calamity
	{
       PompsItems_MyLittlePony.CalamityCompletePlushie,

       Result:PompsItems_MyLittlePony.CalamityPlushie,
       Time:10.0,
       Category:Outfit,
	   OnCreate:Recipe.OnCreate.RemoveHatfromCalamity,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}

	recipe Sew Calamity's Desperado Hat
	{
	Thread=2,
	RippedSheets=4,
	keep Scissors,
	keep Needle,
	
       Result:PompsItems_MyLittlePony.CalamityHat,
       Time:400.0,
	   OnGiveXP:Recipe.OnGiveXP.Tailoring5XP,
	   SkillRequired:Tailoring=2,
       Sound:PICraftPony,
	   NeedToBeLearn: true,
       Category:Plushie,
    }

	recipe Put Bags on P-21
	{
       PompsItems_MyLittlePony.P21Plushie,
       PompsItems_MyLittlePony.P21PlushieAccessory,

       Result:PompsItems_MyLittlePony.P21PlushieComplete,
       Time:10.0,
       Category:Outfit,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}

	recipe Remove Bags from P-21
	{
       PompsItems_MyLittlePony.P21PlushieComplete,

       Result:PompsItems_MyLittlePony.P21Plushie,
       Time:10.0,
       Category:Outfit,
	   OnCreate:Recipe.OnCreate.RemoveBagsfromP21,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}

	recipe Sew P-21's Apocalypse Bags
	{
	Thread=2,
	RippedSheets=4,
	keep Scissors,
	keep Needle,
	
       Result:PompsItems_MyLittlePony.P21PlushieAccessory,
       Time:400.0,
	   OnGiveXP:Recipe.OnGiveXP.Tailoring5XP,
	   SkillRequired:Tailoring=2,
       Sound:PICraftPony,
	   NeedToBeLearn: true,
       Category:Plushie,
    }

	recipe Put Hoodie on Midnight Sapphire
	{
       PompsItems_MyLittlePony.MidnightSapphirePlushie,
       PompsItems_MyLittlePony.MidnightSapphirePlushieAccessory,

       Result:PompsItems_MyLittlePony.MidnightSapphireCompletePlushie,
       Time:10.0,
       Category:Outfit,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}

	recipe Remove Hoodie from Midnight Sapphire
	{
       PompsItems_MyLittlePony.MidnightSapphireCompletePlushie,

       Result:PompsItems_MyLittlePony.MidnightSapphirePlushie,
       Time:10.0,
       Category:Outfit,
	   OnCreate:Recipe.OnCreate.RemoveHoodiefromMidnightSapphire,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}

	recipe Sew Midnight Sapphire's Hoodie
	{
	Thread=2,
	RippedSheets=4,
	keep Scissors,
	keep Needle,
	
       Result:PompsItems_MyLittlePony.MidnightSapphirePlushieAccessory,
       Time:400.0,
	   OnGiveXP:Recipe.OnGiveXP.Tailoring5XP,
	   SkillRequired:Tailoring=2,
       Sound:PICraftPony,
	   NeedToBeLearn: true,
       Category:Plushie,
    }

	recipe Put Saddlebags on Désirée
	{
       PompsItems_MyLittlePony.PIDesireePlushie,
       PompsItems_MyLittlePony.PIDesireePlushieAccessory,

       Result:PompsItems_MyLittlePony.PIDesireePlushieComplete,
       Time:10.0,
       Category:Outfit,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}

	recipe Remove Saddlebags from Désirée
	{
       PompsItems_MyLittlePony.PIDesireePlushieComplete,

       Result:PompsItems_MyLittlePony.PIDesireePlushie,
       Time:10.0,
       Category:Outfit,
	   OnCreate:Recipe.OnCreate.RemoveSaddlebagsfromDesiree,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}

	recipe Sew Désirée's Saddlebags
	{
	Thread=2,
	RippedSheets=4,
	keep Scissors,
	keep Needle,
	
       Result:PompsItems_MyLittlePony.PIDesireePlushieAccessory,
       Time:400.0,
	   OnGiveXP:Recipe.OnGiveXP.Tailoring5XP,
	   SkillRequired:Tailoring=2,
       Sound:PICraftPony,
	   NeedToBeLearn: true,
       Category:Plushie,
    }

	recipe Put Book Bags on Maxwell
	{
       PompsItems_MyLittlePony.PIMaxwellPlushie,
       PompsItems_MyLittlePony.PIMaxwellAccessory,

       Result:PompsItems_MyLittlePony.PIMaxwellComplete,
       Time:10.0,
       Category:Outfit,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}

	recipe Remove Book Bags from Maxwell
	{
       PompsItems_MyLittlePony.PIMaxwellComplete,

       Result:PompsItems_MyLittlePony.PIMaxwellPlushie,
       Time:10.0,
       Category:Outfit,
	   OnCreate:Recipe.OnCreate.RemoveBookBagsfromMaxwell,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}
	
	recipe Sew Maxwell's Book Bags
	{
	Thread=2,
	RippedSheets=4,
	keep Scissors,
	keep Needle,
	
       Result:PompsItems_MyLittlePony.PIMaxwellAccessory,
       Time:400.0,
	   OnGiveXP:Recipe.OnGiveXP.Tailoring5XP,
	   SkillRequired:Tailoring=2,
       Sound:PICraftPony,
	   NeedToBeLearn: true,
       Category:Plushie,
    }

	recipe Put Hoodie on Skylar Palette
	{
       PompsItems_MyLittlePony.PISkylarPalettePlushie,
       PompsItems_MyLittlePony.PISkylarPalettePlushieHoodie,

       Result:PompsItems_MyLittlePony.PISkylarPaletteCompletePlushie,
       Time:10.0,
       Category:Outfit,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}

	recipe Remove Hoodie from Skylar Palette
	{
       PompsItems_MyLittlePony.PISkylarPaletteCompletePlushie,

       Result:PompsItems_MyLittlePony.PISkylarPalettePlushie,
       Time:10.0,
       Category:Outfit,
	   OnCreate:Recipe.OnCreate.RemoveHoodiefromSkylarPalette,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}

	recipe Sew Skylar Palette's Hoodie
	{
	Thread=2,
	RippedSheets=4,
	keep Scissors,
	keep Needle,
	
       Result:PompsItems_MyLittlePony.PISkylarPalettePlushieHoodie,
       Time:400.0,
	   OnGiveXP:Recipe.OnGiveXP.Tailoring5XP,
	   SkillRequired:Tailoring=2,
       Sound:PICraftPony,
	   NeedToBeLearn: true,
       Category:Plushie,
    }

	recipe Put Jacket on Toffee Scotch
	{
       PompsItems_MyLittlePony.PIToffeeScotchPlushie,
       PompsItems_MyLittlePony.PIToffeeScotchJacket,

       Result:PompsItems_MyLittlePony.PIToffeeScotchCompletePlushie,
       Time:10.0,
       Category:Outfit,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}

	recipe Remove Jacket from Toffee Scotch
	{
       PompsItems_MyLittlePony.PIToffeeScotchCompletePlushie,

       Result:PompsItems_MyLittlePony.PIToffeeScotchPlushie,
       Time:10.0,
       Category:Outfit,
	   OnCreate:Recipe.OnCreate.RemoveJacketFromToffeeScotch,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}

	recipe Sew Toffee Scotch's Jacket
	{
	Thread=2,
	RippedSheets=4,
	keep Scissors,
	keep Needle,
	
       Result:PompsItems_MyLittlePony.PIToffeeScotchJacket,
       Time:400.0,
	   OnGiveXP:Recipe.OnGiveXP.Tailoring5XP,
	   SkillRequired:Tailoring=2,
       Sound:PICraftPony,
	   NeedToBeLearn: true,
       Category:Plushie,
    }

	recipe Put Outfit on Gryph Xander
	{
       PompsItems_MyLittlePony.PIGryphXanderPlushie,
       PompsItems_MyLittlePony.PIGryphXanderClothes,

       Result:PompsItems_MyLittlePony.PIGryphXanderComplete,
       Time:10.0,
       Category:Outfit,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}

	recipe Remove Outfit from Gryph Xander
	{
       PompsItems_MyLittlePony.PIGryphXanderComplete,

       Result:PompsItems_MyLittlePony.PIGryphXanderPlushie,
       Time:10.0,
       Category:Outfit,
	   OnCreate:Recipe.OnCreate.RemoveOutfitFromGryphXander,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}

	recipe Sew Gryph Xander's Aviator Outfit
	{
	Thread=2,
	RippedSheets=4,
	keep Scissors,
	keep Needle,
	
       Result:PompsItems_MyLittlePony.PIGryphXanderClothes,
       Time:400.0,
	   OnGiveXP:Recipe.OnGiveXP.Tailoring5XP,
	   SkillRequired:Tailoring=2,
       Sound:PICraftPony,
	   NeedToBeLearn: true,
       Category:Plushie,
    }

	recipe Put Armor on Mango Dusk
	{
       PompsItems_MyLittlePony.PIMangoDuskPlushie,
       PompsItems_MyLittlePony.PIMangoDuskAccessory,

       Result:PompsItems_MyLittlePony.PIMangoDuskArmorComplete,
       Time:10.0,
       Category:Outfit,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}

	recipe Remove Armor from Mango Dusk
	{
       PompsItems_MyLittlePony.PIMangoDuskArmorComplete,

       Result:PompsItems_MyLittlePony.PIMangoDuskPlushie,
       Time:10.0,
       Category:Outfit,
	   OnCreate:Recipe.OnCreate.RemoveArmorFromMangoDusk,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}

	recipe Sew Mango Dusk's Armor
	{
	Thread=2,
	RippedSheets=4,
	keep Scissors,
	keep Needle,
	
       Result:PompsItems_MyLittlePony.PIMangoDuskAccessory,
       Time:400.0,
	   OnGiveXP:Recipe.OnGiveXP.Tailoring5XP,
	   SkillRequired:Tailoring=2,
       Sound:PICraftPony,
	   NeedToBeLearn: true,
       Category:Plushie,
    }

	recipe Put Vest on Spiral de Light
	{
       PompsItems_MyLittlePony.PISpiralDelightPlushie,
       PompsItems_MyLittlePony.PISpiralDelightVest,

       Result:PompsItems_MyLittlePony.PISpiralDelightCompletePlushie,
       Time:10.0,
       Category:Outfit,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}

	recipe Remove Vest from Spiral de Light
	{
       PompsItems_MyLittlePony.PISpiralDelightCompletePlushie,

       Result:PompsItems_MyLittlePony.PISpiralDelightPlushie,
       Time:10.0,
       Category:Outfit,
	   OnCreate:Recipe.OnCreate.RemoveVestFromSpiralDelight,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}

	recipe Sew Spiral de Light's Service Vest
	{
	Thread=2,
	RippedSheets=4,
	keep Scissors,
	keep Needle,
	
       Result:PompsItems_MyLittlePony.PISpiralDelightVest,
       Time:400.0,
	   OnGiveXP:Recipe.OnGiveXP.Tailoring5XP,
	   SkillRequired:Tailoring=2,
       Sound:PICraftPony,
	   NeedToBeLearn: true,
       Category:Plushie,
    }

	recipe Put Hoodie on Aurora Fang
	{
       PompsItems_MyLittlePony.PIAuroraFangPlushie,
       PompsItems_MyLittlePony.PIAuroraFangAccessory,

       Result:PompsItems_MyLittlePony.PIAuroraFangCompletePlushie,
       Time:10.0,
       Category:Outfit,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}

	recipe Remove Hoodie from Aurora Fang
	{
       PompsItems_MyLittlePony.PIAuroraFangCompletePlushie,

       Result:PompsItems_MyLittlePony.PIAuroraFangPlushie,
       Time:10.0,
       Category:Outfit,
	   OnCreate:Recipe.OnCreate.RemoveHoodieFromAuroraFang,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}

	recipe Sew Aurora Fang's Hoodie
	{
	Thread=2,
	RippedSheets=4,
	keep Scissors,
	keep Needle,
	
       Result:PompsItems_MyLittlePony.PIAuroraFangAccessory,
       Time:400.0,
	   OnGiveXP:Recipe.OnGiveXP.Tailoring5XP,
	   SkillRequired:Tailoring=2,
       Sound:PICraftPony,
	   NeedToBeLearn: true,
       Category:Plushie,
    }

	recipe Put Armor on Ryakar Arracal
	{
       PompsItems_MyLittlePony.PIRyakarArracalPlushie,
       PompsItems_MyLittlePony.PIRyakarArracalArmor,

       Result:PompsItems_MyLittlePony.PIRyakarArracalCompletePlushie,
       Time:10.0,
       Category:Outfit,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}

	recipe Remove Armor from Ryakar Arracal
	{
       PompsItems_MyLittlePony.PIRyakarArracalCompletePlushie,

       Result:PompsItems_MyLittlePony.PIRyakarArracalPlushie,
       Time:10.0,
       Category:Outfit,
	   OnCreate:Recipe.OnCreate.RemoveArmorFromRyakarArracal,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}

	recipe Sew Ryakar Arracal's Warrior Outfit 
	{
	Thread=2,
	RippedSheets=4,
	keep Scissors,
	keep Needle,
	
       Result:PompsItems_MyLittlePony.PIRyakarArracalArmor,
       Time:400.0,
	   OnGiveXP:Recipe.OnGiveXP.Tailoring5XP,
	   SkillRequired:Tailoring=2,
       Sound:PICraftPony,
	   NeedToBeLearn: true,
       Category:Plushie,
    }

	recipe Put on Sunny Day's Gala Dress
	{
       PompsItems_MyLittlePony.PISunnyDayPlushie,
       PompsItems_MyLittlePony.PISunnyDayPlushieDress,

       Result:PompsItems_MyLittlePony.PISunnyDayGalaPlushie,
       Time:10.0,
       Category:Outfit,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}

	recipe Remove Sunny Day's Gala Dress
	{
       PompsItems_MyLittlePony.PISunnyDayGalaPlushie,

       Result:PompsItems_MyLittlePony.PISunnyDayPlushie,
       Time:10.0,
       Category:Outfit,
	   OnCreate:Recipe.OnCreate.RemoveDressFromSunnyDay,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}

	recipe Sew Sunny Day's Gala Dress 
	{
	Thread=2,
	RippedSheets=4,
	keep Scissors,
	keep Needle,
	
       Result:PompsItems_MyLittlePony.PISunnyDayPlushieDress,
       Time:400.0,
	   OnGiveXP:Recipe.OnGiveXP.Tailoring5XP,
	   SkillRequired:Tailoring=2,
       Sound:PICraftPony,
	   NeedToBeLearn: true,
       Category:Plushie,
    }

	recipe Put on Harmonic Glow's Duster
	{
       PompsItems_MyLittlePony.PIHarmonicPlushie,
       PompsItems_MyLittlePony.PIHarmonicaAccessory,

       Result:PompsItems_MyLittlePony.PIHarmonicPlushieComplete,
       Time:10.0,
       Category:Outfit,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}

	recipe Remove Duster from Harmonic Glow
	{
       PompsItems_MyLittlePony.PIHarmonicPlushieComplete,

       Result:PompsItems_MyLittlePony.PIHarmonicPlushie,
       Time:10.0,
       Category:Outfit,
	   OnCreate:Recipe.OnCreate.RemoveDusterFromHarmonic,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}

	recipe Sew Harmonic Glow's Duster
	{
	Thread=2,
	RippedSheets=4,
	keep Scissors,
	keep Needle,
	
       Result:PompsItems_MyLittlePony.PIHarmonicaAccessory,
       Time:400.0,
	   OnGiveXP:Recipe.OnGiveXP.Tailoring5XP,
	   SkillRequired:Tailoring=2,
       Sound:PICraftPony,
	   NeedToBeLearn: true,
       Category:Plushie,
    }

	recipe Put on Marker Pony's Cape
	{
       PompsItems_MyLittlePony.PIMarkerPonyPlushie,
       PompsItems_MyLittlePony.PIMarkerPonyAccessory,

       Result:PompsItems_MyLittlePony.PIMarkerPonyCompletePlushie,
       Time:10.0,
       Category:Outfit,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}

	recipe Remove Cape from Marker Pony
	{
       PompsItems_MyLittlePony.PIMarkerPonyCompletePlushie,

       Result:PompsItems_MyLittlePony.PIMarkerPonyPlushie,
       Time:10.0,
       Category:Outfit,
	   OnCreate:Recipe.OnCreate.RemoveCapeFromMarkerPony,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}

	recipe Sew Marker Pony's Cape
	{
	Thread=2,
	RippedSheets=4,
	keep Scissors,
	keep Needle,
	
       Result:PompsItems_MyLittlePony.PIMarkerPonyAccessory,
       Time:400.0,
	   OnGiveXP:Recipe.OnGiveXP.Tailoring5XP,
	   SkillRequired:Tailoring=2,
       Sound:PICraftPony,
	   NeedToBeLearn: true,
       Category:Plushie,
    }

	recipe Put on Gauge's Battledress
	{
       PompsItems_MyLittlePony.PIGagePlushie,
       PompsItems_MyLittlePony.PIGageAccessory,

       Result:PompsItems_MyLittlePony.PIGagePlushieComplete,
       Time:10.0,
       Category:Outfit,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}

	recipe Remove Battledress from Gauge
	{
       PompsItems_MyLittlePony.PIGagePlushieComplete,

       Result:PompsItems_MyLittlePony.PIGagePlushie,
       Time:10.0,
       Category:Outfit,
	   OnCreate:Recipe.OnCreate.RemoveBDUFromGage,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}

	recipe Sew Gauge's Battledress
	{
	Thread=2,
	RippedSheets=4,
	keep Scissors,
	keep Needle,
	
       Result:PompsItems_MyLittlePony.PIGageAccessory,
       Time:400.0,
	   OnGiveXP:Recipe.OnGiveXP.Tailoring5XP,
	   SkillRequired:Tailoring=2,
       Sound:PICraftPony,
	   NeedToBeLearn: true,
       Category:Plushie,
    }

	recipe Put on Charming Dazz's Hoodie
	{
       PompsItems_MyLittlePony.PICharmingDazzPlushie,
       PompsItems_MyLittlePony.PICharmingDazzAccessory,

       Result:PompsItems_MyLittlePony.PICharmingDazzPlushieComplete,
       Time:10.0,
       Category:Outfit,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}

	recipe Remove Hoodie from Charming Dazz
	{
       PompsItems_MyLittlePony.PICharmingDazzPlushieComplete,

       Result:PompsItems_MyLittlePony.PICharmingDazzPlushie,
       Time:10.0,
       Category:Outfit,
	   OnCreate:Recipe.OnCreate.RemoveHoodieFromCharmingDazz,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}

	recipe Sew Charming Dazz's Hoodie
	{
	Thread=2,
	RippedSheets=4,
	keep Scissors,
	keep Needle,
	
       Result:PompsItems_MyLittlePony.PICharmingDazzAccessory,
       Time:400.0,
	   OnGiveXP:Recipe.OnGiveXP.Tailoring5XP,
	   SkillRequired:Tailoring=2,
       Sound:PICraftPony,
	   NeedToBeLearn: true,
       Category:Plushie,
    }

	recipe Put on Kerfuffle's Vest
	{
       PompsItems_MyLittlePony.PIKerfufflePlushie,
       PompsItems_MyLittlePony.PIKerfuffleAccessory,

       Result:PompsItems_MyLittlePony.PIKerfuffleCompletePlushie,
       Time:10.0,
       Category:Outfit,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}

	recipe Remove Vest from Kerfuffle
	{
       PompsItems_MyLittlePony.PIKerfuffleCompletePlushie,

       Result:PompsItems_MyLittlePony.PIKerfufflePlushie,
       Time:10.0,
       Category:Outfit,
	   OnCreate:Recipe.OnCreate.RemoveVestFromKerfuffle,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}

	recipe Put on Fila Brightspark's Outfit
	{
       PompsItems_MyLittlePony.PIFilaBrightsparkPlushie,
       PompsItems_MyLittlePony.PIFilaBrightsparkAccessory,

       Result:PompsItems_MyLittlePony.PIFilaBrightsparkCompletePlushie,
       Time:10.0,
       Category:Outfit,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}

	recipe Remove Outfit from Fila Brightspark
	{
       PompsItems_MyLittlePony.PIFilaBrightsparkCompletePlushie,

       Result:PompsItems_MyLittlePony.PIFilaBrightsparkPlushie,
       Time:10.0,
       Category:Outfit,
	   OnCreate:Recipe.OnCreate.RemoveOutfitFromFilaBrightspark,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}

	recipe Sew Fila Brightspark's Outfit
	{
	Thread=2,
	RippedSheets=4,
	keep Scissors,
	keep Needle,
	
       Result:PompsItems_MyLittlePony.PIFilaBrightsparkAccessory,
       Time:400.0,
	   OnGiveXP:Recipe.OnGiveXP.Tailoring5XP,
	   SkillRequired:Tailoring=2,
       Sound:PICraftPony,
	   NeedToBeLearn: true,
       Category:Plushie,
    }

	recipe Put on Storm Stryker's Uniform
	{
       PompsItems_MyLittlePony.PIStormStrykerPlushie,
       PompsItems_MyLittlePony.PIStormStrykerAccessory,

       Result:PompsItems_MyLittlePony.PIStormStrykerCompletePlushie,
       Time:10.0,
       Category:Outfit,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}

	recipe Remove Uniform from Storm Stryker
	{
       PompsItems_MyLittlePony.PIStormStrykerCompletePlushie,

       Result:PompsItems_MyLittlePony.PIStormStrykerPlushie,
       Time:10.0,
       Category:Outfit,
	   OnCreate:Recipe.OnCreate.RemoveOutfitFromStormStryker,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}

	recipe Sew Storm Stryker's BDU
	{
	Thread=2,
	RippedSheets=4,
	keep Scissors,
	keep Needle,
	
       Result:PompsItems_MyLittlePony.PIStormStrykerAccessory,
       Time:400.0,
	   OnGiveXP:Recipe.OnGiveXP.Tailoring5XP,
	   SkillRequired:Tailoring=2,
       Sound:PICraftPony,
	   NeedToBeLearn: true,
       Category:Plushie,
    }

	recipe Put on Resonant Crystal's Uniform
	{
       PompsItems_MyLittlePony.PIResonantCrystalPlushie,
       PompsItems_MyLittlePony.PIResonantCrystalAccessory,

       Result:PompsItems_MyLittlePony.PIResonantCrystalCompletePlushie,
       Time:10.0,
       Category:Outfit,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}

	recipe Remove Uniform from Resonant Crystal
	{
       PompsItems_MyLittlePony.PIResonantCrystalCompletePlushie,

       Result:PompsItems_MyLittlePony.PIResonantCrystalPlushie,
       Time:10.0,
       Category:Outfit,
	   OnCreate:Recipe.OnCreate.RemoveOutfitFromResonantCrystal,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}

	recipe Sew Resonant Crystal's BDU
	{
	Thread=2,
	RippedSheets=4,
	keep Scissors,
	keep Needle,
	
       Result:PompsItems_MyLittlePony.PIResonantCrystalAccessory,
       Time:400.0,
	   OnGiveXP:Recipe.OnGiveXP.Tailoring5XP,
	   SkillRequired:Tailoring=2,
       Sound:PICraftPony,
	   NeedToBeLearn: true,
       Category:Plushie,
    }

	recipe Put on Misty Breeze's Outfit
	{
       PompsItems_MyLittlePony.PIMistyBreezePlushie,
       PompsItems_MyLittlePony.PIMistyBreezeAccessory,

       Result:PompsItems_MyLittlePony.PIMistyBreezeCompletePlushie,
       Time:10.0,
       Category:Outfit,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}

	recipe Remove Outfit from Misty Breeze
	{
       PompsItems_MyLittlePony.PIMistyBreezeCompletePlushie,

       Result:PompsItems_MyLittlePony.PIMistyBreezePlushie,
       Time:10.0,
       Category:Outfit,
	   OnCreate:Recipe.OnCreate.RemoveOutfitFromMistyBreeze,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}

	recipe Sew Misty Breeze's Steampunk Outfit
	{
	Thread=2,
	RippedSheets=4,
	keep Scissors,
	keep Needle,
	
       Result:PompsItems_MyLittlePony.PIMistyBreezeAccessory,
       Time:400.0,
	   OnGiveXP:Recipe.OnGiveXP.Tailoring5XP,
	   SkillRequired:Tailoring=2,
       Sound:PICraftPony,
	   NeedToBeLearn: true,
       Category:Plushie,
    }

	recipe Put on Lampwick's Uniform
	{
       PompsItems_MyLittlePony.PIMisterMannPlushie,
       PompsItems_MyLittlePony.PIMisterMannAccessory,

       Result:PompsItems_MyLittlePony.PIMisterMannPlushieComplete,
       Time:10.0,
       Category:Outfit,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}

	recipe Remove Uniform from Lampwick
	{
       PompsItems_MyLittlePony.PIMisterMannPlushieComplete,

       Result:PompsItems_MyLittlePony.PIMisterMannPlushie,
       Time:10.0,
       Category:Outfit,
	   OnCreate:Recipe.OnCreate.RemoveOutfitFromLampwick,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}

	recipe Sew Lampwick's Uniform
	{
	Thread=2,
	RippedSheets=4,
	keep Scissors,
	keep Needle,
	
       Result:PompsItems_MyLittlePony.PIMisterMannAccessory,
       Time:400.0,
	   OnGiveXP:Recipe.OnGiveXP.Tailoring5XP,
	   SkillRequired:Tailoring=2,
       Sound:PICraftPony,
	   NeedToBeLearn: true,
       Category:Plushie,
    }
	recipe Put on Sunburst's Cape
	{
       PompsItems_MyLittlePony.PISunburstPlushie,
       PompsItems_MyLittlePony.PISunburstAccessory,

       Result:PompsItems_MyLittlePony.PISunburstPlushieComplete,
       Time:10.0,
       Category:Outfit,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}

	recipe Remove Cape from Sunburst
	{
       PompsItems_MyLittlePony.PISunburstPlushieComplete,

       Result:PompsItems_MyLittlePony.PISunburstPlushie,
       Time:10.0,
       Category:Outfit,
	   OnCreate:Recipe.OnCreate.RemoveOutfitFromSunburst,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}

	recipe Put on Raven Inkwell's Costume
	{
       PompsItems_MyLittlePony.PIRavenInkwellPlushie,
       PompsItems_MyLittlePony.PIRavenInkwellAccessory,

       Result:PompsItems_MyLittlePony.PIRavenInkwellCompletePlushie,
       Time:10.0,
       Category:Outfit,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}

	recipe Remove Costume from Raven Inkwell
	{
       PompsItems_MyLittlePony.PIRavenInkwellCompletePlushie,

       Result:PompsItems_MyLittlePony.PIRavenInkwellPlushie,
       Time:10.0,
       Category:Outfit,
	   OnCreate:Recipe.OnCreate.RemoveOutfitFromRavenInkwell,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}

	recipe Sew Raven Inkwell's Devil Costume
	{
	Thread=2,
	RippedSheets=4,
	keep Scissors,
	keep Needle,
	
       Result:PompsItems_MyLittlePony.PIRavenInkwellAccessory,
       Time:400.0,
	   OnGiveXP:Recipe.OnGiveXP.Tailoring5XP,
	   SkillRequired:Tailoring=2,
       Sound:PICraftPony,
	   NeedToBeLearn: true,
       Category:Plushie,
    }

	recipe Put on Titan Guard's Armor
	{
       PompsItems_MyLittlePony.TitanGuardPlushie,
       PompsItems_MyLittlePony.PITitanGuardAccessory,

       Result:PompsItems_MyLittlePony.PITitanGuardCompletePlushie,
       Time:10.0,
       Category:Outfit,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}

	recipe Remove Armor from Titan Guard
	{
       PompsItems_MyLittlePony.PITitanGuardCompletePlushie,

       Result:PompsItems_MyLittlePony.TitanGuardPlushie,
       Time:10.0,
       Category:Outfit,
	   OnCreate:Recipe.OnCreate.RemoveOutfitFromTitanGuard,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}

	recipe Sew Titan Guard's Armor
	{
	Thread=2,
	RippedSheets=4,
	HuntingKnife/FlintKnife/ButterKnife/BreadKnife/KitchenKnife/LetterOpener
	keep Scissors,
	keep Needle,
	
       Result:PompsItems_MyLittlePony.PITitanGuardAccessory,
       Time:400.0,
	   OnGiveXP:Recipe.OnGiveXP.Tailoring5XP,
	   SkillRequired:Tailoring=2,
       Sound:PICraftPony,
	   NeedToBeLearn: true,
       Category:Plushie,
    }

	recipe Put on Rarity's Gala Dress
	{
       PompsItems_MyLittlePony.RarityPlushie,
       PompsItems_MyLittlePony.PIRarityGalaDress,

       Result:PompsItems_MyLittlePony.PIRarityGalaPlushie,
       Time:10.0,
       Category:Outfit,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}

	recipe Remove Gala Dress from Rarity
	{
       PompsItems_MyLittlePony.PIRarityGalaPlushie,

       Result:PompsItems_MyLittlePony.RarityPlushie,
       Time:10.0,
       Category:Outfit,
	   OnCreate:Recipe.OnCreate.RemoveGalaDressFromRarity,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}

	recipe Sew Rarity's Grand Galloping Gala Dress
	{
	Thread=2,
	RippedSheets=4,
	keep Scissors,
	keep Needle,
	Necklace_Gold/Necklace_GoldRuby/Necklace_GoldDiamond/Necklace_Silver/Necklace_SilverSapphire/Necklace_SilverDiamond/Necklace_Pearl/NecklaceLong_Gold/NecklaceLong_GoldDiamond/NecklaceLong_Silver/NecklaceLong_SilverEmerald/NecklaceLong_SilverSapphire/NecklaceLong_SilverDiamond/NecklaceLong_Amber,
	
       Result:PompsItems_MyLittlePony.PIRarityGalaDress,
       Time:400.0,
	   OnGiveXP:Recipe.OnGiveXP.Tailoring7XP,
	   SkillRequired:Tailoring=3,
       Sound:PICraftPony,
	   NeedToBeLearn: true,
       Category:Plushie,
    }

	recipe Create Punk Rarity
	{
	RarityPlushie,
	PISnowpity=3,
	Necklace_Choker/Necklace_Choker_Sapphire/Necklace_Choker_Amber/Necklace_Choker_Diamond,
	Thread=3,
	RippedSheets=5,
	keep Scissors,
	keep Needle,
	
       Result:PompsItems_MyLittlePony.PIPunkRarityPlushie,
       Time:400.0,
	   OnGiveXP:Recipe.OnGiveXP.Tailoring5XP,
	   SkillRequired:Tailoring=2,
       Sound:PICraftPony,
	   NeedToBeLearn: true,
       Category:Plushie,
    }

	recipe Put on Fluttershy's Gala Dress
	{
       PompsItems_MyLittlePony.FluttershyPlushie,
       PompsItems_MyLittlePony.PIFluttershyGalaDress,

       Result:PompsItems_MyLittlePony.PIFluttershyGalaDressPlushie,
       Time:10.0,
       Category:Outfit,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}

	recipe Remove Gala Dress from Fluttershy
	{
       PompsItems_MyLittlePony.PIFluttershyGalaDressPlushie,

       Result:PompsItems_MyLittlePony.FluttershyPlushie,
       Time:10.0,
       Category:Outfit,
	   OnCreate:Recipe.OnCreate.RemoveGalaDressFromFluttershy,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}

	recipe Sew Fluttershy's Grand Galloping Gala Dress
	{
	Thread=2,
	RippedSheets=4,
	keep Scissors,
	keep Needle,
	Necklace_Gold/Necklace_GoldRuby/Necklace_GoldDiamond/Necklace_Silver/Necklace_SilverSapphire/Necklace_SilverDiamond/Necklace_Pearl/NecklaceLong_Gold/NecklaceLong_GoldDiamond/NecklaceLong_Silver/NecklaceLong_SilverEmerald/NecklaceLong_SilverSapphire/NecklaceLong_SilverDiamond/NecklaceLong_Amber,
	
       Result:PompsItems_MyLittlePony.PIFluttershyGalaDress,
       Time:400.0,
	   OnGiveXP:Recipe.OnGiveXP.Tailoring7XP,
	   SkillRequired:Tailoring=3,
       Sound:PICraftPony,
	   NeedToBeLearn: true,
       Category:Plushie,
    }

	recipe Create Flutterbat
	{
	PompsItems_MyLittlePony.FluttershyPlushie,
	PISnowpity=3,
	Thread=2,
	keep Scissors,
	keep Needle,
	Apple/Mango,
	
       Result:PompsItems_MyLittlePony.PIFlutterbatPlushie,
       Time:400.0,
	   OnGiveXP:Recipe.OnGiveXP.Tailoring7XP,
	   SkillRequired:Tailoring=3,
       Sound:PICraftPony,
	   NeedToBeLearn: true,
       Category:Plushie,
       AllowRottenItem:true,
    }

	recipe Put on Rainbow Dash's Gala Dress
	{
       PompsItems_MyLittlePony.RainbowDashPlushie,
       PompsItems_MyLittlePony.PIRainbowDashGalaAccessory,

       Result:PompsItems_MyLittlePony.PIRainbowDashPlushieGala,
       Time:10.0,
       Category:Outfit,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}

	recipe Remove Gala Dress from Rainbow Dash
	{
       PompsItems_MyLittlePony.PIRainbowDashPlushieGala,

       Result:PompsItems_MyLittlePony.RainbowDashPlushie,
       Time:10.0,
       Category:Outfit,
	   OnCreate:Recipe.OnCreate.RemoveGalaDressFromRainbowDash,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}

	recipe Sew Rainbow Dash's Grand Galloping Gala Dress
	{
	Thread=2,
	RippedSheets=4,
	keep Scissors,
	keep Needle,
	Necklace_Gold/Necklace_GoldRuby/Necklace_GoldDiamond/Necklace_Silver/Necklace_SilverSapphire/Necklace_SilverDiamond/Necklace_Pearl/NecklaceLong_Gold/NecklaceLong_GoldDiamond/NecklaceLong_Silver/NecklaceLong_SilverEmerald/NecklaceLong_SilverSapphire/NecklaceLong_SilverDiamond/NecklaceLong_Amber,
	
       Result:PompsItems_MyLittlePony.PIRainbowDashGalaAccessory,
       Time:400.0,
	   OnGiveXP:Recipe.OnGiveXP.Tailoring7XP,
	   SkillRequired:Tailoring=3,
       Sound:PICraftPony,
	   NeedToBeLearn: true,
       Category:Plushie,
    }

	recipe Put on Pinkie Pie's Gala Dress
	{
       PompsItems_MyLittlePony.PinkiePiePlushie,
       PompsItems_MyLittlePony.PIPinkiePieGalaDressAccessory,

       Result:PompsItems_MyLittlePony.PIPinkiePieGalaPlushie,
       Time:10.0,
       Category:Outfit,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}

	recipe Remove Gala Dress from Pinkie Pie
	{
       PompsItems_MyLittlePony.PIPinkiePieGalaPlushie,

       Result:PompsItems_MyLittlePony.PinkiePiePlushie,
       Time:10.0,
       Category:Outfit,
	   OnCreate:Recipe.OnCreate.RemoveGalaDressFromPinkiePie,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}

	recipe Sew Pinkie Pie's Grand Galloping Gala Dress
	{
	Thread=2,
	RippedSheets=4,
	keep Scissors,
	keep Needle,
	Necklace_Gold/Necklace_GoldRuby/Necklace_GoldDiamond/Necklace_Silver/Necklace_SilverSapphire/Necklace_SilverDiamond/Necklace_Pearl/NecklaceLong_Gold/NecklaceLong_GoldDiamond/NecklaceLong_Silver/NecklaceLong_SilverEmerald/NecklaceLong_SilverSapphire/NecklaceLong_SilverDiamond/NecklaceLong_Amber,
	
       Result:PompsItems_MyLittlePony.PIPinkiePieGalaDressAccessory,
       Time:400.0,
	   OnGiveXP:Recipe.OnGiveXP.Tailoring7XP,
	   SkillRequired:Tailoring=3,
       Sound:PICraftPony,
	   NeedToBeLearn: true,
       Category:Plushie,
    }
	recipe Put on Applejack's Gala Dress
	{
       PompsItems_MyLittlePony.ApplejackPlushie,
       PompsItems_MyLittlePony.PIApplejackGalaAccessory,

       Result:PompsItems_MyLittlePony.PIApplejackPlushieGala,
       Time:10.0,
       Category:Outfit,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}

	recipe Remove Gala Dress from Applejack
	{
       PompsItems_MyLittlePony.PIApplejackPlushieGala,

       Result:PompsItems_MyLittlePony.ApplejackPlushie,
       Time:10.0,
       Category:Outfit,
	   OnCreate:Recipe.OnCreate.RemoveGalaDressFromApplejack,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}

	recipe Sew Applejack's Grand Galloping Gala Dress
	{
	Thread=2,
	RippedSheets=4,
	keep Scissors,
	keep Needle,
	Necklace_Gold/Necklace_GoldRuby/Necklace_GoldDiamond/Necklace_Silver/Necklace_SilverSapphire/Necklace_SilverDiamond/Necklace_Pearl/NecklaceLong_Gold/NecklaceLong_GoldDiamond/NecklaceLong_Silver/NecklaceLong_SilverEmerald/NecklaceLong_SilverSapphire/NecklaceLong_SilverDiamond/NecklaceLong_Amber,
	
       Result:PompsItems_MyLittlePony.PIApplejackGalaAccessory,
       Time:400.0,
	   OnGiveXP:Recipe.OnGiveXP.Tailoring7XP,
	   SkillRequired:Tailoring=3,
       Sound:PICraftPony,
	   NeedToBeLearn: true,
       Category:Plushie,
    }

	recipe Cut Off Twilight's Wings
	{
	TwilightSparklePlushie,
	Thread=1,
	keep Scissors,
	keep Needle,
	
       Result:PompsItems_MyLittlePony.PITwilightSparklePreS4Plushie,
       Time:400.0,
	   OnGiveXP:Recipe.OnGiveXP.Tailoring5XP,
	   SkillRequired:Tailoring=1,
       Sound:PICraftPony,
	   NeedToBeLearn: true,
       Category:Plushie,
    }
	recipe Put on Twilight Sparkle's Gala Dress
	{
       PompsItems_MyLittlePony.TwilightSparklePlushie,
       PompsItems_MyLittlePony.PITwilightSparkleGalaDress,

       Result:PompsItems_MyLittlePony.PITwilightSparkleGalaPlushie,
       Time:10.0,
       Category:Outfit,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}

	recipe Remove Gala Dress from Twilight Sparkle
	{
       PompsItems_MyLittlePony.PITwilightSparkleGalaPlushie,

       Result:PompsItems_MyLittlePony.TwilightSparklePlushie,
       Time:10.0,
       Category:Outfit,
	   OnCreate:Recipe.OnCreate.RemoveGalaDressFromTwilightSparkle,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}

	recipe Sew Twilight Sparkle's Grand Galloping Gala Dress
	{
	Thread=2,
	RippedSheets=4,
	keep Scissors,
	keep Needle,
	Necklace_Gold/Necklace_GoldRuby/Necklace_GoldDiamond/Necklace_Silver/Necklace_SilverSapphire/Necklace_SilverDiamond/Necklace_Pearl/NecklaceLong_Gold/NecklaceLong_GoldDiamond/NecklaceLong_Silver/NecklaceLong_SilverEmerald/NecklaceLong_SilverSapphire/NecklaceLong_SilverDiamond/NecklaceLong_Amber,
	
       Result:PompsItems_MyLittlePony.PITwilightSparkleGalaDress,
       Time:400.0,
	   OnGiveXP:Recipe.OnGiveXP.Tailoring7XP,
	   SkillRequired:Tailoring=3,
       Sound:PICraftPony,
	   NeedToBeLearn: true,
       Category:Plushie,
    }

	recipe Create Finale Twilight Sparkle
	{
	TwilightSparklePlushie,
	PISnowpity=3,
	Thread=3,
	RippedSheets=5,
	keep Scissors,
	keep Needle,
	Necklace_Gold/Necklace_GoldRuby/Necklace_GoldDiamond/NecklaceLong_Gold/NecklaceLong_GoldDiamond/,
	
       Result:PompsItems_MyLittlePony.PIFinaleTwilightSparklePlushie,
       Time:400.0,
	   OnGiveXP:Recipe.OnGiveXP.Tailoring7XP,
	   SkillRequired:Tailoring=3,
       Sound:PICraftPony,
	   NeedToBeLearn: true,
       Category:Plushie,
    }

	recipe Create Future Twilight Sparkle
	{
	TwilightSparklePlushie,
	PISnowpity=3,
	Thread=3,
	RippedSheets=5,
	keep Scissors,
	keep Needle,
	
       Result:PompsItems_MyLittlePony.PIFutureTwilightPlushie,
       Time:400.0,
	   OnGiveXP:Recipe.OnGiveXP.Tailoring5XP,
	   SkillRequired:Tailoring=2,
       Sound:PICraftPony,
	   NeedToBeLearn: true,
       Category:Plushie,
    }

	recipe Put on Pinkie Pie's Burlesque Dress
	{
       PompsItems_MyLittlePony.PinkiePiePlushie,
       PompsItems_MyLittlePony.PIPinkiePieBurlesqueDress,

       Result:PompsItems_MyLittlePony.PIPinkiePieBurlesquePlushie,
       Time:10.0,
       Category:Outfit,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}

	recipe Remove Burlesque Dress from Pinkie Pie
	{
       PompsItems_MyLittlePony.PIPinkiePieBurlesquePlushie,

       Result:PompsItems_MyLittlePony.PinkiePiePlushie,
       Time:10.0,
       Category:Outfit,
	   OnCreate:Recipe.OnCreate.RemoveBurlesqueDressFromPinkiePie,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}

	recipe Sew Pinkie Pie's Burlesque Dress
	{
	Thread=2,
	RippedSheets=4,
	keep Scissors,
	keep Needle,
	
       Result:PompsItems_MyLittlePony.PIPinkiePieBurlesqueDress,
       Time:400.0,
	   OnGiveXP:Recipe.OnGiveXP.Tailoring7XP,
	   SkillRequired:Tailoring=3,
       Sound:PICraftPony,
	   NeedToBeLearn: true,
       Category:Plushie,
    }

	recipe Put on Veen Sundown's Armor
	{
       PompsItems_MyLittlePony.PIVeenSundownNewPlushie,
       PompsItems_MyLittlePony.PIVeenSundownArmor,

       Result:PompsItems_MyLittlePony.PIVeenSundownArmorPlushie,
       Time:10.0,
       Category:Outfit,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}

	recipe Remove Armor from Veen Sundown
	{
       PompsItems_MyLittlePony.PIVeenSundownArmorPlushie,

       Result:PompsItems_MyLittlePony.PIVeenSundownNewPlushie,
       Time:10.0,
       Category:Outfit,
	   OnCreate:Recipe.OnCreate.RemoveArmorFromVeenSundown,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}

	recipe Sew Veen Sundown's Armor
	{
	Thread=3,
	RippedSheets=5,
	keep Scissors,
	keep Needle,
	
       Result:PompsItems_MyLittlePony.PIVeenSundownArmor,
       Time:400.0,
	   OnGiveXP:Recipe.OnGiveXP.Tailoring7XP,
	   SkillRequired:Tailoring=3,
       Sound:PICraftPony,
	   NeedToBeLearn: true,
       Category:Plushie,
    }

	recipe Put on Veen Sundown's Scarf
	{
       PompsItems_MyLittlePony.PIVeenSundownNewPlushie,
       PompsItems_MyLittlePony.PIVeenSundownScarfAccessory,

       Result:PompsItems_MyLittlePony.PIVeenSundownScarf,
       Time:10.0,
       Category:Outfit,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}

	recipe Remove Scarf from Veen Sundown
	{
       PompsItems_MyLittlePony.PIVeenSundownScarf,

       Result:PompsItems_MyLittlePony.PIVeenSundownNewPlushie,
       Time:10.0,
       Category:Outfit,
	   OnCreate:Recipe.OnCreate.RemoveScarfFromVeenSundown,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}

	recipe Sew Veen Sundown's Scarf
	{
	Thread=3,
	RippedSheets=5,
	keep Scissors,
	keep Needle,
	
       Result:PompsItems_MyLittlePony.PIVeenSundownScarfAccessory,
       Time:400.0,
	   OnGiveXP:Recipe.OnGiveXP.Tailoring5XP,
	   SkillRequired:Tailoring=1,
       Sound:PICraftPony,
	   NeedToBeLearn: true,
       Category:Plushie,
    }
	recipe Put on Bizarre Song's Cape
	{
       PompsItems_MyLittlePony.PIBizarreSongPlushie,
       PompsItems_MyLittlePony.PIBizarreSongCape,

       Result:PompsItems_MyLittlePony.PIBizarreSongCapePlushie,
       Time:10.0,
       Category:Outfit,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}

	recipe Remove Cape from Bizarre Song
	{
       PompsItems_MyLittlePony.PIBizarreSongCapePlushie,

       Result:PompsItems_MyLittlePony.PIBizarreSongPlushie,
       Time:10.0,
       Category:Outfit,
	   OnCreate:Recipe.OnCreate.RemoveCapeFromBizarreSong,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}
	recipe Sew Bizarre Song's Cape
	{
	Thread=3,
	RippedSheets=5,
	keep Scissors,
	keep Needle,
	
       Result:PompsItems_MyLittlePony.PIBizarreSongCape,
       Time:400.0,
	   OnGiveXP:Recipe.OnGiveXP.Tailoring5XP,
	   SkillRequired:Tailoring=2,
       Sound:PICraftPony,
	   NeedToBeLearn: true,
       Category:Plushie,
    }
	recipe Put on Cyan Nova Fae's Uniform
	{
       PompsItems_MyLittlePony.PICyanNovaPlushie,
       PompsItems_MyLittlePony.PICyanNovaAccessory,

       Result:PompsItems_MyLittlePony.PICyanNovaCompletePlushie,
       Time:10.0,
       Category:Outfit,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}

	recipe Remove Uniform from Cyan Nova Fae
	{
       PompsItems_MyLittlePony.PICyanNovaCompletePlushie,

       Result:PompsItems_MyLittlePony.PICyanNovaPlushie,
       Time:10.0,
       Category:Outfit,
	   OnCreate:Recipe.OnCreate.RemoveUniformFromCyanNova,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}
	recipe Sew Cyan Nova Fae's Uniform
	{
	Thread=3,
	RippedSheets=5,
	keep Scissors,
	keep Needle,
	
       Result:PompsItems_MyLittlePony.PICyanNovaAccessory,
       Time:400.0,
	   OnGiveXP:Recipe.OnGiveXP.Tailoring5XP,
	   SkillRequired:Tailoring=2,
       Sound:PICraftPony,
	   NeedToBeLearn: true,
       Category:Plushie,
    }
	recipe Put on Velvet Silverwing's Hat
	{
       PompsItems_MyLittlePony.PIVelvetSilverwingPlushie,
       PompsItems_MyLittlePony.PIVelvetSilverwingAccessory,

       Result:PompsItems_MyLittlePony.PIVelvetSilverwingCompletePlushie,
       Time:10.0,
       Category:Outfit,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}

	recipe Remove Hat from Velvet Silverwing
	{
       PompsItems_MyLittlePony.PIVelvetSilverwingCompletePlushie,

       Result:PompsItems_MyLittlePony.PIVelvetSilverwingPlushie,
       Time:10.0,
       Category:Outfit,
	   OnCreate:Recipe.OnCreate.RemoveHatFromVelvetSilverwing,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}
	recipe Sew Velvet Silverwing's Hat
	{
	Thread=3,
	RippedSheets=5,
	keep Scissors,
	keep Needle,
	
       Result:PompsItems_MyLittlePony.PIVelvetSilverwingAccessory,
       Time:400.0,
	   OnGiveXP:Recipe.OnGiveXP.Tailoring5XP,
	   SkillRequired:Tailoring=2,
       Sound:PICraftPony,
	   NeedToBeLearn: true,
       Category:Plushie,
    }
	recipe Put on Twitchy Live's Hoodie
	{
       PompsItems_MyLittlePony.PITwitchyLivePlushie,
       PompsItems_MyLittlePony.PITwitchyLiveAccessory,

       Result:PompsItems_MyLittlePony.PITwitchyLiveCompletePlushie,
       Time:10.0,
       Category:Outfit,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}

	recipe Remove Hoodie from Twitchy Live
	{
       PompsItems_MyLittlePony.PITwitchyLiveCompletePlushie,

       Result:PompsItems_MyLittlePony.PITwitchyLivePlushie,
       Time:10.0,
       Category:Outfit,
	   OnCreate:Recipe.OnCreate.RemoveHoodieFromTwitchyLive,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}
	recipe Sew Twitchy Live's Hoodie
	{
	Thread=3,
	RippedSheets=5,
	keep Scissors,
	keep Needle,
	
       Result:PompsItems_MyLittlePony.PITwitchyLiveAccessory,
       Time:400.0,
	   OnGiveXP:Recipe.OnGiveXP.Tailoring5XP,
	   SkillRequired:Tailoring=2,
       Sound:PICraftPony,
	   NeedToBeLearn: true,
       Category:Plushie,
    }
	recipe Create Big Filly
	{
	PompsItems_MyLittlePony.AnonfillyPlushie,
	PompsItems.PISnowpity=5,
	Thread=2,
	keep Scissors,
	keep Needle,
	
       Result:PompsItems_MyLittlePony.PIBEEGFilly,
       Time:400.0,
	   OnGiveXP:Recipe.OnGiveXP.Tailoring7XP,
	   SkillRequired:Tailoring=3,
       Sound:PICraftPony,
	   NeedToBeLearn: true,
       Category:Plushie,
       AllowRottenItem:true,
    }

	recipe Put on Shattered Heart's Outfit
	{
       PompsItems_MyLittlePony.PIShatteredHeartPlushie,
       PompsItems_MyLittlePony.PIShatteredHeartAccessory,

       Result:PompsItems_MyLittlePony.PIShatteredHeartCompletePlushie,
       Time:10.0,
       Category:Outfit,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}

	recipe Remove Outfit from Shattered Heart
	{
       PompsItems_MyLittlePony.PIShatteredHeartCompletePlushie,

       Result:PompsItems_MyLittlePony.PIShatteredHeartPlushie,
       Time:10.0,
       Category:Outfit,
	   OnCreate:Recipe.OnCreate.RemoveOutfitFromShatteredHeart,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}
	recipe Sew Shattered Heart's Outfit
	{
	Thread=3,
	RippedSheets=5,
	keep Scissors,
	keep Needle,
	
       Result:PompsItems_MyLittlePony.PIShatteredHeartAccessory,
       Time:400.0,
	   OnGiveXP:Recipe.OnGiveXP.Tailoring5XP,
	   SkillRequired:Tailoring=2,
       Sound:PICraftPony,
	   NeedToBeLearn: true,
       Category:Plushie,
    }

	recipe Put on Fenris Ebonyglow's Scarf
	{
       PompsItems_MyLittlePony.PIFenrisEbonyglowPlushie,
       PompsItems_MyLittlePony.PIFenrisEbonyglowAccessory,

       Result:PompsItems_MyLittlePony.PIFenrisEbonyglowCompletePlushie,
       Time:10.0,
       Category:Outfit,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}

	recipe Remove Scarf from Fenris Ebonyglow
	{
       PompsItems_MyLittlePony.PIFenrisEbonyglowCompletePlushie,

       Result:PompsItems_MyLittlePony.PIFenrisEbonyglowPlushie,
       Time:10.0,
       Category:Outfit,
	   OnCreate:Recipe.OnCreate.RemoveOutfitFromFenrisEbonyglow,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}
	recipe Sew Fenris Ebonyglow's Scarf
	{
	Thread=2,
	RippedSheets=2,
	keep Scissors,
	keep Needle,
	
       Result:PompsItems_MyLittlePony.PIFenrisEbonyglowAccessory,
       Time:400.0,
	   OnGiveXP:Recipe.OnGiveXP.Tailoring5XP,
	   SkillRequired:Tailoring=1,
       Sound:PICraftPony,
	   NeedToBeLearn: true,
       Category:Plushie,
    }

	recipe Put on Number Nine's Outfit
	{
       PompsItems_MyLittlePony.PINumberNinePlushie,
       PompsItems_MyLittlePony.PINumberNinePlushieAccessory,

       Result:PompsItems_MyLittlePony.PINumberNinePlushieComplete,
       Time:10.0,
       Category:Outfit,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}

	recipe Remove Outfit from Number Nine
	{
       PompsItems_MyLittlePony.PINumberNinePlushieComplete,

       Result:PompsItems_MyLittlePony.PINumberNinePlushie,
       Time:10.0,
       Category:Outfit,
	   OnCreate:Recipe.OnCreate.RemoveOutfitFromNumberNine,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}
	recipe Sew Number Nine's Mining Outfit
	{
	Thread=3,
	RippedSheets=5,
	keep Scissors,
	keep Needle,
	
       Result:PompsItems_MyLittlePony.PINumberNinePlushieAccessory,
       Time:400.0,
	   OnGiveXP:Recipe.OnGiveXP.Tailoring5XP,
	   SkillRequired:Tailoring=3,
       Sound:PICraftPony,
	   NeedToBeLearn: true,
       Category:Plushie,
    }
	recipe Put on Midnight Lancer's Uniform
	{
       PompsItems_MyLittlePony.PIMidnightLancerPlushie,
       PompsItems_MyLittlePony.PIMidnightLancerPlushieAccessory,

       Result:PompsItems_MyLittlePony.PIMidnightLancerPlushieComplete,
       Time:10.0,
       Category:Outfit,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}

	recipe Remove Uniform from Midnight Lancer
	{
       PompsItems_MyLittlePony.PIMidnightLancerPlushieComplete,

       Result:PompsItems_MyLittlePony.PIMidnightLancerPlushie,
       Time:10.0,
       Category:Outfit,
	   OnCreate:Recipe.OnCreate.RemoveOutfitFromMidnightLancer,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}
	recipe Sew Midnight Lancer's Police Uniform
	{
	Thread=3,
	RippedSheets=5,
	keep Scissors,
	keep Needle,
	
       Result:PompsItems_MyLittlePony.PIMidnightLancerPlushieAccessory,
       Time:400.0,
	   OnGiveXP:Recipe.OnGiveXP.Tailoring5XP,
	   SkillRequired:Tailoring=3,
       Sound:PICraftPony,
	   NeedToBeLearn: true,
       Category:Plushie,
    }

	recipe Put on Midnight Lancer's Maid Outfit
	{
       PompsItems_MyLittlePony.PIMidnightLancerPlushie,
       PompsItems_MyLittlePony.PIMaidAccessory,

       Result:PompsItems_MyLittlePony.PIMidnightLancerMaidPlushie,
       Time:10.0,
       Category:Outfit,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}

	recipe Take Off Midnight Lancer's Maid Outfit
	{
       PompsItems_MyLittlePony.PIMidnightLancerMaidPlushie,

       Result:PompsItems_MyLittlePony.PIMidnightLancerPlushie,
       Time:10.0,
       Category:Outfit,
	   OnCreate:Recipe.OnCreate.RemoveMaidOutfitFromMidnightLancer,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}
	recipe Sew Pony Maid Outfit
	{
	Thread=3,
	RippedSheets=5,
	keep Scissors,
	keep Needle,
	
       Result:PompsItems_MyLittlePony.PIMaidAccessory,
       Time:400.0,
	   OnGiveXP:Recipe.OnGiveXP.Tailoring5XP,
	   SkillRequired:Tailoring=3,
       Sound:PICraftPony,
	   NeedToBeLearn: true,
       Category:Plushie,
    }	
	recipe Put on Midnight Lancer's Cheerleader Outfit
	{
       PompsItems_MyLittlePony.PIMidnightLancerPlushie,
       PompsItems_MyLittlePony.PIMidnightLancerCheerleaderAccessory,

       Result:PompsItems_MyLittlePony.PIMidnightLancerCheerleaderPlushie,
       Time:10.0,
       Category:Outfit,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}

	recipe Take Off Midnight Lancer's Cheerleader Outfit
	{
       PompsItems_MyLittlePony.PIMidnightLancerCheerleaderPlushie,

       Result:PompsItems_MyLittlePony.PIMidnightLancerPlushie,
       Time:10.0,
       Category:Outfit,
	   OnCreate:Recipe.OnCreate.RemoveCheerOutfitFromMidnightLancer,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}
	recipe Sew Midnight Lancer's Cheerleader Outfit
	{
	Thread=3,
	RippedSheets=5,
	keep Scissors,
	keep Needle,
	
       Result:PompsItems_MyLittlePony.PIMidnightLancerCheerleaderAccessory,
       Time:400.0,
	   OnGiveXP:Recipe.OnGiveXP.Tailoring5XP,
	   SkillRequired:Tailoring=3,
       Sound:PICraftPony,
	   NeedToBeLearn: true,
       Category:Plushie,
    }

	recipe Put on Blue Mending's Outfit
	{
       PompsItems_MyLittlePony.PIBlueMendingPlushie,
       PompsItems_MyLittlePony.PIBlueMendingAccessory,

       Result:PompsItems_MyLittlePony.PIBlueMendingCompletePlushie,
       Time:10.0,
       Category:Outfit,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}

	recipe Remove Outfit from Blue Mending
	{
       PompsItems_MyLittlePony.PIBlueMendingCompletePlushie,

       Result:PompsItems_MyLittlePony.PIBlueMendingPlushie,
       Time:10.0,
       Category:Outfit,
	   OnCreate:Recipe.OnCreate.RemoveOutfitFromBlueMending,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}
	recipe Sew Blue Mending's Outfit
	{
	Thread=3,
	RippedSheets=5,
	keep Scissors,
	keep Needle,
	
       Result:PompsItems_MyLittlePony.PIBlueMendingAccessory,
       Time:400.0,
	   OnGiveXP:Recipe.OnGiveXP.Tailoring5XP,
	   SkillRequired:Tailoring=3,
       Sound:PICraftPony,
	   NeedToBeLearn: true,
       Category:Plushie,
    }
	recipe Put on Shining Armor's Wedding Uniform
	{
       PompsItems_MyLittlePony.ShiningArmorPlushie,
       PompsItems_MyLittlePony.PIShiningArmorAccessory,

       Result:PompsItems_MyLittlePony.PIShiningArmorUniformPlushie,
       Time:10.0,
       Category:Outfit,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}

	recipe Take Shining Armor's Wedding Uniform Off
	{
       PompsItems_MyLittlePony.PIShiningArmorUniformPlushie,

       Result:PompsItems_MyLittlePony.ShiningArmorPlushie,
       Time:10.0,
       Category:Outfit,
	   OnCreate:Recipe.OnCreate.RemoveOutfitFromShiningArmor,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}
	recipe Sew Shining Armor's Wedding Uniform
	{
	Thread=3,
	RippedSheets=5,
	keep Scissors,
	keep Needle,
	
       Result:PompsItems_MyLittlePony.PIShiningArmorAccessory,
       Time:400.0,
	   OnGiveXP:Recipe.OnGiveXP.Tailoring5XP,
	   SkillRequired:Tailoring=3,
       Sound:PICraftPony,
	   NeedToBeLearn: true,
       Category:Plushie,
    }
	recipe Put on Slashing Prices' Armor
	{
       PompsItems_MyLittlePony.PISlashingPricesPlushie,
       PompsItems_MyLittlePony.PISlashingPricesAccessory,

       Result:PompsItems_MyLittlePony.PISlashingPricesPlushieComplete,
       Time:10.0,
       Category:Outfit,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}

	recipe Take Slashing Prices' Armor Off
	{
       PompsItems_MyLittlePony.PISlashingPricesPlushieComplete,

       Result:PompsItems_MyLittlePony.PISlashingPricesPlushie,
       Time:10.0,
       Category:Outfit,
	   OnCreate:Recipe.OnCreate.RemoveOutfitFromSlashingPrices,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}
	recipe Sew Slashing Prices' Armor
	{
	Thread=3,
	RippedSheets=5,
	keep Scissors,
	keep Needle,
	
       Result:PompsItems_MyLittlePony.PISlashingPricesAccessory,
       Time:400.0,
	   OnGiveXP:Recipe.OnGiveXP.Tailoring5XP,
	   SkillRequired:Tailoring=3,
       Sound:PICraftPony,
	   NeedToBeLearn: true,
       Category:Plushie,
    }
	recipe Put on Morning Mimosa's Glasses
	{
       PompsItems_MyLittlePony.PIMorningMimosaPlushie,
       PompsItems_MyLittlePony.PIMorningMimosaAccessory,

       Result:PompsItems_MyLittlePony.PIMorningMimosaCompletePlushie,
       Time:10.0,
       Category:Outfit,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}

	recipe Take Off Morning Mimosa's Glasses
	{
       PompsItems_MyLittlePony.PIMorningMimosaCompletePlushie,

       Result:PompsItems_MyLittlePony.PIMorningMimosaPlushie,
       Time:10.0,
       Category:Outfit,
	   OnCreate:Recipe.OnCreate.RemoveOutfitFromMorningMimosa,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}
	recipe Put on Fair Flyer' Hat
	{
       PompsItems_MyLittlePony.PIFairFlyerPlushie,
       PompsItems_MyLittlePony.PIFairFlyerAccessory,

       Result:PompsItems_MyLittlePony.PIFairFlyerPlushieComplete,
       Time:10.0,
       Category:Outfit,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}

	recipe Take off Fair Flyer's Hat
	{
       PompsItems_MyLittlePony.PIFairFlyerPlushieComplete,

       Result:PompsItems_MyLittlePony.PIFairFlyerPlushie,
       Time:10.0,
       Category:Outfit,
	   OnCreate:Recipe.OnCreate.RemoveOutfitFromFairFlyer,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}
	recipe Sew Fair Flyer's Hat
	{
	Thread=3,
	RippedSheets=5,
	keep Scissors,
	keep Needle,
	
       Result:PompsItems_MyLittlePony.PIFairFlyerAccessory,
       Time:400.0,
	   OnGiveXP:Recipe.OnGiveXP.Tailoring5XP,
	   SkillRequired:Tailoring=3,
       Sound:PICraftPony,
	   NeedToBeLearn: true,
       Category:Plushie,
    }
	recipe Create Season 1 Princess Luna
	{
	LunaPlushie,
	PISnowpity=3,
	Thread=3,
	RippedSheets=5,
	keep Scissors,
	keep Needle,
	
       Result:PompsItems_MyLittlePony.PIPrincessLunaS1Plushie,
       Time:400.0,
	   OnGiveXP:Recipe.OnGiveXP.Tailoring5XP,
	   SkillRequired:Tailoring=2,
       Sound:PICraftPony,
	   NeedToBeLearn: true,
       Category:Plushie,
    }
	recipe Put on Vuren Sundown's Radiant Outfit
	{
       PompsItems_MyLittlePony.PIVurenSundownPlushie,
       PompsItems_MyLittlePony.PIVurenSundownRadiantAccessory,

       Result:PompsItems_MyLittlePony.PIVurenSundownRadiantPlushie,
       Time:10.0,
       Category:Outfit,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}

	recipe Take off Vuren Sundown's Radiant Outfit
	{
       PompsItems_MyLittlePony.PIVurenSundownRadiantPlushie,

       Result:PompsItems_MyLittlePony.PIVurenSundownPlushie,
       Time:10.0,
       Category:Outfit,
	   OnCreate:Recipe.OnCreate.RemoveRadiantFromVurenSundown,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}
	recipe Sew Vuren Sundown's Honorable Radiant Outfit
	{
	Thread=3,
	RippedSheets=5,
	keep Scissors,
	keep Needle,
	
       Result:PompsItems_MyLittlePony.PIVurenSundownRadiantAccessory,
       Time:400.0,
	   OnGiveXP:Recipe.OnGiveXP.Tailoring5XP,
	   SkillRequired:Tailoring=3,
       Sound:PICraftPony,
	   NeedToBeLearn: true,
       Category:Plushie,
    }
	recipe Create Extra Smol Pipp Petals
	{
	PippPetalsPlushie,
	PISnowpity=3,
	Thread=3,
	RippedSheets=5,
	keep Scissors,
	keep Needle,
	
       Result:PompsItems_MyLittlePony.PISmolPippPlushie,
       Time:400.0,
	   OnGiveXP:Recipe.OnGiveXP.Tailoring5XP,
	   SkillRequired:Tailoring=2,
       Sound:PICraftPony,
	   NeedToBeLearn: true,
       Category:Plushie,
    }
	recipe Put on Altus Bastion's Armor
	{
       PompsItems_MyLittlePony.PIAltusBastionPlushie,
       PompsItems_MyLittlePony.PIAltusBastionAccessory,

       Result:PompsItems_MyLittlePony.PIAltusBastionComplete,
       Time:10.0,
       Category:Outfit,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}

	recipe Take off Altus Bastion's Armor
	{
       PompsItems_MyLittlePony.PIAltusBastionComplete,

       Result:PompsItems_MyLittlePony.PIAltusBastionPlushie,
       Time:10.0,
       Category:Outfit,
	   OnCreate:Recipe.OnCreate.RemoveOutfitFromAltusBastion,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}
	recipe Sew Altus Bastion's Armor
	{
	Thread=3,
	RippedSheets=5,
	keep Scissors,
	keep Needle,
	
       Result:PompsItems_MyLittlePony.PIAltusBastionAccessory,
       Time:400.0,
	   OnGiveXP:Recipe.OnGiveXP.Tailoring5XP,
	   SkillRequired:Tailoring=3,
       Sound:PICraftPony,
	   NeedToBeLearn: true,
       Category:Plushie,
    }
	recipe Put on Radium Gears' Outfit
	{
       PompsItems_MyLittlePony.PIRadiumGearsPlushie,
       PompsItems_MyLittlePony.PIRadiumGearsAccessory,

       Result:PompsItems_MyLittlePony.PIRadiumGearsPlushieComplete,
       Time:10.0,
       Category:Outfit,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}

	recipe Take off Radium Gears' Outfit
	{
       PompsItems_MyLittlePony.PIRadiumGearsPlushieComplete,

       Result:PompsItems_MyLittlePony.PIRadiumGearsPlushie,
       Time:10.0,
       Category:Outfit,
	   OnCreate:Recipe.OnCreate.RemoveOutfitFromRadiumGears,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}
	recipe Sew Radium Gears' Steampunk Outfit
	{
	Thread=3,
	RippedSheets=5,
	keep Scissors,
	keep Needle,
	
       Result:PompsItems_MyLittlePony.PIRadiumGearsAccessory,
       Time:400.0,
	   OnGiveXP:Recipe.OnGiveXP.Tailoring5XP,
	   SkillRequired:Tailoring=3,
       Sound:PICraftPony,
	   NeedToBeLearn: true,
       Category:Plushie,
    }
	recipe Put on Fable's Outfit
	{
       PompsItems_MyLittlePony.PIFableRatPlushie,
       PompsItems_MyLittlePony.PIFableRatPlushieAccessory,

       Result:PompsItems_MyLittlePony.PIFableRatCompletePlushie,
       Time:10.0,
       Category:Outfit,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}

	recipe Take off Fable's Outfit
	{
       PompsItems_MyLittlePony.PIFableRatCompletePlushie,

       Result:PompsItems_MyLittlePony.PIFableRatPlushie,
       Time:10.0,
       Category:Outfit,
	   OnCreate:Recipe.OnCreate.RemoveOutfitFromFableRat,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}
	recipe Sew Fable's Outfit
	{
	Thread=3,
	RippedSheets=5,
	keep Scissors,
	keep Needle,
	
       Result:PompsItems_MyLittlePony.PIFableRatPlushieAccessory,
       Time:400.0,
	   OnGiveXP:Recipe.OnGiveXP.Tailoring5XP,
	   SkillRequired:Tailoring=3,
       Sound:PICraftPony,
	   NeedToBeLearn: true,
       Category:Plushie,
    }
	recipe Put on Winter Love's Socks
	{
       PompsItems_MyLittlePony.PICinnyPlushie,
       PompsItems_MyLittlePony.PICinnyAccessory,

       Result:PompsItems_MyLittlePony.PICinnyCompletePlushie,
       Time:10.0,
       Category:Outfit,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}
	recipe Take off Winter Love's Socks
	{
       PompsItems_MyLittlePony.PICinnyCompletePlushie,

       Result:PompsItems_MyLittlePony.PICinnyPlushie,
       Time:10.0,
       Category:Outfit,
	   OnCreate:Recipe.OnCreate.RemoveOutfitFromCinny,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}
	recipe Sew Winter Love's Socks
	{
	Thread=2,
	RippedSheets=2,
	keep Scissors,
	keep Needle,
	
       Result:PompsItems_MyLittlePony.PICinnyAccessory,
       Time:400.0,
	   OnGiveXP:Recipe.OnGiveXP.Tailoring5XP,
	   SkillRequired:Tailoring=2,
       Sound:PICraftPony,
	   NeedToBeLearn: true,
       Category:Plushie,
    }
	recipe Put on Clyde's Uniform
	{
       PompsItems_MyLittlePony.PIClydePlushie,
       PompsItems_MyLittlePony.PIClydeAccessory,

       Result:PompsItems_MyLittlePony.PIClydePlushieComplete,
       Time:10.0,
       Category:Outfit,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}
	recipe Take off Clyde's Uniform
	{
       PompsItems_MyLittlePony.PIClydePlushieComplete,

       Result:PompsItems_MyLittlePony.PIClydePlushie,
       Time:10.0,
       Category:Outfit,
	   OnCreate:Recipe.OnCreate.RemoveOutfitFromClyde,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}
	recipe Sew Clyde's Neighvarro Uniform
	{
	Thread=3,
	RippedSheets=5,
	keep Scissors,
	keep Needle,
	
       Result:PompsItems_MyLittlePony.PIClydeAccessory,
       Time:400.0,
	   OnGiveXP:Recipe.OnGiveXP.Tailoring5XP,
	   SkillRequired:Tailoring=3,
       Sound:PICraftPony,
	   NeedToBeLearn: true,
       Category:Plushie,
    }
	recipe Create Emo Fluttershy
	{
	FluttershyPlushie,
	PISnowpity=3,
	Necklace_Choker/Necklace_Choker_Sapphire/Necklace_Choker_Amber/Necklace_Choker_Diamond,
	Thread=3,
	RippedSheets=5,
	keep Scissors,
	keep Needle,
	
       Result:PompsItems_MyLittlePony.PIEmoFluttershyPlushie,
       Time:400.0,
	   OnGiveXP:Recipe.OnGiveXP.Tailoring5XP,
	   SkillRequired:Tailoring=2,
       Sound:PICraftPony,
	   NeedToBeLearn: true,
       Category:Plushie,
    }
	recipe Put Suit on Harmonic Tune
	{
       PompsItems_MyLittlePony.PIHarmonicTunePlushie,
       PompsItems_MyLittlePony.PIHarmonicTuneHC25Accessory,

       Result:PompsItems_MyLittlePony.PIHarmonicTuneHC25Plushie,
       Time:10.0,
       Category:Outfit,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}
	recipe Take off Harmonic Tune's Suit
	{
       PompsItems_MyLittlePony.PIHarmonicTuneHC25Plushie,

       Result:PompsItems_MyLittlePony.PIHarmonicTunePlushie,
       Time:10.0,
       Category:Outfit,
	   OnCreate:Recipe.OnCreate.RemoveOutfitFromHarmonicTune,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}
	recipe Sew Harmonic Tune's HarmonyCon 2025 Suit
	{
	Thread=3,
	RippedSheets=5,
	keep Scissors,
	keep Needle,
	
       Result:PompsItems_MyLittlePony.PIHarmonicTuneHC25Accessory,
       Time:400.0,
	   OnGiveXP:Recipe.OnGiveXP.Tailoring5XP,
	   SkillRequired:Tailoring=3,
       Sound:PICraftPony,
	   NeedToBeLearn: true,
       Category:Plushie,
    }
	recipe Put Hat on Harmony Star
	{
       PompsItems_MyLittlePony.PIHarmonyStarPlushie,
       PompsItems_MyLittlePony.PIHarmonyStarAccessory,

       Result:PompsItems_MyLittlePony.PIHarmonyStarPlushieComplete,
       Time:10.0,
       Category:Outfit,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}
	recipe Take off Harmony Star's Hat
	{
       PompsItems_MyLittlePony.PIHarmonyStarPlushieComplete,

       Result:PompsItems_MyLittlePony.PIHarmonyStarPlushie,
       Time:10.0,
       Category:Outfit,
	   OnCreate:Recipe.OnCreate.RemoveHatFromHarmonyStar,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}
	recipe Sew Harmony Star's Hat
	{
	Thread=3,
	RippedSheets=5,
	keep Scissors,
	keep Needle,
	
       Result:PompsItems_MyLittlePony.PIHarmonyStarAccessory,
       Time:400.0,
	   OnGiveXP:Recipe.OnGiveXP.Tailoring5XP,
	   SkillRequired:Tailoring=3,
       Sound:PICraftPony,
	   NeedToBeLearn: true,
       Category:Plushie,
    }
	recipe Put Dress on Harmony Star
	{
       PompsItems_MyLittlePony.PIHarmonyStarPlushie,
       PompsItems_MyLittlePony.PIHarmonyStarHC25Accessory,

       Result:PompsItems_MyLittlePony.PIHarmonyStarHC25Plushie,
       Time:10.0,
       Category:Outfit,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}
	recipe Take off Harmony Star's Dress
	{
       PompsItems_MyLittlePony.PIHarmonyStarHC25Plushie,

       Result:PompsItems_MyLittlePony.PIHarmonyStarPlushie,
       Time:10.0,
       Category:Outfit,
	   OnCreate:Recipe.OnCreate.RemoveDressFromHarmonyStar,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}
	recipe Sew Harmony Star's HarmonyCon 2025 Dress
	{
	Thread=3,
	RippedSheets=5,
	keep Scissors,
	keep Needle,
	
       Result:PompsItems_MyLittlePony.PIHarmonyStarHC25Accessory,
       Time:400.0,
	   OnGiveXP:Recipe.OnGiveXP.Tailoring5XP,
	   SkillRequired:Tailoring=3,
       Sound:PICraftPony,
	   NeedToBeLearn: true,
       Category:Plushie,
    }
	recipe Put Tuxedo on Lord Brandfurd
	{
       PompsItems_MyLittlePony.PIBrandfurdStalkPlushie,
       PompsItems_MyLittlePony.PIBrandfurdStalkAccessory,

       Result:PompsItems_MyLittlePony.PIBrandfurdStalkPlushieComplete,
       Time:10.0,
       Category:Outfit,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}
	recipe Take off Lord Brandfurd III's Tuxedo
	{
       PompsItems_MyLittlePony.PIBrandfurdStalkPlushieComplete,

       Result:PompsItems_MyLittlePony.PIBrandfurdStalkPlushie,
       Time:10.0,
       Category:Outfit,
	   OnCreate:Recipe.OnCreate.RemoveOutfitFromBrandfurd,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}
	recipe Sew Lord Brandfurd III's Tuxedo
	{
	Thread=3,
	RippedSheets=5,
	keep Scissors,
	keep Needle,
	
       Result:PompsItems_MyLittlePony.PIBrandfurdStalkAccessory,
       Time:400.0,
	   OnGiveXP:Recipe.OnGiveXP.Tailoring5XP,
	   SkillRequired:Tailoring=3,
       Sound:PICraftPony,
	   NeedToBeLearn: true,
       Category:Plushie,
    }
	recipe Put Bee Costume on Anon Filly
	{
       PompsItems_MyLittlePony.AnonfillyPlushie,
       PompsItems_MyLittlePony.PIBeeFillyAccessory,

       Result:PompsItems_MyLittlePony.PIBeeFillyPlushie,
       Time:10.0,
       Category:Outfit,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}
	recipe Take off Anon Filly's Bee Costume
	{
       PompsItems_MyLittlePony.PIBeeFillyPlushie,

       Result:PompsItems_MyLittlePony.AnonfillyPlushie,
       Time:10.0,
       Category:Outfit,
	   OnCreate:Recipe.OnCreate.RemoveWandaBeeFromFilly,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}
	recipe Sew Anon Filly's Wanda Bee Costume
	{
	Thread=3,
	RippedSheets=5,
	keep Scissors,
	keep Needle,
	
       Result:PompsItems_MyLittlePony.PIBeeFillyAccessory,
       Time:400.0,
	   OnGiveXP:Recipe.OnGiveXP.Tailoring5XP,
	   SkillRequired:Tailoring=3,
       Sound:PICraftPony,
	   NeedToBeLearn: true,
       Category:Plushie,
    }
	recipe Put Jacket on Rainbowshine
	{
       PompsItems_MyLittlePony.PIRainbowshinePlushie,
       PompsItems_MyLittlePony.PIRainbowshineAccessory,

       Result:PompsItems_MyLittlePony.PIRainbowshinePlushieComplete,
       Time:10.0,
       Category:Outfit,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}
	recipe Take off Rainbowshine's Jacket
	{
       PompsItems_MyLittlePony.PIRainbowshinePlushieComplete,

       Result:PompsItems_MyLittlePony.PIRainbowshinePlushie,
       Time:10.0,
       Category:Outfit,
	   OnCreate:Recipe.OnCreate.RemoveJacketFromRainbowshine,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}
	recipe Sew Rainbowshine's Jacket
	{
	Thread=3,
	RippedSheets=5,
	keep Scissors,
	keep Needle,
	
       Result:PompsItems_MyLittlePony.PIRainbowshineAccessory,
       Time:400.0,
	   OnGiveXP:Recipe.OnGiveXP.Tailoring5XP,
	   SkillRequired:Tailoring=3,
       Sound:PICraftPony,
	   NeedToBeLearn: true,
       Category:Plushie,
    }
	recipe Put Outfit on Ranger Dash
	{
       PompsItems_MyLittlePony.PIRangerDashPlushie,
       PompsItems_MyLittlePony.PIRangerDashAccessory,

       Result:PompsItems_MyLittlePony.PIRangerDashPlushieComplete,
       Time:10.0,
       Category:Outfit,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}
	recipe Take off Ranger Dash's Outfit
	{
       PompsItems_MyLittlePony.PIRangerDashPlushieComplete,

       Result:PompsItems_MyLittlePony.PIRangerDashPlushie,
       Time:10.0,
       Category:Outfit,
	   OnCreate:Recipe.OnCreate.RemoveJacketFromRangerDash,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}
	recipe Sew Ranger Dash's Outfit
	{
	Thread=3,
	RippedSheets=5,
	keep Scissors,
	keep Needle,
	
       Result:PompsItems_MyLittlePony.PIRangerDashAccessory,
       Time:400.0,
	   OnGiveXP:Recipe.OnGiveXP.Tailoring5XP,
	   SkillRequired:Tailoring=3,
       Sound:PICraftPony,
	   NeedToBeLearn: true,
       Category:Plushie,
    }
	recipe Put Outfit on CJ
	{
       PompsItems_MyLittlePony.PICJPlushie,
       PompsItems_MyLittlePony.PICJPlushieAccessory,

       Result:PompsItems_MyLittlePony.PICJPlushieComplete,
       Time:10.0,
       Category:Outfit,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}
	recipe Take off CJ's Outfit
	{
       PompsItems_MyLittlePony.PICJPlushieComplete,

       Result:PompsItems_MyLittlePony.PICJPlushie,
       Time:10.0,
       Category:Outfit,
	   OnCreate:Recipe.OnCreate.PIRemoveCJ,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}
	recipe Sew CJ's Outfit
	{
	Thread=3,
	RippedSheets=5,
	keep Scissors,
	keep Needle,
	
       Result:PompsItems_MyLittlePony.PICJPlushieAccessory,
       Time:400.0,
	   OnGiveXP:Recipe.OnGiveXP.Tailoring5XP,
	   SkillRequired:Tailoring=3,
       Sound:PICraftPony,
	   NeedToBeLearn: true,
       Category:Plushie,
    }
	recipe Put Outfit on Burnt Brick
	{
       PompsItems_MyLittlePony.PIBurntBrickPlushie,
       PompsItems_MyLittlePony.PIBurntBrickAccessory,

       Result:PompsItems_MyLittlePony.PIBurntBrickPlushieComplete,
       Time:10.0,
       Category:Outfit,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}
	recipe Take off Burnt Brick's Outfit
	{
       PompsItems_MyLittlePony.PIBurntBrickPlushieComplete,

       Result:PompsItems_MyLittlePony.PIBurntBrickPlushie,
       Time:10.0,
       Category:Outfit,
	   OnCreate:Recipe.OnCreate.PIRemoveBurntBrick,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}
	recipe Sew Burnt Brick's Outfit
	{
	Thread=3,
	RippedSheets=5,
	keep Scissors,
	keep Needle,
	
       Result:PompsItems_MyLittlePony.PIBurntBrickAccessory,
       Time:400.0,
	   OnGiveXP:Recipe.OnGiveXP.Tailoring5XP,
	   SkillRequired:Tailoring=3,
       Sound:PICraftPony,
	   NeedToBeLearn: true,
       Category:Plushie,
    }
	recipe Put Outfit on Fatal Fix
	{
       PompsItems_MyLittlePony.PIFatalFixPlushie,
       PompsItems_MyLittlePony.PIFatalFixAccessory,

       Result:PompsItems_MyLittlePony.PIFatalFixCompletePlushie,
       Time:10.0,
       Category:Outfit,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}
	recipe Take off Fatal Fix's Outfit
	{
       PompsItems_MyLittlePony.PIFatalFixCompletePlushie,

       Result:PompsItems_MyLittlePony.PIFatalFixPlushie,
       Time:10.0,
       Category:Outfit,
	   OnCreate:Recipe.OnCreate.PIRemoveFatalFix,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}
	recipe Sew Fatal Fix's Outfit
	{
	Thread=3,
	RippedSheets=5,
	keep Scissors,
	keep Needle,
	
       Result:PompsItems_MyLittlePony.PIFatalFixAccessory,
       Time:400.0,
	   OnGiveXP:Recipe.OnGiveXP.Tailoring5XP,
	   SkillRequired:Tailoring=3,
       Sound:PICraftPony,
	   NeedToBeLearn: true,
       Category:Plushie,
    }
	recipe Put Hat on Blue Bonnet
	{
       PompsItems_MyLittlePony.PIBlueBonnetPlushie,
       PompsItems_MyLittlePony.PIBlueBonnetAccessory,

       Result:PompsItems_MyLittlePony.PIBlueBonnetCompletePlushie,
       Time:10.0,
       Category:Outfit,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}
	recipe Take off Blue Bonnet's Hat
	{
       PompsItems_MyLittlePony.PIBlueBonnetCompletePlushie,

       Result:PompsItems_MyLittlePony.PIBlueBonnetPlushie,
       Time:10.0,
       Category:Outfit,
	   OnCreate:Recipe.OnCreate.PIRemoveBlueBonnet,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}
	recipe Sew Blue Bonnet's Hat
	{
	Thread=3,
	RippedSheets=5,
	keep Scissors,
	keep Needle,
	
       Result:PompsItems_MyLittlePony.PIBlueBonnetAccessory,
       Time:400.0,
	   OnGiveXP:Recipe.OnGiveXP.Tailoring5XP,
	   SkillRequired:Tailoring=3,
       Sound:PICraftPony,
	   NeedToBeLearn: true,
       Category:Plushie,
    }
	recipe Put Donut on Donut Daydream
	{
       PompsItems_MyLittlePony.PIDonutDaydreamPlushie,
       Base.DoughnutFrosted,

       Result:PompsItems_MyLittlePony.PIDonutDaydreamPlushieComplete,
       Time:10.0,
       Category:Outfit,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}
	recipe Take off Donut Daydream's Donut
	{
       PompsItems_MyLittlePony.PIDonutDaydreamPlushieComplete,

       Result:PompsItems_MyLittlePony.PIDonutDaydreamPlushie,
       Time:10.0,
       Category:Outfit,
	   OnCreate:Recipe.OnCreate.PIRemoveDonutDaydream,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}
	recipe Put Suit on Anthyde Chrys
	{
       PompsItems_MyLittlePony.PIAnthydeChrysPlushie,
       PompsItems_MyLittlePony.PIAnthydeChrysAccessory,

       Result:PompsItems_MyLittlePony.PIAnthydeChrysPlushieComplete,
       Time:10.0,
       Category:Outfit,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}
	recipe Take off Anthyde Chrys's Suit
	{
       PompsItems_MyLittlePony.PIAnthydeChrysPlushieComplete,

       Result:PompsItems_MyLittlePony.PIAnthydeChrysPlushie,
       Time:10.0,
       Category:Outfit,
	   OnCreate:Recipe.OnCreate.PIRemoveAnthydeChrys,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}
	recipe Sew Anthyde Chrys's Suit
	{
	Thread=3,
	RippedSheets=5,
	keep Scissors,
	keep Needle,
	
       Result:PompsItems_MyLittlePony.PIAnthydeChrysAccessory,
       Time:400.0,
	   OnGiveXP:Recipe.OnGiveXP.Tailoring5XP,
	   SkillRequired:Tailoring=3,
       Sound:PICraftPony,
	   NeedToBeLearn: true,
       Category:Plushie,
    }
	recipe Put Scarf on Anon Filly
	{
       PompsItems_MyLittlePony.AnonfillyPlushie,
       PompsItems_MyLittlePony.PIAnonFillyScarf,

       Result:PompsItems_MyLittlePony.PIAnonFillyScarfPlushie,
       Time:10.0,
       Category:Outfit,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}
	recipe Take off Anon Filly's Scarf
	{
       PompsItems_MyLittlePony.PIAnonFillyScarfPlushie,

       Result:PompsItems_MyLittlePony.AnonfillyPlushie,
       Time:10.0,
       Category:Outfit,
	   OnCreate:Recipe.OnCreate.PIRemoveFillyScarf,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}
	recipe Sew Anon Filly's Team Spirit Scarf
	{
	Thread=3,
	RippedSheets=5,
	keep Scissors,
	keep Needle,
	
       Result:PompsItems_MyLittlePony.PIAnonFillyScarf,
       Time:400.0,
	   OnGiveXP:Recipe.OnGiveXP.Tailoring5XP,
	   SkillRequired:Tailoring=3,
       Sound:PICraftPony,
	   NeedToBeLearn: true,
       Category:Plushie,
    }
	recipe Put Bandana on Armaredillo
	{
       PompsItems_MyLittlePony.PIArmaredilloPlushie,
       PompsItems_MyLittlePony.PIArmaredilloAccessory,

       Result:PompsItems_MyLittlePony.PIArmaredilloCompletePlushie,
       Time:10.0,
       Category:Outfit,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}
	recipe Take off Armaredillo's Bandana
	{
       PompsItems_MyLittlePony.PIArmaredilloCompletePlushie,

       Result:PompsItems_MyLittlePony.PIArmaredilloPlushie,
       Time:10.0,
       Category:Outfit,
	   OnCreate:Recipe.OnCreate.PIRemoveArmaredillo,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}
	recipe Sew Armaredillo's Texas Bandana
	{
	Thread=3,
	RippedSheets=5,
	keep Scissors,
	keep Needle,
	
       Result:PompsItems_MyLittlePony.PIArmaredilloAccessory,
       Time:400.0,
	   OnGiveXP:Recipe.OnGiveXP.Tailoring5XP,
	   SkillRequired:Tailoring=3,
       Sound:PICraftPony,
	   NeedToBeLearn: true,
       Category:Plushie,
    }
	recipe Put Outfit on Bloona Blazes
	{
       PompsItems_MyLittlePony.PIBloonaBlazesPlushie,
       PompsItems_MyLittlePony.PIBloonaBlazesAccessory,

       Result:PompsItems_MyLittlePony.PIBloonaBlazesPlushieComplete,
       Time:10.0,
       Category:Outfit,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}
	recipe Take off Bloona Blazes' Outfit
	{
       PompsItems_MyLittlePony.PIBloonaBlazesPlushieComplete,

       Result:PompsItems_MyLittlePony.PIBloonaBlazesPlushie,
       Time:10.0,
       Category:Outfit,
	   OnCreate:Recipe.OnCreate.PIRemoveBloonaBlazes,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}
	recipe Sew Bloona Blazes' Outfit
	{
	Thread=3,
	RippedSheets=5,
	keep Scissors,
	keep Needle,
	
       Result:PompsItems_MyLittlePony.PIBloonaBlazesAccessory,
       Time:400.0,
	   OnGiveXP:Recipe.OnGiveXP.Tailoring5XP,
	   SkillRequired:Tailoring=3,
       Sound:PICraftPony,
	   NeedToBeLearn: true,
       Category:Plushie,
    }
	recipe Put Suit on Tenebrous Grimoire
	{
       PompsItems_MyLittlePony.PITenebrousGrimoirePlushie,
       PompsItems_MyLittlePony.PITenebrousGrimoireAccessory,

       Result:PompsItems_MyLittlePony.PITenebrousGrimoirePlushieComplete,
       Time:10.0,
       Category:Outfit,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}
	recipe Take off Tenebrous Grimoire's Suit
	{
       PompsItems_MyLittlePony.PITenebrousGrimoirePlushieComplete,

       Result:PompsItems_MyLittlePony.PITenebrousGrimoirePlushie,
       Time:10.0,
       Category:Outfit,
	   OnCreate:Recipe.OnCreate.PIRemoveTenebrous,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}
	recipe Sew Tenebrous Grimoire's Suit
	{
	Thread=3,
	RippedSheets=5,
	keep Scissors,
	keep Needle,
	
       Result:PompsItems_MyLittlePony.PITenebrousGrimoireAccessory,
       Time:400.0,
	   OnGiveXP:Recipe.OnGiveXP.Tailoring5XP,
	   SkillRequired:Tailoring=3,
       Sound:PICraftPony,
	   NeedToBeLearn: true,
       Category:Plushie,
    }
	recipe Put Outfit on Glacial Neige
	{
       PompsItems_MyLittlePony.PIGlacialNeigePlushie,
       PompsItems_MyLittlePony.PIGlacialNeigeAccessory,

       Result:PompsItems_MyLittlePony.PIGlacialNeigePlushieComplete,
       Time:10.0,
       Category:Outfit,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}
	recipe Take off Glacial Neige's Outfit
	{
       PompsItems_MyLittlePony.PIGlacialNeigePlushieComplete,

       Result:PompsItems_MyLittlePony.PIGlacialNeigePlushie,
       Time:10.0,
       Category:Outfit,
	   OnCreate:Recipe.OnCreate.PIRemoveGlacialNeige,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}
	recipe Sew Glacial Neige's Outfit
	{
	Thread=3,
	RippedSheets=5,
	keep Scissors,
	keep Needle,
	
       Result:PompsItems_MyLittlePony.PIGlacialNeigeAccessory,
       Time:400.0,
	   OnGiveXP:Recipe.OnGiveXP.Tailoring5XP,
	   SkillRequired:Tailoring=3,
       Sound:PICraftPony,
	   NeedToBeLearn: true,
       Category:Plushie,
    }
	recipe Put Vest on Phillip Driver
	{
       PompsItems_MyLittlePony.PIPhillipDriverPlushie,
       PompsItems_MyLittlePony.PIPhillipDriverAccessory,

       Result:PompsItems_MyLittlePony.PIPhillipDriverPlushieComplete,
       Time:10.0,
       Category:Outfit,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}
	recipe Take off Phillip Driver's Vest
	{
       PompsItems_MyLittlePony.PIPhillipDriverPlushieComplete,

       Result:PompsItems_MyLittlePony.PIPhillipDriverPlushie,
       Time:10.0,
       Category:Outfit,
	   OnCreate:Recipe.OnCreate.PIRemovePhillipDriver,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}
	recipe Sew Phillip Driver's Hi-Vis Vest
	{
	Thread=3,
	RippedSheets=5,
	keep Scissors,
	keep Needle,
	
       Result:PompsItems_MyLittlePony.PIPhillipDriverAccessory,
       Time:400.0,
	   OnGiveXP:Recipe.OnGiveXP.Tailoring5XP,
	   SkillRequired:Tailoring=3,
       Sound:PICraftPony,
	   NeedToBeLearn: true,
       Category:Plushie,
    }
	recipe Put Vault Suit on Clank Gearheart
	{
       PompsItems_MyLittlePony.PIClankPlushie,
       PompsItems_MyLittlePony.PIClankPlushieAccessory,

       Result:PompsItems_MyLittlePony.PIClankPlushieComplete,
       Time:10.0,
       Category:Outfit,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}
	recipe Take off Clank Gearheart's Vault Suit
	{
       PompsItems_MyLittlePony.PIClankPlushieComplete,

       Result:PompsItems_MyLittlePony.PIClankPlushie,
       Time:10.0,
       Category:Outfit,
	   OnCreate:Recipe.OnCreate.PIRemoveClankGearheart,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}
	recipe Sew Clank Gearheart's Getup
	{
	Thread=3,
	RippedSheets=5,
	keep Scissors,
	keep Needle,
	
       Result:PompsItems_MyLittlePony.PIClankPlushieAccessory,
       Time:400.0,
	   OnGiveXP:Recipe.OnGiveXP.Tailoring5XP,
	   SkillRequired:Tailoring=3,
       Sound:PICraftPony,
	   NeedToBeLearn: true,
       Category:Plushie,
    }
	recipe Put Jacket on Whiskey Wisp
	{
       PompsItems_MyLittlePony.PIWhiskeyWispPlushie,
       PompsItems_MyLittlePony.PIWhiskeyWispPlushieAccessory,

       Result:PompsItems_MyLittlePony.PIWhiskeyWispPlushieComplete,
       Time:10.0,
       Category:Outfit,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}
	recipe Take off Whiskey Wisp's Jacket
	{
       PompsItems_MyLittlePony.PIWhiskeyWispPlushieComplete,

       Result:PompsItems_MyLittlePony.PIWhiskeyWispPlushie,
       Time:10.0,
       Category:Outfit,
	   OnCreate:Recipe.OnCreate.PIRemoveWhiskeyWisp,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}
	recipe Sew Whiskey Wisp's Jacket
	{
	Thread=3,
	RippedSheets=5,
	keep Scissors,
	keep Needle,
	
       Result:PompsItems_MyLittlePony.PIWhiskeyWispPlushieAccessory,
       Time:400.0,
	   OnGiveXP:Recipe.OnGiveXP.Tailoring5XP,
	   SkillRequired:Tailoring=3,
       Sound:PICraftPony,
	   NeedToBeLearn: true,
       Category:Plushie,
    }
	recipe Put Black Parade Outfit on Whirlwind
	{
       PompsItems_MyLittlePony.PIWhirlwindPlushie,
       PompsItems_MyLittlePony.PIBlackParadeAccessory,

       Result:PompsItems_MyLittlePony.PIWhirlwindPlushieComplete,
       Time:10.0,
       Category:Outfit,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}
	recipe Take off Whirlwind's Black Parade Outfit
	{
       PompsItems_MyLittlePony.PIWhirlwindPlushieComplete,

       Result:PompsItems_MyLittlePony.PIWhirlwindPlushie,
       Time:10.0,
       Category:Outfit,
	   OnCreate:Recipe.OnCreate.PIRemoveWhirlwind,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}
	recipe Sew Black Parade Jacket
	{
	Thread=3,
	RippedSheets=5,
	keep Scissors,
	keep Needle,
	
       Result:PompsItems_MyLittlePony.PIBlackParadeAccessory,
       Time:400.0,
	   OnGiveXP:Recipe.OnGiveXP.Tailoring5XP,
	   SkillRequired:Tailoring=3,
       Sound:PICraftPony,
	   NeedToBeLearn: true,
       Category:Plushie,
    }
	recipe Put on Trixie's Outfit
	{
       PompsItems_MyLittlePony.TrixiePlushie,
       PompsItems_MyLittlePony.TrixieOutfit,

       Result:PompsItems_MyLittlePony.TrixieLulamoonPlushie,
       Time:10.0,
       Category:Outfit,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}
	recipe Take off Trixie's Outfit
	{
       PompsItems_MyLittlePony.TrixieLulamoonPlushie,

       Result:PompsItems_MyLittlePony.TrixiePlushie,
       Time:10.0,
       Category:Outfit,
	   OnCreate:Recipe.OnCreate.PIRemoveWhirlwind,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}
	recipe Sew Trixie's Outfit
	{
	Thread=3,
	RippedSheets=5,
	keep Scissors,
	keep Needle,
	
       Result:PompsItems_MyLittlePony.TrixieOutfit,
       Time:400.0,
	   OnGiveXP:Recipe.OnGiveXP.Tailoring5XP,
	   SkillRequired:Tailoring=3,
       Sound:PICraftPony,
	   NeedToBeLearn: true,
       Category:Plushie,
    }
	recipe Put the Great and Powerful Getup on Trixie
	{
       PompsItems_MyLittlePony.TrixiePlushie,
       PompsItems_MyLittlePony.PITrixieOutfitMLR,

       Result:PompsItems_MyLittlePony.PITrixieLulamoonMLR,
       Time:10.0,
       Category:Outfit,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}
	recipe Take off Trixie's Great and Powerful Getup
	{
       PompsItems_MyLittlePony.PITrixieLulamoonMLR,

       Result:PompsItems_MyLittlePony.TrixiePlushie,
       Time:10.0,
       Category:Outfit,
	   OnCreate:Recipe.OnCreate.PIRemoveTrixieGP,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}
	recipe Sew Trixie's Great and Powerful Getup
	{
	Thread=3,
	RippedSheets=5,
	keep Scissors,
	keep Needle,
	
       Result:PompsItems_MyLittlePony.PITrixieOutfitMLR,
       Time:400.0,
	   OnGiveXP:Recipe.OnGiveXP.Tailoring5XP,
	   SkillRequired:Tailoring=3,
       Sound:PICraftPony,
	   NeedToBeLearn: true,
       Category:Plushie,
    }
	recipe Put Hat on Silver
	{
       PompsItems_MyLittlePony.PISilverPlushie,
       PompsItems_MyLittlePony.PISilverAccessory,

       Result:PompsItems_MyLittlePony.PISilverPlushieComplete,
       Time:10.0,
       Category:Outfit,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}
	recipe Take off Silver's Hat
	{
       PompsItems_MyLittlePony.PISilverPlushieComplete,

       Result:PompsItems_MyLittlePony.PISilverPlushie,
       Time:10.0,
       Category:Outfit,
	   OnCreate:Recipe.OnCreate.PIRemoveSilverHat,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}
	recipe Sew Silver's Hat
	{
	Thread=3,
	RippedSheets=5,
	keep Scissors,
	keep Needle,
	
       Result:PompsItems_MyLittlePony.PISilverAccessory,
       Time:400.0,
	   OnGiveXP:Recipe.OnGiveXP.Tailoring5XP,
	   SkillRequired:Tailoring=3,
       Sound:PICraftPony,
	   NeedToBeLearn: true,
       Category:Plushie,
    }
	recipe Put Socks on Arwen
	{
       PompsItems_MyLittlePony.PIArwenPlushie,
       PompsItems_MyLittlePony.PIArwenAccessory,

       Result:PompsItems_MyLittlePony.PIArwenPlushieComplete,
       Time:10.0,
       Category:Outfit,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}
	recipe Take off Arwen's Socks
	{
       PompsItems_MyLittlePony.PIArwenPlushieComplete,

       Result:PompsItems_MyLittlePony.PIArwenPlushie,
       Time:10.0,
       Category:Outfit,
	   OnCreate:Recipe.OnCreate.PIRemoveArwen,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}
	recipe Sew Arwen's Socks
	{
	Thread=3,
	RippedSheets=5,
	keep Scissors,
	keep Needle,
	
       Result:PompsItems_MyLittlePony.PIArwenAccessory,
       Time:400.0,
	   OnGiveXP:Recipe.OnGiveXP.Tailoring5XP,
	   SkillRequired:Tailoring=3,
       Sound:PICraftPony,
	   NeedToBeLearn: true,
       Category:Plushie,
    }
	recipe Put Hat on Little League
	{
       PompsItems_MyLittlePony.PILittleLeaguePlushie,
       PompsItems_MyLittlePony.PILittleLeagueAccessory,

       Result:PompsItems_MyLittlePony.PILittleLeaguePlushieComplete,
       Time:10.0,
       Category:Outfit,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}
	recipe Take off Little League's Hat
	{
       PompsItems_MyLittlePony.PILittleLeaguePlushieComplete,

       Result:PompsItems_MyLittlePony.PILittleLeaguePlushie,
       Time:10.0,
       Category:Outfit,
	   OnCreate:Recipe.OnCreate.PIRemoveLittleLeague,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}
	recipe Sew Little League's Hat
	{
	Thread=3,
	RippedSheets=5,
	keep Scissors,
	keep Needle,
	
       Result:PompsItems_MyLittlePony.PILittleLeagueAccessory,
       Time:400.0,
	   OnGiveXP:Recipe.OnGiveXP.Tailoring5XP,
	   SkillRequired:Tailoring=3,
       Sound:PICraftPony,
	   NeedToBeLearn: true,
       Category:Plushie,
    }
	recipe Put Glasses on Whimsy Tail
	{
       PompsItems_MyLittlePony.PIWhimsyTailPlushie,
       PompsItems_MyLittlePony.PIWhimsyTailAccessory,

       Result:PompsItems_MyLittlePony.PIWhimsyTailPlushieComplete,
       Time:10.0,
       Category:Outfit,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}
	recipe Take off Whimsy Tail's Glasses
	{
       PompsItems_MyLittlePony.PIWhimsyTailPlushieComplete,

       Result:PompsItems_MyLittlePony.PIWhimsyTailPlushie,
       Time:10.0,
       Category:Outfit,
	   OnCreate:Recipe.OnCreate.PIRemoveWhimsyTail,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}
	recipe Sew Whimsy Tail's Glasses
	{
	Thread=2,
	RippedSheets=4,
	keep Scissors,
	keep Needle,
	
       Result:PompsItems_MyLittlePony.PIWhimsyTailAccessory,
       Time:400.0,
	   OnGiveXP:Recipe.OnGiveXP.Tailoring5XP,
	   SkillRequired:Tailoring=3,
       Sound:PICraftPony,
	   NeedToBeLearn: true,
       Category:Plushie,
    }
	recipe Put Hoodie on Trixie
	{
       PompsItems_MyLittlePony.TrixiePlushie,
       PompsItems_MyLittlePony.PITrixieBabysitterAccessory,

       Result:PompsItems_MyLittlePony.PITrixieBabysitterPlushie,
       Time:10.0,
       Category:Outfit,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}
	recipe Take off Trixie's Hoodie
	{
       PompsItems_MyLittlePony.PITrixieBabysitterPlushie,

       Result:PompsItems_MyLittlePony.TrixiePlushie,
       Time:10.0,
       Category:Outfit,
	   OnCreate:Recipe.OnCreate.PIRemoveTrixieHoodie,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}
	recipe Sew Trixie's Babysitting Hoodie
	{
	Thread=3,
	RippedSheets=5,
	keep Scissors,
	keep Needle,
	
       Result:PompsItems_MyLittlePony.PITrixieBabysitterAccessory,
       Time:400.0,
	   OnGiveXP:Recipe.OnGiveXP.Tailoring5XP,
	   SkillRequired:Tailoring=3,
       Sound:PICraftPony,
	   NeedToBeLearn: true,
       Category:Plushie,
    }
	recipe Put Maid Outfit on Midnight Blitz
	{
       PompsItems_MyLittlePony.PIMidnightBlitzPlushie,
       PompsItems_MyLittlePony.PIMaidAccessory,

       Result:PompsItems_MyLittlePony.PIMidnightBlitzMaidPlushie,
       Time:10.0,
       Category:Outfit,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}
	recipe Take Maid Outfit off Midnight Blitz
	{
       PompsItems_MyLittlePony.PIMidnightBlitzMaidPlushie,

       Result:PompsItems_MyLittlePony.PIMidnightBlitzPlushie,
       Time:10.0,
       Category:Outfit,
	   OnCreate:Recipe.OnCreate.PIRemoveMidnightBlitz,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}
	recipe Put Hat on Pyraxis
	{
       PompsItems_MyLittlePony.PIPyraxisPlushie,
       PompsItems_MyLittlePony.PIPyraxisPlushieAccessory,

       Result:PompsItems_MyLittlePony.PIPyraxisPlushieComplete,
       Time:10.0,
       Category:Outfit,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}
	recipe Take off Pyraxis' Hat
	{
       PompsItems_MyLittlePony.PIPyraxisPlushieComplete,

       Result:PompsItems_MyLittlePony.PIPyraxisPlushie,
       Time:10.0,
       Category:Outfit,
	   OnCreate:Recipe.OnCreate.PIRemovePyraxis,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}
	recipe Sew Pyraxis' Ten-Gallon Hat
	{
	Thread=3,
	RippedSheets=5,
	keep Scissors,
	keep Needle,
	
       Result:PompsItems_MyLittlePony.PIPyraxisPlushieAccessory,
       Time:400.0,
	   OnGiveXP:Recipe.OnGiveXP.Tailoring5XP,
	   SkillRequired:Tailoring=3,
       Sound:PICraftPony,
	   NeedToBeLearn: true,
       Category:Plushie,
    }
	recipe Put Outfit on Record Stereo
	{
       PompsItems_MyLittlePony.PIRecordStereoPlushie,
       PompsItems_MyLittlePony.PIRecordStereoAccessory,

       Result:PompsItems_MyLittlePony.PIRecordStereoPlushieComplete,
       Time:10.0,
       Category:Outfit,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}
	recipe Take off Record Stereo's Outfit
	{
       PompsItems_MyLittlePony.PIRecordStereoPlushieComplete,

       Result:PompsItems_MyLittlePony.PIRecordStereoPlushie,
       Time:10.0,
       Category:Outfit,
	   OnCreate:Recipe.OnCreate.PIRemoveRecordStereo,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}
	recipe Sew Record Stereo's Outfit
	{
	Thread=3,
	RippedSheets=5,
	keep Scissors,
	keep Needle,
	
       Result:PompsItems_MyLittlePony.PIRecordStereoAccessory,
       Time:400.0,
	   OnGiveXP:Recipe.OnGiveXP.Tailoring5XP,
	   SkillRequired:Tailoring=3,
       Sound:PICraftPony,
	   NeedToBeLearn: true,
       Category:Plushie,
    }
	recipe Put Getup on Milky Way
	{
       PompsItems_MyLittlePony.PIMilkyWayPlushie,
       PompsItems_MyLittlePony.PIMilkyWayAccessory,

       Result:PompsItems_MyLittlePony.PIMilkyWayPlushieComplete,
       Time:10.0,
       Category:Outfit,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}
	recipe Take off Milky Way's Getup
	{
       PompsItems_MyLittlePony.PIMilkyWayPlushieComplete,

       Result:PompsItems_MyLittlePony.PIMilkyWayPlushie,
       Time:10.0,
       Category:Outfit,
	   OnCreate:Recipe.OnCreate.PIRemoveMilkyWay,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}
	recipe Sew Milky Way's Getup
	{
	Thread=3,
	RippedSheets=5,
	keep Scissors,
	keep Needle,
	
       Result:PompsItems_MyLittlePony.PIMilkyWayAccessory,
       Time:400.0,
	   OnGiveXP:Recipe.OnGiveXP.Tailoring5XP,
	   SkillRequired:Tailoring=3,
       Sound:PICraftPony,
	   NeedToBeLearn: true,
       Category:Plushie,
    }
	recipe Put Hoodie on Whinny
	{
       PompsItems_MyLittlePony.PIWenniPlushie,
       PompsItems_MyLittlePony.PIWenniPlushieAccessory,

       Result:PompsItems_MyLittlePony.PIWenniPlushieComplete,
       Time:10.0,
       Category:Outfit,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}
	recipe Take off Whinny's Hoodie
	{
       PompsItems_MyLittlePony.PIWenniPlushieComplete,

       Result:PompsItems_MyLittlePony.PIWenniPlushie,
       Time:10.0,
       Category:Outfit,
	   OnCreate:Recipe.OnCreate.PIRemoveWhinny,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}
	recipe Sew Whinny's Hoodie
	{
	Thread=3,
	RippedSheets=5,
	keep Scissors,
	keep Needle,
	
       Result:PompsItems_MyLittlePony.PIWenniPlushieAccessory,
       Time:400.0,
	   OnGiveXP:Recipe.OnGiveXP.Tailoring5XP,
	   SkillRequired:Tailoring=3,
       Sound:PICraftPony,
	   NeedToBeLearn: true,
       Category:Plushie,
    }
	recipe Put Accessories on Desired
	{
       PompsItems_MyLittlePony.PIDesiredPlushie,
       PompsItems_MyLittlePony.PIDesiredPlushieAccessory,

       Result:PompsItems_MyLittlePony.PIDesiredPlushieComplete,
       Time:10.0,
       Category:Outfit,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}
	recipe Take off Desired's Accessories
	{
       PompsItems_MyLittlePony.PIDesiredPlushieComplete,

       Result:PompsItems_MyLittlePony.PIDesiredPlushie,
       Time:10.0,
       Category:Outfit,
	   OnCreate:Recipe.OnCreate.PIRemoveDesired,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}
	recipe Sew Desired's Accessories
	{
	Thread=3,
	RippedSheets=5,
	keep Scissors,
	keep Needle,
	
       Result:PompsItems_MyLittlePony.PIDesiredPlushieAccessory,
       Time:400.0,
	   OnGiveXP:Recipe.OnGiveXP.Tailoring5XP,
	   SkillRequired:Tailoring=3,
       Sound:PICraftPony,
	   NeedToBeLearn: true,
       Category:Plushie,
    }
	recipe Put Amulet on Winter Spirit
	{
       PompsItems_MyLittlePony.PIWinterSpiritPlushie,
       PompsItems_MyLittlePony.PIWinterSpiritAccessory,

       Result:PompsItems_MyLittlePony.PIWinterSpiritComplete,
       Time:10.0,
       Category:Outfit,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}
	recipe Take off Winter Spirit's Amulet
	{
       PompsItems_MyLittlePony.PIWinterSpiritComplete,

       Result:PompsItems_MyLittlePony.PIWinterSpiritPlushie,
       Time:10.0,
       Category:Outfit,
	   OnCreate:Recipe.OnCreate.PIRemoveWinterSpirit,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}
	recipe Sew Winter Spirit's Amulet
	{
	Thread=3,
	RippedSheets=5,
	keep Scissors,
	keep Needle,
	
       Result:PompsItems_MyLittlePony.PIWinterSpiritAccessory,
       Time:400.0,
	   OnGiveXP:Recipe.OnGiveXP.Tailoring5XP,
	   SkillRequired:Tailoring=3,
       Sound:PICraftPony,
	   NeedToBeLearn: true,
       Category:Plushie,
    }
	recipe Put Outfit on Shadowtask
	{
       PompsItems_MyLittlePony.PIShadowtaskPlushie,
       PompsItems_MyLittlePony.PIShadowtaskPlushieAccessory,

       Result:PompsItems_MyLittlePony.PIShadowtaskPlushieComplete,
       Time:10.0,
       Category:Outfit,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}
	recipe Take off Shadowtask's Outfit
	{
       PompsItems_MyLittlePony.PIShadowtaskPlushieComplete,

       Result:PompsItems_MyLittlePony.PIShadowtaskPlushie,
       Time:10.0,
       Category:Outfit,
	   OnCreate:Recipe.OnCreate.PIRemoveShadowtask,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}
	recipe Sew Shadowtask's Outfit
	{
	Thread=3,
	RippedSheets=5,
	keep Scissors,
	keep Needle,
	
       Result:PompsItems_MyLittlePony.PIShadowtaskPlushieAccessory,
       Time:400.0,
	   OnGiveXP:Recipe.OnGiveXP.Tailoring5XP,
	   SkillRequired:Tailoring=3,
       Sound:PICraftPony,
	   NeedToBeLearn: true,
       Category:Plushie,
    }
	recipe Put Outfit on Flawless Sparklemoon
	{
       PompsItems_MyLittlePony.PIFlawlessSparklemoonPlushie,
       PompsItems_MyLittlePony.PIFlawlessSparklemoonAccessory,

       Result:PompsItems_MyLittlePony.PIFlawlessSparklemoonPlushieComplete,
       Time:10.0,
       Category:Outfit,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}
	recipe Take off Flawless Sparklemoon's Outfit
	{
       PompsItems_MyLittlePony.PIFlawlessSparklemoonPlushieComplete,

       Result:PompsItems_MyLittlePony.PIFlawlessSparklemoonPlushie,
       Time:10.0,
       Category:Outfit,
	   OnCreate:Recipe.OnCreate.PIRemoveFlawlessSparklemoon,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}
	recipe Sew Flawless Sparklemoon's Outfit
	{
	Thread=3,
	RippedSheets=5,
	keep Scissors,
	keep Needle,
	
       Result:PompsItems_MyLittlePony.PIFlawlessSparklemoonAccessory,
       Time:400.0,
	   OnGiveXP:Recipe.OnGiveXP.Tailoring5XP,
	   SkillRequired:Tailoring=3,
       Sound:PICraftPony,
	   NeedToBeLearn: true,
       Category:Plushie,
    }
	recipe Put Scarf on Arny
	{
       PompsItems_MyLittlePony.PIArnyPlushie,
       PompsItems_MyLittlePony.PIArnyPlushieAccessory,

       Result:PompsItems_MyLittlePony.PIArnyPlushieComplete,
       Time:10.0,
       Category:Outfit,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}
	recipe Take off Arny's Scarf
	{
       PompsItems_MyLittlePony.PIArnyPlushieComplete,

       Result:PompsItems_MyLittlePony.PIArnyPlushie,
       Time:10.0,
       Category:Outfit,
	   OnCreate:Recipe.OnCreate.PIRemoveArny,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}
	recipe Sew Arny's Scarf
	{
	Thread=3,
	RippedSheets=5,
	keep Scissors,
	keep Needle,
	
       Result:PompsItems_MyLittlePony.PIArnyPlushieAccessory,
       Time:400.0,
	   OnGiveXP:Recipe.OnGiveXP.Tailoring5XP,
	   SkillRequired:Tailoring=3,
       Sound:PICraftPony,
	   NeedToBeLearn: true,
       Category:Plushie,
    }
	recipe Put Outfit on Goldie Mops
	{
       PompsItems_MyLittlePony.PIGoldieMopsPlushie,
       PompsItems_MyLittlePony.PIGoldieMopsAccessory,

       Result:PompsItems_MyLittlePony.PIGoldieMopsPlushieComplete,
       Time:10.0,
       Category:Outfit,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}
	recipe Take off Goldie Mops' Outfit
	{
       PompsItems_MyLittlePony.PIGoldieMopsPlushieComplete,

       Result:PompsItems_MyLittlePony.PIGoldieMopsPlushie,
       Time:10.0,
       Category:Outfit,
	   OnCreate:Recipe.OnCreate.PIRemoveGoldieMops,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}
	recipe Sew Goldie Mops' Shirt and Beanie
	{
	Thread=3,
	RippedSheets=5,
	keep Scissors,
	keep Needle,
	
       Result:PompsItems_MyLittlePony.PIGoldieMopsAccessory,
       Time:400.0,
	   OnGiveXP:Recipe.OnGiveXP.Tailoring5XP,
	   SkillRequired:Tailoring=3,
       Sound:PICraftPony,
	   NeedToBeLearn: true,
       Category:Plushie,
    }
	recipe Put Getup on Dyx (Filly)
	{
       PompsItems_MyLittlePony.PIDyxFillyPlushie,
       PompsItems_MyLittlePony.PIDyxAccessory,

       Result:PompsItems_MyLittlePony.PIDyxFillyOutfitPlushie,
       Time:10.0,
       Category:Outfit,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}
	recipe Take off Dyx' (Filly) Getup
	{
       PompsItems_MyLittlePony.PIDyxFillyOutfitPlushie,

       Result:PompsItems_MyLittlePony.PIDyxFillyPlushie,
       Time:10.0,
       Category:Outfit,
	   OnCreate:Recipe.OnCreate.PIRemoveDyxGetup,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}
	recipe Put Getup on Dyx
	{
       PompsItems_MyLittlePony.PIDyxPlushie,
       PompsItems_MyLittlePony.PIDyxAccessory,

       Result:PompsItems_MyLittlePony.PIDyxCompletePlushie,
       Time:10.0,
       Category:Outfit,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}
	recipe Take off Dyx' Getup
	{
       PompsItems_MyLittlePony.PIDyxCompletePlushie,

       Result:PompsItems_MyLittlePony.PIDyxPlushie,
       Time:10.0,
       Category:Outfit,
	   OnCreate:Recipe.OnCreate.PIRemoveDyxGetup,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}
	recipe Sew Dyx' Getup
	{
	Thread=3,
	RippedSheets=5,
	keep Scissors,
	keep Needle,
	
       Result:PompsItems_MyLittlePony.PIDyxAccessory,
       Time:400.0,
	   OnGiveXP:Recipe.OnGiveXP.Tailoring5XP,
	   SkillRequired:Tailoring=3,
       Sound:PICraftPony,
	   NeedToBeLearn: true,
       Category:Plushie,
    }
	recipe Put Scout Uniform on Dyx
	{
       PompsItems_MyLittlePony.PIDyxFillyPlushie,
       PompsItems_MyLittlePony.PIDyxFillyScoutAccessory,

       Result:PompsItems_MyLittlePony.PIDyxFillyScoutPlushie,
       Time:10.0,
       Category:Outfit,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}
	recipe Take off Dyx' Scout Uniform
	{
       PompsItems_MyLittlePony.PIDyxFillyScoutPlushie,

       Result:PompsItems_MyLittlePony.PIDyxFillyPlushie,
       Time:10.0,
       Category:Outfit,
	   OnCreate:Recipe.OnCreate.PIRemoveFillyScout,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}
	recipe Sew Filly Guides Uniform
	{
	Thread=3,
	RippedSheets=5,
	keep Scissors,
	keep Needle,
	
       Result:PompsItems_MyLittlePony.PIDyxFillyScoutAccessory,
       Time:400.0,
	   OnGiveXP:Recipe.OnGiveXP.Tailoring5XP,
	   SkillRequired:Tailoring=3,
       Sound:PICraftPony,
	   NeedToBeLearn: true,
       Category:Plushie,
    }
	recipe Put Hoodie on Doomy Gloom
	{
       PompsItems_MyLittlePony.PIDoomyGloomPlushie,
       PompsItems_MyLittlePony.PIDoomyGloomAccessory,

       Result:PompsItems_MyLittlePony.PIDoomyGloomPlushieComplete,
       Time:10.0,
       Category:Outfit,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}
	recipe Take off Doomy Gloom's Hoodie
	{
       PompsItems_MyLittlePony.PIDoomyGloomPlushieComplete,

       Result:PompsItems_MyLittlePony.PIDoomyGloomPlushie,
       Time:10.0,
       Category:Outfit,
	   OnCreate:Recipe.OnCreate.PIRemoveDoomyGloom,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}
	recipe Sew Doomy Gloom's Hoodie
	{
	Thread=3,
	RippedSheets=5,
	keep Scissors,
	keep Needle,
	
       Result:PompsItems_MyLittlePony.PIDoomyGloomAccessory,
       Time:400.0,
	   OnGiveXP:Recipe.OnGiveXP.Tailoring5XP,
	   SkillRequired:Tailoring=3,
       Sound:PICraftPony,
	   NeedToBeLearn: true,
       Category:Plushie,
    }
	recipe Put Scout Uniform on Nyx
	{
       PompsItems_MyLittlePony.PINyxFillyPlushie,
       PompsItems_MyLittlePony.PIDyxFillyScoutAccessory,

       Result:PompsItems_MyLittlePony.PINyxFillyScoutPlushie,
       Time:10.0,
       Category:Outfit,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}
	recipe Take off Nyx' Scout Uniform
	{
       PompsItems_MyLittlePony.PINyxFillyScoutPlushie,

       Result:PompsItems_MyLittlePony.PINyxFillyPlushie,
       Time:10.0,
       Category:Outfit,
	   OnCreate:Recipe.OnCreate.PIRemoveFillyScout,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}
	recipe Put Outfit on Nyx
	{
       PompsItems_MyLittlePony.PINyxPlushie,
       PompsItems_MyLittlePony.PINyxAccessory,

       Result:PompsItems_MyLittlePony.PINyxPlushieComplete,
       Time:10.0,
       Category:Outfit,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}
	recipe Take off Nyx' Outfit
	{
       PompsItems_MyLittlePony.PINyxPlushieComplete,

       Result:PompsItems_MyLittlePony.PINyxPlushie,
       Time:10.0,
       Category:Outfit,
	   OnCreate:Recipe.OnCreate.PIRemoveNyx,
       OnGiveXP:Recipe.OnGiveXP.None,
	   Sound:PutItemInBag,
	}
	recipe Sew Nyx' Outfit
	{
	Thread=3,
	RippedSheets=5,
	keep Scissors,
	keep Needle,
	
       Result:PompsItems_MyLittlePony.PINyxAccessory,
       Time:400.0,
	   OnGiveXP:Recipe.OnGiveXP.Tailoring5XP,
	   SkillRequired:Tailoring=3,
       Sound:PICraftPony,
	   NeedToBeLearn: true,
       Category:Plushie,
    }
}