mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-17 13:53:45 +03:00
Upload
This commit is contained in:
37
lua/arccw/shared/attachments/ud_m1014_stock_in.lua
Normal file
37
lua/arccw/shared/attachments/ud_m1014_stock_in.lua
Normal file
@@ -0,0 +1,37 @@
|
||||
--[[
|
||||
| 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 = "Collapsed Stock"
|
||||
att.Icon = Material("entities/att/acwatt_ud_m1014_stock_in.png", "smooth mips")
|
||||
att.Description = "Pushing in the collapsable stock makes the weapon significantly shorter, allowing for easier use around corners and making it easier on the move at the cost of less stability."
|
||||
att.Desc_Pros = {
|
||||
}
|
||||
att.Desc_Cons = {
|
||||
}
|
||||
att.Desc_Neutrals = {
|
||||
}
|
||||
att.Slot = "ud_1014_stock"
|
||||
att.AttachSound = "arccw_uc/common/stockslide.ogg"
|
||||
|
||||
att.AutoStats = true
|
||||
att.Free = true
|
||||
att.IgnorePickX = true
|
||||
att.SortOrder = 999
|
||||
|
||||
att.Mult_Recoil = 1.1
|
||||
att.Mult_RecoilSide = 1.25
|
||||
|
||||
att.Mult_SightedSpeedMult = 1.1
|
||||
att.Mult_ShootSpeedMult = 1.1
|
||||
|
||||
att.Mult_Sway = 1.5
|
||||
att.Add_BarrelLength = -8
|
||||
|
||||
att.ActivateElements = {"ud_autoshotgun_stock_in"}
|
||||
Reference in New Issue
Block a user