From 95a85da4da42d758f09b883fa655e947b7dfbfdc Mon Sep 17 00:00:00 2001 From: Alexander Pickering Date: Sun, 1 May 2016 12:21:57 -0400 Subject: Fixed all recipies in misc crafting, added resources: basic/earth/air/fire/water rune, bass, dough, dust, meat, pickaxe handle, pickaxe head, plastic, resin, salmon, shark, spices, trout --- gamemode/craftablesystem/misc/runeinfuser.lua | 44 +++++++++++++-------------- 1 file changed, 22 insertions(+), 22 deletions(-) (limited to 'gamemode/craftablesystem/misc/runeinfuser.lua') diff --git a/gamemode/craftablesystem/misc/runeinfuser.lua b/gamemode/craftablesystem/misc/runeinfuser.lua index 151aa57..39f286c 100644 --- a/gamemode/craftablesystem/misc/runeinfuser.lua +++ b/gamemode/craftablesystem/misc/runeinfuser.lua @@ -4,9 +4,9 @@ COMBI.Name = "Runic Infuser" COMBI.Description = "A basic place for infusing tools" COMBI.Req = {} -COMBI.Req["Strange_Stone"] = 200 +COMBI.Req["Strange Stone"] = 200 COMBI.Req["Stone"] = 200 -COMBI.Req["Basic_Rune"] = 20 +COMBI.Req["Basic Rune"] = 20 COMBI.Results = "gms_runicinfuser" COMBI.Texture = "gms_icons/gms_weapon.png" @@ -22,10 +22,10 @@ COMBI.Entity = "gms_runicinfuser" COMBI.Req = {} COMBI.Req["Stone"] = 150 -COMBI.Req["Strange_Stone"] = 20 +COMBI.Req["Strange Stone"] = 20 COMBI.Results = {} -COMBI.Results["Pickaxe_Head"] = 1 +COMBI.Results["Pickaxe Head"] = 1 GMS.RegisterCombi( COMBI, "gms_runicinfuser" ) @@ -37,10 +37,10 @@ COMBI.Entity = "gms_runicinfuser" COMBI.Req = {} COMBI.Req["Stone"] = 100 -COMBI.Req["Strange_Stone"] = 15 +COMBI.Req["Strange Stone"] = 15 COMBI.Results = {} -COMBI.Results["Pickaxe_Handle"] = 1 +COMBI.Results["Pickaxe Handle"] = 1 GMS.RegisterCombi( COMBI, "gms_runicinfuser" ) @@ -51,10 +51,10 @@ COMBI.Description = "A strange pickaxe that has a tendency to only mine a weird 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.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" @@ -68,10 +68,10 @@ COMBI.Description = "A strange pickaxe that has a tendency to only mine a weird 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.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" @@ -85,10 +85,10 @@ COMBI.Description = "A strange pickaxe that has a tendency to only mine a weird 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.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" @@ -102,10 +102,10 @@ COMBI.Description = "A strange pickaxe that has a tendency to only mine a weird 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.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" -- cgit v1.2.3-70-g09d2