From 5c4ebc932d8c02522802c842d43d863d89aca162 Mon Sep 17 00:00:00 2001 From: Apickx Date: Mon, 28 Dec 2015 19:10:44 -0500 Subject: Initial commit --- gamemode/itemsystem/items/rope.lua | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 gamemode/itemsystem/items/rope.lua (limited to 'gamemode/itemsystem/items/rope.lua') diff --git a/gamemode/itemsystem/items/rope.lua b/gamemode/itemsystem/items/rope.lua new file mode 100644 index 0000000..a9d0c53 --- /dev/null +++ b/gamemode/itemsystem/items/rope.lua @@ -0,0 +1,14 @@ + +ITEM.Name = "Rope" +ITEM.Class = "resource" +ITEM.Desc = "Handy rope for more advanced structures and tools." +ITEM.Model = "models/props_junk/Rock001a.mdl" +ITEM.Icon = Material("settlement/icon_rope") + +ITEM.Recipe = { + Resources = { + ["Vine"] = 3, + ["Sap"] = 1, + }, + Tools = {}, +} -- cgit v1.2.3-70-g09d2