module Vactihfp { imports { Base } /*****Molds*****/ recipe Make 9x18 Bullets Mold { ScrapMetal=5, Charcoal=3, Bullets9x18mm, keep Hammer/BallPeenHammer/ClubHammer, keep Tongs, Sound:PZ_Fire, Prop1:Hammer, Prop2:UnusableMetal, AnimNode:BuildLow, NearItem:Campfire, Result:Bullets9x18Mold, Time:400.0, SkillRequired:MetalWelding=4, Category:Ammo, OnGiveXP:Recipe.OnGiveXP.MetalWelding10, } recipe Make 303 Bullets Mold { ScrapMetal=5, Charcoal=3, Bullets303, keep Hammer/BallPeenHammer/ClubHammer, keep Tongs, Sound:PZ_Fire, Prop1:Hammer, Prop2:UnusableMetal, AnimNode:BuildLow, NearItem:Campfire, Result:Bullets303Mold, Time:400.0, SkillRequired:MetalWelding=4, Category:Ammo, OnGiveXP:Recipe.OnGiveXP.MetalWelding10, } recipe Make 3006 Bullets 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, } recipe Make 30Cal Bullets Mold { ScrapMetal=5, Charcoal=3, Bullets30Cal, keep Hammer/BallPeenHammer/ClubHammer, keep Tongs, Sound:PZ_Fire, Prop1:Hammer, Prop2:UnusableMetal, AnimNode:BuildLow, NearItem:Campfire, Result:Bullets30CalMold, Time:400.0, SkillRequired:MetalWelding=4, Category:Ammo, OnGiveXP:Recipe.OnGiveXP.MetalWelding10, } /*****Bullets*****/ recipe Make 9x18mm Bullets { ScrapMetal=3, Aluminum, GunPowder=10, keep Bullets9x18Mold, keep Tongs, Sound:BoxOfRoundsOpenOne, Prop1:GunPowder, Prop2:RifleAmmo, AnimNode:Craft, Result:Bullets9x18mm=12, Time:300.0, Category:Ammo, SkillRequired:MetalWelding=4, } recipe Make 303 Bullets { ScrapMetal=3, Aluminum, GunPowder=10, keep Bullets303Mold, keep Tongs, Sound:BoxOfRoundsOpenOne, Prop1:GunPowder, Prop2:RifleAmmo, AnimNode:Craft, Result:Bullets303=6, Time:300.0, Category:Ammo, SkillRequired:MetalWelding=4, } recipe Make 3006 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, } recipe Make 30 Cal Bullets { ScrapMetal=3, Aluminum, GunPowder=10, keep Bullets30CalMold, keep Tongs, Sound:BoxOfRoundsOpenOne, Prop1:GunPowder, Prop2:RifleAmmo, AnimNode:Craft, Result:Bullets30Cal=12, Time:300.0, Category:Ammo, SkillRequired:MetalWelding=4, } /*****Gather GunPowder*****/ recipe Gather Gunpowder9x18mm { Bullets9x18mm=60, Result:GunPowder, Time:100.0, Category:Ammo, } recipe Gather Gunpowder303 { Bullets303=30, Result:GunPowder, Time:100.0, Category:Ammo, } recipe Gather Gunpowder3006 { Bullets3006=30, Result:GunPowder, Time:100.0, Category:Ammo, } recipe Gather Gunpowder30Cal { Bullets30Cal=60, Result:GunPowder, Time:100.0, Category:Ammo, } }