module Vacbf41 { imports { Base } /*****Molds*****/ recipe Make Bullets 4440 Mold { ScrapMetal=5, Charcoal=3, Bullets4440, keep Hammer/BallPeenHammer/ClubHammer, keep Tongs, Sound:PZ_Fire, Prop1:Hammer, Prop2:UnusableMetal, AnimNode:BuildLow, NearItem:Campfire, Result:Bullets4440Mold, Time:400.0, SkillRequired:MetalWelding=4, Category:Ammo, OnGiveXP:Recipe.OnGiveXP.MetalWelding10, } recipe Make Bullets 357 Mold { ScrapMetal=5, Charcoal=3, Bullets357, keep Hammer/BallPeenHammer/ClubHammer, keep Tongs, Sound:PZ_Fire, Prop1:Hammer, Prop2:UnusableMetal, AnimNode:BuildLow, NearItem:Campfire, Result:Bullets357Mold, Time:400.0, SkillRequired:MetalWelding=4, Category:Ammo, OnGiveXP:Recipe.OnGiveXP.MetalWelding10, } recipe Make 762x51 Bullets Mold { ScrapMetal=5, Charcoal=3, 762x51Bullets, keep Hammer/BallPeenHammer/ClubHammer, keep Tongs, Sound:PZ_Fire, Prop1:Hammer, Prop2:UnusableMetal, AnimNode:BuildLow, NearItem:Campfire, Result:762x51BulletsMold, Time:400.0, SkillRequired:MetalWelding=4, Category:Ammo, OnGiveXP:Recipe.OnGiveXP.MetalWelding10, } recipe Make 762x39 Bullets Mold { ScrapMetal=5, Charcoal=3, 762x39Bullets, keep Hammer/BallPeenHammer/ClubHammer, keep Tongs, Sound:PZ_Fire, Prop1:Hammer, Prop2:UnusableMetal, AnimNode:BuildLow, NearItem:Campfire, Result:762x39BulletsMold, Time:400.0, SkillRequired:MetalWelding=4, Category:Ammo, OnGiveXP:Recipe.OnGiveXP.MetalWelding10, } recipe Make Bullets 22 Mold { ScrapMetal=5, Charcoal=3, Bullets22, keep Hammer/BallPeenHammer/ClubHammer, keep Tongs, Sound:PZ_Fire, Prop1:Hammer, Prop2:UnusableMetal, AnimNode:BuildLow, NearItem:Campfire, Result:Bullets22Mold, Time:400.0, SkillRequired:MetalWelding=4, Category:Ammo, OnGiveXP:Recipe.OnGiveXP.MetalWelding10, } recipe Bullets 3006 Mold { ScrapMetal=5, Charcoal=3, Bullets3006, keep Hammer/BallPeenHammer/ClubHammer, keep Tongs, Sound:PZ_Fire, Prop1:Hammer, Prop2:UnusableMetal, AnimNode:BuildLow, NearItem:Campfire, Result:Bullets3006Mold, Time:400.0, SkillRequired:MetalWelding=4, Category:Ammo, OnGiveXP:Recipe.OnGiveXP.MetalWelding10, } /*****Bullets*****/ recipe Make .44-40 WFC Bullets { ScrapMetal=3, Aluminum, GunPowder=10, keep Bullets4440Mold, keep Tongs, Sound:BoxOfRoundsOpenOne, Prop1:GunPowder, Prop2:RifleAmmo, AnimNode:Craft, Result:Bullets4440=12, Time:300.0, Category:Ammo, SkillRequired:MetalWelding=4, } recipe Make .357 Bullets { ScrapMetal=3, Aluminum, GunPowder=10, keep Bullets357Mold, keep Tongs, Sound:BoxOfRoundsOpenOne, Prop1:GunPowder, Prop2:RifleAmmo, AnimNode:Craft, Result:Bullets357=12, Time:300.0, Category:Ammo, SkillRequired:MetalWelding=4, } recipe Make 7.62x51mm Bullets { ScrapMetal=3, Aluminum, GunPowder=10, keep 762x51BulletsMold, keep Tongs, Sound:BoxOfRoundsOpenOne, Prop1:GunPowder, Prop2:RifleAmmo, AnimNode:Craft, Result:762x51Bullets=6, Time:300.0, Category:Ammo, SkillRequired:MetalWelding=4, } recipe Make 7.62x39mm Bullets { ScrapMetal=3, Aluminum, GunPowder=10, keep 762x39BulletsMold, keep Tongs, Sound:BoxOfRoundsOpenOne, Prop1:GunPowder, Prop2:RifleAmmo, AnimNode:Craft, Result:762x39Bullets=6, Time:300.0, Category:Ammo, SkillRequired:MetalWelding=4, } recipe Make .22 LR Bullets { ScrapMetal=3, Aluminum, GunPowder=10, keep Bullets22Mold, keep Tongs, Sound:BoxOfRoundsOpenOne, Prop1:GunPowder, Prop2:RifleAmmo, AnimNode:Craft, Result:Bullets22=12, Time:300.0, Category:Ammo, SkillRequired:MetalWelding=4, } recipe Make .30-06 Bullets { ScrapMetal=3, Aluminum, GunPowder=10, keep Bullets3006Mold, keep Tongs, Sound:BoxOfRoundsOpenOne, Prop1:GunPowder, Prop2:RifleAmmo, AnimNode:Craft, Result:Bullets3006=6, Time:300.0, Category:Ammo, SkillRequired:MetalWelding=4, } /*****Gather GunPowder*****/ recipe Gather Gunpowder4440 { Bullets4440=60, Result:GunPowder, Time:100.0, Category:Ammo, } recipe Gather Gunpowder357 { Bullets357=60, Result:GunPowder, Time:100.0, Category:Ammo, } recipe Gather Gunpowder762x51 { 762x51Bullets=30, Result:GunPowder, Time:100.0, Category:Ammo, } recipe Gather Gunpowder762x39 { 762x39Bullets=30, Result:GunPowder, Time:100.0, Category:Ammo, } recipe Gather Gunpowder22 { Bullets22=60, Result:GunPowder, Time:100.0, Category:Ammo, } recipe Gather Gunpowder3006 { Bullets3006=30, Result:GunPowder, Time:100.0, Category:Ammo, } }