From ec002b72d6e982c1e476b249df15314dbaff93da Mon Sep 17 00:00:00 2001 From: Fesiug Date: Tue, 4 Jan 2022 04:53:53 -0500 Subject: [PATCH] Update default.lua --- lua/arccw/shared/attachments/default.lua | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/lua/arccw/shared/attachments/default.lua b/lua/arccw/shared/attachments/default.lua index 47dc5ea8..cbb52428 100644 --- a/lua/arccw/shared/attachments/default.lua +++ b/lua/arccw/shared/attachments/default.lua @@ -1,12 +1,20 @@ + +/* + + Take a look at + https://github.com/HaodongMo/ArcCW/wiki/Attachment-Parameters + for descriptions on these + +*/ + att.PrintName = "" att.AbbrevName = "" -- Shown in lists, cust2 only att.Icon = nil att.Description = "" att.Desc_Pros = {} att.Desc_Cons = {} +att.Desc_Neutrals = {} att.Slot = "" -att.TargetSpecificWeapon = "" -- ALWAYS make this attachment available on a specific weapon -att.TargetSpecificSlot = 0 -- on this specific slot att.SortOrder = 0 @@ -118,7 +126,6 @@ att.OffsetAng = Angle(0, 0, 0) att.ModelIsShield = false att.ShieldResistance = nil -- amount of penetration to get through one unit of shield att.ShieldBone = "ValveBiped.Bip01_R_Hand" -att.DrawFunc = function(self, element, wm) end att.Charm = false att.CharmBone = "Charm"