mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-17 13:53:45 +03:00
Upload
This commit is contained in:
44
lua/arccw/shared/attachments/ud_m1014_stock_buffer.lua
Normal file
44
lua/arccw/shared/attachments/ud_m1014_stock_buffer.lua
Normal file
@@ -0,0 +1,44 @@
|
||||
--[[
|
||||
| This file was obtained through the combined efforts
|
||||
| of Madbluntz & Plymouth Antiquarian Society.
|
||||
|
|
||||
| Credits: lifestorm, Gregory Wayne Rossel JR.,
|
||||
| Maloy, DrPepper10 @ RIP, Atle!
|
||||
|
|
||||
| Visit for more: https://plymouth.thetwilightzone.ru/
|
||||
--]]
|
||||
|
||||
att.PrintName = "Buffer Tube"
|
||||
att.Icon = Material("entities/att/acwatt_ud_m1014_stock_buffer.png", "smooth mips")
|
||||
att.Description = "Stocks are overrated."
|
||||
att.Desc_Pros = {
|
||||
}
|
||||
att.Desc_Cons = {
|
||||
}
|
||||
att.Desc_Neutrals = {
|
||||
}
|
||||
att.Slot = "ud_1014_stock"
|
||||
|
||||
att.AutoStats = true
|
||||
att.Free = true
|
||||
att.SortOrder = -1
|
||||
|
||||
att.Mult_SpeedMult = 1.05
|
||||
|
||||
att.Mult_SightTime = 0.5
|
||||
att.Mult_DrawTime = 0.75
|
||||
att.Mult_HolsterTime = 0.75
|
||||
|
||||
att.Mult_Recoil = 1.35
|
||||
att.Mult_RecoilSide = 2
|
||||
|
||||
att.Mult_SightedSpeedMult = 1.2
|
||||
att.Mult_ShootSpeedMult = 1.15
|
||||
|
||||
att.Add_BarrelLength = -12
|
||||
att.Mult_Sway = 3
|
||||
|
||||
att.ActivateElements = {"ud_autoshotgun_stock_buffer"}
|
||||
|
||||
att.Override_HoldtypeActive = "shotgun"
|
||||
att.Override_HoldtypeSights = "ar2"
|
||||
Reference in New Issue
Block a user