summaryrefslogtreecommitdiff
path: root/gamemode/craftablesystem/gunlabs/hightechlab.lua
diff options
context:
space:
mode:
Diffstat (limited to 'gamemode/craftablesystem/gunlabs/hightechlab.lua')
-rw-r--r--gamemode/craftablesystem/gunlabs/hightechlab.lua16
1 files changed, 16 insertions, 0 deletions
diff --git a/gamemode/craftablesystem/gunlabs/hightechlab.lua b/gamemode/craftablesystem/gunlabs/hightechlab.lua
new file mode 100644
index 0000000..3428d82
--- /dev/null
+++ b/gamemode/craftablesystem/gunlabs/hightechlab.lua
@@ -0,0 +1,16 @@
+/* High-Tech Lab */
+local COMBI = {}
+
+COMBI.Name = "High Tech Gun Lab"
+COMBI.Description = "For making snipers and misc. weapons."
+
+COMBI.Req = {}
+COMBI.Req["Gold"] = 250
+COMBI.Req["Teak"] = 250
+COMBI.Req["Steel"] = 150
+
+COMBI.Results = "gms_hightechgunlab"
+COMBI.Texture = "gms_icons/gms_none.png"
+COMBI.BuildSiteModel = "models/props_wasteland/laundry_washer003.mdl"
+
+GMS.RegisterCombi( COMBI, "Structures" )