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/arrow.lua | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 gamemode/itemsystem/items/arrow.lua (limited to 'gamemode/itemsystem/items/arrow.lua') diff --git a/gamemode/itemsystem/items/arrow.lua b/gamemode/itemsystem/items/arrow.lua new file mode 100644 index 0000000..30047d8 --- /dev/null +++ b/gamemode/itemsystem/items/arrow.lua @@ -0,0 +1,25 @@ + +ITEM.Name = "Arrow" +ITEM.Class = "ammo" +ITEM.Desc = "An arrow, used for bows." +ITEM.Model = "models/mixerman3d/other/arrow.mdl" +ITEM.Icon = Material("wintersurvival2/hud/ws1_icons/icon_arrow") + +ITEM.Structure = { + { + Bone = "ValveBiped.Bip01_R_Hand", + Model = "models/mixerman3d/other/arrow.mdl", + Pos = Vector(1,-1,-2.5), + Ang = Angle(0,90,180), + }, +} + +ITEM.Recipe = { + Resources = { + ["Rock"] = 1, + ["Flint"] = 1, + ["Sap"] = 1, + ["Wood"] = 1, + }, + Tools = {}, +} -- cgit v1.2.3-70-g09d2