mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-17 13:53:45 +03:00
Upload
This commit is contained in:
35
lua/arccw/shared/attachments/ud_m1014_stock_gripstock.lua
Normal file
35
lua/arccw/shared/attachments/ud_m1014_stock_gripstock.lua
Normal file
@@ -0,0 +1,35 @@
|
||||
--[[
|
||||
| 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 = "FC1040 Gripstock"
|
||||
att.AbbrevName = "Gripstock"
|
||||
|
||||
if GetConVar("arccw_truenames"):GetBool() then
|
||||
att.PrintName = "M4 Super 90 Gripstock"
|
||||
end
|
||||
|
||||
|
||||
att.Icon = Material("entities/att/acwatt_ud_m1014_stock_buffer.png", "smooth mips")
|
||||
att.Description = "Solid stock with a pistol grip. Reduces recoil with minimal side effects."
|
||||
att.Desc_Pros = {
|
||||
}
|
||||
att.Desc_Cons = {
|
||||
}
|
||||
att.Desc_Neutrals = {
|
||||
}
|
||||
att.Slot = "ud_1014_stock"
|
||||
|
||||
att.AutoStats = true
|
||||
|
||||
att.Mult_Recoil = .85
|
||||
att.Mult_SightedSpeedMult = .9
|
||||
att.Mult_SightTime = 1.1
|
||||
|
||||
att.ActivateElements = {"ud_autoshotgun_stock_gripstock"}
|
||||
Reference in New Issue
Block a user