diff options
Diffstat (limited to 'gamemode/craftablesystem/misc/mythrilfactory.lua')
| -rw-r--r-- | gamemode/craftablesystem/misc/mythrilfactory.lua | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/gamemode/craftablesystem/misc/mythrilfactory.lua b/gamemode/craftablesystem/misc/mythrilfactory.lua index 708e27d..b977131 100644 --- a/gamemode/craftablesystem/misc/mythrilfactory.lua +++ b/gamemode/craftablesystem/misc/mythrilfactory.lua @@ -5,7 +5,7 @@ COMBI.Name = "Mithril Factory" COMBI.Description = "A advanced factor for faster smelting" COMBI.Req = {} -COMBI.Req["Pure_Mithril"] = 400 +COMBI.Req["Pure Mithril"] = 400 COMBI.Req["Teak"] = 50 COMBI.Results = "gms_mithrilfactory" @@ -22,7 +22,7 @@ COMBI.Description = "Copper can be used to create more advanced buildings and to COMBI.Entity = "gms_mithrilfactory" COMBI.Req = {} -COMBI.Req["Copper_Ore"] = 1 +COMBI.Req["Copper Ore"] = 1 COMBI.Results = {} COMBI.Results["Copper"] = 1 @@ -40,7 +40,7 @@ COMBI.Description = "Iron can be used to create more advanced buildings and tool COMBI.Entity = "gms_mithrilfactory" COMBI.Req = {} -COMBI.Req["Iron_Ore"] = 1 +COMBI.Req["Iron Ore"] = 1 COMBI.Results = {} COMBI.Results["Iron"] = 1 @@ -58,7 +58,7 @@ COMBI.Description = "Tech can be used to create more advanced buildings and tool COMBI.Entity = "gms_mithrilfactory" COMBI.Req = {} -COMBI.Req["Tech_Ore"] = 1 +COMBI.Req["Tech Ore"] = 1 COMBI.Results = {} COMBI.Results["Tech"] = 1 @@ -76,7 +76,7 @@ COMBI.Description = "Silver can be used to create more advanced buildings and to COMBI.Entity = "gms_mithrilfactory" COMBI.Req = {} -COMBI.Req["Silver_Ore"] = 1 +COMBI.Req["Silver Ore"] = 1 COMBI.Results = {} COMBI.Results["Silver"] = 1 @@ -94,7 +94,7 @@ COMBI.Description = "Gold can be used to create more advanced buildings and tool COMBI.Entity = "gms_mithrilfactory" COMBI.Req = {} -COMBI.Req["Gold_Ore"] = 1 +COMBI.Req["Gold Ore"] = 1 COMBI.Results = {} COMBI.Results["Gold"] = 1 @@ -112,7 +112,7 @@ COMBI.Description = "Steel can be used to create more advanced buildings and too COMBI.Entity = "gms_mithrilfactory" COMBI.Req = {} -COMBI.Req["Steel_Ore"] = 1 +COMBI.Req["Steel Ore"] = 1 COMBI.Results = {} COMBI.Results["Steel"] = 1 @@ -130,7 +130,7 @@ COMBI.Description = "Platinum can be used to create more advanced buildings and COMBI.Entity = "gms_mithrilfactory" COMBI.Req = {} -COMBI.Req["Platinum_Ore"] = 1 +COMBI.Req["Platinum Ore"] = 1 COMBI.Results = {} COMBI.Results["Platinum"] = 1 @@ -148,10 +148,10 @@ COMBI.Description = "Pure Mithril can be used to start of you industrial needs" COMBI.Entity = "gms_mithrilfactory" COMBI.Req = {} -COMBI.Req["Mithril_Ore"] = 2 +COMBI.Req["Mithril Ore"] = 2 COMBI.Results = {} -COMBI.Results["Pure_Mithril"] = 1 +COMBI.Results["Pure Mithril"] = 1 COMBI.AllSmelt = true COMBI.Max = 50 |
