local COMBI = {} COMBI.Name = "Runic Infuser" COMBI.Description = "A basic place for infusing tools" COMBI.Req = {} COMBI.Req["Strange Stone"] = 200 COMBI.Req["Stone"] = 200 COMBI.Req["Basic Rune"] = 20 COMBI.Results = "gms_runicinfuser" COMBI.Texture = "gms_icons/gms_weapon.png" COMBI.BuildSiteModel = "models/maxofs2d/hover_rings.mdl" GMS.RegisterCombi( COMBI, "Structures" ) local COMBI = {} COMBI.Name = "Pickaxe Head" COMBI.Description = "it might be dull but it gets the job done" COMBI.Entity = "gms_runicinfuser" COMBI.Req = {} COMBI.Req["Stone"] = 150 COMBI.Req["Strange Stone"] = 20 COMBI.Results = {} COMBI.Results["Pickaxe Head"] = 1 GMS.RegisterCombi( COMBI, "gms_runicinfuser" ) local COMBI = {} COMBI.Name = "Pickaxe Handle" COMBI.Description = "a sturdy handle for a sturdy tool" COMBI.Entity = "gms_runicinfuser" COMBI.Req = {} COMBI.Req["Stone"] = 100 COMBI.Req["Strange Stone"] = 15 COMBI.Results = {} COMBI.Results["Pickaxe Handle"] = 1 GMS.RegisterCombi( COMBI, "gms_runicinfuser" ) local COMBI = {} COMBI.Name = "Air Rune Pickaxe" COMBI.Description = "A strange pickaxe that has a tendency to only mine a weird type of stone" COMBI.Entity = "gms_runicinfuser" COMBI.Req = {} COMBI.Req["Pickaxe Head"] = 1 COMBI.Req["Pickaxe Handle"] = 1 COMBI.Req["Air Rune"] = 3 COMBI.Req["Strange Stone"] = 15 COMBI.Texture = "gms_icons/gms_weapon.png" COMBI.SwepClass = "gms_runeapickaxe" GMS.RegisterCombi( COMBI, "gms_runicinfuser" ) local COMBI = {} COMBI.Name = "Earth Rune Pickaxe" COMBI.Description = "A strange pickaxe that has a tendency to only mine a weird type of stone" COMBI.Entity = "gms_runicinfuser" COMBI.Req = {} COMBI.Req["Pickaxe Head"] = 1 COMBI.Req["Pickaxe Handle"] = 1 COMBI.Req["Earth Rune"] = 3 COMBI.Req["Strange Stone"] = 15 COMBI.Texture = "gms_icons/gms_weapon.png" COMBI.SwepClass = "gms_runeepickaxe" GMS.RegisterCombi( COMBI, "gms_runicinfuser" ) local COMBI = {} COMBI.Name = "Fire Rune Pickaxe" COMBI.Description = "A strange pickaxe that has a tendency to only mine a weird type of stone" COMBI.Entity = "gms_runicinfuser" COMBI.Req = {} COMBI.Req["Pickaxe Head"] = 1 COMBI.Req["Pickaxe Handle"] = 1 COMBI.Req["Fire Rune"] = 3 COMBI.Req["Strange Stone"] = 15 COMBI.Texture = "gms_icons/gms_weapon.png" COMBI.SwepClass = "gms_runefpickaxe" GMS.RegisterCombi( COMBI, "gms_runicinfuser" ) local COMBI = {} COMBI.Name = "Water Rune Pickaxe" COMBI.Description = "A strange pickaxe that has a tendency to only mine a weird type of stone" COMBI.Entity = "gms_runicinfuser" COMBI.Req = {} COMBI.Req["Pickaxe Head"] = 1 COMBI.Req["Pickaxe Handle"] = 1 COMBI.Req["Water Rune"] = 3 COMBI.Req["Strange Stone"] = 15 COMBI.Texture = "gms_icons/gms_weapon.png" COMBI.SwepClass = "gms_runewpickaxe" GMS.RegisterCombi( COMBI, "gms_runicinfuser" )