module DLTS { imports { Base } recipe LTS Mold Tarp { BlowTorch=5, keep SheetMetal, LTSScrapPlastic=7, Sheet, Result:Tarp, Time:480.0, Category:Welding, Sound:PZ_Fire, OnGiveXP:CraftXP_SmithingPlastic, } recipe LTS Mold Fishing Tackle { BlowTorch=1, keep SheetMetal, LTSScrapPlastic=2, Nails=3, Result:FishingTackle, Time:480.0, Category:Welding, Sound:PZ_Fire, OnGiveXP:CraftXP_SmithingPlastic, } recipe LTS Mold Garbage Bag { BlowTorch=2, keep SheetMetal, LTSScrapPlastic=2, Result:Garbagebag, Time:480.0, Category:Welding, Sound:PZ_Fire, OnGiveXP:CraftXP_SmithingPlastic, } recipe LTS Mold Chemical Container { BlowTorch=3, keep SheetMetal, LTSScrapPlastic=4, Result:LTSChemEmpty, Time:480.0, Category:Welding, Sound:PZ_Fire, OnGiveXP:CraftXP_SmithingPlastic, } recipe LTS Mold Mayonnaise Container { BlowTorch=3, keep SheetMetal, LTSScrapPlastic=4, Result:MayonnaiseEmpty, Time:480.0, Category:Welding, Sound:PZ_Fire, OnGiveXP:CraftXP_SmithingPlastic, } recipe LTS Mold Remoulade Container { BlowTorch=3, keep SheetMetal, LTSScrapPlastic=4, Result:RemouladeEmpty, Time:480.0, Category:Welding, Sound:PZ_Fire, OnGiveXP:CraftXP_SmithingPlastic, } recipe LTS Mold Bowl { BlowTorch=3, keep SheetMetal, LTSScrapPlastic=5, Result:Bowl, Time:480.0, Category:Welding, Sound:PZ_Fire, OnGiveXP:CraftXP_SmithingPlastic, } recipe LTS Mold Storage Box { BlowTorch=4, keep SheetMetal, LTSScrapPlastic=8, Result:LTSBoxBlank, Time:480.0, Category:Welding, Sound:PZ_Fire, OnGiveXP:CraftXP_SmithingPlastic, } recipe LTS Mold Cling Wrap { BlowTorch=4, keep SheetMetal, LTSScrapPlastic=5, Result:LTSClingWrap, Time:480.0, Category:Welding, Sound:PZ_Fire, OnGiveXP:CraftXP_SmithingPlastic, } /** ------------------------------------------------------------------------- **/ /** Smithing: Scrapping items (that make sense) into Metal Scrap **/ /** Plastic processing is under metalworking as it is basically the same **/ /** Random Items (1 Scrap) **/ recipe LTS Scrap Plastic { keep LTSScrappingSaw, Garbagebag/Plasticbag/BluePen/Pen/RedPen/Paintbrush/ChessBlack/Disc/CreditCard/Cube/Dart/Dice/Toothbrush/Toothpaste/ChessWhite/Yoyo/PlasticCup/FishingTackle/FishingTackle2, Result:LTSScrapPlastic, Time:120.0, OnGiveXP:CraftXP_Scrapping, Category:Welding, Sound:Sawing, } /** Random Items (3 Scrap) **/ recipe LTS Scrap Plastic { keep LTSScrappingSaw, DogChew/Bricktoys/CatToy/Doll/ToyCar/WaterBottleEmpty/PopBottleEmpty/LTSChemEmpty/PlasticTray/CuttingBoardPlastic/Basketball/Comb/GrillBrush/Rubberducky/BucketEmpty/SewingKit/FirstAidKit/Lunchbox/Lunchbox2/SnowShovel, Result:LTSScrapPlastic=2, Time:120.0, OnGiveXP:CraftXP_Scrapping, Category:Welding, Sound:Sawing, } /** Random Items (5 Scrap) **/ recipe LTS Scrap Plastic { keep LTSScrappingSaw, Tarp/LTSBoxBlank, Result:LTSScrapPlastic=5, Time:120.0, OnGiveXP:CraftXP_Scrapping, Category:Welding, Sound:Sawing, } }