module Base { /************************Metalworking************************/ recipe Make Metal Pipe { TinCanEmpty/PopEmpty/Aluminum=5, BlowTorch=5, keep WeldingMask, Result:MetalPipe, Time:250.0, Category:Welding, OnGiveXP:Recipe.OnGiveXP.MetalWelding10, NeedToBeLearn:true, } recipe Make Metal Bar { MetalPipe/LeadPipe, ScrapMetal=1, BlowTorch=6, keep WeldingMask, Result:MetalBar, Time:250.0, Category:Welding, SkillRequired:MetalWelding=2, OnGiveXP:Recipe.OnGiveXP.MetalWelding10, NeedToBeLearn:true, } recipe Make Bucket of Concrete { destroy BucketWaterFull, ConcretePowder, Result:BucketConcreteFull, Time:150.0, Category:General, Sound:MakePlaster, } item BlowTorch { DisplayCategory = Tool, Weight = 1.0, Type = Drainable, UseWhileEquipped = FALSE, UseDelta = 0.05, DisplayName = Propane Torch, Icon = BlowTorch, MetalValue = 20, KeepOnDeplete = true, StaticModel = BlowTorch, WeightEmpty = 0.3, WorldStaticModel = BlowtorchGround, cantBeConsolided = TRUE, } }