this is 3 of the recipes (right now im only tseting the code ont he first one so its the only one that has a RemoveResultItem)
recipe Craft HK91 Magazine
{
keep [Recipe.GetItemTypes.Hammer],
keep [Recipe.GetItemTypes.Screwdriver],
keep [Recipe.GetItemTypes.WeldingMask],
BlowTorch=2,
ScrapMetal=20,
SmallSheetMetal=4,
TW.Spring=2,
TW.MetalParts=4,
Screws=8,
Result:Base.HK91Mag,
RemoveResultItem: False,
SkillRequired:Reloading=1,
Category:Firearm,
OnCreate: Recipe.OnCreate.vcMagazineSuccessChance,
OnGiveXP:Recipe.OnGiveXP.MetalWelding10,
NeedToBeLearn:false,
Sound:Hammering,
Time:300.0,
}
recipe Craft FN FAL Magazine
{
keep [Recipe.GetItemTypes.Hammer],
keep [Recipe.GetItemTypes.Screwdriver],
keep [Recipe.GetItemTypes.WeldingMask],
BlowTorch=2,
ScrapMetal=20,
SmallSheetMetal=4,
TW.Spring=2,
TW.MetalParts=4,
Screws=8,
Result:FALMag,
SkillRequired:MetalWelding=2;Reloading=1,
Category:Firearm,
OnGiveXP:Recipe.OnGiveXP.MetalWelding10,
NeedToBeLearn:true,
Sound:Hammering,
Time:300.0,
}
recipe Craft Browning BAR .308 Magazine
{
keep [Recipe.GetItemTypes.Hammer],
keep [Recipe.GetItemTypes.Screwdriver],
keep [Recipe.GetItemTypes.WeldingMask],
BlowTorch=2,
ScrapMetal=10,
SmallSheetMetal=2,
TW.Spring=2,
TW.MetalParts=2,
Screws=4,
Result:308BARMag,
SkillRequired:MetalWelding=2;Reloading=1,
Category:Firearm,
OnGiveXP:Recipe.OnGiveXP.MetalWelding10,
NeedToBeLearn:true,
Sound:Hammering,
Time:300.0,
}