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/plank.lua | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 gamemode/itemsystem/items/plank.lua (limited to 'gamemode/itemsystem/items/plank.lua') diff --git a/gamemode/itemsystem/items/plank.lua b/gamemode/itemsystem/items/plank.lua new file mode 100644 index 0000000..5726434 --- /dev/null +++ b/gamemode/itemsystem/items/plank.lua @@ -0,0 +1,25 @@ + +ITEM.Name = "Plank" +ITEM.Class = "resource" +ITEM.Desc = "Advanced wood material." +ITEM.Model = "models/props_debris/wood_board06a.mdl" +ITEM.Icon = Material("wintersurvival2/hud/ws1_icons/icon_plank") +ITEM.Recipe = { + Resources = { + ["Wood"] = 2, + ["Sap"] = 1, + }, + Tools = { + ["Crystal"] = 1, + }, +} + +ITEM.Structure = { + { + Bone = "ValveBiped.Bip01_R_Hand", + Model = "models/props_junk/Rock001a.mdl", + Size = Vector(0.5,0.5,0.5), + Pos = Vector(4,-3,-1), + Ang = Angle(0,0,0), + }, +} \ No newline at end of file -- cgit v1.2.3-70-g09d2