local COMBI = {} COMBI.Name = "Mithril WorkBench" COMBI.Description = "A very basic industrial crafting station" COMBI.Req = {} COMBI.Req["Pure Mithril"] = 200 COMBI.Req["Teak"] = 20 COMBI.Results = "gms_mithrilworkbench" COMBI.Texture = "gms_icons/gms_weapon.png" COMBI.BuildSiteModel = "models/props_wasteland/kitchen_counter001c.mdl" GMS.RegisterCombi( COMBI, "Structures" ) local COMBI = {} COMBI.Name = "Mithril Pickaxe" COMBI.Description = "A strange pickaxe that has a tendency to only mine a weird type of stone" COMBI.Entity = "gms_mithrilworkbench" COMBI.Req = {} COMBI.Req["Pure Mithril"] = 50 COMBI.Req["Teak"] = 25 COMBI.Texture = "gms_icons/gms_weapon.png" COMBI.SwepClass = "gms_mithrilpickaxe" GMS.RegisterCombi( COMBI, "gms_mithrilworkbench" )