/* Platinum Workbench */ local COMBI = {} COMBI.Name = "Platinum Workbench" COMBI.Description = "This iron table has various fine specialized equipment used in crafting advanced items." COMBI.Req = {} COMBI.Req["Platinum"] = 30 COMBI.Req["Stone"] = 20 COMBI.Results = "gms_platinumworkbench" COMBI.Texture = "gms_icons/gms_none.png" COMBI.BuildSiteModel = "models/xqm/boxfull.mdl" GMS.RegisterCombi( COMBI, "Structures" ) local COMBI = {} COMBI.Name = "Platinum Pickaxe" COMBI.Description = "This platinum pickaxe is used for effectively mining stone, copper ore, iron ore, tech ore, silver ore, gold ore, steel ore, and platinum ore." COMBI.Entity = "gms_platinumworkbench" COMBI.Req = {} COMBI.Req["Platinum"] = 45 COMBI.Req["Elm"] = 10 COMBI.Texture = "gms_icons/gms_weapon.png" COMBI.SwepClass = "gms_platinumpickaxe" GMS.RegisterCombi( COMBI, "gms_platinumworkbench" ) ------------------------------------------------------------------------ local COMBI = {} COMBI.Name = "Platinum Hatchet" COMBI.Description = "This Platinum axe is ideal for chopping down trees." COMBI.Entity = "gms_platinumworkbench" COMBI.Req = {} COMBI.Req["Platinum"] = 45 COMBI.Req["Elm"] = 10 COMBI.Texture = "gms_icons/gms_weapon.png" COMBI.SwepClass = "gms_platinumhatchet" GMS.RegisterCombi( COMBI, "gms_platinumworkbench" ) local COMBI = {} COMBI.Name = "Pickaxe of Djarex" COMBI.Description = "A strange pickaxe that has a tendency to only mine a weird type of stone" COMBI.Entity = "gms_platinumworkbench" COMBI.Req = {} COMBI.Req["Platinum"] = 25 COMBI.Req ["Steel"] = 25 COMBI.Req ["Gold"] = 25 COMBI.Req["Elm"] = 50 COMBI.Req["Mahogany"] = 50 COMBI.SkillReq = {} COMBI.SkillReq["Weapon_Crafting"] = 50 COMBI.Texture = "gms_icons/gms_weapon.png" COMBI.SwepClass = "gms_pickaxeofdjarex" GMS.RegisterCombi( COMBI, "gms_platinumworkbench" )