mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-17 21:53:46 +03:00
Upload
This commit is contained in:
45
lua/arccw/shared/attachments/ud_m16_stock_buffer.lua
Normal file
45
lua/arccw/shared/attachments/ud_m16_stock_buffer.lua
Normal file
@@ -0,0 +1,45 @@
|
||||
--[[
|
||||
| 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_m16_stock_buffer.png", "smooth mips")
|
||||
att.Description = "The concept of \"stocks\" and \"recoil reduction\" are liberal gibberish made up to stop FREEDOM-LOVING AMERICANS from exercising their GOD-GIVEN RIGHTS."
|
||||
att.Desc_Pros = {
|
||||
}
|
||||
att.Desc_Cons = {
|
||||
}
|
||||
att.Desc_Neutrals = {
|
||||
}
|
||||
att.Slot = "ud_m16_stock"
|
||||
|
||||
att.AutoStats = true
|
||||
att.SortOrder = -100
|
||||
att.Free = true
|
||||
|
||||
att.Mult_SpeedMult = 1.05
|
||||
|
||||
att.Mult_SightTime = 0.75
|
||||
att.Mult_DrawTime = 0.6
|
||||
att.Mult_HolsterTime = 0.6
|
||||
|
||||
att.Mult_Recoil = 1.5
|
||||
att.Mult_RecoilSide = 2
|
||||
|
||||
att.Mult_SightedSpeedMult = 1.2
|
||||
att.Mult_ShootSpeedMult = 1.15
|
||||
|
||||
att.Add_BarrelLength = -8
|
||||
att.Mult_Sway = 3
|
||||
|
||||
att.ActivateElements = {"stock_231_tube"}
|
||||
att.GivesFlags = {"patr4"}
|
||||
|
||||
att.Override_ActivePos = Vector(0.33, -4, 1.33)
|
||||
Reference in New Issue
Block a user